Forum Replies Created
-
AuthorPosts
-
Hi!
This will fix it:
.av_header_transparency .logo a > img{ display: none !important; } .av_header_transparency .logo a > span img{ display: block !important; position: static; }Regards,
JosueHey!
Try adding this code to the Quick CSS:
.av-main-nav ul { width: 230px; }Cheers!
JosueHi!
Put this code at the end of your theme functions.php file:
function add_donate_link(){ ?> <a class="custom_content" href="PUT LINK HERE"></a> <?php } add_filter('ava_after_main_menu', 'add_donate_link');And add this to the Quick CSS:
div.custom_content { position: absolute; right: 20px; width: 170px; height: 40px; display: block; }Cheers!
JosueHey Jeff!
Refer to this topic:
https://kriesi.at/support/topic/use-different-social-icons/You would need to generate an icon font with that icon in Fontello.
Regards,
JosueHi!
You should put av_fullscreen outside the loop:
[av_fullscreen] foreach(...){ [av_fullscreen_slide] } [/av_fullscreen]Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueMay 27, 2014 at 6:49 pm in reply to: Blog posts redirecting to Landing Page for no (apparent) reason #270695Hello,
Have you tried disabling all third-party plugins to see if it gets fixed?
And yes, permalinks are unique, make sure to empty your Posts trash.
Regards,
JosueHey Justka!
Try this:
http://blog.christosoft.de/2012/02/wordpress-frontend-and-backend-in-different-language/Cheers!
JosueHi!
The share buttons should not appear there by default, can you post a link to your website?
Best regards,
JosueHey!
You can reply again (in private) even if no one answer you.
Regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueAn actual quote:
wp_enqueue_style( 'avia-rtl', $template_url."/css/rtl.css", array(), '1', 'screen' );Hi!
I’d suggest instead of that using opacity you could swap the image on hover (you’d need to have two version of each block), something like this:
http://codepen.io/anon/pen/LDkIGCheers!
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHi Jennifer!
Try adding this to the Quick CSS:
div#mobileimg { height: 410px; }Cheers!
JosueHi!
You need to make sure the quotes are written correctly, don’t copy it from the email.

Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHola Juan,
Yo personalmente uso BWP Minify con Enfold sin problemas.
Sin embargo, puedes buscar otro plugin de minificacion aqui:
https://wordpress.org/plugins/tags/minificationSaludos,
JosueHi!
Fixed:
http://screencast.com/t/aUiDBMLzHuM1There seems to be a caching functionality on your server, i modified functions.php, line 310.
Cheers!
JosueMay 27, 2014 at 1:30 am in reply to: Error fetching content – please reload the page and try again #270352Hi!
I was able to use the Layout Builder without issue:
http://screencast.com/t/u7vsGtn4WTested in IE11 / Win 8.1.
Regards,
JosueHey!
I was able to add captions without issue here:
http://shortiedesigns.com/site/Check the backend.
Cheers!
JosueHi!
Here’s how it looks for me on IE:

Can you post a screenshot of your view?
Cheers!
JosueHi!
Can you paste line 459?
Best regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueThis will fix it:
@media only screen and (max-width: 767px) { div#layer_slider_1 { margin-top: -84px; } }Regards,
JosueHey!
Are you referring to this element?

Have you tried putting it as a background of a color section?
Regards,
JosueStill doesn’t work :/
May 26, 2014 at 11:55 pm in reply to: Links to lightbox inline content no longer scale in the layerslider. #270314 -
AuthorPosts
