Forum Replies Created
-
AuthorPosts
-
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad Ismael could help, Merry Christmas to you also, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad to help, you should be able to update your PHP now please try and let us know that it went well and we will close this thread.
Shall we delete the “enfold-old” folder via FTP or will you do that?Best regards,
MikeHi,
The orange button is in the layerslider so it will need to be adjusted there, but the login above doesn’t work please check.Best regards,
MikeHi,
Perhaps there is a plugin that will work for you such as Gallery Captions for WooCommerceBest regards,
MikeHey Ramon,
Thank you for the link to your site, the closest I could come to your request is this script and css that shows the gallery image thumbnail alt tag on mouse-over:
which works ok if the alt tag doesn’t contain too much text, since the image needs to be clickable to view the larger image above if there is too much text you can’t click the image.
If you want to try this, add this code to the end of your functions.php file in Appearance ▸ Editor:function custom_gallery_tooltip_script() { ?> <script> (function($) { setTimeout(function(){ $("#top.single-product .flex-control-thumbs>li>img").wrap('<div class="alt-wrap"/>'); $(".alt-wrap>img").each(function() { $(this).after('<span class="tooltip">' + $(this).attr('alt') + '</span>'); }); },300); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_gallery_tooltip_script');
and this code in the General Styling ▸ Quick CSS field:
.alt-wrap { display: block; position: relative; margin: 0px; } .alt-wrap span.tooltip { opacity: 0; position: absolute; left: 0; right: 0; bottom: 0; margin: 0; color: #fff; padding: 5px; font-size: 10px; line-height: 12px; background-color: rgba(0,0,0,0.8); transition: all 300ms ease; transition-delay: 300ms; } .alt-wrap:hover > span.tooltip { opacity: 1; transition-delay: 0s; }
Then clear your browser cache and any cache plugin, and check.
Best regards,
MikeHi,
When I check it looks like your videos are not the same size as your images, try adjusting your custom css:.avia-video.avia-video-custom.round_corners { border-radius: 20px; overflow: hidden; }
to this:
.avia-video.avia-video-custom.round_corners { border-radius: 20px; overflow: hidden; min-height: 300px; margin-bottom: 0; }
your very last video doesn’t have the .round_corners class so it doesn’t have round corners and this css won’t help, so either add the class to it or use this css to adjust it:
#top.single-product.woocommerce-page #main .avia-video.avia-video-custom { min-height: 300px; margin-bottom: 0; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Thank you for your patience and for the login, I’m not sure what is causing this error, there are no error messages displayed, I tried deactivating your plugins but this didn’t help, I tested your video on my test site and it works correctly.
Your WordPress ▸ Tools ▸ Site Health says Custom rules have been added to your .htaccess file., perhaps check that out, also check your server error logs.Best regards,
MikeHey julhobart,
Thanks for the link to your site, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#top.single-product.woocommerce-page #main .av-woo-product-related-upsells .inner_product .button { background-color: #ef7f20; border-color: #ef7f20; color: #ffffff; margin: auto; float: none; width: 110px; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Julio,
Thanks for the screenshot, but your link is set by color: inherit;:.main_color a, .alternate_color a { color: inherit; }
I’m not sure where this is being set, when I try to reproduce it on my site it works correctly, perhaps you can include a login to look?
Best regards,
MikeHi,
Thank you for the login & FTP access, so as I understand you want to update your theme from v4.6.3.1 and add a child theme, so via FTP I uploaded the latest version of the child theme that is included with v4.8.8 then I activated it via WordPress ▸ Design ▸ Themes then I imported your parent theme settings to the child theme with the theme option: Enfold Theme Options ▸ Import/Export ▸ Import Settings from your Parent Theme
Now to update your parent theme I renamed your current theme folder to “enfold-old” via ftp then upload the new “enfold” folder and checked that your site is working correctly, and once you check we can delete the “enfold-old” folder via ftp, (not the WP theme page)
*A note to readers, Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.I would have preferred to update your parent theme using this method, but since you are using PHP v7.3.31 I got an error and had to do it the above way. For readers please use this method: Upload the latest version as a zip file to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
then you will see the Theme updated successfully message.
Anyways now your site is updated with a child theme, please clear your browser cache and check.
The old theme is still in the “enfold-old” folder, once you have checked and are happy we can delete it via FTP, (not the WP theme page).Best regards,
MikeDecember 19, 2021 at 6:40 pm in reply to: Footer & Socket Social Media Icons – How to increase the icon size #1333462Hi,
Thank you 🙂 glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeDecember 19, 2021 at 5:59 pm in reply to: Footer & Socket Social Media Icons – How to increase the icon size #1333458December 19, 2021 at 5:48 pm in reply to: After the last update, pages are not displayed correctly #1333457Hi,
Thanks for the login, I deactivated all of your plugins and the error was solved, I then activated your plugins one at a time until I found that the error was caused by this code in your Snippets plugin:
function av_breadcrumbs_shortcode( $atts ) { return avia_breadcrumbs(array('separator' => '|', 'richsnippet' => true)); } add_shortcode( 'av_breadcrumbs', 'av_breadcrumbs_shortcode' );
the correct code now as found in our documentation is this:
function av_breadcrumbs_shortcode( $atts ) { return Avia_Breadcrumb_Trail()->get_trail( array( 'separator' => '|', 'richsnippet' => true ) ); } add_shortcode( 'av_breadcrumbs', 'av_breadcrumbs_shortcode' );
I corrected this for you, please clear your browser cache and check.
Best regards,
MikeDecember 19, 2021 at 4:52 pm in reply to: Footer (Widgets & Socket) not visible since update to 4.8.8.1 #1333452Hi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Thanks for the login, so what happen was in your Quick CSS your media query didn’t have a closing bracket so in the merged stylesheet any added css, from your advanced styling options for example, were treated as part of the media query, to correct I added a closing bracket in your Quick CSS.
Please clear your browser cache and check.
You will note that your advanced styling options, blue h4, doesn’t apply to your icon list under “Profil / Über mich” because this element has a title color option that overrides the advanced styling options:
so you will need to make the change there.Best regards,
MikeHi,
Thanks for the feedback, I found that the color, font-weight, & text-transform changes starting at 1100px due to this css:#top #wrap_all .all_colors h1, #top #wrap_all .all_colors h2, #top #wrap_all .all_colors h3, #top #wrap_all .all_colors h4, #top #wrap_all .all_colors h5, #top #wrap_all .all_colors h6 { color: #355c9e; font-weight: 400; text-transform: none; }
being in a media query:
@media only screen and (max-width: 1400px) and (min-width: 1100px)
but I can’t tell if this is due to theme settings or custom css?
What is your goal black and caps all of the time, or blue and title case all of the time?
If your not sure if this is custom css then perhaps include an admin login so I can correct for you.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Merry Christmas.Best regards,
MikeHey Createve_Solutions,
Thank you for your question but you will need to ask Envato support to assist you with this as they manage all licenses and “Tokens” (the API is no longer used) we can not issue licenses or modify them.
I don’t believe that Envato allows you to transfer licenses to another account.Best regards,
MikeHey Tilman,
I checked your page for mobile but I don’t see any headings changing color and the only headings that are in caps are also in caps on desktop:
the top heading “NAME – PERSONALEXPERTIN AN IHRER SEITE” and the bottom icon list under “Profil / Über mich”
are these the element you are talking about?Best regards,
MikeDecember 19, 2021 at 2:18 pm in reply to: Icon indicating the loading time of the page continues to turn #1333438Hi,
Thank you for the screenshot, it looks like you are using IOS, so I tested on a Mac with Chrome and the page loaded quickly with no extra “loading spin”, perhaps it is one of your Chrome extensions, try disabling them and clearing your browser cache and then check in incognito mode.Best regards,
MikeDecember 19, 2021 at 2:08 pm in reply to: Footer & Socket Social Media Icons – How to increase the icon size #1333437Hi,
Thank you, I adjusted the icon and color, please clear your browser cache and check.Best regards,
MikeDecember 19, 2021 at 2:00 pm in reply to: Cannot import a Shop demo after installing Enfold theme! #1333434 -
AuthorPosts