Forum Replies Created
-
AuthorPosts
-
Hey codecreative,
I took a look at your 404’s and see they are coming from:https://lh3.googleusercontent.com/a-/s48-c/AAuE7mC9FnMeFkj8hLf6v5P84ynEnq4ZD_X-7zHOOoPOThis seems to be a photo from Google Drive, or perhaps a file.
Have you linked any assets from your Google Drive on your site?
If you can’t find it please include an admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHey Wouter,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (max-width: 767px) { .responsive #top #wrap_all #header { position: fixed !important; } }Best regards,
MikeHey Stephan,
Thanks for the link, it looks as though the css for the sidebar is set to 100% wide.
Please check your custom css for this, if this doesn’t help please include admin login in the Private Content area so we can be of more assistance.Best regards,
MikeApril 13, 2019 at 4:21 am in reply to: av-share-link av-social-link-Whatsapp – Background Image #1090244Hey welderluiz,
Please link to the page so we can see the element, please also link to the background image that you would like to use.Best regards,
MikeHey Sasho,
Please see our documentation for translating and language filesBest regards,
MikeHi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.title_container .breadcrumb { right: 0px !important; left: 0px !important; }Best regards,
MikeHey web6s,
Is this script for the whole site or for one page?
Please try testing on one page first by adding the script to a code block and use the opening and closing “script” tags.
If this doesn’t help, please include an admin login in the private content area so we can be of more assistance.Best regards,
MikeApril 13, 2019 at 3:31 am in reply to: change the word "Mostra dettagli" in the product sheet #1090238Hey robertoKM,
Try adding this code to the end of your functions.php file in Appearance > Editor:function custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery( '.avia_cart_buttons' ).each(function() { jQuery( this ).find( 'a.button.show_details_button' ).replaceWith('Chiedi un preventivo'); }); }); </script> <?php } add_action('wp_footer', 'custom_script');Best regards,
MikeHi,
Please try updating Enfold to v4.5.5, your version 1.3.1 is quite old and may not be compatible with PHP v7
Best regards,
MikeHi,
Try adding this code to the end of your functions.php file in Appearance > Editor:function custom_script(){ ?> <script> (function($){ $(document).ready(function(){ $('a.button.product_type_simple').remove(); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');Best regards,
MikeHey canadianllama,
Theme Forest handles all of our licensing, we do not have records of this or access to this info.
Please try asking this question via the support in your Theme Forest account, and they will have access to the records.Best regards,
MikeHey IndyGoTraining,
Due to the change in how Theme Forest updates, with version 4.4.1 you will need to manually update via FTP.
This can be done without risking your site, please follow these steps, extract the zip you download from Theme Forest and upload via FTP to your theme folder (/wp-content/themes/) as “enfold-new”, then change your current theme folder to “enfold-old”, then change this one to “enfold” and refresh your site and check for errors.
If your site crashes, change the new one back to “enfold-new” and your old one back to “enfold”
If all goes well and you see no errors, and you are happy, then delete “enfold-old” via FTP – Not through the WordPress theme settings.
If you would like a hand with this Please include an admin login & FTP access in the Private Content area.
Please also ensure that your PHP is at least version 5.6Best regards,
MikeHey guttogjente,
When updating from such an old version please ensure that your site is using at least PHP version 5.6, but version 7 would be better going forward. Please also be aware that some very old plugins may not be ready for WordPress v5.1.1, which I assume you will also be updating.
So please try disabling old plugins before updating.
Other PHP settings to look at are:
PHP Time Limit: No limit
PHP Memory Limit: 256M
PHP Post Max Size: 50M
PHP Max Upload Size: 20MPlease let us know if this helps.
Best regards,
MikeHi,
Sorry for the late reply, I have taken a look at your page and it looks as though the yith plugin is adding javascript to not show the pagination:

I don’t know much about this plugin, or if it has a setting to allow the pagination, but can you confirm that disabling the plugin allows the pagination to show?Best regards,
MikeApril 12, 2019 at 5:09 am in reply to: my Quick CSS isn't changing according to the language I open #1089856Hi,
Sorry for the late reply, I took a look at your site and saw the error. But I also saw that in your performance settings you were merging your css, so I disabled this and cleared my browser cache and then reloaded your site. Now when loading any language the css is correct. Please clear your browser cache and check.Best regards,
MikeHi,
Sorry, so if I understand correctly the /agenda page should not show past dates, or is the /agenda page manually “offseted” and the homepage is not “offseted” and should not show the past events?
To not show past events, please see this solutionBest regards,
MikeHi,
Sorry, I’m having a hard time getting your css back to showing 3 columns, I assumed that just removing the css that I last recommended would have restored your 3 columns so I could try again, but it doesn’t..html_header_top #top .av_menu_left .main_menu .menu li ul ul { left: -670px !important; }Was some other css removed when this was added? Can you restore it back to your 3 columns?
The original css I posted only creates 2 columns.Best regards,
MikeHi,
Sorry, but this customization of the element is more than what we can provide within our scope here. It is not some css changes, it is quite a change and customization in the element.
But if you really want this I’m sure you can hire a freelancer that can do it for you. We can recommend Codeable for their experience and expertise with Enfold. Please follow the link to discuss your project and time frame with them.Best regards,
MikeHi,
Thank you for the FTP access, I renamed your current theme to “enfold-old” then I renamed your new one to “enfold” and checked that your site is working correctly. Please also check for yourself.
Once you are happy you, (or I) can delete the “enfold-old” via ftp, (not the WP theme page)
Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.Best regards,
MikeHi,
Thank you for the login, unfortunately I couldn’t edit your css because I don’t have admin access. It would be much better to remove the custom css than to try to overwrite it.
So for the animation you want to remove, I assume that we are talking about the shrinking red background color on hover. Correct?Best regards,
MikeHi,
Thanks, I edited the file for you and the icons seem to be working correctly now.
I checked the page in the Private Content area, but please also check any other pages that were experiencing this issue.Best regards,
MikeHi,
I have taken a look and what I see is that you have 2 one half columns for the top of the page, and then you are moving the images position, such as “left: 280px”
What I would recommend is creating 3 one third columns so the crosses are more naturally where you wanted them. Or you could try one full width column and “float” one cross to the left and one to the right. You can ensure that they stay in a single row by making them “display: inline-block” Either way they will each stay to the edge of the screen without moving their “position”.
Try making a test page with just the top elements so you can try this out, and let us know if you want some help with the css to achieve this.Best regards,
MikeHi,
This will be added to the next update, so we just need to add it directly to the file.
I can add it for you but I will need FTP access, please include in the Private Content area.Best regards,
MikeHi,
I have checked again on my device but it is not showing for me. Please see the screenshot in Private Content area.
I assume that you have tried clearing your browser cache, but it looks like you are using an iPhone, I believe the cache is a little trickier to clear. Please see these steps.
I’m using Android.Best regards,
MikeHi,
Thank you for the link, the dev team has found the issue, please try this solutionBest regards,
MikeHi,
The code (deactivate_layerslider) to disable the layerslider is a function which is also known a “theme support” when this “theme support” is in place the layerslider is not activate, so you want to remove it.
Thus the statement: “remove the theme support – deactivate_layerslider – to activate it”
But unfortunately the 3 rd option deletes the layerslider files at \enfold\config-layerslider so they will need to be added again via FTP. I have tried looking back but I don’t see the FTP access in this thread, if you add the ftp access I can assist.Best regards,
MikeHi,
Glad to hear you found the correct download, but to assist further we will need an admin login and ftp access. It would also help if we can see the theme file you downloaded from Theme Forest. Have you already uploaded it or can link to it via dropbox?Best regards,
MikeHi,
I took a closer look at this and expected to find a filter to change the $wc_get_cart_url but the ones I found didn’t work. But I was able to remove the cart icon link with this script in the functions.php:function custom_script(){ ?> <script> (function($){ $(document).ready(function(){ $('a.cart_dropdown_link').removeAttr('href'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');This allowed the other buttons in the drop down to continue to work
Please give this a try.Best regards,
Mike -
AuthorPosts
