Forum Replies Created
-
AuthorPosts
-
Hi!
Have you tried disabling the pre-loader setting in the Theme Options to see if it gets fixed?
Regards,
JosueAugust 18, 2015 at 11:37 pm in reply to: text font and social icon after do not work after transfer of site. #489761Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
The video is loading fine on my end – http://screencast.com/t/LVaodHLf2, have you checked on another computer to discard?
Cheers!
JosueHey!
I’m unable to see the link you posted:
You do not have permission to preview drafts.
Cheers!
JosueHey!
Check it now, i added this to child theme functions.php:
function avia_add_custom_icon($icons) { $icons['wechat'] = array( 'font' =>'wechat', 'icon' => 'ue805'); $icons['weibo'] = array( 'font' =>'wechat', 'icon' => 'ue806'); $icons['QQ'] = array( 'font' =>'wechat', 'icon' => 'ue807'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);Modify if needed.
Cheers!
JosueAugust 18, 2015 at 10:56 pm in reply to: Font Fira Sans don`t work at Mobile and Tablet Version. #489751Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Yes, refer to:
https://support.cloudflare.com/hc/en-us/articles/200169246-How-do-I-purge-my-cache-Cheers!
JosueHi!
The videos on the page you linked are loading fine on my end.
Best regards,
JosueHey Mary!
I don’t know for certain to be honest, you could try disabling it for a time and see if that changes anything in your ranking.
Best regards,
JosueHi!
Can you post a screenshot of your view? here’s how it looks on my end – http://screencast.com/t/wv2orC02
Regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) and (min-width: 480px) { .responsive #socket .sub_menu_socket { display: block !important; clear: both; } }Cheers!
JosueSeems you are using some sort of Cloudflare optimization, try disabling that first.
Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueAugust 18, 2015 at 6:47 am in reply to: Font Fira Sans don`t work at Mobile and Tablet Version. #489282Hi!
Can you post a screenshot of your view? here’s how it looks on my end – http://screencast.com/t/U1O5nZrF
Regards,
JosueHi!
Check it now.
Best regards,
JosueAugust 18, 2015 at 4:24 am in reply to: text font and social icon after do not work after transfer of site. #489240Hi!
Try with this:
.av-special-heading .av-special-heading-tag { letter-spacing: 0px; }Modify as needed.
Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
You could create a shortcode to embed these videos, try adding something like this to your theme / child theme functions.php:
add_shortcode('voo_video', function($atts) { $atts = shortcode_atts( array( 'id' => '' ), $atts ); extract($atts); ob_start(); ?> <script src='//www.vooplayer.com/v3/watch/video.js'></script><iframe id='vooplayerframe' voo-auto-adj="true" style='max-width:100%' name='vooplayerframe' allowfullscreen src='//www.vooplayer.com/v3/watch/watch.php?v=<?php echo $id; ?>=' frameborder='0' scrolling='no' width='660' height='380' > </iframe> <?php return ob_get_clean(); });Usage:
[voo_video id='NDYwNzk']Regards,
JosueI also tested it on my install using a Code Block and the video was rendered as expected.
Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_action('ava_after_main_container', function() { ?> code <?php });Cheers!
JosueHi!
I think the code should be:
add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1); function avia_change_postgrid_excerpt_length($length) { $length = 100; return $length; }Regards,
JosueAugust 17, 2015 at 10:55 pm in reply to: text font and social icon after do not work after transfer of site. #489193Hi!
Try removing the
not_so_strongclass from that heading.Regards,
JosueAugust 17, 2015 at 10:51 pm in reply to: text font and social icon after do not work after transfer of site. #489189Hi!
Try removing the
not_so_strongclass from that heading.Regards,
JosueHi Mary!
You can disable the theme automated markup in the Theme Options – http://screencast.com/t/lgrMDC2sYaJ
Regards,
JosueAugust 17, 2015 at 10:31 pm in reply to: text font and social icon after do not work after transfer of site. #489179Hi!
1. The social links should move to the right once you set a Menu.
2. What font do you want to add?Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Do you still have this issue on your new site?
Cheers!
JosueAugust 17, 2015 at 9:48 pm in reply to: text font and social icon after do not work after transfer of site. #489156Hey!
Try adding this code to the Quick CSS:
#top .social_bookmarks li a { line-height: 30px !important; height: 30px !important; }Cheers!
JosueHi!
This is expected as that’s the real content of the Posts, one thing you can do is:
1. Set a custom excerpt for the Posts.
2. Go to Settings > Reading in your dashboard and change your Feed Settings to “Summary”.That way the content sent in the mail feed will be the excerpt and not the whole post.
Cheers!
JosueWe looking forward to hearing from you :)
Regards,
Josue -
AuthorPosts
