Forum Replies Created
-
AuthorPosts
-
June 12, 2014 at 9:06 pm in reply to: Problems with the integration of a video into layer slider #278263
Hi Fred!
Try using this code instead:
<iframe width="640" height="360" src="//www.youtube.com/embed/pLOjNdxylwU" frameborder="0" allowfullscreen></iframe>Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueYou can try disabling some menu items with this plugin:
https://wordpress.org/plugins/admin-menu-editor/Regards,
JosueHi!
You can’t link a single word in a subheading, you’d need to a Text Block element below the Heading one.
Regards,
JosueHey Rob!
Seems to fixed:

Best regards,
JosueHey!
What method are you using to include a LayerSlider in a footer widget?
Cheers!
JosueHey Jeff!
Try using a Custom Link Item instead:

Cheers!
JosueHi!
It would be better to use the custom menu widget in this case.

Regards,
JosueHi Mark!
You could try modifying the code:
function after_head_image_func($content){ if(is_page(1)){ echo "<div class='custom_content'><img src='_URL_'></div>"; }elseif(is_page(2)){ echo "<div class='custom_content'><img src='_URL_'></div>"; }elseif(is_page(3)){ echo "<div class='custom_content'><img src='_URL_'></div>"; }elseif(is_page(4)){ echo "<div class='custom_content'><img src='_URL_'></div>"; }elseif(is_page(5)){ echo "<div class='custom_content'><img src='_URL_'></div>"; }else{ echo ""; // shows nothing } } add_action('ava_after_main_container', 'after_head_image_func');1-5 would be the Page IDs, you can duplicate that as times as you want.
Regards,
JosueHi Holly!
This will do it:
.page-id-2897 .flex_column.av_one_fourth { background-color: red !important; padding: 20px; /* added padding too */ }Regards,
JosueNot happening on my end (Chrome / OS X):
http://screencast.com/t/Y1upVAGwClCheers!
JosueJune 12, 2014 at 8:11 pm in reply to: How to change the image size in the Full Width Masonry Gallery #278234Ok, discard my previous suggestion.
What you need to do is reduce the image size, that way 8 images can fit in a single row, try adding this to the Quick CSS:
.responsive.html_stretched .av-masonry-entry{width:12.5% !important; }Regards,
JosueHello tomgraziani,
Have you tried disabling all third-party plugins (except Yoast) to see if it gets fixed?
Regards,
JosueJune 12, 2014 at 7:55 pm in reply to: Internet Explorer renders everything Larger / CSS Issue #278229Hey!
Here’s how it looks on my end (IE11)

Make sure you are not zooming in.
Best regards,
JosueHi!
You didn’t link the page in your message.
Cheers!
JosueHi!
Try putting the iframe inside a Code Block element.
Cheers!
JosueJune 12, 2014 at 7:31 pm in reply to: Avia layout builder shows white html against a white background #278215Yes, just the parent theme. Don’t forget to update WP too (3.9.1).
I agree, feel free to request it here.
Regards,
JosueHey Orhan!
Try adding this code to the Quick CSS:
.comment-container.minor-meta, .text-sep.text-sep-comment, .text-sep.text-sep-date, .date-container.minor-meta.updated{ display: none; }Cheers!
JosueHey!
Try increasing the max_input_vars value:
http://stackoverflow.com/questions/10303714/php-max-input-varsCheers!
JosueHi Peter!
Here:

Best regards,
JosueHey Orhan!
What fonts are you trying to use? can you post a link to a page where this issue occurs?
Cheers!
JosueHey!
I’m not seeing the error, here’s how it looks on my end:

Have you tried in a different browser/computer?
Regards,
JosueHi Roy,
You should know that this question is out of the support scope we offer. I believe there is an issue with the mail functionality on your server, try contacting your hosting support.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
body { font-size: 14px; }http://kriesi.at/documentation/enfold/change-the-default-font-size/
Cheers!
JosueHi!
You can also disable the Visual Editor (Users > Your Profile), that way the shortcode format remains. I know this is not ideal, but it does the job while we find a definitive solution for this bug.
Best regards,
JosueThat layout will only be active if there is a sidebar present.
One thing you can do is enable the sidebar and hide it with CSS.
https://kriesi.at/support/topic/keep-blog-horizontal-format-without-a-sidebar/Regards,
JosueYou are welcome, always glad to help :)
Regards,
Josue -
AuthorPosts
