Digital experiences for all disciplines
Forum Replies Created
-
-
In the demo we use a plain text widget and add this:
<p style="margin-bottom: 10px;">Sign up for our newsletter:</p> <div id="mc_embed_signup"> <form action="http://edcousins.us2.list-manage1.com/subscribe/post?u=a3950048c69f7be72a27013a9&id=68a002176a" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> <input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="Enter your email address here" style="margin-bottom: 0;" required> <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button" style="visibility:hidden;"></div> </form> </div>
You need to get your form code from mailchimp
Let us know,
Thanks,
laranz.Hello,
You can use a text widget, and add the shortcode
[social size="small" type='twitter,facebook,dribbble,ideal']
just like you did for header in Theme Options Panel..Let us know,
Thanks,
laranz.Hi,
Sorry, I didn’t understand the questions. What do you mean by “Add Cardinal Vertical Nav Widget”
Let us know,
Thanks,
laranz.Hi,
Which promo bar you are saying, you mean the coupon bar? Can you sent a screenshot about this? Also, the login details didn’t work.
Let us know,
Thanks,
laranz.Hi,
1. Try this Custom CSS.
.search-item-content a { color: red; }
if that didn’t work, try this.
.search-item-content a { color: red !important; }
2. We by default did the WordPress search, nothing fancy out there. If you want a custom search you can try something like this http://premium.wpmudev.org/blog/build-your-own-custom-wordpress-search/
Let us know,
Thanks,
laranz.Hi,
Did you try RAW HTML element? Also only include this only once in the page.
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
if you put 3 emebeds means, put this script only in the first embed.Let us know,
Thanks,
laranz.Hi,
Did that shows any error message for the failure? Then try manual update method, download and update the things via FTP.
Let us know,
Thanks,
laranz.Hi,
For Musician demo it don’t comes with the portfolio post type by default. To enable it Go to Theme Options -> Custom Post Type Options -> Disable Custom Post Types = Uncheck portfolio.
Let us know,
Thanks,
laranz.Hi,
Go to Appearance -> Menus -> Screen Options ( in the far right of the screen ) -> Check Portfolio Categories, then it will start showing portfolio categories too.
Let us know,
Thanks,
laranz.Hi,
1. You can add diff post format while adding a new post, in Posts -> Add New here: http://take.ms/dtrRs
2. If you want to edit the way featured image show you can do that here: \swift-framework\content\sf-post-detail.php in the function “sf_post_detail_media”
3. I saw you already remove the author name from the overlays.Let us know,
Thanks,
laranz.Hi,
Go to Appearance -> Menus and go to that menu you have those links, click Screen Options at the very right top check the CSS Classes, then in the Custom links you create paste this in that CSS Classes (optional) “smooth-scroll-link” without quotes. And see that works or not.
Let us know,
Thanks,
laranz.December 14, 2014 at 11:10 pm in reply to: Mobile Menu (remove DEMO – EXAMPLE PURPOSES) on Cardinal #135593Hi,
In Mobile Header Options -> Turn off the translation.
Let us know,
Thanks,
laranz.December 14, 2014 at 11:05 pm in reply to: Blog issues – sidebar and other updates no appearing #135592Hi,
Glad it works 🙂
Let us know, if you have any other questions.
Thanks,
laranz.December 14, 2014 at 11:04 pm in reply to: Mobile header by default + Add an icon to the mobile header #135591Hi,
1. It needs a little bit code edit, if you are comfortable follow this. Go to includes/sf-header.php and in #385 you will see the a line like this.
// FULL WIDTH MENU OUTPUT
That is where the header is generated, so everything between the div header-right, remove all the content, and add this.
<a class="mobile-menu-show" href="#"><i class="ss-rows"></i></a> <a class="mobile-cart-link" href="http://www.pluriels.ca/cart/"><i class="ss-cart"></i></a>
2. What do you mean by that? If you want another icon then add like the before step, add the third anchor tag.
Let us know,
Thanks,
laranz. -