Breadcrumbs in Category/product Pages - by nunomfd

This topic has 13 replies, 4 voices, and was last updated 7 years, 8 months ago ago by Robert Hall

  • Avatar: nunomfd
    nunomfd
    Participant
    July 20, 2016 at 15:06

    Hi,

    Great work by the way 🙂

    Can you help me?

    1 – how can i setup the breadcrumbs in Category/product Pages?

    2 – how can i edit the language selector letters on top bar?

    Thanks.

    Nuno Dias

    12 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    July 20, 2016 at 15:22

    Hello,

    1) Navigate to Theme Options->Color Scheme->Breadcrumbs background.
    2) You can edit this area in \wp-content\themes\royal\headers\parts\top-bar.php file.

    Also we recommend you to make all changes in the Child Theme.
    https://codex.wordpress.org/Child_Themes

    Regards,
    Robert Hall

    Avatar: nunomfd
    nunomfd
    Participant
    July 20, 2016 at 15:43

    Hello

    Thanks for the answer but i set the breadcrumbs to default and nothing hapens.

    http://5.10.105.45/~madredeagua/website/?product=apple-jam&lang=en

    Regards

    Avatar: Robert Hall
    Robert Hall
    Support staff
    July 20, 2016 at 15:59

    Hello,

    Please provide us with wp-admin access in Private Content.

    Regards,
    Robert Hall

    Avatar: nunomfd
    nunomfd
    Participant
    July 25, 2016 at 15:52

    Hello,

    Sorry but i can’t find where do i create a new topic.

    My question is how can i add background images to colums and make them responsive. Like the cheese image if we make the window smaller.

    http://5.10.105.45/~madredeagua/website/

    Thanks, regards.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    July 25, 2016 at 16:08

    Hello,

    You can achieve this via Visual Composer plugin. First add the row then add a single image element there. See screenshot: http://prntscr.com/bxb31i

    Regards,
    Robert Hall

    Avatar: nunomfd
    nunomfd
    Participant
    July 25, 2016 at 17:44

    Thanks for the reply.

    But i want to add a image in background. Already did that but the image don’t get responsive.

    Regards

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 25, 2016 at 18:34

    Hello,

    Please provide WP Dashboard credentials in private content.

    Best regards,
    Jack Richardson.

    Avatar: nunomfd
    nunomfd
    Participant
    July 26, 2016 at 09:43

    Hi Jack

    The problem is on the home page. Plese notify me when you enter the site.

    Thanks

    Please, contact administrator
    for this information.
    Avatar: nunomfd
    nunomfd
    Participant
    July 26, 2016 at 09:48

    Hi Jack

    How can i replace the cart icon?

    Regards

    Avatar: Eva
    Eva Kemp
    Support staff
    July 26, 2016 at 10:58

    Hello,

    Please set background size to “cover” http://storage5.static.itmages.com/i/16/0726/h_1469526894_3736440_e7fe90e163.png as I did for the first column. Check it now.

    To replace cart icon use this code in Theme Options > Custom CSS > Global Custom CSS:

    .cart-bag .ico-sum  {
        background-color: transparent;
    }
    .cart-bag .ico-sum::before {
        border-color: transparent;
    }
    .cart-bag {
        padding: 18px 15px 15px !important;
        background-image: url("http://path_to_your_icon_image");
        background-repeat: no-repeat;
    }

    Regards,
    Eva Kemp.

    Avatar: nunomfd
    nunomfd
    Participant
    July 26, 2016 at 14:26

    Hi Eva

    Thanks for the reply, the icon changed, but not in the same spot.

    http://5.10.105.45/~madredeagua/website

    Regards

    Avatar: Robert Hall
    Robert Hall
    Support staff
    July 26, 2016 at 14:44

    You can try use this code in Global Custom CSS and change position value to yours.

    .cart-bag {
        background-position: 8px 15px;
    }

    Regards,
    Robert Hall

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

You must be logged in to reply to this topic.Log in/Sign up

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