Forum Replies Created

Viewing 15 posts - 406 through 420 (of 2,802 total)
  • Posted in:
  • in reply to: newsletter subscribe #135606
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: social icons #135605
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: Add Cardinal Vertical Nav Widget #135604
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Sorry, I didn’t understand the questions. What do you mean by “Add Cardinal Vertical Nav Widget”

    Let us know,

    Thanks,
    laranz.

    in reply to: how remove promo bar from card and checkout page #135603
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: Problem with Instant Search Results #135601
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: Embedded Tweets #135600
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: WordPress Update – Failed to complete! #135599
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: No Portfolio option #135598
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: Customer Registration page #135597
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    You mean like this? http://neighborhood.swiftideas.net/my-account/

    Let us know,

    Thanks,
    laranz.

    in reply to: Mega Menu-Product Catagories #135596
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: Blog questions #135595
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: Anchor Link point changes on page refresh #135594
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: Mobile Menu (remove DEMO – EXAMPLE PURPOSES) on Cardinal #135593
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    In Mobile Header Options -> Turn off the translation.

    Let us know,

    Thanks,
    laranz.

    in reply to: Blog issues – sidebar and other updates no appearing #135592
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Glad it works 🙂

    Let us know, if you have any other questions.

    Thanks,
    laranz.

    in reply to: Mobile header by default + Add an icon to the mobile header #135591
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    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.

Viewing 15 posts - 406 through 420 (of 2,802 total)