New Landing How can we help? Cardinal A few questions

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Cardinal
  • #141070
    matsb222
    Member
    Post count: 40

    Hi

    I have recently bought the Cardinal theme. I love it so far but I have a few questions (I use the child theme so please tell me how to fix problems the best child theme way :-)):

    1.
    Is it possible to remove the Pinterest share option? We dont need it.

    2.
    How can I put a picture (banner) that links to a page, in the sidebar. I cant find one in the widgets page.

    3.
    I want to translate the theme to Norwegian. I use a child theme. when the translation is done, where do I put it?

    4.
    I’m using the theme for a sports club. I want to make a countdown-page as a default page that I can duplicate over and over again. I will use it for countdown to tournaments and other stuff. Any suggestions on how to build a page like that?

    5.
    How can I remove the text above the blog on my homepage? The one that lists the blog pages and says: Show all [category] [category]

    6.
    I want a space before the content of the sidebar. Now the content starts a pixel below the swift slider. I know the setting is somewhere but I cant remember where. Can you?

    7.
    How can I remove the Swift slider from the mobile header. And how do I put in an image instead?

    Kind regards,
    Mats

    #141094
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) Add this to your custom css:

    .article-share.sharer-0 .social li[class*=pinterest] {
    display: none;
    }
    .article-share.sharer-0 .social ul {
    width: 240px;
    }

    2) You’ll need to add this to a text widget:

    <a> href="the link"><img src="your image url" alt="" /></a>

    3) Please see: http://cardinal.swiftideas.com/documentation/#165

    4) When you create a page in the page builder you can save it to your templates by clicking the save icon in the page builder toolbar

    5) In the blog asset in the page builder, you can turn filtering off

    6) Can you please provide your link?

    7) So you want the swift slider on desktop but not on mobile?

    – Kyle

    #142307
    matsb222
    Member
    Post count: 40
    This reply has been marked as private.
    #142733
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) Try this instead:

    .article-share.sharer-0 .social li[class*=pinterest] {
    display: none;
    }
    .article-share.sharer-0 .social ul {
    width: 240px;
    }

    2) What code did you use?

    6) Remove the space in the sidebar and add this to your custom css:

    .sidebar-widget-wrap {
      padding-top: 30px;
    }

    7) Instead of adding the slider via the page meta options, add it in the page builder using the swift slider asset. Put it inside a Row asset, then at the bottom of the Row settings you’ll see ‘Responsive visibility’, set it to hidden phone

    8) Add this:

    .masonry-items .details-wrap h6 {
      display: none;
    }

    9) Add this:

    .bright-design figure.animated-overlay:hover {
      transition: none 0s ease 0s ;
    }
    .bright-design figure.animated-overlay:hover figcaption {
      border-width: 0;
    }
    

    – Kyle

    #144330
    matsb222
    Member
    Post count: 40
    This reply has been marked as private.
    #144334
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    1) Sorry it should be:

    .article-share.sharer-0 .social ul {
      width: 240px!important;
    }

    2) Please highlight the code and click the ‘code’ button in the editor so that I can see it properly

    6) Can you show me what you mean and what you’re trying to do?

    7) In the Row settings, set the width to ‘full width’

    8) Sure, add this:

    .masonry-items .blog-item .details-wrap, .masonry-items .blog-item .grid-no-image {
      padding: 15px 30px 90px;
    }

    From now on please open new topics if you have any more questions, this is getting far too bloated

    10) Please see: http://sevenspark.com/wordpress/menu-item-limit

    – Kyle

    #144344
    matsb222
    Member
    Post count: 40
    This reply has been marked as private.
    #144353
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    2) It should be:

    <a href="/lyst-til-a-spille-bordtennis"><img src="/wp-content/uploads/2015/01/banner-spille-355.jpg" alt="" /></a>

    6) Remove this:

    .sidebar-widget-wrap {
    padding-top: 30px;
    }

    7) Will check

    – Kyle

    #145110
    matsb222
    Member
    Post count: 40
    This reply has been marked as private.
    #145468
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Check now, I’ve set up the page a little differently

    – Kyle

    #145808
    matsb222
    Member
    Post count: 40

    Thanks, Kyle! That helped a lot!

    Regards,
    Mats

    #145810
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register