Forum Replies Created
-
AuthorPosts
-
Hi!
I’m not seeing it either, maybe the Ad you are putting is regionalized
Best regards,
Josue-
This reply was modified 10 years, 5 months ago by
Josue.
Hi Stefan,
Open js/shortcodes.js and look for this lines (around 356):
style = [{ featureType: "all", elementType: "all", stylers: stylers }];Replace them by this:
style = [ { featureType: "all", elementType: "all", stylers: stylers }, { featureType: "poi", stylers: [ { visibility: "off" } ] } ];Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHey!
5000ms translates to 5s, you need to change the “Slide Delay” field.
Cheers!
JosueHey!
It’s not possible to change it via the backend, however you can do it using some custom code in functions.php:
https://kriesi.at/support/topic/replaced-the-default-blog-latest-news-title-needs-h1-heading/Regards,
JosueHi!
What CSS are you using? if they are in different pages you could prefix the selector with .page-id-xx or .avia-el-xx.
Best regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHi!
Have you tried disabling the visual editor in Users > Your Profile?
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { a.av-icon-char { font-size: 20px !important; padding: 10px !important; } }You can duplicate and modify it to fit your needs.
Cheers!
JosueHi!
Put it at the end of functions.php.
Is this the plugin you are referring to? it’s weird you are having these issues because many Enfold users reported good results with that.
Best regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHey!
It could, request it here:
https://kriesi.at/support/enfold-feature-requests/Best regards,
JosueHey Andrea!
Can you post a screenshot of your view on the iPad?
Regards,
JosueHi!
Do you have the latest version of Enfold?
Regards,
JosueHey Chris!
Yes, that’s how it works right now, feel free to request a change as a feature here:
https://kriesi.at/support/enfold-feature-requests/Cheers!
JosueYou forgot the URL.
Hey!
Try adding this code to the Quick CSS:
.av_facebook_widget_wrap { background: white; }What content do you want to change in the footer exactly?
Cheers!
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHi!
Are you referring to a full width slider?
In that case, use the images in the demo as a reference:
http://kriesi.at/themes/enfold/Regards,
JosueHi,
Can you post the link to that post?
Regards,
JosueHi,
You can try mirroring a click (keeping both buttons on the Page would be needed), something like this at the end of js/avia.js:
jQuery(function() { jQuery(".promo_button").click(function(){ jQuery(".button_that_works").trigger("click"); }); });Regards,
JosueHi,
Can you post the link to that Page?
Regards,
JosueHey!
Do you have the latest version of Enfold (2.7.1)?
Cheers!
JosueMay 7, 2014 at 5:31 am in reply to: Enfold with template fullwidth slider doesnt work anymore #261123Hi Rhodo Jeldres!
Have you tried copying the code from the template-builder.php instead?
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.single div.blog-meta { display: none; }Cheers!
JosueHi Chris!
There isn’t a element for that but i think you can achieve something similar with LayerSlider.
Regards,
JosueHey!
Seems br elements are getting stripped, have you tried using a HTML layer?
Cheers!
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
Josue -
This reply was modified 10 years, 5 months ago by
-
AuthorPosts
