Forum Replies Created
-
AuthorPosts
-
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeAugust 5, 2017 at 9:31 pm in reply to: Employee login page and page of items they can purchase #834882Hi,
Perhaps this will help: Enfold – Quick-Start with WooCommerceBest regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.main_color .pagination .current {background: #d3d3d3!important; }
adjust to suit.
For your blog posts try this:
#top .avia-post-nav {background: rgba(0,0,0,0.9)!important; }
you can adjust the last number between 1 and 9 to suit, it’s at 1 on your site now.
Best regards,
MikeAugust 5, 2017 at 9:05 pm in reply to: Quick CSS conflicting with new mobile menu. Need quick insight. #834877Hi,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey condonpb,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
I would suggest using the link in a code block element.
Can you set up a demo page with the link you are trying to use so we can see the link and how you are trying to use it?Best regards,
MikeAugust 5, 2017 at 8:13 pm in reply to: Update from 4.07 to 4.12 broke mobile menu (i think those versions are correct) #834866Hey canadianllama,
I believe some of your custom css is causing this but when I remove it all and try clearing your cache I see no difference to your site. Do you have a server cache also?
Try removing all of your css and adding it back bit by bit to find the braking source.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey richdan,
Your burger menu is showing for me in Chrome, try clearing your cacheBest regards,
MikeHey richdan,
Try to update manually via FTP: https://vimeo.com/67209750
Or: http://kriesi.at/archives/the-complete-guide-to-updating-enfold
I recommend backing up with: https://wordpress.org/plugins/duplicator/
Other options would be to Try disabling your plugins, such as security or maintenance plugins.Best regards,
MikeHey 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,
Mike -
AuthorPosts