Return to previous… - by lucio - on WordPress WooCommerce support

This topic has 13 replies, 2 voices, and was last updated 9 years, 7 months ago ago by Eva Kemp

  • Avatar: lucio
    lucio
    Participant
    September 18, 2014 at 16:24

    Hi, could you please suggest where to apply (display: none !important;) in order to hide the RETURN TO PREVIOUS PAGE link?

    Thanks

    12 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    September 18, 2014 at 16:40

    Hello,

    Could you please provide us with the link where you want to hide that text?

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: lucio
    lucio
    Participant
    September 18, 2014 at 17:09

    Right, all shop pages….

    http://goplus.es/shop/

    Avatar: Eva
    Eva Kemp
    Support staff
    September 18, 2014 at 17:27

    Hello,

    Please add this code into custom.css file:

    .page-heading .row-fluid .span12 .back-to { display: none !important; }
    

    Regards,
    Eva Kemp.

    Avatar: lucio
    lucio
    Participant
    September 18, 2014 at 17:42

    Nope, that did nothing to hide the pesky link!
    Please check again….
    Thanks

    Avatar: lucio
    lucio
    Participant
    September 18, 2014 at 17:53

    While at it, could you please verify why no arrows display in the thumb slider (single product page)?

    See here: http://goplus.es/product/rv2-carrara/ (there are 7 images in the product).

    Thanks

    Avatar: Eva
    Eva Kemp
    Support staff
    September 18, 2014 at 18:12

    Hello,

    Please provide us with wp-admin panel credentials in Private Content.

    Regards,
    Eva Kemp.

    Avatar: lucio
    lucio
    Participant
    September 18, 2014 at 18:29

    there you go….

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    September 19, 2014 at 11:02

    Hello,

    Seems there is cache on your server that’s why the changes aren’t visible. You can remove it via FTP or wait till the cache is cleared.

    Regards,
    Eva Kemp.

    Avatar: lucio
    lucio
    Participant
    September 19, 2014 at 11:13

    Hi,
    there is nothing in the cache folder.

    I re activated the child theme but no solution (to this topic) is apparent.

    Find FTP login details in private content area.

    Please find a solution as I am getting really tired of spending more time communicating with you guys than actually working on the site.

    Thanks

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    September 19, 2014 at 14:34

    Hello,

    The code didn’t work because you have error in other string of style.css file. You have the code

    h6 {
        color: #0f0f0f;
        font-family: Open Sans;
    ]

    The last “]” is wrong. Please change it to “}”.
    After that our code will work.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: lucio
    lucio
    Participant
    September 19, 2014 at 14:56

    Ok, a typing error…. Thanks.

    Also part of this topic was:

    “While at it, could you please verify why no arrows display in the thumb slider (single product page)?

    See here: http://goplus.es/product/rv2-carrara/ (there are 7 images in the product).”

    In Private Content I pasted the contents of the child css…. could there be the rerason for the navigation arrows not displaying?

    Thanks

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    September 19, 2014 at 17:54

    Hello,

    You had the code in style.css of the child theme

    .flex-direction-nav {
    display: none !important;
    }

    That’s why the arrows weren’t shown.
    I’ve changed it to

    .flex-direction-nav {
    display: block !important;
    }

    and arrows are being showed now.

    Regards,
    Eva Kemp.

  • Viewing 13 results - 1 through 13 (of 13 total)

The issue related to '‘Return to previous…’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.