Forum Replies Created
-
AuthorPosts
-
Hi,
Sorry for the late reply, I have taken a look at your “giving” page on both desktop and mobile. The fullwidth sub-menu is not designed to be sticky for mobile, that’s why it’s disabled by default. There have been modifications to try to achieve this and is why you are getting the jumping and it is breaking away from the “sticky_placeholder” the “blue area”.
I tried recreating your page and found that without modifications the sub-menu can stick to the top with this javascript at the end of your functions.php file in Appearance > Editor:function custom_script(){ ?> <script> (function($){ $(document).ready(function(){ var scroll_start = 0; var startchange = $('#sub_menu1'); var offset = startchange.offset(); if (startchange.length){ $(document).scroll(function() { scroll_start = $(this).scrollTop(); if(scroll_start > offset.top) { document.getElementById('sub_menu1').classList.add('sticky-top'); } else { document.getElementById('sub_menu1').classList.remove('sticky-top'); } }); } }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');and this css:
.sticky-top { position:fixed!important; top:0!important; z-index:10000!important; }please see the screencast in the Private Content area.
I’m not sure where the modifications are on your site, but if you can remove them then this should work for you on Enfold v4.7.3
It looks like you are using v4.5.7, so that could be another factor.Best regards,
MikeFebruary 15, 2020 at 10:15 pm in reply to: Replace Icon Box or Icon List icons with images? #1184868Hi,
Thank you for the login, I took a look at the icon file that you uploaded and found that the correct code for the icon is\e800with the font-family “herz” so I changed this in your Quick CSS and in your child theme stylesheet.
I also changed your padding-left from 8px to 18px so the icon would not overlap your text.
Please clear your browser cache and check.Best regards,
MikeFebruary 15, 2020 at 9:46 pm in reply to: Active menu indicator and separator between menu items aren't display #1184857Hey Empatica,
Thank you for the login, your menu items didn’t contain the span class “avia-menu-fx” which is how the active menu indicator is shown, but once I set the “Leader Theme Menú principal” to one of your menus these were added.
Please check now your menu is working correctly now.Best regards,
MikeHey Funk86,
Sorry for the late reply, the blog layout can be changed at Enfold Theme Options > Blog Layout > Blog Layout
I’m not sure how your plugin “WPJobManager” would change this.Best regards,
MikeFebruary 15, 2020 at 1:46 pm in reply to: Add icon list on all pages of my website, including product page? #1184733Hi,
Below I have linked to two updated files, please move them to your
\wp-content\themes\enfold\lang\ via FTP and save your original files for fallback.
https://www.dropbox.com/sh/st1yefvuahvv7sg/AAChKsCgkCTI9yXv8_XGWOK8a?dl=0this example adds “!is_page” so add the pages you don’t want it to show on
https://pastebin.com/vPvJ0Pym
Best regards,
Mike-
This reply was modified 2 years ago by
Yigit.
February 14, 2020 at 11:56 pm in reply to: Add icon list on all pages of my website, including product page? #1184631Hi,
If you add a snippet to your parent theme functions.php then it will be lost on your next update, that holds true for any file you edit.
You could use a plugin like: My Custom FunctionsBest regards,
MikeHi,
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 2 years 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,
Mike -
This reply was modified 2 years ago by
-
AuthorPosts


