Forum Replies Created
-
AuthorPosts
-
You are welcome, glad we could help :)
Regards,
JosueHello Mario,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHello!
This is more of a server issue rather than a theme one, unfortunately we can’t do anything from our end, you’d need to contact your hosting provider support.
Cheers!
JosueHey!
We just need the site URL, post it here as a private reply (only you and mods will see it).
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#socket{ max-height: 50px !important; overflow: hidden; }Cheers!
JosueHey Guilherme!
There is a hook you can use:
function after_head_image_func(){ echo "<div class='custom_content'>ola</div>"; } add_action('ava_main_header', 'after_head_image_func');After that you’d just need to adjust .custom_content with CSS.
Regards,
JosueHey!
You can use the ‘poster’ parameter in the video shortcode:
https://codex.wordpress.org/Video_ShortcodeBest regards,
JosueHey!
To hide it add this to the Quick CSS:
#scroll-top-link{ display: none !important; }To hide it only in the home:
.home #scroll-top-link{ display: none !important; }To change when it appears you’d need to edit js/avia.js, line 1264:
if(st < 500)Regards,
JosueHey!
You need to make sure those files exists in the installation, i can do it for you if you want, can you create a temporary FTP account? post it as a private reply.
Cheers!
JosueChange the code to:
function after_head_image_func(){ echo "<div class='custom_content'><img src='_URL_'></div>"; } add_action('ava_main_header', 'after_head_image_func');Then add this to the Quick CSS:
.custom_content{ position: absolute; top: 0; right: 0; }Regards,
JosueHey!
From Themeforest, see at 01:00.
Regards,
JosueNo you don’t, updates are free.
Cheers!
JosueAt the end of functions.php
Yes, as i said, that folder wasn’t uploaded correctly, you need to restore it manually via FTP:
ian-audio.com/wordpress1/wp-content/themes/enfold/config-layerslider/LayerSlider/avia-samples/Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHi!
All the data (Pages, settings, etc) is stored in the database, you can safely re-install the theme as long as you don’t change the folder name.
Only worry if you have made changes to the theme core files, in that case a backup would be needed.
Cheers!
JosueHey ridcon!
That’s how WordPress handles multiple image uploads, there is nothing we can do from our end unfortunately.
Best regards,
JosueHey Jim!
I couldn’t reproduce the issue on my end (Chrome):
http://screencast.com/t/Baf7BijLOteXHave you tried testing it from a different computer?
Cheers!
JosueHey!
All your work is stored in the database, not in the files. Also, i’m telling you to restore that folder only:

Best regards,
JosueApril 30, 2014 at 7:47 pm in reply to: How to deal with several ENFOLD child themes with different designs? #258428Hey!
Mimicking the file structure will work in most cases, but for the js folder it would be better to include a custom js using:
http://codex.wordpress.org/Function_Reference/wp_enqueue_scriptCheers!
JosueApril 30, 2014 at 7:43 pm in reply to: Display the category of each post in Fullwidth Masonry. #258425Hi!
Try putting print_r instead of echo:
print_r($cats);This way you can inspect the returning Array.
Cheers!
JosueHey!
It seems the LayerSlider folder didn’t get uploaded correctly, try re-downloading a copy of Enfold and upload the config-layerslider folder manually.
Cheers!
JosueHi!
Try with this (child functions.php):
function disable_mega_menu() { remove_theme_support('avia_mega_menu'); } add_action( 'init', 'disable_mega_menu');And no, you can not disable it for only a menu if you do this way, it will be disabled site wide.
Regards,
JosueHi!
Your blog is actually showing a excerpt with a read more link:

Best regards,
JosueHi!
Try adding this to your functions.php file:
function after_head_image_func(){ echo "<div class='custom_content'><img src='_URL_'></div>"; } add_action('ava_after_main_menu', 'after_head_image_func');Change _URL_ by the URL of the banner.
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.tabcontainer .news-time { display: none; }Cheers!
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueYes in that case it would be Quick CSS.
Best regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
Josue -
AuthorPosts
