Forum Replies Created
-
AuthorPosts
-
Hi,
Can you please create me an temporary FTP account? post it here as a private reply.
Regards,
JosueHello!
It is possible but it would require a heavy customization to the theme, unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting a developer.
Cheers!
JosueHey!
You could do that with this plugin:
https://wordpress.org/plugins/php-text-widget/Regards,
JosueHey Joseph!
Make sure you don’t have any theme files outside of /wp-content/themes/enfold.
Best regards,
JosueGenial Jose, que bueno que te haya servido.
Saludos,
JosueYou are welcome, always glad to help :)
Regards,
JosueJune 17, 2014 at 10:54 pm in reply to: Problems with Parallax in Safari OSX, image motion very choppy #280242Hey!
There seems to be a caching functionality going on, you can check it now on Safari (logged-in) to see the change taking effect.
Best regards,
JosueJune 17, 2014 at 10:38 pm in reply to: Portfolio grid – excerpt lines cut off (hard enter) possible? #280236You are welcome, always glad to help :)
Regards,
JosueJune 17, 2014 at 10:36 pm in reply to: Media Library not working (Cannot add or upload images) #280235Hi!
Try the solutions shared here:
http://wordpress.org/support/topic/uninstall-of-w3-total-cache-crashes-whole-wp-site-1If that doesn’t work i think it would be better to contact your hosting provider support as this seems to be a server issue rather than a theme one.
Regards,
JosueHi!
This will work for the hover:
a:hover .avia-menu-text { color: black !important; }You can also use this for further customization.
Best regards,
JosueJune 17, 2014 at 7:02 pm in reply to: Google Maps Info Bubble Does not show up next to marker #280166We looking forward to hearing from you :)
Regards,
JosueJune 17, 2014 at 6:51 pm in reply to: How to remove time of ‘Latest News’-widget | Time and date of “Latest Portfolio” #280155Hey!
Try adding this code to the Quick CSS:
#portfoliobox-2 .news-time { display: none; }And this to the theme functions.php:
function custom_widget_time($time_format, $location) { $time_format = get_option('date_format'); return $time_format; } add_filter('avia_widget_time', 'custom_widget_time');Cheers!
JosueJune 17, 2014 at 6:37 pm in reply to: Media Library not working (Cannot add or upload images) #280148No, it won’t, theme settings are stored per theme basis.
Cheers!
JosueJune 17, 2014 at 6:04 pm in reply to: Google Maps Info Bubble Does not show up next to marker #280133Okay, i restored the inactive widgets, you can delete the account now.
Best regards,
JosueJune 17, 2014 at 5:58 pm in reply to: Give editor rank and below (They are not able to use AVIA Drag n drop) #280127I don’t think there is a easy way to do that to be honest. The best thing you can do is restrict access to the Pages that use ALB.
Regards,
JosueYou can try putting that JS code at the very end of js/avia.js.
Regards,
JosueJune 17, 2014 at 9:51 am in reply to: Avia layout builder shows white html against a white background #279906You are welcome, always glad to help :)
Regards,
JosueHey Frederic!
This seems to be an inconsistent problem, right now it’s loading quite fast and the wait time has been reduced to less than 2s:

If you still experience the issue, try disabling all third-party plugins, also check if it happens in another computer/device.
Cheers!
JosueUpload it to Dropbox then post the link here.
Cheers!
JosueHi George!
You don’t need to put anything on the actual Page to get this working, basically this code is inserting a [shortcode] before the breadcrumbs on all Pages, you can also change it so it will only affect a few:
function add_stuff_before_breadcrumbs() { if(is_page(3,5,6)){ echo do_shortcode("[av_section]...[/av_section]"); } } add_action('ava_after_main_container', 'add_stuff_before_breadcrumbs');With the page IDs you want to affect. There isn’t a hook visual guide yet, but that’s definitely a great idea, i’ll see if we can come up with something like that in the future.
Cheers!
JosueThat’s awesome, let us know if you need any help with that :)
Regards,
JosueTry adding this code to the Quick CSS:
#pingback_heading { display: none; }Cheers!
JosueYou are welcome, i’m not sure but i’ll investigate.
You are right, try adding this to the Quick CSS:
.header-scrolled span.subtext { display: none; }Cheers!
JosueHi George!
You’d need to use another approach for that, try adding this to the theme functions.php (at the very end):
function add_stuff_before_breadcrumbs() { echo do_shortcode("[av_section]...[/av_section]"); } add_action('ava_after_main_container', 'add_stuff_before_breadcrumbs');Replace “[av_section]…[/av_section]” by the actual shortcode content you want to include, you can enable this and build it using the Layout Builder, then simply copy the generated shortcodes that will appear below the editor.
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueJune 17, 2014 at 6:45 am in reply to: Problems with Parallax in Safari OSX, image motion very choppy #279860Hi!
That’s a very known problem with parallax effect in Safari, the best thing you can do at the moment is to disable it for Safari users, please check this topic where we discussed this issue:
https://kriesi.at/support/topic/fullscreen-slider-jumpy-and-not-smooth-on-some-browsers/Cheers!
Josue -
AuthorPosts
