Digital experiences for all disciplines
New Landing › How can we help? › Cardinal › A few questions
New Landing › How can we help? › Cardinal › A few questions
- This topic has 11 replies, 2 voices, and was last updated 9 years by Kyle – SUPPORT.
-
Posted in: Cardinal
-
January 13, 2015 at 12:41 am #141070
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,
MatsJanuary 13, 2015 at 8:14 am #141094Hi
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
January 19, 2015 at 9:41 am #142307This reply has been marked as private.January 20, 2015 at 3:09 pm #142733Hi
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
January 26, 2015 at 1:53 pm #144330This reply has been marked as private.January 26, 2015 at 2:00 pm #1443341) 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
January 26, 2015 at 2:29 pm #144344This reply has been marked as private.January 26, 2015 at 2:39 pm #1443532) 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
January 28, 2015 at 12:11 pm #145110This reply has been marked as private.January 29, 2015 at 3:16 pm #145468Check now, I’ve set up the page a little differently
– Kyle
January 30, 2015 at 2:27 pm #145808Thanks, Kyle! That helped a lot!
Regards,
MatsJanuary 30, 2015 at 2:30 pm #145810No problem
– Kyle
-
Posted in: Cardinal
You must be logged in and have valid license to reply to this topic.