Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #647445

    On this page

    I have added manually a portfolio grid. But below I have related items activated, that seems to come from the latest Enfold Update.

    How can I remove this?

    Thanks

    #647994

    Hey Viramedia,

    Please refer to this post https://kriesi.at/support/topic/hide-related-items-on-portfolio/

    Let us know if you have any questions.

    Best regards,
    Vinay

    • This reply was modified 8 years, 5 months ago by Vinay.
    #648198

    is there no way to disable this in the Enfold settings. Becouse each time I update enfold I will lose those settings…
    thanks for helping

    #648206

    Hey!

    Please use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and move your modified file there to avoid having it overwritten when you update the theme.

    Regards,
    Yigit

    #648552

    But should this not be a feature selectable in the ENFOLD Theme options? Would be much more easier.
    Thanks

    #648593

    Hey!

    Please request such feature here – https://kriesi.at/support/enfold-feature-requests/

    Regards,
    Yigit

    #700571

    I have a child theme and it works…

    but when I add this code

    //show related posts based on categories if there are any
    get_template_part( 'includes/related-posts' );

    Il get a php error (fortunately I could change it via FTP back)

    any solution?
    Thanks

    #700631

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .single-portfolio #av_section_1 {
        display: none;
    }
    

    If that does not help, please post FTP logins and WP admin logins here privately so we can look into it.

    Best regards,
    Yigit

    #700673

    Thanks Yigit. I added the code, but no dofference. Is there any other option for this? Is there no way to disable related portfolio items from Enfold?
    Thanks

    #700676

    Hi!

    In that case, please post FTP and WP admin logins here privately so we can look into it :)

    Cheers!
    Yigit

    #700802

    is there any way to resolve it myself withouth giving out WP login data? thanks for helping

    #700869

    Hi,

    Do not worry at all. It is completely safe to share the required credentials in private content area. Only moderators can view it :)
    We need to take a closer look at the settings. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • FTP login credentials.
    • The URL to the WordPress login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Vinay

    • This reply was modified 8 years, 1 month ago by Vinay.
    #701440

    I have added the credential. FTP login is probably not possible. I hope it works with the other

    #702693

    Hi,

    We tried to login to the site but the account that you provided is currently not active. Please activate the account.

    ACCOUNT PENDING: Your account is currently not active. An administrator needs to activate your account before you can login.

    Best regards,
    Ismael

    #703155

    thanks for the remind, account is approved

    #704398

    Hi,

    Try to add this code in your Quick CSS (located in Enfold > General Settings) or in your Child Theme’s style.css:

    #jp-relatedposts {
        display: none !important;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    #711070

    thanks did worked

    #711401

    Hi,

    Glad we could help :)

    Best regards,
    Nikko

    #713917

    btw. the related posts came from JetPack Plugin. If you remove the feature to post related items, they will not show up

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Remove related items from protfolio’ is closed to new replies.