Forum Replies Created
-
AuthorPosts
-
Try changing that code to:
body, p{ font-size: 15px ; }Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHi!
Try with this:
span.avia-menu-text { font-size: 15px; }Cheers!
JosueI can see Calibri getting applied now:

Try refreshing a few times.
Best regards,
JosueHey!
I couldn’t note the issue, the visual editor is working as expected. Make sure you don’t have this option selected for your user:
http://screencast.com/t/LiV4vGKvezRegards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueYou are welcome Hernan, always glad to help :)
Regards,
JosueWe looking forward to hearing from you :)
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHey!
The font is getting included as expected, now you’d need to apply it, try adding this code to the Quick CSS:
body{ font-family: 'calibriregular' !important; }Best regards,
JosueHi Holly!
I could note a brief lagging the first time i loaded the website, but after a few seconds the page does load quite fast:
http://screencast.com/t/e18v4F3uzCmGCheers!
JosueHey lzevon!
Refer to this video on how to implement a video background in Enfold – https://vimeo.com/86284134
Regarding formats, i can recommend you this tool to convert it to HTML5 supported formats:
http://www.mirovideoconverter.com/Cheers!
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHey Angelo!
Try with this:
function remove_parent_import() { echo '<style>#avia_parent_setting_import { display: none !important; } </style>'; } add_action('admin_head', 'remove_parent_import');Regards,
JosueHi!
1. Disable the header socket and add this to the Quick CSS:
.header_color .header_bg { background-position: top center !important; background-repeat: repeat-x !important; }2. To reduce the overall widget spacing:
section.widget { padding: 10px 0 !important; }3. To remove the spacing in the sidebar form:
.widget br { display: none; }Best regards,
JosueHey Hernan!
I changed the mail recipient to my address and tested this form successfully:
http://screencast.com/t/oAdq89cXkCOmTry changing the recipient to a gmail/yahoo address to discard if thats the root of the issue.
Cheers!
JosueHi!
I couldn’t login because its locked by IP address (403 Permission Denied!).
Cheers!
JosueJuly 22, 2014 at 5:10 pm in reply to: Video fall back on tablet and mobile with full width easy slider #294456Hi!
That code is meant to be used with two sliders with classes set respectively, you’d need to enable this first.
Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueHey!
If you set a custom font size to the h1 element in Advanced Styling it will override the default font size for h1 elements globally.
Cheers!
JosueI believe the problem is with a PHP limit setting, try removing one of the elements before the slider and the slider will be shown. Do you have access to your PHP error log?
Best regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueJuly 22, 2014 at 6:45 am in reply to: Slider text preview is different from whats displayed in the browser #294195I believe so, but set the layer this way (without HTML tags):

You are welcome, always glad to help :)
Regards,
JosueHey!
Yes, video is mute by default. But you can change that:
https://kriesi.at/support/topic/un-mute-audio-in-an-embedded-video-in-a-color-section/Regards,
JosueHi @hsangueza, @midischool,
Please create us an administrator account, post them here as a private reply.
Regards,
JosueJuly 22, 2014 at 6:29 am in reply to: Slider text preview is different from whats displayed in the browser #294185Hey!
Apparently the font difference is because the preview screen is smaller than the full website displayed. Regarding the autoplay issue make sure you have the autorotation setting active.
Regards,
JosueHi!
What code have you tried so far? my guess is that you need to change the font value in the code (by default imported fontello font name is “fontello”):
add_filter('avf_default_icons','avia_replace_standard_icon', 10, 1); function avia_replace_standard_icon($icons) { $icons['standard'] = array( 'font' =>'fontello', 'icon' => 'ue805'); return $icons; }Cheers!
Josue -
AuthorPosts
