Forum Replies Created
-
AuthorPosts
-
Hi,
To change the mobile menu items to gray and the background to pink, Please try this code in the General Styling > Quick CSS field:.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li a { color: gray !important; } .av-burger-overlay-bg { opacity: 0.9; background: pink !important; }As for your solved issue, at this point it would be hard to go backwards to figure out why, but typically these kind of issues come from unclosed html tags in the elements. If you are not adding tags to your element titles or content boxes, then you should not see these issues.
Also if you are going to use the debugger to copy the shortcode, please be careful, because loosing the wrong ] symbol will cause the same issues.
I hope this helps :)Best regards,
MikeHi,
It is possible to add a link using standard html and pasting it into the caption area, please give this a try.
I wrote the css for the bar to only work on the one page, to prevent conflicts. But it is easy to change to another page, I will show you how.
So at this point all you need is a blue link, and the css to work on the homepage?I will look at the other thread and reply there.
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
If you would like to try a different approach, I tested this javascript on my localhost with the blog set to “Elegant” in the theme options. As long as you have the “blog-author” showing in your meta, which I see you do, this will move the categories below the date & author and leave the title at the top.
It will work for archive pages and single pages.
Try adding this code to the end of your functions.php file in Appearance > Editor:function move_categories(){ ?> <script> jQuery(window).load(function(){ jQuery( '.single .post-entry,.archive .post-entry' ).each(function() { jQuery( this ).find( '.blog-categories' ).insertAfter( jQuery(this).find('.blog-author') ); }); }); </script> <?php } add_action('wp_footer', 'move_categories');that is after you restore the other file so the categories shows at the default top location.
Best regards,
MikeHi,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
I’m sorry, I gave you the wrong code. Please try this instead:.af_social .av_font_icon { display: inline-block !important; } .af_social { text-align: center !important; }Best regards,
MikeHi,
Sorry for the late reply, I believe you can accomplish this by adding your text to the caption for the slider, such as in the above example.
For a better example I created a test page on your site for you to see what I mean. Please look for a draft page called “slider-test”
Please see screenshot in Private Content area.
If this isn’t what you are trying to do, we can try to think of anther solution.Best regards,
MikeHi,
I see that the social icons are still off, please try this css in the General Styling > Quick CSS field or the WordPress > Customize > Additional CSS:#top .avia-builder-widget-area #text-2.widget ul { margin: auto !important; width: 70% !important; float: none !important; }Please clear your browser cache and check.
Please see screenshot in Private Content area.Best regards,
MikeHi,
Glad Victoria could help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad to help :)
unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHi,
I took a look and found that the css conflict, I tried to login to add the correcting css but found the login didn’t have admin rights.
Please try this code in the General Styling > Quick CSS field, or the WordPress > Customize > Additional CSS:.av-milestone-contentbox .av-milestone-content ul li { display: list-item !important; } .av-milestone-contentbox .av-milestone-content ul li:first-child { margin-left: -4px !important; }Then please clear any cache plugin and your browser cache and check.
Expected results:

Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeJuly 31, 2018 at 12:19 pm in reply to: Certain pages formatting changes, can't save and it goes to text editor #991894Hi,
Glad we could help, we will leave this open should you find the same error again in your audit.Best regards,
MikeHi,
Ok, I got your child theme working correctly now, with the theme settings and the custom functions.
Please clear your browser cache and check.Best regards,
MikeJuly 31, 2018 at 4:45 am in reply to: Certain pages formatting changes, can't save and it goes to text editor #991796Hi,
Typically this is caused by unclosed html tags in the page, but in this case I was unable to find any. Do you have any other pages performing like this? I could take a look at them too.Best regards,
MikeHi,
I took a look at your link above in the Private Content area, but the menu, and button doesn’t look like the same setup as in your image. Please link to the live site so we see the current placement.Best regards,
MikeHi,
We could assist with some custom functions to do this, or you could use the plugin Header and Footer Scripts which will do the same and allow you to easily manage it in the future.
If you would like us to assist, please check the login in password above as I was unable to login.Best regards,
MikeJuly 31, 2018 at 3:21 am in reply to: Add Fullwidth Sub Menu to Header.php across whole website #991789Hi,
Unfortunately there in not. Perhaps there is a menu plugin that can do this with shortcode that we can use in the same function above.Best regards,
MikeJuly 30, 2018 at 2:02 pm in reply to: Certain pages formatting changes, can't save and it goes to text editor #991518Hi,
I tested the post by Enabling the Avia Layout Builder Debugger and checking the parser for layout errors (broken code) but found none, I then copied the post to my localhost which behaved the same way, unable to save & bold text.
This leads me to believe the elements have a unrecoverable error, however I was able to copy the page elements to a new post, one at a time to rebuild your post. Please see link in Private Content area.
The post is set to “pending” now so you can review and make any changes to it, I recommend viewing the two side by side to compare, and once your happy delete to old one and publish the new one.
I hope this is acceptable.Best regards,
MikeJuly 30, 2018 at 3:05 am in reply to: Add Fullwidth Sub Menu to Header.php across whole website #991353Hi,
Sorry the sub-menu is a full width element, but you can have it only show on pages:add_action('ava_after_main_title', 'ava_after_main_title_mod'); function ava_after_main_title_mod() { if(is_page()) { echo do_shortcode("[av_submenu which_menu='center' menu='25' position='center' color='main_color' sticky='true' mobile='disabled' mobile_submenu=''][av_submenu_item title='Menu Item 1'][av_submenu_item title='Menu Item 2'] [av_submenu_item title='Menu Item 3'] [/av_submenu]"); } }or even just some pages by creating an array of their ID’s
I tried many of the hooks to see if I could find another place to put the sub-menu, but most don’t work without braking the page, except before the footer worked with and without the sidebar. Probably no help for you though.add_action('ava_before_footer', 'ava_before_footer_mod'); function ava_before_footer_mod() { echo do_shortcode("[av_submenu which_menu='center' menu='25' position='center' color='main_color' sticky='true' mobile='disabled' mobile_submenu=''][av_submenu_item title='Menu Item 1'][av_submenu_item title='Menu Item 2'] [av_submenu_item title='Menu Item 3'] [/av_submenu]"); }Best regards,
MikeHi,
Sorry you can’t completely remove the advanced layout builder as it is built into the theme, but you can hide the ALB button and editor with this code to the end of your functions.php file in Appearance > Editor:function remove_alb() { ?> <style>#avia_builder { display: none !important; } #avia-builder-button { display: none !important; }</style> <?php } add_action( 'init', 'remove_alb');Best regards,
MikeJuly 30, 2018 at 2:25 am in reply to: Add Fullwidth Sub Menu to Header.php across whole website #991347Hey Josiah,
You can add your sub-menu to all pages and posts by adding this code to the end of your functions.php file in Appearance > Editor:add_action('ava_after_main_title', 'ava_after_main_title_mod'); function ava_after_main_title_mod() { echo do_shortcode("[av_submenu which_menu='center' menu='25' position='center' color='main_color' sticky='true' mobile='disabled' mobile_submenu=''][av_submenu_item title='Menu Item 1'][av_submenu_item title='Menu Item 2'] [av_submenu_item title='Menu Item 3'] [/av_submenu]"); }Try replacing the shortcode with yours.
Best regards,
MikeJuly 30, 2018 at 1:59 am in reply to: Certain pages formatting changes, can't save and it goes to text editor #991344Hi,
Thanks for the login, I see that your page has two strong tags right before the content that covers the whole page, yet looking in the layout builder I can not find them.
I also see that you have a few editor addons such as TinyMCE Advanced which I have seen cause issues in the past, but you said that you tried disabling the plugins. I also see Autoptimize is also serving pages for logged in users, and I was unable to clear the cache of 317mb.I did find that I could override the strong tag for the page with this code in your WordPress > Customize > Additional CSS:
#top.postid-22709 .avia_textblock p {font-weight: 300 !important; }and since I checked 4 other pages that don’t have this issue, perhaps this will help you.
Please clear your browser cache and check.Best regards,
MikeHi,
Please edit: \enfold\config-templatebuilder\avia-shortcodes\magazine\magazine.php
and go to line 632, look for:$titleAttr = "title='".__('Link to:','avia_framework')." ".the_title_attribute(array('echo' => 0, 'post' => $entry->ID))."'";and remove the
Link to:in the line.
Best regards,
Mike -
AuthorPosts


