Forum Replies Created
-
AuthorPosts
-
Hi,
Sorry for the late reply, we wanted to let you know that the dev team is working on this issue.
Thank you for your patience.Best regards,
MikeFebruary 23, 2019 at 8:18 pm in reply to: Erhöhter Spam über Kontaktformular trotz «Captcha darstellen» #1070783Hi,
Sorry for the late reply, to change the button text after the script has “validated” we can use this function. I assume the word should be “Sende” or you can adjust to suit.
Try adding this code to the end of your functions.php file in Appearance > Editor:function custom_script(){ ?> <script> (function($){ setTimeout(function () { $("#top.page-id-40 .form_element input.button[type='submit']").val("Sende"); }, 5000); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');Please note that it waits 5 seconds before excuting, I tested other times but this seemed best, but feel free to test yourself by changing the “5000” in the code.
If you continue to have problems with the spam, I have seen very good feedback from users switching to the Contact Form 7 Honeypot
Best regards,
MikeHey precarre,
Sorry for the late reply, Have you tried this plugin: Post Types Order, it seems to match your request.Best regards,
MikeHi,
Sorry for the late reply, in your first screenshot is it of the Products > Categories page?

If so, then the text box is for the “description” of the category page, and not for showing content. I wonder why your screenshot shows a text editor there, do you have a plugin installed?
To delete the one word in your second screenshot on all pages, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top div.single-product-summary > div.summary.entry-summary > form > table > tbody > tr:nth-child(2) > td.label > label { display: none !important; }For your last question, I believe that your slider is forcing the sidebar down because it’s in full width mode. This is the class for the slider: “rev_slider_wrapper fullwidthbanner-container” This same thing happens with our “color section”. I don’t use the rev slider, but this looks to be the case. Try adding the rev slider to a column that will limit the width and not push the sidebar down, but I suspect that this is not possible.
Best regards,
MikeHi,
Sorry for the late reply, I researched this issue and couldn’t find anything on it, while we can add the plus & minus buttons to the element, they do not work to change the quantity. So this tells me that the problem is much deeper in the code. It seems that the reviews on the support page for this plugin says that free version doesn’t work. Perhaps it’s crippled?Best regards,
MikeFebruary 23, 2019 at 5:28 pm in reply to: Problem with uploading a gif file and with the function after uploading #1070698Hi,
Sorry for the late reply, I took a look at your gif in my browser, on it’s own, and it doesn’t loop like the other one does. I also checked the file in your media library to see if it loops, but it’s the same.
If it was going to loop it would when loading it in a “new tab” of the browser.
Please check the settings of your gif tool to ensure that it is set to loop. Otherwise please link to the original file that loops so I can test on my localhost to find a solution.Best regards,
MikeHi,
I would create a custom 404 page using the ALB and show a grid of your most popular pages, and a heading that suggests to choose from our most popular pages below.Best regards,
MikeHi,
First I must say that I have no experience with Stripe, but I took a look at your site to see if I noticed anything, and I see that the test mode check box is un-checked, and I don’t see any admin notices that you are in “test mode” I do see a notice thatWooCommerce data update – We need to update your store database to the latest version.
and I would click that button:

I also see that you have one sale that has the Stripe approval code. I would ask at the Stripe support site, they would have seen issues with woocommerce a lot more.
Sorry, I would help if I could, but I have no experience with Stripe.
Please let us know what you learn because it will help others, and I would like to be able to help in the future with this.Best regards,
MikeFebruary 23, 2019 at 6:28 am in reply to: Remove Highlighting from Main Menu Link for Posts #1070575Hi,
To solve the highlighting of Destinations when on the “United Arab Emirates” page, add this css:#top #header .av-main-nav > li.current-page-ancestor > a .avia-menu-text,#top #header .av-main-nav > li.current-page-ancestor > a .avia-menu-subtext { color: #109bc5 } .avia-menu li.current-page-ancestor { background-color: #f2f3ff; border: 1px solid #ffffff!important; border-radius: 100px !important }But to not highlight the blog menu item on all post pages we can remove the “current-menu-item” class from the menu item.
Try adding this code to the end of your functions.php file in Appearance > Editor:function remove_blog_highlighting(){ ?> <script> (function ($) { $(window).load(function() { if ($("body").hasClass("single-post")) { $("#menu-item-1115").removeClass('current-menu-item'); } else { } }); })(jQuery); <?php } add_action('wp_footer', 'remove_blog_highlighting');Best regards,
MikeFebruary 23, 2019 at 5:56 am in reply to: Bottom margin of a column inside a color section on mobile #1070566Hi,
Thank you for the login, I didn’t see the code in your css, so I added it to your WordPress > Customize > Additional CSS and tested, it seems to be working fine.
Please clear your browser cache and check.Best regards,
MikeFebruary 23, 2019 at 5:43 am in reply to: Custom Link in Menu to Hidden Color Section not working? #1070562Hi,
Thank you, well I got it working for you by rebuilding the menu button with jQuery, for some reason the menu button didn’t want to trigger the script. The only issue is that you can’t trigger the popup from another page, that is it won’t send you to the homepage and then open the popup.
But if you copy the popup (color section and icon list) with the “save entry as template” tool you can add it to your other pages.
Also, because you are using a color section the popup is full width, this is because the color section is full width.
Please clear your browser cache and check.Best regards,
MikeHi,
@Exec4 I see that you are using Enfold v4.2.2, with WordPress v5.0.3 we had to make some changes for Enfold to work with the new v5 WordPress.
Please update the theme via FTP, look for the “enfold” folder at /wp-content/themes/enfold/ and rename to “enfold-old” then upload the new version as the folder “enfold”
Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.
Once you have cleared your browser cache and tested that your site is working correctly, you can delete the old folder “enfold-old”.
If for some reason you want to go back to the old version, simply remove the new folder and change the name of “enfold-old” back to “enfold”If you want to update with a plugin please follow these steps.
*Please ensure your “PHP Max Upload Size” is at least 20mb, because Enfold is 16.7mb.
First go to your Theme Forest account and download the “Installable WordPress file only”.

1: please install the plugin: Update Theme and Plugins from Zip File

2: then go to WordPress > Themes > Add New > Upload

3: after the install, click “Return to Themes page” (NOT Activate)

4: success:
Best regards,
MikeHi,
Thanks for the login, I see that it is not working, but it is on my site, I even downgraded to v4.5.2 that you are using.
Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.Best regards,
MikeHi,
To add your own icons you would go to Fontello and download the ones you want to use, or you can upload your icons as SVG’s to Fontello, and the site will convert them into a font, then you can download them and import them at: Enfold > Import/Export > Iconfont Manager
Please see our documentation for more details on doing this.Best regards,
MikeHi,
Please include a admin login in the Private Content area, so I can take a look.Best regards,
MikeFebruary 22, 2019 at 2:39 pm in reply to: Featured picture will not show when built with advanced layout builder #1070348Hi,
Yes, when using the ALB you will need to add the feature image and many other elements that are automatic with the Classic Editor.
This is by design so that you have more control over the layout of your ALB posts & pages.Best regards,
MikeFebruary 22, 2019 at 2:32 pm in reply to: Custom Link in Menu to Hidden Color Section not working? #1070346Hi,
Thanks for the ftp access, I added the code to your functions.php, but I can’t login to test and make the other changes needed, please check the admin login you posted above.Best regards,
MikeHi,
Thanks for the link, try changing your link from this:tel:5555555to this:
tel//:5555555Best regards,
MikeHi,
OK, I didn’t see that you were working on your localhost.
So I created a “simple & downloadable” product but the button is still centered after using the code above:

Please try removing any custom css, other than the code above, to see if that is causing the issue.
Otherwise, it may be tricky to match all of your settings to create the same error, so try putting your demo online with a free WordPress host account so we can see the issue. Here is 11 free ones you can use easily.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeFebruary 22, 2019 at 5:44 am in reply to: Remove Highlighting from Main Menu Link for Posts #1070223Hey acelam714,
The reason the “Blog” menu link is highlighted when you click a “post” is because “Blog” is a parent item, it is also the parent of the “Dubai” post.
If I understand correctly you don’t want any post to highlight “Blog”, do you want page or pot to highlight “Destinations” or any other menu items?
If changing the setting at Theme Options > Where to Display the Blog > Blog solves this why do you not want to do this?Best regards,
MikeHey noahearle,
When you updated the site, did you upload the theme via FTP?
If so did you delete the theme folder first (via FTP) and then add the new theme folder?
Please note that if you try to overwrite the theme files it will leave old files behind and cause errors.
If this doesn’t help, please include a admin login and ftp access in the private content area so we can be of more assistance.Best regards,
MikeFebruary 22, 2019 at 4:33 am in reply to: Featured picture will not show when built with advanced layout builder #1070199Hi,
Sorry for the late reply, I noticed that you said “when Layout Builder is NOT used, mail chimp widget in the sidebar no longer works in blog posts” this is similar to a issue we have just found where shortcodes were not working in the sidebar widgets unless a shortcode was added to the post body. I tested this on two of your posts by adding a white space shortcode to your post and now the mail chimp widget is working on those posts. This is the shortcode I added:[av_hr class='invisible' height='0' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='' admin_preview_bg='']I reported this to the dev team. For now you can add this shortcode to any of your other posts so that the mail chimp widget will work. I will report back here once the issue is resolved.
Thank you for your patience.Best regards,
MikeHi,
I took your post to mean that instead of getting a 404 page, the user should get a search results page using the url as the search term, which is quite interesting. I tried to research this but didn’t find any plugins or functions that does this.
It seems like all we would need to do is convert the URL into a Query String It would take a lot more work to make this work, but I did find a article from someone that tried to do this and it turned into a mess for their site: Good Idea Gone Wrong: Custom 404 Page with Search Results so now I’m not sure if it is a good idea, but either way, it would be more than we can do here.Best regards,
MikeFebruary 22, 2019 at 3:09 am in reply to: Header sticky and too big on landscape mobile screens #1070166Hi,
Glad to hear, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
@BlueSolution Do you mean that you want the link in the content on the flip side, like this?

It’s working for me.Best regards,
MikeFebruary 22, 2019 at 3:00 am in reply to: Bottom margin of a column inside a color section on mobile #1070164Hi,
Please include admin login in the Private Content area so we can be of more assistance.Best regards,
MikeFebruary 22, 2019 at 2:57 am in reply to: Enfold 4.5 Theme Update "Update Failed: Download failed. A valid URL was not pro #1070163Hi,
When using the “all files and documentation” download, you will need to extract the enfold.zip from the download, because the extra files in it won’t let it work when you try to upload it directly. But with the “Installable wordpress files only” download, you can upload it directly, because there are no extra files.
But you maybe getting the error because your PHP max upload setting is smaller than the zip size, ensure your PHP setting is at least 20mb You can easily check your setting at: WordPress > Dashboard > LayerSlider > Options and click “System Status” and look under “Server Settings”

If your setting is too small, or if any of the settings are in red, ask your webhost to assist.Best regards,
Mike -
AuthorPosts

