Forum Replies Created
-
AuthorPosts
-
Hi John!
Can you be specific on what problems are you having and on which devices / OS?
Regarding the other question, i’m afraid there’s no way to mix Enfold’s shortcodes with WP Touch.
Cheers!
JosueHey!
I see, i believe this happens because you’re technically creating a new (pseudo) element on hover so the browser loads it at that ppoint, your could background instead
#my-grid-row .avia-builder-el-1 img:hover { background: url(‘NEW-IMG-PATH’) !important; }If that doesn’t work another thing you can try is, include a section and fill it with all the hover images in any order and hide it with CSS, that way the images will be pre-loaded.
Cheers!
JosueHehe, that’s very common, no problem and glad to help :)
Cheers!
JosueHey jelle!
If you’re referring to the default demo, those Posts were not included because they use stock photos which i believe had a single-use licence so they couldn’t be shipped with the demo. Note that this is not the case with the newer demos.
Regards,
JosueHi!
Yes, you’re safe to clear Quick CSS once you move all of it to the child theme style and use that instead.
Best regards,
JosueHi!
Do you have Adblock (or similar) activated by any chance?
Regards,
JosueJanuary 31, 2016 at 7:06 pm in reply to: Probleme with creating an Enfold-child – text in secondary font / menu inactive #575352Hi,
Can you post the link to your website please? an admin account may be needed too (you can post it on a private reply).
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#footer .container .flex_column:nth-child(1) .widget{ text-align: left; } #footer .container .flex_column:nth-child(2) .widget{ text-align: right; }Cheers!
JosueHi,
Can you post the link to your website please?
Try this code also:
@media only screen and (max-width: 767px) { #my_section{ background-size: 100% 100% !important; } }Regards,
JosueHi!
First of all, the line i posted was wrong, that’s not part of the header shrinking function specifically but the smothscroll one, also there’s a way to replace certain avia.js functions without having to re-create the whole file, for example you can use this code in your functions.php, to will include a new, custom JS file (js/main.js):
function incluide_custom_js_file() { wp_enqueue_script( 'avia-main-child', get_stylesheet_directory_uri().'/js/main.js', array('jquery', 'avia-default'), 2, true ); } add_action( 'wp_enqueue_scripts', 'incluide_custom_js_file', 100 );In this main.js file, you’d put the following (read comments):
https://gist.github.com/josueochoa/66beec77cfa7a21e81b8That way you’re technically replacing
avia_header_sizeusing a child theme.Best regards,
JosueJanuary 31, 2016 at 5:49 pm in reply to: Could you maybe help with header section spacing issue? :) #575340You are welcome, glad to help :)
Regards,
JosueHey!
You need to use avia-menu-fx too, the code i posted only adds a border to the submenu, try adding this:
.av_minimal_header .avia-menu-fx {display: block; background: yellow}Regards,
JosueJanuary 31, 2016 at 5:25 pm in reply to: Changing number of portfolio entrys after tag search #575332You are welcome, glad to help :)
Regards,
JosueHi!
BWP is compatible, i’ve used personally with Enfold and it works fine, what settings are you using or what issues have you encountered with it?
For image optimization you could use:
https://wordpress.org/plugins/wp-smushit/Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueSure, try this in Quick CSS:
.avia_codeblock li.av-language-switch-item { list-style: none; display: inline-block; } .avia_codeblock { text-align: center; }Regards,
JosueHey!
You could use the Enfold gallery as a shortcode, in your custom template you’d include something like:
echo do_shortcode("[av_gallery ids='314,313,745' style='thumbnails' preview_size='portfolio' crop_big_preview_thumbnail='avia-gallery-big-crop-thumb' thumb_size='portfolio' columns='5' imagelink='lightbox' lazyload='avia_lazyload' custom_class='']");Whereas “314,313,745” would be the attachments (ID) the gallery will show.
Cheers!
JosueHi!
There’s an option that controls how many Posts are shown in Settings > Reading.
Best regards,
JosueHi!
Try this CSS fix:
#top .av-large-testimonial-slider { min-height: 500px; }Best regards,
JosueHi!
It doesn’t because images are not categorizable, what you’re asking is not exactly theme-related but more of a WordPress general request/question, maybe this could work for you:
http://wordpress.stackexchange.com/questions/16234/bulk-image-uploader-to-create-new-post-from-each-imageCheers!
JosueHi!
Wrap that image in a column or a section and set this class to it (to the section/column):
avia-galleryBest regards,
JosueHi!
Can you post a link to the site in question?
Best regards,
JosueHi!
Have you tried using a LayerSlider instead? you can place a YouTube embed there as a layer that will show and play in mobile devices.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#top #header .main_menu ul:first-child >li > ul li:hover .avia-menu-text { border-bottom: 1px solid red; }Cheers!
JosueJanuary 31, 2016 at 11:40 am in reply to: problem uploading images with add product gallery images #575259Hey Martazettle!
Have you tried uploading them beforehand in Media > Add and then selecting them (instead of uploading) in the Gallery element?
Regards,
JosueHi Nicola!
It won’t because the flags inserted in the header are rendered using a different function, one thing you can do is copy the rendered HTML and place it on a Code Block (in the homepage), like:
<ul> <li class="av-language-switch-item language_it avia_current_lang"><a href="http://www.giunchino-lex.com/chi-sono/" style="height: 88px; line-height: 88px;"> <span class="language_flag"><img title="Italiano" src="http://www.giunchino-lex.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/it.png"></span></a></li><li class="av-language-switch-item language_en "><a href="http://www.giunchino-lex.com/en/sandra-giunchino/" style="height: 88px; line-height: 88px;"> <span class="language_flag"><img title="English" src="http://www.giunchino-lex.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.png"></span></a></li><li class="av-language-switch-item language_de "><a href="http://www.giunchino-lex.com/de/wer-ich-bin/" style="height: 88px; line-height: 88px;"> <span class="language_flag"><img title="Deutsch" src="http://www.giunchino-lex.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/de.png"></span></a></li> </ul>Additional CSS adjustments may be needed.
Regards,
Josue -
AuthorPosts
