Tagged: 

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #489871

    Hi,

    There’s a problem with the portfolio accordion. When the portfolio page is viewed as individual pages, the accordion items show up. However, when it is viewed from the main portfolio as a popup, they don’t show up. Please see links below:

    #490215

    Hi tullibo!

    For the preview text you will need to edit your portfolio post and then add some text into the “Add preview text” editor. You will want to keep it simple with text, lists, buttons, etc etc. You will not be able to add the more advanced shortcodes such as a LayerSlider there.

    Cheers!
    Elliott

    #491153

    Hello Elliot,

    Is there anyway to copy the the shortcode for accordion from the Avia layout builder so we can paste it into the preview section? As of now, if I clicking on the “DEFAULT EDITOR” button, no codes come up.
    We don’t wanna have to recode that accordion again in every page’s preview…

    Please see private link for screenshot. Thanks…

    #491365

    Hi!

    You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Or, You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
    then you can create any of them and copy/paste shortcode into any other content element or into text widget.

    Regards,
    Yigit

    #492649

    Hello Yigit,

    It says on the instructions:
    Adding the following to your child theme functions.php will do that:

    Which file do I place it if there’s no child theme? And is it allowed in the first place?

    Thanks,

    Kat

    #492900

    Hi,

    You should consider using a child theme since if you edit the parent theme you will lose your edits on updates each time. Setting up a child theme is easy: http://kriesi.at/documentation/enfold/portfolio-item/create-a-child-theme/

    Regards,
    Rikard

    #493877

    Hi Rikard,

    I’m afraid the site is up and running already and so setting up a child theme and activating it would mean having to redo the site all over again.
    How do I do this from the actual theme then?– http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    #494238

    Hi!

    Make sure to read the article all the way. It tells you how to add it to the parent theme at the end.

    Cheers!
    Elliott

    #495051

    Thanks Elliot…

    Another question, from the portfolio popup, how do we reduce the image size to a smaller one?
    pls see screenshot: http://screencast.com/t/mg0lksOaZ

    Thanks,

    Kathy

    #495574

    Hi guys, following up on this query please, thanks…

    Another question, from the portfolio popup, how do we reduce the image size to a smaller one?
    pls see screenshot: http://screencast.com/t/mg0lksOaZ

    Thanks,

    Kathy

    #495902

    Hey!

    Add this to your custom CSS.

    .portfolio-preview-image img {
        width: 50% !important;
    }

    Cheers!
    Elliott

    #496822

    Thanks for that, Elliot!

    Another question on the main portfolio page… how do we make the link from the thumbnails of the main portfolio page go to the full page instead of just a popup preview?

    Please see links for info.

    #497250

    Hi guys,

    Would like to follow up on the following query please, thanks:

    Another question on the main portfolio page… how do we make the link from the thumbnails of the main portfolio page go to the full page instead of just a popup preview?

    Please see links for info.

    #497252

    Hey!

    Edit the portfolio grid element and set the link handling to a new post instead of AJAX.

    Cheers!
    Elliott

    #497472

    Thanks very much!

    Kat

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Accordion not working on Ajax Portfolio’ is closed to new replies.