Forum Replies Created
-
AuthorPosts
-
Hi,
Sorry for the late reply, when I check your site at different screen widths I don’t see a blank space, but this might be possible at odd in-between sizes when you don’t refresh the page.
Checking different screen sizes on a desktop screen by reducing the screen width of the window can get unexpected results.
A better approach is to use the dev tools and Toggle the Device Toolbar and click the predefined device sizes such as 320px, 375px, 425px, 768px, etc. and also refresh the page for each size you check.
Please see the screenshot in Private Content area.
This way you will see the page as a user on a real device would see it. Think of it like this, a user on a small iPhone, 320px, would never suddenly have their device change to a iPad, 768px, but if they switched to a iPad the page, javascript, and css would be loaded for the iPad.
I hope I have explained this well.Best regards,
MikeHi,
When I disable your plugins, except for your security plugins and disable your custom portfolio builder elements for the “page”, your page gives the error “Not available” so there seems to be a conflict with these.
Restoring the plugins and custom function corrects this but still leaves theUncaught TypeError: _.pluck is not a functionerror. When you disabled the plugins did you also disable the “Wordfence Security”, “WP Admin UI Customize” and “WPFront User Role Editor”? Can you leave these disabled, I don’t want to get locked out by disabling these.Best regards,
MikeHi,
Thank you for the screenshot, the white area to the left of your sidebar is the background of the page, your page has a max-width of 1610px, so on screens above that the page background is seen typically evenly on both sides.
so you could go to Enfold Theme Options > General Layout > Dimensions and change your max-width

or you could use this css to change the background color of the background, but on very large screens the background may also show on the far right side:#main > div.main_color.container_wrap_first.container_wrap.sidebar_left > div,#main > div.main_color.container_wrap_first.container_wrap.sidebar_left { background-color: lightgray; }Best regards,
MikeMarch 10, 2020 at 1:56 pm in reply to: Hello, In wich way i can remove default title h3 on archieve pages? #1191827Hi,
I see that you are using v4.6.3.1, please update to v4.7.3 and provide ftp access so I can temporarily remove your custom postslider.php to see if this brings the post titles back. There have been many changes in the postslider.php since your version so I can’t tell what was changed in your file.
I’m pretty sure that only changes I recommended before were jQuery, so disabling these should have restored these unless there was an underlying issue with v4.6.3.1 at the same time.Best regards,
MikeHi,
1) To change the submit button in the popup, I added this css:#responsive-form .avia_ajax_form input[type="submit"].button { background-color: #000000; color: #ffffff; border-color: #000000; }2) I see your text in the shortcode “Select the Activities You want to Involved in” above the checkboxes, but it’s not wrapped in a title field shortcode, please try building your form again so the title gets the correct shortcode for the fieldset.
3) to add a scrollbar to your popup I added this css to your “.white-popup” class in your Quick CSS:overflow-y: auto; height: 600px; }please clear your browser cache and check.
Best regards,
MikeHi,
To remove the blue on hover, please remove these two rules from my post above:#top #wrap_all .header_color.av_header_transparency #menu-item-1869:hover > a:after { content: '\e877'; font-family: 'entypo-fontello'; padding-left: 5px; padding-right: 1px; position: relative; color: #50C6DB !important; font-size: 14px !important; } #top #wrap_all .header_color.av_header_transparency #menu-item-4579:hover > a:after { content: '\e877'; font-family: 'entypo-fontello'; padding-left: 5px; padding-right: 1px; position: relative; color: #50C6DB !important; font-size: 14px !important; }Then clear your browser cache and check.
Best regards,
MikeMarch 9, 2020 at 12:55 pm in reply to: Contact form / How do I change the colour of the fieldnames? #1191481Hi,
Thank you for the screenshot and link, I assumed that you wanted the placeholder color to be gold in the red fields, to match your color scheme, if not feel free to adjust the color to suit.
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top .main_color input[type="text"]::-webkit-input-placeholder, #top .main_color select::-webkit-input-placeholder,#element_avia_6_1 span.value_verifier_label { color: #e69d37 !important; }Best regards,
MikeHey Micheal0424,
Thanks for the login, I see you are getting the error:Uncaught TypeError: _.pluck is not a functionI see that you have portfolio builder elements on the “page” I also see that you tried to disable the plugins, can we also try to see if the error message changes?
Best regards,
MikeMarch 9, 2020 at 12:11 pm in reply to: How to make 1/4 column with Image inside show 2 Column in mobile #1191448Hi,
Glad to hear you have it sorted out now, 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 in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
According to this article this function should work. Try adding this code to the end of your functions.php file in Appearance > Editor:/* Remove archives */ function meks_remove_wp_archives(){ //If we are on category or tag or date or author archive if( is_category() || is_tag() || is_date() || is_author() ) { global $wp_query; $wp_query->set_404(); //set to 404 not found page } }Best regards,
MikeHey 4Guys Autobarn,
When I check your site I see the error:Uncaught TypeError: Cannot read property 'insertBefore' of null at a.yepnope.injectJs modernizr.min.jsand:
Search engine failed to load. Refresh page or try again. Cause: Run is not definedI recommend ensuring that Enfold Theme Options > Performance > Load jQuery in your footer in not enabled and that no other caching or minifying plugins are loading your jQuery in the footer.
Otherwise, it looks like a issue with your script.Best regards,
MikeHi,
I have checked your /two-night-package/ page, getting the custom class “open-popup-link” to be in the “a” of the button can be tricky because normally the button wants to add the class to the “div” of the shortcode, I added the working button code to the top of the code block so you can copy and reuse if you like. If you have multiple popups on the same page you will have to give each a different ID.
Please check the "popup" button.Best regards,
MikeHi,
Thank you, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top #wrap_all .header_color.av_header_transparency #menu-item-1869 > a:after { content: '\e877'; font-family: 'entypo-fontello'; padding-left: 5px; padding-right: 1px; position: relative; color: #fff; font-size: 14px !important; } #top #wrap_all .header_color.av_header_transparency #menu-item-1869:hover > a:after { content: '\e877'; font-family: 'entypo-fontello'; padding-left: 5px; padding-right: 1px; position: relative; color: #50C6DB !important; font-size: 14px !important; } #top #wrap_all .header_color.av_header_transparency #menu-item-4579 > a:after { content: '\e877'; font-family: 'entypo-fontello'; padding-left: 5px; padding-right: 1px; position: relative; color: #fff; font-size: 14px !important; } #top #wrap_all .header_color.av_header_transparency #menu-item-4579:hover > a:after { content: '\e877'; font-family: 'entypo-fontello'; padding-left: 5px; padding-right: 1px; position: relative; color: #50C6DB !important; font-size: 14px !important; }After applying the css, Please clear your browser cache and check.
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 in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHey marqattack,
Thank for the login, what was the critical error you were getting before?
I didn’t see any issues right now so I guess we will have to wait to see if it happens again.Best regards,
MikeHi,
Please try updating, The easiest and safest way to update is to download the newest version from Theme Forest and rename your current theme folder to “enfold-old” via ftp then upload the new “enfold” folder and check that your site is working correctly.
Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” folder to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
Once you are happy you can delete the “enfold-old” folder via ftp, (not the WP theme page)
Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.Best regards,
MikeMarch 8, 2020 at 10:58 pm in reply to: Directorist plugin conflict with Enfold and Cookie Consent Bar #1191323Hi,
I add the css to the WordPress > Customize > Additional CSS field, it seems to be working good, please clear your browser cache and check.Best regards,
MikeMarch 8, 2020 at 10:51 pm in reply to: Header Logo center, Menu below -> Scroll out only logo #1191318Hi,
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 in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
Yes it should be in your functions.php
Yes that is what goes in the code block
I see you were using the “Block Editor” I switched you to the “Classic Editor” and now if you open a new post you will see more in the shortcode wand.Best regards,
MikeHi,
In the theme settings for the sticky header it is noted that the setting is “ignored on smartphones”
Please try the css posted above by @Guenni007 for a mobile sticky header.Best regards,
MikeHi,
Thank you for the login, I see that you are using Enfold v3.6.1 we are now at v4.7.3 with WordPress v5.3.2
You will need to update via FTP The easiest and safest way to do this is to download the newest version from Theme Forest and rename your current theme folder to “enfold-old” via ftp then upload the new “enfold” folder and check that your site is working correctly.
Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” folder to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
Once you are happy you can delete the “enfold-old” folder via ftp, (not the WP theme page)
Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.If you don’t feel comfortable doing this, please include FTP access and a link to your new theme files in the Private Content area and we could assist.
Best regards,
MikeHi,
Sorry for the late reply, thanks for the login, on the “at” the shooting sub-menu was all “pages” and on the “en” site shooting is a “mega menu” with columns.
I changed the “at” site they are now the same, please clear your browser cache and check.Best regards,
MikeHi,
Thanks for the login I took a look at your settings and found that you are using v4.2 we are currently at v4.7.3
I recommend updating, but due to how Envato changed their API for a Token system you will have to update via FTP.
The easiest and safest way to update is to download the newest version from Theme Forest and rename your current theme folder to “enfold-old” via ftp then upload the new “enfold” folder and check that your site is working correctly.
Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” folder to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
Once you are happy you can delete the “enfold-old” folder via ftp, (not the WP theme page)
Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.If you don’t feel comfortable doing this, please include FTP access in the Private Content area and we could assist.
Best regards,
MikeHi,
Sorry for the late reply, please link to the specific page with the icon issue, I looked through some of your pages but didn’t see it.Best regards,
MikeHi,
This sounds like one of the demo widgets, please try placing an empty widget in the field, this will prevent it from showing.Best regards,
MikeHi,
This looks like the portfolio ajax where the contact form is added instead of the portfolio item.


Best regards,
Mike -
AuthorPosts



