Forum Replies Created
-
AuthorPosts
-
June 15, 2018 at 12:22 pm in reply to: Overlap between privacy policy text and Submit button below comment form. #973272
Hi,
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
And if there are features that you wish Enfold had, you can request them and vote the requested ones 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,
MikeJune 15, 2018 at 12:20 pm in reply to: Magnificent Popup not workin (not recognized as a function) #973271Hi,
Please include FTP access in the Private Content area, so we can take a closer look.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
And if there are features that you wish Enfold had, you can request them and vote the requested ones 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,
MikeHey FKMZ2,
For the vertical toggle space, Try this code in the General Styling > Quick CSS field:.togglecontainer .toggle_wrap.active_tc .toggle_content { padding-top: 0px !important; padding-bottom: 0px !important; } .togglecontainer .toggle_wrap.active_tc .toggle_content p { margin-top: 0px !important; margin-bottom: 0px !important; }For the space around the icons (+/–) on the left, Try this code in the General Styling > Quick CSS field:
.js_active .toggler { padding-left: 25px !important; }Please adjust to suit.
Best regards,
MikeHey webbiz215,
Perhaps the WooCommerce Product Categories Selection Widget would be a good solution for you.Best regards,
MikeJune 15, 2018 at 5:40 am in reply to: Overlap between privacy policy text and Submit button below comment form. #973089Hi,
Try this code in the General Styling > Quick CSS field:#commentform p.form-submit {margin-top: 30px !important; } @media only screen and (max-width: 600px) { #commentform p.form-submit {margin-top: 60px !important; }}Best regards,
MikeHey Nicho,
Please check if you have the Enfold Theme Options > Performance > JS & CSS file merging and compression enabled.
This should be enabled after you are done creating your site, otherwise you will need to re-build your merged files. To do this please enter a blank space in the Quick CSS to enable the “Save all changes” button, then save. Or saving your custom css to the Quick CSS and clicking “Save all changes” will do the same.Best regards,
MikeHey wildlilly,
Some hosts don’t use the php.ini file to increase the upload size, sometimes they use the .htaccess file, and other times it’s within the cPanel. Please read this
I recommend asking your webhost to do this for you, often a quick email will get it done right the first time, while your at it ask them to set all of these settings for you:
PHP Version: 7.0.x
PHP Time Limit: No limit
PHP Memory Limit: 256M
PHP Post Max Size: 50M
PHP Max Upload Size: 20MBest regards,
MikeHey navindesigns,
Try this code in the General Styling > Quick CSS field:@media only screen and (min-width: 767px) { .avia-content-slider.avia-content-grid-active.avia-content-slider1 .slide-entry.flex_column.av_one_third { margin-left: 0%!important; width: 33.3% !important; } }Best regards,
MikeHey iamspud5,
Thanks for the login, I was able to login in and saw that your debugger and parser didn’t look correct, when I noticed that your version of Enfold is v3.8.5 , we are now at v4.4.1
This explains why you are having trouble with it.
I recommend backing up your site with UpdraftPlus and updating.
Then the shortcode for the tab section should work correctly.Best regards,
MikeHi,
Thanks for letting us know, glad to hear you have it worked out now.
We will close this now, thanks for using Enfold.Best regards,
MikeHi,
What was happening is that on your home page “Over mij” was the only menu item pointing to the page, so it was given the class “current-menu-item” even though it actual pointed half way down the page, as far as WordPress is concerned, it’s pointing to the page.
To solve I added a “Home” menu item that points to the page, so now it is correctly highlighted, and “Over mij” is only highlighted when you click it. I also added the full url to it so you don’t need two menu items to the same anchor, and it works from any page.
You can rename the menu item “Home” to anything you like, so long as the url is to that page.
Or you can hide the menu item “Home” with this code in your WordPress > Customize > Additional CSS:#menu-item-510 {display:none !important;}it will let WordPress assign the class “current-menu-item” to it and not highlight “Over mij” until you click it.
Best regards,
MikeJune 15, 2018 at 2:44 am in reply to: Enfold Theme – Blog Menu item does not appear to be pulling blog page correctly #973064Hi,
It looks like this ftp login goes to a user ftp directory on your webhost, and not your site directory.
Please check the directory this account has access to, it should be “/”
Please read about setting up a ftp user for Godaddy here.Best regards,
MikeJune 15, 2018 at 2:32 am in reply to: Theme updating posts to add av_uid to all shortcodes and stripping script tags #973063Hi,
Does this behavior still persist today? That is if you paste the page shortcode into the debug box and save the page, does it strip the tags, or did this only happen on the first update?
I would like to duplicate the error to debug it, but can not on my localhost, perhaps if it is continuing to do so on your site we can log into your site and see this on a test page?
Do you think there is a chance this was because of a plugin or custom script?Best regards,
MikeJune 14, 2018 at 2:12 pm in reply to: Magnificent Popup not workin (not recognized as a function) #972817Hi,
I see your [jQuery(…).magnificPopup is not a function] error.
Please check the file & folder permissions at: \wp-content\themes\enfold\js\aviapopup\
this is where the magnificPopup script is, it is used for many enfold popups such as the cookie notice.
Perhaps try to re-upload the scripts in the folder.
I tested your popup function and the popup code on my localhost, so they are fine.
You said this happened after you updated, did you update via FTP?
If so did you remove the enfold theme folder first, or did you try to overwrite the folder? This will cause issues.Best regards,
MikeJune 14, 2018 at 1:05 pm in reply to: layer slider animations not working on chrome and IE at 1920 resolution #972804Hi,
I have tested on Windows 10, and found that the layerslider 2D animations don’t work as described in Chrome, but when trying to debug with the inspector it does work, making it hard to isolate.
The animations do work in Firefox, Edge, & IE11.
Can you please include a admin login in the private content area so we can take a closer look at your layerslider settings?Best regards,
MikeHi,
Did you happen to update via ftp before you began experiencing these issues?Best regards,
MikeHey Shirley,
I see you are using Enfold Theme Options v3.8 with the latest WordPress, WordPress has made a lot of core changes, such as updating the PHP version it uses.
Typically updating Enfold to the latest version will solve. Or if your webhost is using PHP v5.4 you can try to ask them to update your PHP to v5.6Best regards,
MikeHi,
You must always leave the “template” as “enfold”, if you are starting from scratch you can rename all other lines, but if you have already built your site with the child theme and then want to change the info, then you must also leave the “Theme Name” the same.
Hope this helps.Best regards,
MikeHi,
Can you please include a admin login in the private content area so we can fix the error in your button, also how do you want to change the links in your popup, font size, color?Best regards,
MikeHey bobjonesdesigns,
I see that your images in the media library are the same size, but when added to the slider they are showing as different sizes.
I added this css to your Enfold Theme Options > General Styling > Quick CSS field to force the same size for different screen widths:@media only screen and (max-width: 437px) { #top.home .avia-slideshow-inner { height: 150px !important; } } @media only screen and (min-width: 438px) and (max-width: 1023px) { #top.home .avia-slideshow-inner { height: 306px !important; } } @media only screen and (min-width: 1024px) and (max-width: 1227px) { #top.home .avia-slideshow-inner { height: 368px !important; } } @media only screen and (min-width: 1228px) { #top.home .avia-slideshow-inner { height: 443px !important; } }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
And if there are features that you wish Enfold had, you can request them and vote the requested ones 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,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#mega-menu-wrap-avia2 #mega-menu-avia2 a.mega-menu-link { text-align: center !important; padding-bottom: 0px !important; }Best regards,
MikeHi,
Please check which PHP version your webhost is using, the minimum is v5.6, but v7.x is recommend. Typically if your webhost is using v5.4 this can lead to errors.
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
Glad to hear. I believe they will be included in a future update, perhaps the next one.
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHi,
To center the widget, Try this code in the General Styling > Quick CSS field:#avia_partner_widget-2.widget { margin: auto !important; max-width: 200px!important; }For your second question, I don’t see a dotted line between your menu items, Please see screenshot in Private Content area, and advise.
Best regards,
Mike -
AuthorPosts
