Forum Replies Created
-
AuthorPosts
-
Hey Max,
I have not heard of any such limits, I searched for some recommendations but didn’t find anything solid to report back. I would say that you should be fine. As far as caching your product pages, I don’t see any issues with caching them as long as you are clearing them after updating your pages. Or that they are auto cleared.Best regards,
MikeHi,
Glad Victoria could help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey FinHenri,
I tried to take a look at your site, but when I login I’m greeted with a “maintenance page”, as if the login is not working. But I receive no errors.
Is your site blocking some IP’s? Please check.Best regards,
MikeHey tlchase,
The “tab section” element shares the content section with all of the tabs, where in the “tabs” element each tab has it’s own content section. In other words, if the option to have no initial open was available, you would still have a big blank area on your page.
If you are ok with this, you can try setting your initial open to the first tab, then try this code in the General Styling > Quick CSS field to hide it’s content:.av-active-tab-content.__av_init_open { display: none !important; }
Best regards,
MikeAugust 2, 2018 at 4:15 am in reply to: Fullwidth Easy Slider with Video asking for "[Object]" on Mobile #992652Hi,
Here is the new slideshow.js file, it will be in the next update.
Please keep a backup of your current file, it’s good practice.If this doesn’t help, Please open a new thread so we can assist, and include your admin login and ftp access in the Private Content area, but as this is not your thread your login info will not be private.
Best regards,
MikeHi,
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 #991789 -
AuthorPosts