Forum Replies Created
-
AuthorPosts
-
Hey Pas7o,
Try this code in the General Styling > Quick CSS field:#top #after_section_2.main_color { border-color: transparent !important; } #top .avia-section-small .content { padding-bottom: 0px !important; }Best regards,
MikeHi,
Unfortunately you have a lot of long menu titles, perhaps try having your mobile menu show for larger screens until the main menu will fit across. For this Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 1465px) { .av-burger-menu-main { display: block!important; } #top .av_mobile_menu_tablet .av-main-nav .menu-item { display: none!important; }}Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:ul#avia-menu.menu.av-main-nav { display: flex!important; justify-content: center!important; } .av-main-nav > li { width: 20%!important; }Please see screenshot in Private Content area for expected results.
Please clear your browser cache and check.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey panedeika,
I viewed with Edge and the font seems to look the same as in Chrome for me, can you include a screenshot of what you see?
Please see screenshot in Private Content area.Best regards,
MikeHey Charlotte,
I didn’t see any comments on your page, but it said “password protected” so perhaps it was hidden from me.
Try this code in the General Styling > Quick CSS field:.comment_container, .comment_meta_container, .slide-meta-comments, .slide-meta-comments + .slide-meta-del{ display: none!important; }Best regards,
MikeHey Charlotte,
Please go to Enfold Theme Options > Sidebar Settings > Sidebar on Archive Pages and choose “no sidebar”Best regards,
MikeHey Charlotte,
Try this code in the General Styling > Quick CSS field:.post-password-form input[type=submit] { width: 20%!important; }adjust to suit.
Please clear any cache plugin and your browser cache and check.Best regards,
MikeHey Charlotte,
Did you set it in the Enfold Theme Options? Do you have a caching plugin that you need to clear?
Otherwise you could try this code the General Styling > Quick CSS field:.main_color a {color: #597b7d !important; }Best regards,
MikeHey DROR,
Try this code in the General Styling > Quick CSS field:#top .main_color input[type='email'] { border-color: #e1e1e1; background-color: #3ca9b9!important; color: #ffffff!important; }Best regards,
MikeJanuary 28, 2018 at 11:21 pm in reply to: Size of Youtube Scripts – Performance – PageSpeed algo. change in Jul.2018 #903966Hey S.,
Thank you for the info and suggestion, please include this at Enfold feature request as this is the thread that the devs look at when deciding what should be added or improved.Best regards,
MikeHey carmen,
Please include the url to the page in question so we can take a closer look. Can you also include a screenshot so we can compare with what we see.Best regards,
MikeHi,
Sorry I don’t, I’ve not used that plugin either, I had just searched “side panel plugin”. I imagine there are others though.Best regards,
MikeHi,
Glad to hear, we will close this now. Thank you for using Enfold.Best regards,
MikeHey navindesigns,
Please try going to Enfold Theme Options > Header > Header Layout > Menu and Logo Position and choose “Logo left, Menu right” from the drop downBest regards,
MikeHi,
Sorry, from a css point of view, the numbers and the text is the same element, so css won’t target only the numbers. Please try the solution from Nikko.Best regards,
MikeHi,
I would ask to login to your site to investigate, but you have posted on someone else’s thread so they would see the login. Please start a new thread with admin login in the private content area so we can take a closer look.
To answer your question, we have not had any issues with Google Maps API.Best regards,
MikeHey Daniel,
I’m not really sure of the look you want to achieve, do you have a mockup? Is it similar to the image in the Private Content area?Best regards,
MikeHi,
@Guenni007, thank you for sharing your solution.Best regards,
MikeHey bobjonesdesigns,
Try this code in the General Styling > Quick CSS field:#top .main_menu .current-menu-item a { background-color: #ef3e55 !important; }Best regards,
MikeJanuary 28, 2018 at 9:54 pm in reply to: can't install the theme. error "Are you sure you want to do this?" #903945Hey StaceyThrush,
Please note that after you download the theme from Theme Forest you will need to open it and extract the enfold.zip from the file, and then upload that to your WordPress > Themes > Add New
If you still are having issues please include a Dropbox or Google Drive link to your enfold.zip file and we will help.
*First check with your webhost that you are using php v7Best regards,
MikeHi,
Yes it will, if you would like use the “Export theme settings file” first and save it to your computer, that way you will have a backup. Then use the “Import parent theme settings” When this is done you may need to clear your browser cache a few times, and if you have a cache plugin clear it too.
Then save your modify footer to your child theme folder for it to work, if you watch the video at 7:26 it talks about this.
If you have any issues we are here to help.Best regards,
MikeHi,
I think I have found a better solution, which is to add your popup content hidden at the bottom of your page. This opens very fast.
First add this code to the end of your functions.php file in Appearance > Editor:function popup_inline() { ?> <script type="text/javascript"> jQuery(window).load(function(){ jQuery('.open-popup-link').magnificPopup({ type:'inline', midClick: true // Allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source in href. }); }); </script> <?php } add_action('wp_head', 'popup_inline');Next add your content in a code block at the bottom of your page, in my test I used one code block for each popup, but you could combine them if you wish. Be sure to use a different ID for each content block. Use this format:
<div id="test-popup" class="white-popup mfp-hide"> <p>PLACE CONTENT HERE</p> </div>Then for your links use this format and be sure to target the correct ID’s:
<a class="open-popup-link" href="#test-popup">Show popup</a>Then add this to your CSS:
.white-popup { position: relative; background: #FFF; padding: 20px; width: auto; max-width: 500px; margin: 20px auto; }In my test this worked very fast, but I noticed a 100px blank space at the end of my page, where the hidden content was. I added this CSS to hide this space and the popups continued to work. You will need to adjust this css to target the space on your page.
#top.page-id-626 #after_section_5 div.container {display: none !important;}Hope this helps.
Best regards,
Mike -
AuthorPosts

