Forum Replies Created
-
AuthorPosts
-
Hey danswebservices,
Try this code in the General Styling > Quick CSS field:.mfp-zoom-in.mfp-ready.mfp-bg {opacity: 1!important; } .mfp-bg {background: #2196F3!important; }
adjust the color to suit
Best regards,
MikeHey dominiquehurley,
To move the top items away from your logo, Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px){ .responsive #top #wrap_all .main_menu { right: -50px!important; }}
For the menu items try replacing the “#” url of the main parent menu item with “##”
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeAugust 5, 2017 at 6:52 pm in reply to: No Burger Menu and Repeated Background Image After 4.1.2 Enfold Update #834844August 5, 2017 at 6:49 pm in reply to: Quick CSS conflicting with new mobile menu. Need quick insight. #834843Hi,
Sorry the social icons can’t be in the burger menu at this time, but we can move them down with some css. Remove your other Quick CSS, and add this:@media only screen and (max-width: 767px) { .responsive #top #header .social_bookmarks { display: block!important; z-index: -50!important; } .responsive #top #header .social_bookmarks:before { content: "\A\A"!important; white-space: pre!important; } .responsive #top #header .av-burger-menu-main { right: -150px!important; }}
Best regards,
MikeHey José Ramón,
Go to enfold/js/shortcode.js
On about line 4862 find:first_slide.css({visibility:'visible', opacity:0}).avia_animate({opacity:1}, function()
and change opacity:0 to opacity:1
Please clear your cache a few times
Best regards,
MikeHi,
Try adding this code to the end of your functions.php file in Appearance > Editor:add_action('ava_after_main_title', 'ava_after_main_container_mod'); function ava_after_main_container_mod() { if ( is_page()) { echo "<div class'custom-title container_wrap'><div class='container'><h1>".get_the_title()."</h1></div></div>"; } }
It will add a title to pages only.
Use the “Title Bar Settings” when editing pages to hide the Title and Breadcrumb Navigation if you wish.
Best regards,
MikeHey steps3011,
Edit your robots.txt like this:User-agent: * Disallow: / Allow: /index.php Allow: /$
If you want your sitemap indexed you’ll need to add that also.
Best regards,
MikeHi,
We can offer some custom CSS if you include the url to the page in question so we can take a closer look.Best regards,
MikeHey Vincent,
Please try using a more advance plugin such as Contact Form 7 – https://wordpress.org/plugins/contact-form-7/ and refer to this post – http://contactform7.com/special-mail-tags/
Please feel free to request – or vote if already requested – such feature on Enfold feature request form.Best regards,
MikeHi,
I have taken a look and it seems you are using a custom plugin to create a custom post type for a custom search, called “Seacole Search”. You should try contacting the author of the plugin as supporting third party plugins is beyond the scope of support we can provide here. Sorry for that!Best regards,
MikeHey queendad,
Are you using JetPack plugin? If so this is their suggestion to fix it:Try completely reinstall Jetpack. You can do this by deactivating and deleting Jetpack via Plugins → Installed Plugins, then reinstalling and activating via Plugins → Add New.
Older PHP versions can be problematic. WordPress recommends a minimum of PHP version 7.0
Best regards,
MikeHey newki75,
Try this code in the General Styling > Quick CSS field:.wp-image-1031 p {margin: 0px !important;}
Best regards,
MikeHey paulacunhapelegrin,
How do you mean “crossed”? a strike thought he word? Can you please add a screenshot to point out how you would like to see it?Best regards,
MikeHey nulrick,
Please check with your host that the “zip php” is installed, or that it is working properly. This allows the theme to open zip files on the server side, some hosts don’t have it turned on by default.
Also try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.Best regards,
MikeHey HugoProd74,
In the Word Press settings, you had the date set to custom, but there was no date format in the option box. I choose a date format type and it now shows.Best regards,
MikeHey envisageiam,
Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.Best regards,
MikeHi,
Can you please add a screenshot to point out how you would like to see it, and give a few more details, such as what font size, which logo padding (top, left, etc) and how wide you would like the sidebar. This will help us work in the right direction.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.page-id-8 .avia_textblock p + h3 {margin-top: .5em!important; }
Best regards,
MikeHi,
This is all correct, the Layer Slider updates will be managed though the theme updates. v6.5.1 is the correct version, my install shows no critical updates. On the chance that your notification was not reset, Please go to wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php file via FTP and insert following code on 13th line:// Remove LayerSlider’s update notifications add_filter(‘site_transient_update_plugins’, ‘av_remove_ls_update_notification’); function av_remove_ls_update_notification($value) { if($value) { unset($value->response[plugin_basename(__FILE__)]); return $value; } }
Best regards,
MikeJuly 30, 2017 at 3:04 pm in reply to: How to remove the default google analytics code from enfold #831828July 30, 2017 at 2:56 pm in reply to: How to showcase Portfolio Categories inside a masonry element? #831827Hi,
Sorry, that feature is not available yet, but Please feel free to request – or vote if already requested – such feature on Enfold feature request form.Best regards,
MikeHi,
Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
Try this updated code for mobile and tablet:@media only screen and (max-width: 767px){ .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul { top: -18px!important; left: -90px!important; position: relative!important; }} @media only screen and (min-width: 768px) and (max-width: 989px) { .av_secondary_left .sub_menu {top: -1px!important; }}
Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.av_secondary_left .sub_menu {top: -1px!important; }
I see your menu items are white on white right now, this will help:
#top .header_color .sub_menu li ul a {color: #6787a8 !important; }
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 hobeja7,
Try coping the html code of the button from the slider, like this:<a href="manually" class="avia-slideshow-button avia-button avia-color-light avia-multi-slideshow-button" data-duration="800" data-easing="easeInOutQuad">Learn more</a>
edit it with your class for your popup, and put it in the caption box of a slide. You can disable the buttons of that slide, and it will show on the front end.
Best regards,
Mike -
AuthorPosts