Okay
  Public Ticket #1203114
Extra info productpage, instagram feed homepage
Closed

Comments

  •  5
    Inki started the conversation

    Hello,

    I was going through the Aurum showcase and saw the following sites which have a few features I'm not able to find in settings and was wondering how to implement them in my own site.

    Extra info on productpages

    On https://epsurf.com.au/product/ripcurl-refusing-polo/ they use 3 colomns, below add to cart, with extra info "  secure payment "  , " 7 day exchange" , " fast shipping" . How do I get those? They're really helpful to have on the product page. 

    Instagram feed homepage

    https://uashmama.com.pl/ has a Instagram feed on the homepage. How do I achieve that with visual composer? 

    Thanks once again

  •   Inki replied privately
  • [deleted] replied

    Hi Inki,

    Maybe you didn't saw this but we also have added this note on our showcase page:

    Note: Not every website on the showcase uses only native parts of the theme, some of them are customized by clients needs or may use any third-party plugin.

    1— It seems that this user have achieved that with some modifications and with the Visual Composer plugin.

    2— There are a ton of Instagram plugins that you can use on your site to show your Instagram feed, please search on Wordpress plugins section to find some free plugins that can do this job for you.

    3— That is an option on our theme that we introduced on version 2.9.7 of the theme (read changelog) Video: http://drops.laborator.co/E4bSXI

    Top Bar is not available on Mobile.

    4— You can enable Breadcrumbs if you install Breadcrumb NavXT plugin on your site. Then you just need to activate this option on your pages.


    (view on new page)

    P.S: For the next time. You can edit your original ticket instead of creating multiple replies.

  •  5
    Inki replied

    Hi,

    Thanks, those videos are awesome to quickly show settings. 

    What is the custom css for making text links bold? A textlink is almost not visible now because it looks a lot like typical text. 

  • [deleted] replied

    Hi Inki,

    Just add the code below to your Custom CSS area:

    a {
        font-weight: 600 !important;
    }

    Will set this ticket as solved from here.