Forum Replies Created
-
AuthorPosts
-
May 21, 2015 at 2:40 am in reply to: Color Section Parallax Background Image iPad and iPhone 6 Problems #447497
You are welcome, glad to help :)
Regards,
JosueOh, there are two icons to be add, ok check it now.
Regards,
JosuieMay 21, 2015 at 2:17 am in reply to: Minify – Optomization of W3 Total Cache / CSS and Java + Max CDN #447488I see, you don’t have to worry about this, those broken dependencies are part of ALB and it makes sense to not include them in non-ALB pages (like the Dashboard or Posts listing).
Cheers!
JosueMay 21, 2015 at 2:00 am in reply to: Color Section Parallax Background Image iPad and iPhone 6 Problems #447487Hm, no you’d still need to set the background image to the “hero-bg-mobile” otherwise it will affect all section throughout the page.
.avia_mobile #hero-bg-mobile .av-parallax { background-image: url(https://acme.com/wp-content/uploads/2014/07/parallaxbackgroundimage.jpg)!important; height: 100% !important; }Best regards,
JosueHi!
Should appear now, check it.
Regards,
JosueHi!
Set a custom ID (“pre_footer”) to that section and modify Yigit’s code to:
@media only screen and (max-width: 768px) { #footer .flex_column, #pre_footer .flex_column { width: 100%; margin: 0; }}Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Try using this plugin to reduce the number of resources included in your page.
Best regards,
JosueMay 20, 2015 at 8:57 pm in reply to: Color Section Parallax Background Image iPad and iPhone 6 Problems #447421You are welcome, glad to help :)
Alternatively you can prefix the
avia_mobileclass to any selector you want to be effective only on mobile devices..avia_mobile .av-parallax { height: 100% !important; }Regards,
JosueMay 20, 2015 at 8:53 pm in reply to: How do I switch from full size slider to small slider (as in demo) in frontpage? #447419Hi,
There is a way but it’s tricky, can you please create me a WordPress administrator account so i can give it a try? post it here as a private reply.
Regards,
JosueHey!
That’s because in “Balimo Auslaufmodelle” the price is always 308,00 and in “Der neue Balimo” it varies between 365,00–395,00 so WooCommerce treat them differently. It’s worth mentioning that this is not related to theme but it’s how WooCommerce treats variable products.
Regards,
JosueHi David!
What icon do you want to include?
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHola,
Si puedes ser un poco mas especifico con lo que no te satisface tal vez te pueda ayudar mejor :)
Saludos,
JosueHi!
It’s not theme related but on the gif side then, this could help you:
https://forums.adobe.com/thread/1026440Regards,
JosueHey!
1. Here’s how it behaves on my end http://recordit.co/BrNvr3iYVy, does it happen on a specific browser for you?
2. Can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueMay 20, 2015 at 7:39 pm in reply to: Can't display diifferent widgets on different product pages (Widget Logic) #447388Hi!
The conditional has to be something like this:
if( has_term( 'books', 'product_cat' ) ) { // do something }Cheers!
JosueSeems to be working, here’s how i see it on Safari now – http://a.pomf.se/tfjdok.png
Regards,
JosueMay 20, 2015 at 4:17 am in reply to: Minify – Optomization of W3 Total Cache / CSS and Java + Max CDN #446891Hi,
If you want us to check it please hand us a temporary FTP and WordPress access.
Regards,
JosueThe rendered source is still calling Lato 300/400/700:
<link rel='stylesheet' id='avia-google-webfont' href='//fonts.googleapis.com/css?family=Lato:300,400,700' type='text/css' media='all'/>At this point we’d need access if you want us to help you with this. If this is not possible, i’d suggest setting up a staging environment like you did initially.
Regards,
JosueNot the usual method but yeah that would work, normally you’d just create an empty .php file and that’s it.
Best regards,
JosueIt won’t work that way, create one in the child theme and put the snippet on it, should be:
<?php add_filter( 'avf_google_heading_font', 'include_all_latos'); add_filter( 'avf_google_content_font', 'include_all_latos'); function include_all_latos($fonts) { $fonts['Lato'] = "Lato:100,300,400,700,900"; return $fonts; }Enfold is still including only three variations of Lato, did you empty your cache after doing this?
Cheers!
JosueHey Josh,
Your website is on maintenance mode.
Regards,
JosueMay 20, 2015 at 2:07 am in reply to: Color Section Parallax Background Image iPad and iPhone 6 Problems #446857Hm, try the following instead:
@media only screen and (max-width: 767px) { .home .avia-bg-style-fixed .av-parallax { background-size: 90% 5% !important; } }Hey Josh!
I think this is happening because by default, Enfold only includes some variations of Lato (300,400,700). Try adding the following to your theme / child theme functions.php to change that:
add_filter( 'avf_google_heading_font', 'include_all_latos'); add_filter( 'avf_google_content_font', 'include_all_latos'); function include_all_latos($fonts) { $fonts['Lato'] = "Lato:100,300,400,700,900"; return $fonts; }You’d need to re-select it in General Styling > Fonts once you add this code.
Cheers!
JosueMay 20, 2015 at 1:46 am in reply to: Color Section Parallax Background Image iPad and iPhone 6 Problems #446851Refresh your browser a few times.
Hey!
Are you on a retina screen? does this happen on Safari only?
Regards,
JosueUnfortunately i can’t assure you that.
You are welcome, glad to help :)
Regards,
Josue -
AuthorPosts
