Forum Replies Created

Viewing 30 posts - 4,261 through 4,290 (of 25,536 total)
  • Author
    Posts
  • in reply to: Grid for custom post types #1309991

    Hi Antonella,

    Thanks for giving us admin access.
    I can’t find a way to make it like the product categories since it’s fetching woocommerce code in order to build it, the nearest that I could get is to change the layout to use the Grid Layout but you’ll need to do two things:
    1. Add this code in functions.php of the child theme:

    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); 
    
    function avia_change_category_blog_layout($layout, $context){
    	if($context == 'archive') $layout = 'blog-grid';
    	return $layout;
    }

    2. Add a featured image for each capitolati

    Best regards,
    Nikko

    in reply to: Warning message PHP 8.0 #1309986

    Hi Krystian,

    Sure, can you give us the link where we can see the error message? is this on the frontend of your site or the backend (wp-admin)?

    Best regards,
    Nikko

    in reply to: Cannot Import Church Demo #1309983

    Hi drgentleman,

    We’re glad that we could help :)
    I’m not really sure why this isn’t enabled on Godaddy by default but I’ll request for the this to be added in our documentation.

    Best regards,
    Nikko

    in reply to: Can't enter Credit Card Info #1309982

    Hi Duncan,

    You can do it by going to Appearance > Themes, then activate Twenty Twenty-One or Twenty Twenty theme (default themes that come with installing WordPress), then test the credit card info.
    You may need to put your site on maintenance mode when doing this (you can find a maintenance plugin for this), if the problem still persists then you should contact the plugin support/developers regarding the issue.

    Best regards,
    Nikko

    in reply to: Center align portfolio post title #1309980

    Hi FamalcoGroup,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top #wrap_all .grid-content .grid-entry-title {
        text-align: center;
    }

    Best regards,
    Nikko

    in reply to: Problem with Heading Style Elegant #1309811

    Hi Bettina,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: gallery breaking points #1309809

    Hi june,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Success, Failure, Backlink URLs for Payment Gateway #1309808

    Hi anatassa,

    Do they have some kind of documentation? there’s probably some option in their plugin to set those 3 pages asked of you otherwise you may create those 3 pages then give the links to those pages to them.

    Best regards,
    Nikko

    in reply to: [Solved] LayerSlider not showing images solution #1309806

    Hi HeeHA,

    We’re glad that you found the cause of the issue and thanks for sharing it :)
    Thanks as well for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Post Nav Arrows in the same category #1309805

    Hey GrafitecSon,

    Can you try the solution posted on this thread: https://kriesi.at/support/topic/nextprevious-post-arrow-same-category-content-only/#post-818822
    Hope it helps.

    Best regards,
    Nikko

    in reply to: sub menu is cut off on screen edge #1309803

    Hi Stewart,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Center align portfolio post title #1309802

    Hi FamalcoGroup,

    Can you give us a link to the page mentioned? so we can inspect why it’s not working.

    Best regards,
    Nikko

    in reply to: Enfold Shop Banner WooCoomerce #1309798

    Hi MaktubJolie,

    We’re happy to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: avia merged styles #1309797

    Hey Enffie,

    Try to disable CSS file merging and compression in Enfold > Performance.
    Then clear any cache if you have some caching plugins, let us know if this helps.

    Best regards,
    Nikko

    in reply to: Changing circle image that appears on hover #1309796

    Hi merryng,

    The size, transparency and other settings on it are predefined via some code (CSS), the only option is to change the color.
    If you want to change it, then you can give us a mockup or screenshot of the result you want to achieve then we’ll help with the code to change it.

    Best regards,
    Nikko

    in reply to: Can't enter Credit Card Info #1309791

    Hi murdochduncan,

    Can you try to switch to a default WordPress Theme and test again and see if it works?

    Best regards,
    Nikko

    in reply to: Can't upload theme to server #1309784

    Hi pjcentury,

    I’m using Filezilla and can’t seem to connect with the given credentials.
    The screenshot is in private content.
    I also tried to use different encryptions listed but with no success.
    Can you give us a screenshot of the options set in the Advanced, Transfer Settings, and Charset tab? so I can try to make it similar as your settings.

    Best regards,
    Nikko

    in reply to: Cannot Import Church Demo #1309776

    Hi drgentleman,

    I have checked on your site again but it’s not yet enabled.
    You can verify this by going to LayerSlider WP > Options > System Status > PHP ZipArchive Extension (or going to the link in private content).

    Best regards,
    Nikko

    in reply to: Help! incomprehensible page #1309726

    Hi czar,

    We’re glad to hear that you have fixed the issue :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Center text after removed the date in search result #1309724

    Hi Hejanni,

    1. This would require using a child theme, if you don’t have one yet then please download it at https://kriesi.at/documentation/enfold/child-theme/ and read the instructions on the documentation.
    Then go to wp-content > themes > enfold > includes folder then copy loop-search.php, then go to the child theme, then create a folder and name it includes inside it paste the copied file.
    Edit the file and find this code (it should be in line 105 in Enfold 4.8.3):

    echo '<div class="entry-content" '.avia_markup_helper(array('context' => 'entry_content','echo'=>false)).'>';

    below it, paste this code:

    if (get_the_post_thumbnail( $the_id )) {
        the_post_thumbnail( $the_id );
    }

    2. Can you give us temporary access? the maintenance mode keeps appearing and prevents us from seeing the search results. I tried to check this on my local server but I don’t see this happening.

    Best regards,
    Nikko

    in reply to: Correct at preview – error at real #1309710

    Hi saludesencial,

    We apologize for the delayed response.
    I noticed a js code was not working properly, to fix it I disabled Javascript file merging and compression in Enfold > Performance.
    Please review the page.

    Best regards,
    Nikko

    in reply to: Cannot Import Church Demo #1309647

    Hi drgentleman,

    Thanks for providing the admin access.
    Please enable PHP ZipArchive Extension in the cPanel of your site or you may ask your hosting provider to enable this for you and importing the demo should work properly.

    Best regards,
    Nikko

    in reply to: Can't upload theme to server #1309645

    Hi pjcentury,

    The FTP account doesn’t seem to work, please check.

    Best regards,
    Nikko

    in reply to: Is there a way to speed up image load on homepage? #1309632

    Hi Antonio,

    Try to use image optimization plugins, all of the slider images are not optimized and can be compressed with up to less than 60% of its current size.
    If you don’t want to use a plugin for this you can just download your slider images and optimize it in https://tinypng.com/ then re-upload the optimized images back to your site.

    Best regards,
    Nikko

    in reply to: Burger menu requires 2 taps to open #1309631

    Hi damon129,

    I have checked your site both on firefox and chrome on an android phone and I don’t experience the same issue.
    Can you try to clear your phone’s browser cache?

    Best regards,
    Nikko

    in reply to: Grid for custom post types #1309595

    Hi alligatorsnc,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Section height goes crazy #1309591

    Hi Ink_Eye,

    I apologize for the delayed response.
    Can you give us temporary admin access to the site again? it seems the calculation for the height of the section is messed up.

    Best regards,
    Nikko

    in reply to: Images slightly blurred #1309589

    Hi Real-3D,

    Thanks for providing the screenshot and I apologize for the delayed response.
    Can you try adding this CSS code as well:

    #top .mfp-content img.mfp-img {
        image-rendering: pixelated;
    }

    Best regards,
    Nikko

    in reply to: Simple Edits For Blog Page #1309046

    Hi Samuel,

    Yes, since it’s predefined, you can change it by changing the Post Format.
    If you don’t want to change the Post Format, then you can send us a screenshot of the icon you want to use and we’ll provide you with some CSS code for it.

    Best regards,
    Nikko

    in reply to: Menu on Mobile Browsers Empty #1309044

    Hi Gary,

    We’re glad that we could help :)
    You can remove the temporary access.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 30 posts - 4,261 through 4,290 (of 25,536 total)