Home Forums WoodMart support forum How Do I Program a Link on the Main Page with link="url:%23|||"

How Do I Program a Link on the Main Page with link="url:%23|||"

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #38509

    shamanhealersage
    Participant

    I don’t know how to program the Read More and Contact Us link buttons on the Main Base page in the section of ALL-IN-ONE ECOMMERCE SOLUTION ABOUT OUR WOODMART STORE. The code shows a link=”url:%23|||” as shown below:

    [woodmart_button color="primary" button_inline="yes" title="Read More" link="url:%23|||"][woodmart_button style="bordered" button_inline="yes" title="Contact us" link="url:%23|||"]

    I’ve looked in the support material and cannot find anything related to this topic. Do I need to use a short code in the URL:%23 section?

    Thanks!

    #38538

    Artem Temos
    Keymaster

    Hello,

    We are glad to know that you considered using WoodMart for your web-site. I hope you will be happy with it.

    This button shortcode is developed to be used as a WPBakery page builder element and it is a bit difficult to use it manually. Instead, we suggest you simply to add the button with an HTML code that is more clear if you don’t want to use WPBakery. Here is a code for that button

    <a href="#" class="btn btn-color-primary btn-style-default btn-size-default">Read More</a>

    Kind Regards
    Xtemos

    #38701

    shamanhealersage
    Participant

    The WPBakery page builder works well enough. Thank you.

    #38726

    Artem Temos
    Keymaster

    Great, you are welcome.

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