Forum Replies Created
-
AuthorPosts
-
Hi simplefly!
Try adding this code to the Quick CSS:
.flex_column .hr-invisible{ display: none; }
Regards,
JosueGlad we could help, let us know if you have any more questions or issues :)
Regards,
JosueHello!
There was a conflict with these plugins, i deactivated them and everything went back to normal:
Regards,
JosueHi,
Try adding this code too:
.image-overlay.overlay-type-extern { display: none !important; }
Regards,
JosueHello Jeroen!
Try adding this code to the Quick CSS:
#after_layer_slider_1{ background: none; } #main{ background: rgba(255, 255, 255, 0.0) !important; }
Regards,
JosueMay the Force be with you.
Regards,
JosueHi!
Add this CSS code too:
td .avia-button-wrap{ vertical-align: middle; }
Regards,
JosueHi!
Try adding this code to the Quick CSS:
.ls-bg{ width: 100% !important; height: 100% !important; position: static !important; margin: 0 !important; }
Cheers!
JosueHey!
There is some issue regarding the table width, try adding this code to the Quick CSS:
td { width: 100% !important; }
Result:
Cheers!
JosueHello!
It kinda works, can you provide us with a link to that page?
Regards,
JosueOctober 15, 2013 at 6:10 am in reply to: Sidebar functionality and assigning sidebar to category archive page? #175457Hi!
No, is_archive() does not accept arguments, what you could use is is_category() to filter by a specific category (ex: ‘restaurants’).
Puedes hablar Español conmigo si prefieres.
Regards,
JosueHey Andy!
Try adding this code to the Quick CSS:
.page-id-xxx .logo.bg-logo{ display: none; }
Change “xxx” for the Page ID of your landing page.
Best regards,
JosueHey!
Create the button using the Magic Wand instead of the Avia Builder:
It will generate a [shortcode], simply paste it wherever you want.
Regards,
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHello Marssolutions!
Do you mean these spaces?
Best regards,
JosueHello!
Put the link to it if you already uploaded, if not you can upload it to YouTube as a unlisted/private video,
Best regards,
JosueHi Delvos!
Have you tried setting 50% as the ‘Left’ value in that Layer?
Best regards,
JosueYou are welcome Ivana, glad we could help :)
Regards,
JosueHey!
Please take a look at Devin’s response in this topic: https://kriesi.at/support/topic/how-do-i-override-an-avia-framework-class-definition-using-enfold-child/
Best regards,
JosueThis reply has been marked as private.Glad we could help, you are welcome.
Best regards,
JosueHi Ivana!
Have you activated this setting? (Screen Options, top right):
Best regards,
JosueHi!
Your website looks broke, i would like to see it with the SEO Smartlinks plugin activated.
Cheers!
JosueHi!
Add this code to the Quick CSS:
#commentform input[type='checkbox'] + label { left: 22px; top: -3px; }
Result:
Regards,
JosueHello!
Yes, that code should be put on Quick CSS, however that is not what you want, use this instead to change the size of the H1 tags:
h1.product_title{ font-size: 42px !important; }
Cheers!
JosueHello!
Those titles are h3, this code will increase their font size:
.product h3 { font-size: 24px !important; line-height: 32px !important; }
Best regards,
JosueOctober 15, 2013 at 3:21 am in reply to: Sidebar functionality and assigning sidebar to category archive page? #175388Hello ttem!
1. You would need to empty the “Display Everywhere” sidebar in order to hide it from certain pages, because, it displays everywhere.
2. Yes, the trick is in sidebar.php, open that file an add this code around line 69 (see image):
if (is_archive()) { dynamic_sidebar('archive-sidebar'); $default_sidebar = false; }
Best regards,
Josue-
This reply was modified 6 years, 8 months ago by
Victoria.
Hello totofunk!
I don’t think that’s possible, because Testimonials in Enfold are not handled like dynamic content but static, for example, this is a Testimonials shortcode:
[av_testimonials style='grid' columns='2' interval='5'] [av_testimonial_single src='' name='' subtitle='' link='' linktext=''][/av_testimonial_single] [av_testimonial_single src='' name='' subtitle='' link='' linktext=''][/av_testimonial_single] [av_testimonial_single src='' name='' subtitle='' link='' linktext=''][/av_testimonial_single] [av_testimonial_single src='' name='' subtitle='' link='' linktext=''][/av_testimonial_single] [/av_testimonials]
Best regards,
JosueHi,
Have you tried using Michael’s code? can you post the link to your website please?
Regards,
Josue -
This reply was modified 6 years, 8 months ago by
-
AuthorPosts