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

    Hi,

    I have a few questions.

    1. Is it possible to have multiple portfolio slugs? I am currently using the portfolio feature for products and recipes, so I would like some portfolio items to have the slug /products/… and some to have /recipes/…. I understand you can change this in the theme customisations, but you are only given one option.

    2. How do I remove the rollover effect on sliders only. When I make a slider clickable to a page, when you roll your mouse over the opacity changes. How do I remove this for the sliders only (I want to keep it on portfolio items).

    3. Can portfolio category pages have a heading? I am using a tag cloud in my footer and when you click on a category you get a portfolio grid page but no page heading.

    And also, the images on this page are different sizes. Is it possible to make them all the same size like the portfolio grid.

    4. And I am getting some weird text over the slider arrows, please see here http://skiactiv.staging.safecom.com.au/wp-content/screenshot1.png

    Thanks in advance for your help

    #131003

    1) No, this is not possible. Just one slug is supported

    2) Insert following code into the quick css field

    .avia-slideshow .image-overlay {
    display: none !important;
    }

    3) Enfold displays a headline on all tag archive pages. By default it’s “Tag Archive for: XX”. If it doesn’t work on your website please post a link to the tag archive page. The taxonomy pages (portfolio categories) also display a headline – see: http://kriesi.at/themes/enfold/portfolio_entries/css/ (Category “CSS”)

    4) Please insert following code into the quick css field

    #top .avia-slideshow-arrows a {
    text-indent: -600%;
    }

    #131004

    Perfect, thanks very much for your help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘multiple slugs, remove rollover, portfolio category page…’ is closed to new replies.