Forum Replies Created
-
AuthorPosts
-
Still can’t see it, there seems to be a redirect from all pages to maintenance.html.
Regards,
JosueAh, you’re referring to the icons not showing? try the following:
http://kriesi.at/documentation/enfold/enable-cors/#apacheRegards,
JosueHey!
Please refer to:
https://kriesi.at/support/topic/some-performance-issue-questions/#post-140176Defer parsing of JavaScript is not a good idea at all because it breaks a lot of third party plugins. We won’t include such a feature in the theme because our goal is to maintain the compatibility to as many plugins as possible and to stick to the wordpress standards. Loading the jquery framework or any theme script with the defer attribute is not the best practice in this case.
Regards,
JosueYes probably, post it here as a private reply.
Regards,
JosueMay 21, 2015 at 10:05 pm in reply to: matching images vertically on a page across color sections #448030Technically both methods should work, give it a try, if you have issues let us know.
Regards,
JosueHey Cristiano!
Share links won’t appear in the homepage but on the single view of the Post, however if you’re using ALB for these you’d need to include them via the Share Links element – http://a.pomf.se/xjvqwu.png
Cheers!
JosueHi!
Ok, check it now, WhatsApp icon is now added.
Best regards,
JosueHi!
It’s possible, set the background image in the actual section settings popup and set the inner container background via CSS:
#section .container{ background: beige; }Regards,
Josueclean_urlis deprecated:
https://codex.wordpress.org/Function_Reference/clean_urlRegards,
JosueYou are welcome, glad to help :)
Regards,
JosueHola Miguel,
Pues si, es una limitación por el momento, los elementos de ancho completo solo funcionan dentro de una pagina / entrada con el Editor Avanzando activado. En el futuro Kriesi tal vez incluya un elemento modular para incluir las entradas relacionadas.
Saludos,
JosueHi!
Yes, the url says “maintenance.html” but on the actual page: http://a.pomf.se/foycsk.png
Best regards,
JosueHey!
Use this:
#top .social_bookmarks li a { text-decoration: none !important; }Cheers!
JosueMay 21, 2015 at 7:44 pm in reply to: matching images vertically on a page across color sections #447945It’s hard to say based on a plain screenshot, if the actual design involves behavioural features (like parallax between those sections or smooth scrolling), custom JS scripting will be required.
Best regards,
JosueHi!
I can’t access the page, it says its on maintenance.
Cheers!
JosueHi!
Just add
color: whiteto it:#top #wrap_all li.av-social-link-yelp:hover a{ background: #C40A11; color: white; } #top #wrap_all li.av-social-link-tripadvisor:hover a{ background: #579441; color: white; }Best regards,
JosueHey!
Try commenting / removing this lines in js/avia.js:
if($.fn.avia_smoothscroll) $('a[href*=#]', container).avia_smoothscroll(container);Regards,
JosueHey!
Please refer to this topic:
https://kriesi.at/support/topic/video-background-3/#post-424113Best regards,
JosueHey!
The image should be lightbox-ed automatically if its linking an actual image (jpg/gif/png):
<a href="larger_image.jpg"><img src="smaller_image.jpg"></a>Best regards,
JosueHey Katrin!
Try using .page-id-xx instead. If you could post a link to the actual page we can provide you the exact code to use.
Best regards,
JosueHi,
Can you post the link to to that page?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
strong, b{ color: inherit !important; }Cheers!
JosueHi!
Have you tried copying the embed code into the Post/Page content? i’d suggest pasting it inside a Code Block element:
<div id="fb-root"></div><script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3"; fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk'));</script><div class="fb-video" data-allowfullscreen="true" data-href="/gary/videos/vb.51535068349/10153263492258350/?type=1"><div class="fb-xfbml-parse-ignore"><blockquote cite="/gary/videos/10153263492258350/"><a href="/gary/videos/10153263492258350/"></a><p>If I could wish one skill on people it would be this! So many of your friends and family need to see this asap! I hope you enjoy</p>Posted by <a href="https://www.facebook.com/gary">Gary Vaynerchuk</a> on Wednesday, May 20, 2015</blockquote></div></div>Regards,
JosueMay 21, 2015 at 4:29 am in reply to: matching images vertically on a page across color sections #447544Hi!
Background images in color section can be center aligned, however reproducing intersections like this will be somewhat trickier.
Cheers!
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function add_subset_func($fontlist) { $fontlist .= "&subset=latin,latin-ext"; return $fontlist; } add_filter('avf_google_fontlist', 'add_subset_func');Cheers!
JosueHey!
Share links are appearing, at least on my end – http://a.pomf.se/duyila.png, can you post a link to a post where they don’t?
Cheers!
JosueHi!
The total height of the iframed content is 1024px so if you want the scrollbars to disappear you’d need to set the iframe that height:
.buchungs-maske iframe { height: 1024px; margin: 0px; }Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter( 'avf_google_heading_font', 'avia_add_custom_font'); add_filter( 'avf_google_content_font', 'avia_add_custom_font'); function avia_add_custom_font($fonts) { $fonts['Trebuchet MS'] = "Trebuchet MS"; return $fonts; }Cheers!
JosueTry with this:
#top #wrap_all li.av-social-link-yell:hover a{ background: red; } #top #wrap_all li.av-social-link-tripadvisor:hover a{ background: green; }Regards,
JosueThe code was added in Plugins > Edit Functions, to change the color/background color use this code in Quick CSS:
/* Top */ #top #wrap_all .av_header_transparency ul.social_bookmarks li a{ color: blue; background: green; } /* Scrolled */ #top #wrap_all ul.social_bookmarks li a{ color: red; background: yellow; }Regards,
Josue -
AuthorPosts
