Forum Replies Created
-
AuthorPosts
-
December 11, 2014 at 4:12 am in reply to: Masonry in older Safari breaks (no images) but only on first load #366433
Hey Evabo!
To be honest i don’t think so, some elements won’t work as expected in very old versions of Safari (4, 5, 6).
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Use this CSS:
.av-countdown-weeks .av-countdown-time { color: red !important; } .av-countdown-days .av-countdown-time { color: orange !important; } .av-countdown-hours .av-countdown-time { color: blue !important; } .av-countdown-minutes .av-countdown-time { color: yellow !important; } .av-countdown-seconds .av-countdown-time { color: green !important; }Cheers!
JosueHi!
Did you manage to solve this issue? images show and rotate as expected on my end – http://screencast.com/t/TWVnjijQds
Best regards,
JosueHi!
Seems you have those menu items set as “Mega Menus”, you can disable that here – http://screencast.com/t/KL1xDaCX9SN
Regards,
JosueHey Marc!
Try adding this code to the Quick CSS:
figure.av-inner-masonry.main_color { background: #e9e0e9 !important; }Cheers!
JosueHi!
Try setting the number of columns to “3 Columns”.
Cheers!
JosueHi Pieterjan!
I’m not noting it on my end neither, but try adding this to Quick CSS:
input.button:hover { font-size: 12px !important; letter-spacing: 0 !important; font-weight: normal !important; }Regards,
JosueDecember 11, 2014 at 3:47 am in reply to: How to switch order of appearance of boxes in mobile view #366420Hi!
This could work for you:
https://kriesi.at/support/topic/issues-with-translating-to-farsi-rtl-language/#post-305401Regards,
JosueHi!
This is probably caused by the WordPress 4.0.1 update, there is a new version of Enfold (3.0.4) that fixes these issues, you currently have 3.0.2.
http://kriesi.at/documentation/enfold/updating-your-theme-filesRegards,
JosueDecember 11, 2014 at 3:39 am in reply to: Extra line of type under the Copyright on all pages of website #366417December 11, 2014 at 3:37 am in reply to: Broken Accordion Slider and Contact form not showing in Enfold on Netfirms #366415Hi Steve!
I’m not sure if that’s doable with LayerSlider but there is a new option in Enfold native sliders (Easy Slider, FullScreen Slider, FullWidth Slider) to do exactly that – http://screencast.com/t/SdCkQ5vo3fP0
Best regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter('avf_default_icons','avia_replace_standard_icon', 10, 1); function avia_replace_standard_icon($icons) { $icons['mobile_menu'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue811'); return $icons; }Cheers!
JosueHi!
Try with this code:
#contact-info .iconbox.av-no-box .iconbox_icon{ height: 35px; width: 35px; line-height: 35px; font-size: 16px; }Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#header_main_alternate .container { padding: 0 !important; } @media only screen and (min-width: 989px) and (max-width: 1288px){ .av-main-nav > li > a{ font-size: 12px !important; padding: 0 10px; } }Cheers!
JosueHey!
Please let us know if you have any additional questions after watching those videos.
Cheers!
JosueHmm, no i don’t that’s possible to be honest.
Hi!
Check it now, i’ve put the code block inside the last color section so the builder doesn’t create another empty color section for it.
Cheers!
JosueHey Scott!
Try adding this code to the Quick CSS:
img[class*='ls-l']{ width: auto !important; height: auto !important; }Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
You can post that here as a private reply (only mods will see it).
Best regards,
JosueHey!
Try with this custom CSS:
#header:after{ content: "banner"; position: absolute; height: 60px; line-height: 60px; width: 100%; background: red; text-align: center; }Cheers!
JosueHey!
Can you post a screenshot/mockup of what would you want to achieve? the dropbox link you posted is not working.
Best regards,
JosueHi!
Try changing the header size in the Theme Options – http://screencast.com/t/uApo73VqFrQ
Best regards,
JosueHey!
Can you paste the embed code you are trying to use?
Regards,
JosueDecember 11, 2014 at 2:06 am in reply to: Best caching, compression, minify Plugin for WordPress/Enfold? #366380Hi Jens!
As far as i know Kriesi.at uses Better WordPress Minify + WP Super Cache and the results are quite good, can you post a link to your site?
Best regards,
JosueHi!
Login doesn’t work, but try adding this to theme / child theme functions.php (change yourwebsite.com):
function change_cf_from() { return " (Email address hidden if logged out) "; } add_filter('avf_form_from', 'change_cf_from', 10);Regards,
Josue -
AuthorPosts
