Forum Replies Created

Viewing 30 posts - 4,981 through 5,010 (of 34,677 total)
  • Author
    Posts
  • in reply to: Masonry-Gallery Lightbox Link Settings doesn’t work #1424414

    Hi,
    Glad Guenni007 could help, thank you Guenni007, 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: Easy Slider is not smooth #1424387

    Hi,
    Thanks for your feedback, sorry to hear that the manual update steps above seem complicated, they are really not, but as an alternative try using the official Envato Market Plugin to manage the updates, this is recommended on the theme update panel:
    Enfold_Support_3833.jpeg
    I also note that you are using the Elementor plugin on your site, please note that the Enold theme includes it’s own built-it builder, the Advanced Layout Builder, and other builders like the Elementor plugin can cause conflicts, I recommend that you do not use this plugin.

    Best regards,
    Mike

    in reply to: Adjust the page #1424385

    Hi,
    Thank you for your patience, I found that for the backside of the flipboxs to have white text, you have manually added a H3 tag:
    Enfold_Support_3825.jpeg
    so the default H3 font color is working here, to adjust for your situation I added this css:

    .main_color .av-icon-cell-item .avia-icongrid-text h3 {
    	color: #fff;
    }

    To make the spacing between the items closer, you will need to reduce the padding:
    Enfold_Support_3827.jpeg
    So we made the adjustment at Icon/Flipbox Grid ▸ Styling ▸ Padding:
    Enfold_Support_3829.jpeg
    and now they are closer, please clear your browser cache and check.
    Enfold_Support_3831.jpeg

    Best regards,
    Mike

    Hi,
    This remove_action is already applied in the /config-woocommerce/config.php file in the theme, that is why it is not working. I didn’t find another PHP solution so I asked the rest of the team for advice and will write back when I hear from them.
    I believe that the css solution above will give you better control of where the items are removed, but possibly a PHP solution will be provided, thank you for your patience

    Best regards,
    Mike

    in reply to: Prevent SPAM on Email Buttons #1424350

    Hi,
    This was noted in the request.

    Best regards,
    Mike

    in reply to: Cookie message and buttons at the same line #1424349

    Hi,
    Then try adding a media query so the css above will only work on desktop, like this:

    @media only screen and (min-width: 1920px) { 
    .avia-cookie-consent .container {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
    }
    
    .avia-cookie-consent .avia_cookie_text {
      flex: 1;
      white-space: normal;
      margin: 0;
    }
    
    .avia-cookie-consent .avia-button {
      display: inline-block;
    }
    }

    adjust the screen width to suit (min-width: 1920px)

    Best regards,
    Mike

    in reply to: Prevent SPAM on Email Buttons #1424346

    Hi,
    Thanks for the feedback, in buttons the email address is automatically recognized so the “mailto:” is not needed, but the question mark for adding a subject line & email body text breaks this function. I have submited this issue to the Dev Team for their review. I also noted that you want this to work for email addresses in other fields.
    We will repliy back when a solution is found, thank you for your patience.

    Best regards,
    Mike

    in reply to: Contact Form not responsive #1424338

    Hi,
    I’m not sure about your functions.php code, it seems to be from 2020, I recommend testing without it.

    Best regards,
    Mike

    in reply to: Cookie message and buttons at the same line #1424337

    Hi,
    If you want the text on the first line and the buttons on the second line, please remove the css I posted above, for this is the normal state of the cookie bar, please see your site below that you did not add the above css to.

    Best regards,
    Mike

    in reply to: Prevent SPAM on Email Buttons #1424333

    Hi,
    Did you create this shortcode yourself, I don’t see a reference to this in the solution from Günter above
    When I read the Github avf_obfuscate_email_link filter it is intended for buttons with email links, and when I test it seems to work correctly:
    Enfold_Support_3817.jpeg
    Enfold_Support_3819.jpeg
    This is the filter that I added to my child theme:

    function custom_avf_obfuscate_email_link_hex_encoding( $hex_encoding, $e_mail )
    {
    	$hex_encoding = 1;
    
    	return $hex_encoding;
    }
    add_filter( 'avf_obfuscate_email_link_hex_encoding', 'custom_avf_obfuscate_email_link_hex_encoding', 10, 2 );
    
    function custom_avf_obfuscate_email_link( $obfuscate, $e_mail )
    {
    	$obfuscate = true;
    
    	return $obfuscate;
    }
    add_filter( 'avf_obfuscate_email_link', 'custom_avf_obfuscate_email_link', 10, 2 );

    Try using the filter instead of your shortcode.

    Best regards,
    Mike

    in reply to: Contact Form not responsive #1424326

    Hi,
    I don’t think the issue is related to the code you added to the functions.php, it is because the google badge message has a min width of 300px and on very small screens, this is too large, so the solution is to use the css above.
    Please give this a try.

    Best regards,
    Mike

    in reply to: Contact Form not responsive #1424308

    Hi,
    Thanks for the feedback, I see the same issue on all three site that you linked to, perhaps you didn’t check them on very small screen sizes, under 400px.
    You could add this css to all of your sites and it would help them also.

    Best regards,
    Mike

    Hi,
    Perhaps you are getting a jQuery error for your custom lightbox script, I would need to see your site to examine, can you put it on a live server so we can examine?
    Otherwise we will probably need to wait until you move to a live server so we can examine your specific issue with your custom script.

    Best regards,
    Mike

    in reply to: Enfold Theme Problem: non-JS module / ERR_CONNECTION_CLOSED #1424306

    Hi,
    I see that you updated to PHP v8.1.24, but your PHP max input variables is still only 1k, try changing to 10k
    Your PHP time limit is only 30, which is lower than before, try changing to 300
    and your Max input time is only 60, try changing to 120

    Best regards,
    Mike

    in reply to: Hide burger menu #1424262

    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

    Hi,
    Thanks for your feedback, on your /white-wine-weekend/ page I tried cloning your masonry gallery and added items to it, and removing items from it and I did lose the connection to the site. I see in your 301 Redirects plugin under the 404 report that /wp-admin/admin-ajax.php is listed as a 404 error, this is not normal but I’m not sure what could be the cause.
    I see in your Site Health Info some of your settings are low:
    Enfold_Support_3813.jpeg
    try settings like this:
    Enfold_Support_3815.jpeg
    Perhaps this will help.

    Best regards,
    Mike

    in reply to: Layout Blog Posts in Categories #1424258

    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

    Hi,
    Glad that this helped, as for your custom lightbox script you may need to disable the built-in lightbox script at Enfold Theme Options ▸ Lightbox Modal Window, the two scripts probably conflict with each other.
    The “portfolio” items on the frontpage uses the masonry gallery element, so it will only show popup images, to change these to “single posts” you will need to change the element to the masonry element or the blog element and then create post items to show in the element.

    Best regards,
    Mike

    Hi,
    abdouz_2000 from your screenshot it looks like you ae trying to install the demo on a localhost xamppa2, your error looks like you don’t have the PHP ZipArchive Extension installed, this is what is is called on a cPanel host, I’m not use of the settings required for xampp.
    Since it looks like you tried to install the parallax demo, it is possible that the frontpage was not enabled correctly in the theme settings, please go to Enfold Theme Options ▸ Theme Options ▸ Frontpage Settings and ensure the “frontpage” was set and no option was set for the Enfold Theme Options ▸ Theme Options ▸ Where Do You Want To Display The Blog
    Enfold_Support_3811.jpeg
    Please note that the parallax demo only has one page, the “frontpage” and many of the images are online, so your localhost needs to have internet access.
    If none of this helps, please try installing the demo on a live server and include a admin access for us to review the site, I don’t think that we can effectively guide you though settings up a localhost, as we would not have access.

    Best regards,
    Mike

    in reply to: Search Results layout #1424230

    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: Accordion #1424186

    Hi,
    Odd, I don’t see it in Yigit’s video?

    Best regards,
    Mike

    in reply to: Easy Slider is not smooth #1424185

    Hi,
    Envato will limit the number of times you can check in a 24 hr period, try the manual method above.

    Best regards,
    Mike

    in reply to: Download of files for demo Enfold 2017 …. #1424184

    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: Download of files for demo Enfold 2017 …. #1424170

    Hey Jorge,
    Please ensure that your server has the PHP ZipArchive Extension enabled, if you are not sure try asking your web host.
    If this doesn’t help, ask your web host if they are blocking our IP address, kriesi.at.
    Please see our documentation for the demo import.

    Best regards,
    Mike

    in reply to: Easy Slider is not smooth #1424169

    Hi,
    The built-in LayerSlider is updated when you update the theme, you can not update the LayerSlider on it’s own without purchasing a LayerSlider license, please see our documentation here. I recommend updating to the latest Enfold theme which includes the updated Layerslider to 7.9.1 and see if that helps. I see you don’t have a valid Envato private token in the theme at Enfold Theme Options ▸ Theme Update ▸ Enter a valid Envato private token try following the instructions to create a Token or you can manually update.
    To manually update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    in reply to: OSM Leaflet Map: only one marker pop-up displaying #1424168

    Hi,
    Thank you for the link to your site, I found that on your site when you mouse-over the map marker the pointer doesn’t change to a “pointer” it stays a “hand” I exported your map to my test page and you will see that on mouse-over the pointer changes and the popups work.
    Perhaps this is a plugin conflict, I tried disabling all of your plugins except Limit Login Attempts Reloaded & WPS Hide Login I didn’t want to disable these, please give this a try. I enabled your other plugins again.
    The only other difference is that your site PHP memory limit & Max input time are bothe a negative one:
    Enfold_Support_3807.jpeg
    and on my site they are positive numbers:
    Enfold_Support_3809.jpeg
    I’m not sure if this is relevant or not, try to see if you can also change these.
    As for using the Gutenburg Block in the ALB, no you can not.

    Best regards,
    Mike

    in reply to: Error with Memberpress? #1424161

    Hi,
    We will leave this open to hear back from you.

    Best regards,
    Mike

    in reply to: Custom social icons on the header #1424068

    Hi,
    Nothing happens when I try to scroll on my Android device, I’m not able to scroll.
    I recommend trying to not scroll when you open the burger menu, your menu is not long so it is not necessary and your visitors are probably not doing this.

    Best regards,
    Mike

    in reply to: Adjust the page #1424067

    Hey Yaphoon,
    1: to change the font size of the special heading, please use the setting in the element
    Enfold_Support_3799.jpeg
    2: for the table font color, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even), #top .main_color .avia-data-table.avia_pricing_minimal td {
        color: #000;
    }

    3: to change the font colors, please use the option in the element:
    Enfold_Support_3801.jpeg
    4: to change the font size in the icon list element, please use the element options:
    Enfold_Support_3803.jpeg
    5+6: to add space above the special heading “Contact Us For More Information” and “You Might Also Like” try adding some “top padding” in the element:
    Enfold_Support_3805.jpeg

    Best regards,
    Mike

    in reply to: Mailchimp Newsletter funktioniert nicht #1424066

    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

Viewing 30 posts - 4,981 through 5,010 (of 34,677 total)