Forum Replies Created
-
AuthorPosts
-
Hi Mario,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueHi!
Do you mean when editing a Product right? try adding this to your wp-config.php file:
define( 'CONCATENATE_SCRIPTS', false );Best regards,
JosueHi!
Where does this error comes up?
Best regards,
JosueHi!
Set the sidebar to show and add this to Quick CSS:
.sidebar{ display: none !important; }That way you’ll get the sidebar-enabled blog style but the sidebar won’t be displayed.
Regards,
JosueHi!
Most of the work would be need to be done on the header and menu i think, give it a try and see how it goes, if you need any assistance we’ll be here to help :)
Cheers!
JosueWe looking forward to hearing from you :)
Regards,
JosueGlad you found the root of the issue, let me know if you have any other questions of issues :)
Cheers!
JosueWe’d need to see the issue live in order to debug it, please let us know when you publish it.
Cheers!
JosueMarch 17, 2015 at 2:33 am in reply to: Masonry grid Element Title/Excerpt background color change #412728Hey Tameez!
Can you please post a link to that page?
Regards,
JosueHi Bearcat!
There is quite a difference, for example Enfold is way more feature-packaged and also responsive, anyhow, can you post a link to your current Abundance install to get an idea of what customization have you done?
Regards,
JosueHi Jez,
Can you post the link to your website please?
Regards,
JosueHave you checked it on another computer / network?
Best regards,
JosueHey!
Try increasing the WP memory limit:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPRegards,
JosueHey James!
You can edit the socket’s contents in Enfold > Footer.
Regarding documentation look for the this file in the package you downloaded from Themeforest, you can also check the online documentation here: http://kriesi.at/documentation/enfold/
Cheers!
JosueHey Jean,
We’d need to see it live in order to tweak it, please let us know when you publish it.
Best regards,
JosueHey!
The Enfold Theme Options page did load fine on my end – http://screencast.com/t/qQHsZILGMJ
Cheers!
JosueShould be located at the root of your installation (it is hidden by default). If you are unable to find it via FTP try using this plugin:
https://wordpress.org/plugins/wp-htaccess-editor/Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .logo{ display: none; } }Adjust as needed.
Cheers!
JosueHi!
Try with the following:
add_filter( 'avf_google_heading_font', 'add_custom_open_sans'); add_filter( 'avf_google_content_font', 'add_custom_open_sans'); function add_custom_open_sans($fonts) { $fonts['Open Sans Light'] = 'Open Sans:300'; return $fonts; }Cheers!
JosueHi @beezdezines,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey Yargas!
You should be able to change that in the Description field of the menu item, if you don’t see it check it in Screen Options.
Best regards,
JosueThanks for sharing it :)
Cheers!
JosueHey Michael!
No, unfortunately the Enfold build-in form does not store a record of submissions. You could check your access log perhaps.
Regards,
JosueHi Jeff,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
This should do it:
@media only screen and (max-width: 767px) { #av_section_3 .av_one_third { width: 33.33% !important; } }Set an unique ID to the color section (and change code accordingly) if this affect other parts of the site.
Best regards,
JosueMarch 17, 2015 at 12:56 am in reply to: Error WPML and theme after switching to another language #412689Hey Jeen!
The link you posted is returning a blank empty page.
Cheers!
JosueHey!
Try with this code instead:
add_filter('avf_avia_builder_gallery_image_link', 'avia_change_gallery_thumbnail_link', 10, 4); function avia_change_gallery_thumbnail_link($link, $attachment, $atts, $meta) { $link = wp_get_attachment_image_src($attachment->ID, "full"); return $link; }Regards,
JosueHi!
Your WordPress install is still on English, you need to change that to Danish in Settings > General.
Regards,
Josue -
AuthorPosts
