Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #258848

    Hi!
    where can I edit the max width & height of the Responsive Layout?
    I mean most of the images (especially the vertical ones) in AJAX to do not resize properly in a 13″ screen and one has to scroll down on the same picture to view it all, which is a bit annoying.
    How can increase the responsiveness for a 13″ screen? The theme become responsive only after I decrease the screen to a smaller size e.g. ipad

    Thanks a lot for the help!

    #259439

    Hey MeryVi!

    Thank you for using the theme!

    I’m sorry but I’m not certain of the issue that you’re having. If you can provide us with a link to your website and a screenshot of the issue, that will greatly help. Enfold is a fully responsive theme and you might be trying to do something out of the box to have this issue. You can find all the css codes on wp-content/themes/enfold/css folder. Check the layout.css and grid.css files.

    Cheers!
    Ismael

    #259455
    This reply has been marked as private.
    #259642

    Hi!

    Thank you for the info.

    I’m not sure if we can do anything about the ajax portfolio preview aside from decreasing the width of the preview image when viewing on smaller screens. You can add this on Quick CSS or custom.css:

    @media only screen and (max-width: 1366px) {
    .portfolio-preview-image {
    width: 50%;
    }
    }

    Try to add this on functions.php to fix the portfolio breadcrumbs:

    add_action('after_setup_theme','avia_remove_portfolio_breadcrumb');
    
    function avia_remove_portfolio_breadcrumb(){
    remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb');
    }

    Regards,
    Ismael

    #259664

    Hi Ismael thank you very much! The subheaders seems to assign the right category to each entry! However when I click on one of the categories in You are here: home/ .. / … / etc it links to archives. Is it possible to link to the portfolio instead of archives?

    Thank you!

    #259871

    Hi!

    Glad it is working.

    Let me ask Dude about the other request. I’m sure he can help you. Please wait for his response.

    Cheers!
    Ismael

    #259906

    Thank you Ismael!! I look forward to hearing from Dude!

    #260086

    Hey!

    Yes, Enfold uses sessions to determine the last visited portfolio page and uses this page for the breadcrumb hierarchy. If you want to set a specific page for your portfolio item use the “Breadcrumb Hierarchy” dropdown on the right side of the portfolio entry editor page to select the right portfolio page for each portfolio entry. Unfortunately you can’t set a hierarchy between pages and posts and you must set this with a post meta field (Breadcrumb Hierarchy) manually.

    Best regards,
    Peter

    #260152

    HI Dude thanks for your answer! I used the Breadcrumb Hierarchy dropdown since the beginning assigning manually to each portfolio entry their portfolio page. But still the search continued to give me the last visited portfolio page as breadcrumb. With the code Ismael gave me the hierarchy/respective entry categories’ name are assigned correctly. However it use Archives in the Breadcrumb Hierarchy and not the Portfolio page. Is there a way to the portfolio instead?

    #260602

    Hi!

    I’ll mark this thread for Kriesi. Tbh the breadcrumb should always be the same because the search page also just links to the single entry page but Kriesi knows the code better than I do and maybe I missed something.

    Cheers!
    Peter

    #260946

    Thank you for that! I look forward to hearing from Kriesi!

    #261648

    Hey!

    On our internal discussion board Kriesi did a quick test and replied with:

    
    Nope, unless the user encountered a weird bug I don’t see any reason why this should happen. tested it locally and it doesnt happen for me either…
    

    Is there some steps we can take on your live site to re-produce the breadcrumb issue?

    Best regards,
    Devin

    #261663

    Hey!

    Ok, Kriesi responded and he also can’t reproduce the issue and doesn’t know why the breadcrumb changes on your website. I recommend to deactivate all plugins. If this doesn’t help try to re-install WordPress and Enfold.

    Cheers!
    Peter

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