Forum Replies Created
-
AuthorPosts
-
Hi!
You need to use this exact code:
#layer_slider_1 { background: transparent !important; }That will target the container of #layer_slider_5, which has the white background.
Best regards,
JosueHi!
I too noted the Code Block just returns the shortcode as text, however i tried using the exact same code in a simple Text Block and worked fine on my end:

Just make sure you are putting it while being in the Text tab.
Regards,
JosueHello!
It is possible but it would require a heavy customization and unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting a developer.
Cheers!
JosueHi Peter,
Does it happen with the default WordPress theme?
Cheers!
JosueHey!
Try with this:
add_filter('avf_title_args', 'fix_blog_page_title', 10, 2); function fix_blog_page_title($args,$id) { if(is_single() && get_post_type() == "post"){ $id = 20; $args['title'] = "Custom Text"; } $args['link'] = get_permalink($id); return $args; }Regards,
JosueHi!
No, the sliders should remain there, even if they don’t you can always import/export them.
But you’d need to disable the bundled LS that comes with Enfold:
https://kriesi.at/support/topic/disable-layerslider-failed/Best regards,
JosueAlternatively if you really want this feature you can try using LayerSlider as standalone plugin.
Regards,
JosueHey!
I don’t see any content slider in that page, no JavaScript errors either.
Regards,
JosueHi!
It’s not, that’s an issue other users reported too, a fix is already in the newest version of Enfold 2.7.1, try updating. You should also be able to see the magic wand and the wysiwyg editor there too:
Best regards,
JosueHey!
Yes, i see, try with this:
.tab_inner_content p { word-break: break-all; }Cheers!
JosueHi Marco!
That’s not possible at the moment, the element needs to be “full-width” in order to work, hence the name.
You can use the Gallery Element though.
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHi!
Each tab title gets numbered class:
So, the codes (add this to the Quick CSS) you’d would be like:
.tab_counter_8 .tab_icon { color: red !important; } .tab_counter_9 .tab_icon { color: blue !important; } .tab_counter_10 .tab_icon { color: yellow !important; }Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHi!
That’s just how text react in smaller spaces, however if you want you can add this to the Quick CSS:
@media only screen and (max-width: 767px) { .tab_inner_content p { text-align: justify; } }It will justify the tab content paragraphs in mobile.
Best regards,
JosueHi!
I can now see your website, try with this code:
#top .main_menu li ul a { font-size: 16px !important; }Regards,
JosueHey!
Can you post a screenshot of the issue from your end?
I could only test your website in Safari 6 and 7 and it looked the same that in Chrome.
Regards,
JosueHi Ben!
Well in that case, you’d need to refactor your code (the Array is returning empty), it would be better to contact a developer, please understand that this kind of customizations are out of our support scope.
Best regards,
JosueHi!
I’m not seeing it on my end but try this:
div.four.units.single-product-main-image { overflow: hidden !important; }Regards,
JosueHey!
Do you have this option selected?
Also, some of your YT links are wrong:
http://www.iynetwork.fi/osaajat/www.youtube.com/watch?v=9HiojJOR9LA&feature=youtu.be
Regards,
JosueHi!
That’s expected, the ‘read-more’ tag is intended to work with post types (Posts, Pages, Portfolios, etc), in this case the Testimonials are just a shortcode inside a Page. If you want to have some portion of the text hidden you can try using something like a Toggle (use the magic wand in the wysiwyg editor).
Regards,
JosueHey!
Add this too:
.html_main_nav_header #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a { padding-right: 13px !important; } .av-main-nav > li:hover > a .avia-menu-text, .current-menu-item > a > .avia-menu-text, .av-main-nav > li:hover .current_page_item > a > .avia-menu-text{ color: #473226; }Best regards,
JosueHi,
Yes, can you post the link to that Page please?
Regards,
JosueHi Mahdi!
I agree, i’ll suggest it :)
Best regards,
JosueHi,
Does it happen with the default WordPress theme?
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHey Jason!
The ajax gallery currently does not support videos (adding support for videos it’s planned though), your best solution would be to disable the gallery, leaving only the Text preview with the video emebd (note that you can add shortcodes here):
Regards,
JosueAlso, here is the Enfold showcase topic:
https://kriesi.at/support/topic/enfold-showcase/Hi John!
Making the width different is possible but is tricky, can you post a link to your website?
Keeping the mega menu open is tricky too, try adding this properties from the developer tools:
Cheers!
JosueHi!
Before we continue please update your theme to its latest version.
Regarding the first issue, this will fix it:
.header-scrolled .main_menu ul:first-child > li > a { line-height: 100px !important; }Cheers!
Josue -
AuthorPosts
