Shop Categories

X

Page tracking

Home Forums Agama Pro Page tracking

Topic Resolution: Resolved
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #11054
    Resiliencengine
    Participant

    Hi there!

    On the pink line under the Menu, could we have the path of that particular page? And can any word be clickable?

    i.e.: Home > Services > Match Your Needs > Managers

    #11056
    Zex
    Moderator

    Hello,Resiliencengine!

    To display breadcrumb path for pages, You will need to select the parent for each child page under page attribute. Edit every page you want to make a child and select a parent for each child page under page attribute. The page attribute box is next to the post editor.

    https://prnt.sc/l9xawp

    Regards

    #11075
    Resiliencengine
    Participant

    Great, thanks 🙂

    #11186
    Resiliencengine
    Participant
    This reply has been marked as private.
    #11211
    Zex
    Moderator

    Hi,

    Simply, go to: Customizing ▸ Breadcrumb▸ Styling,

    and change the “Links color” per your needs.

    https://prnt.sc/lel1pl

    Regards

    #11274
    Resiliencengine
    Participant
    This reply has been marked as private.
    #11276
    Zex
    Moderator

    Hello,Resiliencengine!

    I have inserted the next code to change the breadcrumb links and links hover color:

    /* Breadcrumb links color*/
    
    .vision-breadcrumbs a{
        color:#FFF;
    }
    .vision-breadcrumbs a:hover{
        color:#000;
    }

    I also noticed that you are running too old PHP version on your server.(5.4.36)

    https://prnt.sc/lg8ys6

    That can be the reason for many errors.

    Agama Pro theme requires at last PHP 5.6 but the recommended version is PHP 7.x.

    So in order to avoid future problems, you will need to contact your hosting provider to update your server PHP version.

    Also, you will need to register your theme:
    http://docs.theme-vision.com/article/product-registration/

    Regards

    • This reply was modified 4 years, 7 months ago by Zex.
    #11278
    Resiliencengine
    Participant

    Thanks for this feedback, I wrote to the hosting support. 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.