Forum Replies Created
-
AuthorPosts
-
You are welcome, glad to help :)
Regards,
JosueSeptember 20, 2014 at 1:22 pm in reply to: Single blog post – bottom, set default call to action images #322336Hi Peter!
Use this instead:
add_action('ava_after_content', 'add_five_images', 10, 2); function add_five_images($id = "", $context = "") { if(is_single() || $context == "post"){ echo do_shortcode("[PUT FIVE SHORTCODES SHORTCODES HERE]"); } }And add this to Quick CSS:
.single-post .entry-footer .flex_column { margin-top: 75px; }Cheers!
JosueHi!
We’d need to see the live website in order to debug this problem, let us know through this medium when you publish the site.
Cheers!
JosueHey!
Are you using the latest version of Enfold (2.9.2)? have you tried disabling all third-party plugins?
Regards,
JosueSeptember 20, 2014 at 1:00 pm in reply to: Header Logo – Custom URL using child theme functions.php #322322You are welcome, glad to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.widgettitle { color: white !important; }Adjust as needed.
Cheers!
JosueYou are welcome Lukas, glad to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.iconbox_content_container .post { float: none; }Cheers!
JosueHey!
The demo doesn’t contain any plugin, but this one may work for you:
https://wordpress.org/plugins/fancier-author-box/Cheers!
JosueSeptember 20, 2014 at 8:40 am in reply to: Can not find "Coming soon" page on Enfold Theme Options> Frontpage Settings. #322228Hey!
That’s weird, here’s a XML file containing that page only, try importing it via Tools > Import > WordPress:
https://www.dropbox.com/s/orxbdw2mwko38cj/coming-soon.xml?dl=0Cheers!
JosueHi Sandy!
That’s a Portfolio Grid element (Advanced Layout Builder > Content Elements).
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.avia_mobile #top .av_header_transparency.av_alternate_logo_active .logo a > img{ opacity: 1; }Cheers!
JosueSeptember 20, 2014 at 8:26 am in reply to: Header Logo – Custom URL using child theme functions.php #322218Hey!
Try using this code instead:
add_filter(‘avf_logo_link’, 'change_logo_url’); function change_logo_url() { $link = "http://kriesi.at"; return $link; }Best regards,
JosueHi!
I checked the two examples you linked and the lightbox form its working as expected – http://screencast.com/t/sEM8sJ7C8Q
Regards,
JosueHey!
Please try increasing the memory allocated to PHP to 256M:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPBest regards,
JosueHey!
Check in Enfold > Blog Layout:

If none are selected, no share links will be shown.
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi Miguel Kieling!
Kriesi mentioned it is expected to be released in 2-3 weeks.
Cheers!
JosueHey!
The share links are added automatically (unless you change that in the theme options) at the end of every Post. Can you post a link to a Post in your install?
Regards,
JosueHi!
That code is getting applied as expected – http://screencast.com/t/8nxQsiX1f
If you still don’t note it try re-entering in Quick CSS at the very start.
Best regards,
JosueHey!
Try enabling debug mode:
http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/Best regards,
JosueSeptember 20, 2014 at 6:37 am in reply to: Enfold 2.9.2 – Avia Layout Builder just spins for all pages. #322198Hello Doug,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
Try increasing the memory allocated to PHP to 256M:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPAlso, check if the problem persists with all third-party plugins deactivated.
Cheers!
JosueSeptember 20, 2014 at 3:48 am in reply to: Social Icons and Arrows disappeared after Update to WordPress 4.0 #322192You are welcome Cerasel, glad to help :)
Regards,
JosueSeptember 20, 2014 at 12:03 am in reply to: Full width easy slider doesn't look good on mobile #322166Hi!
Can you create a duplicate of that page and add the post slider so we can try to debug the code?
Cheers!
JosueHey Marco!
Try adding this code to the Quick CSS:
.wpcf7-checkbox > span, .wpcf7-radio > span{ display: inline; }Cheers!
JosueHi Ted!
Third-party translation plugins won’t work seamlessly with the ALB unfortunately, you’d need to rely on the default editor + shortcodes. Alternatively you can check WPML which has built-in compatibility with Enfold.
Best regards,
JosueSeptember 19, 2014 at 11:43 pm in reply to: More tag / Excerpt issue & Blog post read more page #322160Hey!
Try adding this at the very end of your theme / child theme functions.php file:
function change_blog_archive_style() { global $avia_config; if(!is_single()){ $avia_config['blog_content'] = "excerpt_read_more"; } } add_action('get_header', 'change_blog_archive_style');Cheers!
Josue -
AuthorPosts
