Forum Replies Created

Viewing 30 posts - 10,141 through 10,170 (of 34,919 total)
  • Author
    Posts
  • Hi,
    Thanks for the feedback and since you have decided to leave it as it is we will go ahead and close this thread, 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: 2 columns on mobile #1371811

    Hi,
    Glad Nikko was 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: Dropdown Menus #1371810

    Hey PrivitMarketing,
    Please create a new custom menu item with the title “Find My Organization” and the link as “#”, then add your submenu items “Canada” and “Uniited States” under it.
    If your current “Find My Organization” is linking to a page then it must be a standard menu item that is linked to a page.
    If you are not sure what I mean, then please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Footer sticky curtain effect #1371809

    Hey engage24,
    Thanks for the login, I looked at your homepage but I’m not sure what your issue is, can you please explain further?

    Best regards,
    Mike

    Hi,
    So ColinWalton.co.uk and WaltonCreative.com are both on the same server with the same plugins and same child theme settings, and only one is incorrect?
    This is strange, I would think that one must be different somehow.
    Did you update via FTP by trying to overwrite the files? This could leave old differently named files behind and cause errors.

    Best regards,
    Mike

    Hi,
    You want to set the height of portfolio-details-inner equal to the tallest inner article.
    You don’t want to set different values ​​for each individual portfolio entry, this would give you the same jumping that you have now.

    Best regards,
    Mike

    in reply to: Remove border at top of easy slider #1371764

    Hi,
    Sorry, I’m not sure I understand what you are referring to, this topic was about removing a border, did this solution help?
    Typically we ask to start a separate thread for each request so it is easier for everyone to follow along.

    Best regards,
    Mike

    in reply to: CORS issue with RSS feed #1371692

    Hey M1000000,
    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: Child theme not working #1371691

    Hey brandreach_at,
    The error in the screenshot is a javascript error, not a child theme error.
    Perhaps it is some javascript that you added to the child theme functions.php or it is from a plugin.
    If you are able to login, try disabling all of your plugins and your child theme to bring your site back on line.
    If you can’t login, use FTP to remove any custom code from your child theme functions.php
    If that doesn’t help then in FTP rename the \wp-content\plugins\, this will disable all of your plugins so you can login again.

    Best regards,
    Mike

    in reply to: Gravity forms bug #1371690

    Hi,
    Thanks for enabling the site again, when I add something to the form upload button the console shows a javascript error:
    Uncaught ReferenceError: fieldId is not defined in a child theme file /wp-content/themes/enfold-child/script.js
    try disabling or removing this custom script as the error may be causing a conflict for the plugin.
    You are also getting CORS errors on the site, try also correcting those.

    Best regards,
    Mike

    Hi,
    Glad to hear that you have this sorted out, we will update the documentation. 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: Icons and Other Information in Top Bar #1371686

    Hi,
    Glad Yigit 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: Multiple logo page product woocommerce #1371655

    Hi,
    This is working in my test on our Shop Demo for single product pages:

    add_filter('avf_logo','av_change_logo');
    function av_change_logo($logo)
    {
        if(is_single( array(595, 1056, 1097, 1138, 1067, 1424, 63) ) )
        {
        $logo = "URL";
        }
    
        return $logo;
    }

    Best regards,
    Mike

    in reply to: Remove border at top of easy slider #1371653

    Hey braymond64,
    Thanks for the link to your site, try this css:

    .container_wrap.fullsize {
        border-top-style: none;
    }

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

    Best regards,
    Mike

    in reply to: Video Element Color Play button #1371648

    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

    Hi,
    Thanks for sharing Guenni007, very good example.

    Best regards,
    Mike

    in reply to: Emojis suddenly gone #1371583

    Hi,
    Thanks for the link to your site, I imagine that they “disappear” if you edit the element because when I checked the emoji was not showing in the title field even though they show on the front end:
    2022-11-06_008.png
    The title fields don’t support html because this often breaks the elements, this is why the Dev Team has added warnings to most title fields, while an emoji is not actually html it is still a code entity.

    Best regards,
    Mike

    in reply to: Video Element Color Play button #1371581

    Hi,
    Thanks for the link to your page, try using this css in your Quick CSS:

    .mejs-overlay-button:after {
    	content: url(https://img.icons8.com/color/80/null/play-button-circled--v1.png);
    }
    .mejs-overlay-button {
        background: unset;
    }

    After applying the css, please clear your browser cache and check.
    2022-11-06_006.png
    you can choose a different play button from this site, they are free to use and some you can choose custom colors.
    To get the link for the css, click Download ▸ CDN and copy the link, or you can download and upload to your site and then use the url to the image on your site.
    2022-11-06_007.png

    Best regards,
    Mike

    in reply to: Video Not Loading on slider #1371574

    Hi,
    Strange that the video is still not playing, I’m not sure why this is but it doesn’t seem to be related to the theme since it is working on my test site.
    Did you try Ismael’s Nginx suggestion about asking your hosting provider if the server supports mp4 videos or streaming?

    Best regards,
    Mike

    in reply to: Google map colors #1371565

    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

    Hi,
    Thanks for the login, I found that your slides didn’t have the Ending Transition enabled, I did this for you on both sliders, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Thanks for the login, but unfortunately I can’t find a reason for this, I know you said the child theme functions.php is empty, are there any other files in the child theme, I couldn’t see because the theme editor is disabled.
    Are these two sites on the same server with the same PHP and server cache?
    Are they using an “object” cache such as Memcached, Redis, Varnish, Litespeed?

    Best regards,
    Mike

    in reply to: Compatibility issues with Popup Maker 1.16.10 and newer #1371560

    Hi,
    Thanks for your patience and for the login, I see that your bottom button popup-2090 is not working when the page footer is used, but it does when the standard footer is used.
    When you do use the page footer, the popup-2010 in the page footer does work, and it works in the bottom button, even if both are used at the same time.
    I see the issue is that the popup-2090 is limited to the page postid-2082, but for some reason the popup plugin thinks the page is no longer the correct page, but the page footer doesn’t change the page ID nor does it add a page ID, so I believe the popup plugin is somehow stumped.
    I recommend removing the page ID limitation from the trigger, since the button is only on the page that you want it to work on adding a limitation is moot.

    Best regards,
    Mike

    in reply to: Masonry Block Tiles on Mobile Device #1371558

    Hi,
    Unfortunately not because mobile devices don’t have a hover trigger, this is why the default behavior is to show the description on mobile always.
    So your option for mobile is to show the description or not.

    Best regards,
    Mike

    in reply to: Modify bullet list at page / element level #1371556

    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: Page 1 of 0 on bottom of Masonry Grid #1371551

    Hi,
    Glad we were able to help, I’m using WP v 6.1 on my test site and have seen no issues, 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: The "Image Full Width" block does not work correctly #1371550

    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: Video Not Loading on slider #1371549

    Hi,
    Thanks for your patience, I copied your page to my test site and the video plays correctly, please see the link below.
    I see on your page you are getting a Mixed Content warnings so I tried testing the Really Simple SSL plugin but this didn’t help, I believe that if you fix the Mixed Content warnings the video should play like on my test site. I don’t have a siteground account so I’m not sure if they have host options to correct this.

    Best regards,
    Mike

    Hi,
    When I check your site the fonts are loaded from your site, did you already resolve this?
    2022-11-06_003.png

    Best regards,
    Mike

    in reply to: The "Image Full Width" block does not work correctly #1371543

    Hi,
    To have the image not covering the content below, change your css position: absolute; to position: relative;

    Best regards,
    Mike

Viewing 30 posts - 10,141 through 10,170 (of 34,919 total)