Forum Replies Created

Viewing 30 posts - 13,951 through 13,980 (of 35,289 total)
  • Author
    Posts
  • in reply to: enfold advanced styling options #1328150

    Hi,
    Do you have a caching plugin installed, try disabling it while you are creating your site. If this is not the case please include an admin login & link to the page in the Private Content area so we can examine.

    Best regards,
    Mike

    in reply to: Layer styles custom CSS works on first loop only #1328149

    Hi,
    Thank you for your patience and the link to your site, I don’t know why this is but I came up with a work around, I added the class drop-shadow-filter to only the first slide items:
    2021-11-07_016.jpg
    then I added this css to your WordPress ▸ Customize ▸ Additional CSS

    .drop-shadow-filter.ls-layer {
    	filter: drop-shadow(5px 5px 15px #666666) !important;
    }

    and this seems to be working on multiple passes for the first slide, please clear your browser cache and check and add this class to your other slides if you wish.

    Best regards,
    Mike

    in reply to: Enfold Single Post Navigation #1328141

    Hi,
    Thank you for your patience, to change the background color of the transparent post navigation, try adjusting this css to suit:

    #top #wrap_all .avia-post-nav {
        background: rgb(17 141 169 / 48%);
    }

    2021-11-07_014.jpg
    if you want it to be taller and wider like this:
    2021-11-07_015.jpg
    you can try adjusting this css:

    #top #wrap_all .avia-post-nav {
        background: rgb(17 141 169 / 48%);
        height: 200px;
    }
    .avia-post-nav:hover .entry-info-wrap {
    	width: 300px;
    }
    .avia-post-nav .entry-info {
    	width: 278px;
    	height: 163px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: There Was an Error Getting Your Stats #1328139

    Hi,
    Thank you for your patience, I found that Yoast is giving a server 500 error, so I tried disabling it and your WooCommerce Analytics worked until I enabled Yoast again, I assume Yoast updated and now has an error but I don’t know why.
    I left it enabled so you can also try.
    Please see the screenshots in the Private Content area.

    Best regards,
    Mike

    in reply to: Preview of used fonts in Backend and ALB … #1328138

    Hi,
    Glad to hear that you have this sorted out, being a faulty font, shall we close this then?

    Best regards,
    Mike

    Hi,
    Do you have other FTP accounts? I don’t believe tht this is the correct one for this WordPress install, I added some text to your style.css via FTP and it doesn’t show in the WordPress ▸ Appearance ▸ Editor ▸ style.css
    2021-11-07_140845.jpg

    Best regards,
    Mike

    in reply to: More columns in the portfolio or in the blog overview #1328135

    Hey Sabine,
    Sorry, there is not an easy way to change the elements to an 8 grid layout, it would require a lot of element modification. Perhaps you can point out to your client that an 8 grid layout would make each element quite small and hard to see on most devices.
    The most used devices are 1366px ▸ 1920px, hopefully this helps.

    Best regards,
    Mike

    in reply to: Grid row height changed after updating Enfold #1328132

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: product price double on product page #1328130

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Color Section doesnt stretch once menu is activated #1328128

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: masonry multiple galleries #1328127

    Hey Snezana Ilic,
    Thank you for your question, unfortunately, this would not be available in the theme out-of-the-box, it would require Theme Customization

    Best regards,
    Mike

    in reply to: Integrate purchased funnel pages into Enfold #1328126

    Hey Holger,
    Thank you for your question, you can not “import” html templates into Enfold and have them converted into Enfold elements that you can modify. You can copy the html source code and paste it into a code block element on an Enfold page and have the html content show on the frontend, but any modifications will have to be done in the html code and not with Advanced Layout Builder elements.

    Best regards,
    Mike

    in reply to: enfold advanced styling options #1328125

    Hey tobiaskueng,
    Thank you for your question, this is the documentation for the Advanced styling options, for the Health Coach Demo the homepage title and sub title are from the slideshow caption
    2021-11-07_008.jpg
    so in this case you would want to make the change in the slidehsow element in the style tab:
    2021-11-07_009.jpg

    Best regards,
    Mike

    in reply to: Burger menu not opening #1328122

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Masonry Gallery images don't show up after turning pages #1328121

    Hi,
    Thank you for the login, your masonry gallery was set to show 8 items with the pagination enabled, but you had only picked 8 items, so when the blog post pagination was used the masonry gallery had nothing else to show, so I disabled the masonry gallery pagination and now it shows for every blog post pagination.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Permalink Problem #1328118

    Hi,
    Oh I see, sorry I didn’t try translating “Reiter-Inhalt hier einfügen”, it sounds like the placeholder text umlaut and your link issue are not related.

    Best regards,
    Mike

    in reply to: Burger menu not opening #1328117

    Hi,
    If the issue was resolved by disabling the caching plugin then re-enabling should re-build the cache files so that the plugin serves a new cache correctly, if re-enabling shows the cached error again then this means that you need the clear the cached files and re-build the cache, please follow your plugin’s documentation to achieve this.

    Best regards,
    Mike

    in reply to: List product retailers in one row #1328115

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Testimonial Image above in grid view #1328112

    Hi,
    Thanks for your question, the script needs to run after jQuery, if you want to load jQuery in the footer the try using this script instead, the first part uses an event listener for the loading of the DOM, which includes the footer scripts and then it loads the other script:

    function defer_custom_script(){
    ?>
    <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($) {
        $(".avia-testimonial-meta").each(function(){
            $(this).closest('.avia-testimonial_inner').prepend($(this));
        });
    }(jQuery)); 
     });
    </script>
    <?php
    }
    add_action('wp_footer', 'defer_custom_script');

    Best regards,
    Mike

    in reply to: Decrease space below main menu #1328079

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Sticky menu logo cut off on chrome browser #1328078

    Hey Eugeniadms,
    Thank you for the link to your site but I’m seeing your logo in Chrome, Edge, & IE, on Windows 10, please see the screenshot in the Private Content area. Can you include a screenshot of what you see and let us know your screen resolution

    Best regards,
    Mike

    in reply to: List product retailers in one row #1328077

    Hey boyan89,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top.single-product .wc-product-retailers > li {
    	display: inline;
    }

    the expected results:
    2021-11-06_019.jpg

    Best regards,
    Mike

    in reply to: Unable to Edit One Page #1328076

    Hey ashleyknow,
    Thank you for your question, I believe that this is due to your outdated PHP version on your webhost server, I see you are using PHP v5.6.40 with WordPress v5.8.1 that requires a minimum of v7.4 you can see this on your site health panel linked below
    2021-11-06_017.jpg
    Please ask your webhost to update the server, the next issue is that you are using Enfold v4.5.4 with WordPress v5.8.1 This version of Enfold should be updated, but the old Envato API is deprecated so you will need to go to your Theme Forest account and create a Envato Token to update, or you can download the latest version from your Theme Forest account and manually update though the WordPress theme panel.
    You will want to update because the Block editor is conflicting with the Advanced Layout Builder in this version, as you see both are showing on your page, this should not be
    2021-11-06_018.jpg
    you could disable the Block editor at Enfold Theme Options ▸ Select Your Editor but you could still have issues, I copied your page and tested it on my demo and it worked fine so I believe you need to follow these update steps, please update your server PHP first.

    Best regards,
    Mike

    in reply to: Permalink Problem #1328073

    Hi,
    Do you mean that you are using an umlaut in the title of your page so that it becomes part of the URL and this is becoming an URL error sometimes?
    The umlaut should be replaced automatically in the slug by WordPress, if it is not then you could manually correct it
    2021-11-06_016.jpg
    Perhaps is is a server PHP issue, I don’t know.

    Best regards,
    Mike

    in reply to: Burger menu not opening #1328072

    Hi,
    Yes, it is coming from your caching plugin, please try disabling it.
    2021-11-06_015.jpg

    Best regards,
    Mike

    in reply to: Einträge-Slider #1328069

    Hi,
    Schön zu hören, dass das geklärt ist, bei weiteren Fragen bitte neuen Thread erstellen und wir versuchen gerne, Ihnen zu helfen. Vielen Dank, dass Sie Enfold verwenden.

    — Translated with Google —

    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Remove taxonomies from standard wp-sitemap (archives issue) #1328068

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Einträge-Slider #1328066

    Hey joernbaenfer,
    Vielen Dank für Ihre Frage, ich habe Ihren Link überprüft und die Portfolios werden mir vollständig ohne Schieberegler angezeigt, siehe Screenshot unten. Versuchen Sie, Ihren Browser-Cache zu leeren und erneut zu überprüfen.
    Wenn Sie immer noch einen Fehler sehen, fügen Sie bitte einen Screenshot bei, damit wir sicher sein können, dass wir dasselbe Element betrachten, und fügen Sie die Administratoranmeldung in den Bereich Private Inhalte ein, damit wir Ihnen weiterhelfen können.

    — Translated with Google —

    Thank you for your question, I have examined your link and the portfolios are showing to me in full without sliders, please see the screenshot below. Try clearing your browser cache and checking again.
    If you still see an error please include a screenshot so we can be sure we are looking at the same element and include admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Possible to add Animation to Every Image with CSS or PHP? #1328064

    Hey Candy,
    Thanks for your question, it would be possible but all elements don’t share the same animation classes and typically multiple classes are required, for example on a basic image element the top-to-bottom animation requires 3 classes. In my test this script will add this animation for all images in a image element:

    function custom_animated_image() { ?>
        <script>
    (function($){
      $('.avia-image-container').addClass('avia_animated_image avia_animate_when_almost_visible top-to-bottom');
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_animated_image');

    You can test this by adding this code to the end of your functions.php file in Appearance ▸ Editor

    Best regards,
    Mike

    in reply to: Help with grid row spacing #1328063

    Hi,
    Thanks for the feedback, so for the grid row that uses this css:

    .av-layout-grid-container {
    max-width: 950px !important;
    margin: 0 auto !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    }

    try adding a custom class to it and the css so it will only effect this one element and not the other.

    Best regards,
    Mike

Viewing 30 posts - 13,951 through 13,980 (of 35,289 total)