Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #242092

    Hello

    I am currently working on this page:
    http://www.collingeantiques.com/antiques/

    1. The client wanted the latest item in the category to appear and button underneath to get the actual category.
    Should i set the button to link to the url of the page or simply chose page in the drop down when setting up the button. Which is best?

    2. Can anyone tell me why the breadcrumbs are showing in the page when i have changed this in Enfold settings to only show Title. It work fine on all other pages where breadcrumbs are now no longer showing.

    3. Is there a neat way to ensure all the images for each category aligns perfectly? It seems to have something to do with some titles for categories take up to lines and one only takes up one. And of course then there is the massive clock taking up a lot of space but i am not sure how to display it without streching it.

    Cheers

    #242528

    Hey Frostholm!

    Thank you for using the theme. I hope you’re doing great.

    1.) Either way is fine. You can manually add the url of the page or select it on the pages drop-down if available.

    2.) Did you set it on Enfold > Header > Header Layout > Header Title and Breadcrumbs? You can also override the settings for each page on Layout > Title Bar Settings. If that doesn’t work, add this on Quick CSS or custom.css:

    .page-id-23204 #main > div.stretch_full.container_wrap.alternate_color.light_bg_color.title_container > div > div.breadcrumb {
    display: none;
    }

    3.) You can set a min height for the title container or special heading. Something like this:

    div.flex_column div.av-special-heading {
    min-height: 70px;
    }

    Cheers!
    Ismael

    #242791

    Everything is sorted now.
    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Button link: Use url or page?’ is closed to new replies.