Forum Replies Created
-
AuthorPosts
-
October 20, 2024 at 2:11 pm in reply to: Dia slideshow element: changing h-tag, overlay and location/font size title #1469510
Hi,
To make the slider title h3 try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_slider_h3_script() { ?> <script> (function($) { $(function() { function replaceElementTag(targetSelector, newTagString) { $(targetSelector).each(function(){ var newElem = $(newTagString, {html: $(this).html()}); $.each(this.attributes, function() { newElem.attr(this.name, this.value); }); $(this).replaceWith(newElem); }); } replaceElementTag('.avia-caption-title.is-h1 h1', '<h3></h3>'); }); }(jQuery)); </script> <?php } add_action( 'wp_footer', 'custom_slider_h3_script', 99 );
Best regards,
MikeOctober 20, 2024 at 1:12 pm in reply to: Remove underline for links only in buttons’ is closed to new replies #1469508Hi,
Please use this instead for the result in my screenshot:#top a:where(:not(.wp-element-button,.avia-button)) { text-decoration: underline; }
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,
MikeOctober 20, 2024 at 1:09 pm in reply to: Advanced Editr as default except for product pages #1469506Hi,
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,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field instead:
@media only screen and (max-width: 479px) { #top #wrap_all #main h4.av-special-heading-tag,#top #wrap_all #main h6.av-special-heading-tag { font-size: 8px; } }
adjust the font size to suit
Best regards,
MikeOctober 20, 2024 at 12:29 pm in reply to: Advanced Editr as default except for product pages #1469503Hey waveseven,
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor instead:function trigger_alb_on_load() { ?> <script> (function($){ $(window).load(function() { if (!$('body').hasClass('woocommerce-admin-page')) { $("#avia-builder-button").trigger('click'); } }); })(jQuery); </script> <?php } add_action('admin_head-post-new.php', 'trigger_alb_on_load'); add_action('admin_head-post.php', 'trigger_alb_on_load');
Best regards,
MikeHi,
Please login to the support forum and create a new ticket, this thread is not in the correct area for support requests.Best regards,
MikeHi,
You have linked to an extracted theme zip, if you downloaded the installable WP version from Theme Forest it would be a single zip file, perhaps you clicked it and your Mac extracted it, I’m not sure.
To try to help I tried to upload my working zip file and got incompatible archive error, so this makes me believe that your server doesn’t have the PHP ZipArchive Extension enabled, you must enable this on your server.
I see that you just updated your PHP to 8.1 from probably 7.4, often web hosts have not enabled this extension by default for the PHP 8+ where it was always enabled on 7.4
If you are using a cPanel webhost this is what you would look for:
otherwise you will need to ask your webhost to check and enable.
The easiest way to fix this right now is to upload your extracted theme files that you linked to via FTP or the cPanel file manager using the documentation that Rikard linked to, scroll down to: Re-install or Update using FTP for more info.Best regards,
MikeHi,
When I check I see this error:The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Additionally, a 503 Service Unavailable error was encountered while trying to use an ErrorDocument to handle the request.
I recommend checking with your webhost, you might have exceeded your allowed server usage. A 503 error is a server error, your webhost will need to check your server, it’s not something that can be changed in the theme.
Best regards,
MikeOctober 19, 2024 at 10:15 pm in reply to: Remove underline for links only in buttons’ is closed to new replies #1469472Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { .html_av-overlay-side-classic #top .av-burger-overlay .avia-menu-text { font-size: 17px; } }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeHi,
Please link to your file so we can check what you downloaded from Theme Forest.Best regards,
MikeHi,
I checked the six pages from your backend but still don’t see it, if the above works try adding a media query so it will only work on tablets and desktop, like this:@media only screen and (min-width: 768px) { #main .avia-section {width:1080px; display: block; float: none; margin: 0 auto; } }
or adjust the min-width larger to suit.
Best regards,
MikeHi,
Did you remove the css above:.av-special-heading-tag h4,h6 { font-size: 55px!important; }
I don’t see a link to your site, please provide and tell us which title you are looking at that is an H4.
Best regards,
MikeHi,
Try setting up two sites with the different versions and use the 2017 Demo on both, and then explain what the exact issue is and the steps that we can reproduce.
In order to report a bug we need to be able to reproduce so we can forward to the Dev Team.Best regards,
MikeHi,
Try disabling all of your plugins and any custom functions and clear your site and browser cache, if you still think that you have a bug that we can reproduce on our test sites then post it here and we will see if we can reproduce.Best regards,
MikeOctober 19, 2024 at 5:16 pm in reply to: Add Margin Between Bottom of Content Area on Pages and Footer Widget ASrea #1469454Hi,
To adjust this for other screen sizes you can copy the css and wrap in a media query, for example for mobile device add this@media only screen and (max-width: 767px) { .custom-header-background-bottom { background-image: url(/wp-content/uploads/2024/09/top_no_fade.png); background-repeat: repeat-x; background-position: bottom center; background-size: auto; height: 50px; width: 118%; position: absolute; top: 25px; left: -9%; transform: rotate(180deg); } }
also leave your other css for desktop, if you find another size that needs adjusting then follow the same steps.
Best regards,
MikeOctober 19, 2024 at 5:01 pm in reply to: Add dotted navigation to testimonial block | re-open old case #1469453Hi,
If you want the arrows to the side of the image, the image can not be the same size of the content:@media only screen and (max-width: 767px) { .responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial { padding: 0; } .avia-testimonial-meta-mini { width: 100%; } #top .avia-slideshow-arrows a { margin: 0; } .avia-slideshow-arrows a.prev-slide { left: -7%; } .avia-slideshow-arrows a.next-slide { right: -7% !important; } }
Best regards,
MikeHi,
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_h3_script() { ?> <script> (function($) { $(function() { function replaceElementTag(targetSelector, newTagString) { $(targetSelector).each(function(){ var newElem = $(newTagString, {html: $(this).html()}); $.each(this.attributes, function() { newElem.attr(this.name, this.value); }); $(this).replaceWith(newElem); }); } replaceElementTag('.av-image-caption-overlay-center p', '<h3></h3>'); }); }(jQuery)); </script> <?php } add_action( 'wp_footer', 'custom_h3_script', 99 );
Best regards,
MikeHi,
I meant write for support you will need to renew your support license, using the contact form is not appropriate for support questions.Best regards,
MikeHi,
I removed the previse solution and edited your archive.php & tag.php and replaced this on line 63:'custom_query'=> array('post__in' => $post_ids,'post_type' => get_post_types())
with this:
'custom_query' => array( 'post__in'=>$post_ids),'contents' => 'excerpt_read_more',);
for this result:
if you don’t like the button, change your blog style at Enfold Theme Options ▸ Blog Layout ▸ Blog Styling
For your tag.php I replaced line 117:'custom_query' => array('post__in' => $post_ids,'post_type' => $key));
with:
'custom_query' => array( 'post__in'=>$post_ids, 'post_type'=> $key ),'contents' => 'excerpt_read_more',);
Please note that since you are not using a Child Theme these customizations will be lost when you update next. So it is best if you copy these files to your child theme after you install it.Best regards,
MikeHi,
SarahSchwarick please open a new thread so we can investigate your issue, and include a admin login in the private content area. Since this is not your thread posting your login here will not be private and you will not see anything we write in the Private Content area.Best regards,
MikeHey Enrico Baravoglia,
Thanks for your question, your product license to download an update from Theme Forest is lifetime, but a paid support license for the forum is only for six months or a year, based on what you chose at checkout.
Your support license ended 2022-09-04, to renew please login to your Theme Forest account and follow these steps
After you renew please login to the support forum and open a new thread with your question.Best regards,
Mike -
AuthorPosts