• Hi
    On the homepage there is the ES:Slider widget. When you click on it you see:

    ES: Slider
    
    Category Menu
    Checked to show woocommerce category menu at left side.
    
    Category Menu Title:
    
    WooCommerce Category:
    
    Section Post Count:
    
    Slide button text:

    Add to cart

    1) I want to change the Add to cart to another call to action link. As it stands I can only change the text. I want the new text to be a hyperlink.

    2) On the homepage I have a Translation widget. I want it to move it to the extreme right. Currently it sits above the All categories, I want to move it to the right. When I click on it, it says you can drag it, but nothing happens.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @wavedocfarid

    1) I want to change the Add to cart to another call to action link. As it stands I can only change the text. I want the new text to be a hyperlink.
    >> For this you need to customize the template or you need to look for plugin that allow you to add external link for add to cart.

    2) On the homepage I have a Translation widget. I want it to move it to the extreme right. Currently it sits above the All categories, I want to move it to the right. When I click on it, it says you can drag it, but nothing happens.

    You can add the following code in additional CSS box in customizer:

    .es-header-area-cart-wrapper .widget_block .wp-block-columns.are-vertically-aligned-center {
    	display: inline-block;
    }
    .es-header-area-cart-wrapper .widget_block {
    	text-align: right;
    }

    Thanks

    Thread Starter wavedocfarid

    (@wavedocfarid)

    1) Translate widget: Thanks for the script MOVE the Widget Help, it works.
    ——————————————–
    2) ES: Slider:
    Me: I want to change the Add to cart to another call to action link. As it stands I can only change the text. I want the new text to be a hyperlink.

    Your response: For this you need to customize the template or you need to look for plugin that allow you to add external link for add to cart.
    ———————————————————————-
    Why do yo think I am writing this? Because I want HELP IN CUSTOMIZING THE TEMPLATE. Please don’t send me vague answers.If you can’t answer precisely, then refer me to another expert.

    AGAIN:

    
    On the homepage there is the ES:Slider widget. When you click on it you see:
    
    ES: Slider
    
    Category Menu
    Checked to show woocommerce category menu at left side.
    
    Category Menu Title:
    
    WooCommerce Category:
    
    Section Post Count:
    
    Slide button text:

    Add to Cart

    ?????????However, to the right of the ES:Slider widget appears a IMAGE carousel. 1) How Can I see it when I click the widget? because only the drop down widget shows up and not the image carousel. 2)and how do I modify the carousel, specifically: how do I modify the call-to-action- button which is currently set to “Add to cart” on the images to some other hyperlink button.
    thank you

    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @wavedocfarid

    If you need customization or need developer help then you can contact us via our website contact page so that our developer will provide further support for the problem you are facing regarding widgets and buttons.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘1) Homepage ES:Slider widget/ & 2) move widget’ is closed to new replies.