Forum Replies Created
-
AuthorPosts
-
Hey!
Try adding this code to the Quick CSS:
#top #footer .av_font_icon a { color: #666666; background: white; padding: 9px; }
Cheers!
JosueHi,
That’s expected, when you enable ALB it turns the Page to an empty canvas so any pre-defined template will get void.
Best regards,
JosueHi!
Can you post a screenshot of your view on mobile?
Regards,
JosueAugust 26, 2016 at 4:27 am in reply to: How to display Custom Post Type list using Advance Layout Builder #677901Hello!
You can hook into
avia_post_grid_query
to add an additional parameter like:function custom_post_grid_query( $query, $params ) { global $post; $query['post_parent'] = $post->ID; return $query; } add_filter( 'avia_post_grid_query', 'custom_post_grid_query', 10, 2);
So the grid will only show items that are child of the displayed Page.
Regards,
JosueHi,
Which font do i need to activate to reproduce the error?
Best regards,
JosueHi,
I think he’s referring to using the ALB content as raw shortcodes, you can do that by enabling debug mode and copying the generated shortcodes from ALB in the normal editor:
add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
Best regards,
JosueHi,
Can you please create us a temporary FTP / SFTP account? post it here as a private reply.
Regards,
JosueOr you can paste the full contents of your functions.php in a pastebin and we’ll inspect it.
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueAugust 26, 2016 at 3:35 am in reply to: WPML duplicated images are not used as background – always the same file #677891Hi,
Check the Pages i’ve created (English Test and German Test), i’ve included a Color Section that’s pointing to the correct image respectively.
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi,
Not possible using the
avia_process_form_data
hook, you’d need to modify the /framework/php/class-form-generator.php file directly (line 253).Best regards,
JosueAugust 25, 2016 at 7:23 am in reply to: Remove "This post is also available in" – WPML translation link #677379Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
The only duplicates i can think of would be the auto-generated archive pages and the manual archive pages but you can workaround that by using redirections.
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueAugust 25, 2016 at 7:12 am in reply to: SSL loads scripts/fonts in a non-secure way – How can I fix? #677368You are welcome, glad to help :)
Regards,
JosueHi,
Try removing mod pagespeed while you try these codes.
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi,
Inspect the CSS codes in Quick CSS.
Best regards,
JosueAugust 24, 2016 at 7:06 am in reply to: Remove "This post is also available in" – WPML translation link #676818Hi,
Does it work if you remove/modify that .xml?
Best regards,
JosueHi,
I’m unable to determine that, the pen is not loading on my end.
Best regards,
JosueOk, 2 and 3 are applied site-wide, 1 is on a Page called “Test”.
Best regards,
JosueHi,
Change:
#top #header .av-main-nav > li:hover > a:hover{ color: #790304; }
To:
#top #header .av-main-nav > li:hover > a:hover, #top #header .av-main-nav > li > a.open-mega-a { color: #790304; }
Best regards,
JosueHi,
Check your site please.
Best regards,
JosueAlso, please update the theme to the latest version (3.7.1).
Best regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi,
If you’re using the button as shortcode you can simply attach
custom_class
to it:[av_button .... custom_class='class_here']
Best regards,
JosueHi,
Add this CSS code:
.button { font-family:inherit; }
Best regards,
JosueYou are welcome, glad to help :)
Regards,
Josue -
AuthorPosts