Forum Replies Created
-
AuthorPosts
-
Hi,
A child theme is recommended by WordPress and Enfold, and it is included with EnfoldBest regards,
MikeFebruary 14, 2020 at 12:38 pm in reply to: Create a dropdown menu on regular button in the page (not menu) #1184467Hi,
That is because this is not your thread, it belongs tokilimatsBest regards,
MikeHi,
I recommend using a child theme, Read about using a Child ThemeBest regards,
MikeHi,
It looks like the social icons are shortcode in a text widget, if this is correct please try recreating them from scratch and then use a “Custom HTML” widget.Best regards,
MikeFebruary 13, 2020 at 1:31 pm in reply to: Create a dropdown menu on regular button in the page (not menu) #1184127Hi,
Thanks for the login, but I see that you have 3 errorsUncaught SyntaxError: Unexpected token '<'it looks like line brakes in your scripts<br />
Please see the screenshot in Private Content area.Best regards,
MikeHi,
When I check the testing site is working correctly, the live site still has thehttp://sswim.ruerrors
I believe the error is outside of the theme files, so it remains when you try to overwrite the live site.
I would delete the live site, theme, WordPress, & directory, then install WordPress again clean from scratch, then upload a new clean version of Enfold, from scratch. Then export the one layerslider slide from the test site and import into the clean site and add it to the homepage.Best regards,
MikeFebruary 13, 2020 at 12:51 pm in reply to: Add icon list on all pages of my website, including product page? #1184123Hi,
When you select a page to use as a footer the current socket is included, so you only have to use the Advanced Layout Builder to create a new footer on the page.
I tested the ava_before_footer hook and it was added to every page, store, product, checkout. I think this is a better hook for you. So this shortcode is just a grid row which is colored yellow and green so it will stand out on the pages so you can test.
Try adding this code to the end of your functions.php file in Appearance > Editor: https://pastebin.com/jPBP0ZEH
If you like the placement then replace with your shortcode.Best regards,
Mike-
This reply was modified 1 year, 2 months ago by
Yigit.
Hi,
@Illingco, what I meant was that adding a blank space into the Quick CSS changes the css by one blank space, thus the theme writes a new file. You can copy the function into your theme’s functions.php, as I posted it.
If you don’t feel comfortable doing this, please include an admin login and FTP access in the Private Content area and we could assist.
@goldengate415, this seems to occur on some servers, we have not been able to recreate.Best regards,
MikeFebruary 13, 2020 at 11:31 am in reply to: dynamic-avia causes over usage on server…it's enough. Care to solve please? #1184106Hi,
Thank you, glad to hear this is helping you.
I assume we can close this now?Best regards,
MikeFebruary 12, 2020 at 2:46 pm in reply to: dynamic-avia causes over usage on server…it's enough. Care to solve please? #1183894Hi,
Sorry, the images are showing as thumbnails for me, but here is direct links to the images.
https://i.postimg.cc/kgKB0bbr/staging-1.jpg
https://i.postimg.cc/nLxCph4X/staging-2.jpg
We will keep this open to hear back from you.Best regards,
MikeHi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top #wrap_all .av-product-class-minimal-overlay a:hover .inner_product_header { opacity: 1 !important; background: rgba(0,0,0,0) !important; } #top #wrap_all .av-product-class-minimal-overlay a:hover .woocommerce-loop-product__title { color: #D3D3D3 !important; }After applying the css, Please clear your browser cache and check.
Best regards,
MikeFebruary 12, 2020 at 1:48 pm in reply to: Enfold – Fullwidth Easy Slider – Mute Video Player option #1183867Hi,
Sorry not yet, my report is still open, sometimes the first message from them is the fix. But the dev team did just release a new update with quite a few fixes, so I’m sure they were focused on that.
Thank you for your patience.Best regards,
MikeHi,
The only thing I changed in your code was the curly quotes, if you look in your original post you will also see them:<a href=‘’ title=’‘ class=’’
What I found was that on page load this is the css applied to the Headline Rotator:.av-rotator-text-single { display: none; }then the javascript kicks in and changes the display for each rotation.
I tested your page on my Mac with Safari and the Headline Rotator seemed to act the same for me, Please see the screencast in Private Content area.
Perhaps your Safari is still caching?Best regards,
MikeFebruary 12, 2020 at 12:18 pm in reply to: Add icon list on all pages of my website, including product page? #1183835Hi,
I used that css because I was trying to match the style and width of your current icon boxes, if using 100% works all the better.
As for the shop page and shopping cart page, we don’t have any hooks for those pages, but you could try using one of these hooks for your shortcode in Enfold, such as ava_after_content or ava_before_footer, these may also be on the shop page and shopping cart page,
or you could try making a custom footer page

to display your footer and the CTA, I believe this is added to the shop page and shopping cart page.Best regards,
MikeHi,
Perhaps a plugin like Custom Simple Rss will let you setup a custom rss feed and it will create it in a way aweber can read it.
I have not used this plugin but it says you can “create your own Custom Simple RSS Feed according to parameters you choose”
You may need to use the Classic Editor on the posts you want to be in the feed.Best regards,
MikeFebruary 12, 2020 at 1:08 am in reply to: dynamic-avia causes over usage on server…it's enough. Care to solve please? #1183710Hi,
I don’t know how to convence you that I will not cause harm, other than I log in other people’s sites many times every day to try to solve issues for over 3 years here. I can’t see your files without logging in and I can’t recreate your issue, my install only creates new files when I make a change to the site, such as adding css.
Please check your webhost to see if you have the one click staging site option, this is a option in most cPanels to create a staging clone of your site so we can test on it and your site will stay up and running untouched.Here are some screenshots of what it would look like:


Best regards,
MikeHi,
@Illingco if you do not want the theme to use a timestamp with the file merging and compression then you would continue to use this filter. I have tested it on my install and the filter works correctly, for example I replaced the timestamp with “my_stamp” using the filter like this:function my_custom_merged_files_unique_id( $uniqid, $file_type, $data, $enqueued, $file_group_name, $conditions ) { return 'my_stamp'; } add_filter( 'avf_merged_files_unique_id', 'my_custom_merged_files_unique_id', 10, 6 );and this is the results:

So the steps I took were to add the above filter then go to Performance > File Compression and enable “Delete old CSS and JS files” at the bottom of the page, enable css & js file merging and compression, and “save all changes”, then go to the front page and reload.
If css & js file merging and compression was already enabled, then go to the Quick CSS and add a blank space to make the “save all changes” clickable and change the css in the theme to force a new file to be created when the front page is reloaded.
Another example of the filter being used, I saved a copy of the merged files and forced the theme to create a new file, in the screenshot notice the time of the file, these files have the same name and would have overwritten each other because there is no timestamp.

As for your update error, this looks like you tried to overwrite the theme folder instead of deleting it and creating a new theme folder. Is this correct?
Best regards,
MikeHi,
I don’t believe “WP Smush” adds gzip to your .htaccess, which would benefit you the most, and “WP Smush” has caused some errors lately but I can’t remember what the error was, I will have to dig a little deeper to find them.Best regards,
MikeFebruary 11, 2020 at 3:19 pm in reply to: Hamburger Menu (screen reader) how to add or "aria-label" #1183535Hi,
@dorisa Günter asked me to check your installed files via FTP, so I replied to your other post because it was your and you can add info in the Private Content area there, this post is not yours so it’s not private.
Lets please continue there.Best regards,
MikeFebruary 11, 2020 at 2:58 pm in reply to: dynamic-avia causes over usage on server…it's enough. Care to solve please? #1183522Hi,
Please provide and admin login to your site and FTP access so I can ensure that the files changed in the 4.7.3 update are reflected on your site and run a few tests.
If the server is serving the old cached files then the error won’t be corrected until the cache clears but then won’t cause this issue again.Best regards,
MikeHi,
Glad to hear that this corrected your issue, I checked the new version and the error is still there for your language. The new version has fixed other errors in the language file but missed this one, so below I have attached the new version french language file with this error corrected.
https://www.dropbox.com/sh/st1yefvuahvv7sg/AAChKsCgkCTI9yXv8_XGWOK8a?dl=0
So please update your theme and then replace the language files again.
I will be reporting this to the dev team so the next update will include this correction.Best regards,
MikeFebruary 11, 2020 at 2:07 pm in reply to: Add icon list on all pages of my website, including product page? #1183478Hi,
Glad to hear this helped, the last number in the action is the priority, so when more than one element is attached to the same hook this tells WordPress it’s priority.
The margins are missing because the CTA is above the related products, but this should help:#top.single-product .product-type-simple > .single-product-main-image.alpha { padding-left: 50px !important; } #top.single-product .product-type-simple > .single-product-summary { padding-right: 50px !important; }Best regards,
MikeHi,
Glad to hear that you have found a solution that works with your requirements. Since you did this a little different you won’t need the css above. Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHi,
Ok, I added your functions above into my child theme, but because you posted it in the Private Content area all of the quotes were saved as “curly quotes” so I had to convert them to the correct quotes but then the only error I received was with this:
include 'shortcodes.php';
once I removed it I had no errors.
I see that your events calendar function is copied from\enfold\config-events-calendar\config.phpand modified to remove the links from the breadcrumb trail.
and this code block doesn’t do anything:/* Proper way to enqueue styles and scripts */ function theme_name_scripts() { wp_enqueue_style( 'style-name', get_stylesheet_uri() ); } add_action( 'wp_enqueue_scripts', 'theme_name_scripts' );Best regards,
MikeHi,
Thanks for the screenshots, I found that there were some curly quotes in your shortcode so I corrected and the initial display css was not taking effect when it is in the phone info box, so I added this to your Quick CSS:/*Headline Rotator in phone-info*/ .phone-info .av-rotator-text-single { display: none; }It now seems to be working correctly, please clear your browser cache and check.
Best regards,
MikeFebruary 10, 2020 at 2:17 pm in reply to: Difference frontend – backend when inserting code #1183056Hi,
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,
MikeFebruary 10, 2020 at 2:10 pm in reply to: Hide featured image on single portfolio… recursively #1183053Hi,
I see, sorry I’m not that comfortable with MySQL either.
I will ask the rest of the team to take a look, Thank you for your patience.Best regards,
MikeHi,
I don’t see an error in the code itself, so it could be elsewhere in the file. Sometimes WordPress gives this message about editing the functions.php via FTP, this is the WordPress sandbox feature after a change is made WP tests to make sure your site isn’t white screened if it can’t determine the state, it cancels the save to avoid accidental breakage.
If your not comfortable editing in FTP then we can assist, Please include an admin login & FTP access in the Private Content area.Best regards,
Mike -
This reply was modified 1 year, 2 months ago by
-
AuthorPosts

