Forum Replies Created
-
AuthorPosts
-
Hi,
Disabling NextGEN Gallery & WP Smush gave more options, please look into these plugins.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Please check if it has a setting to place it to the left, if not try this code:#top .single-product-main-image .onsale { right: 95%!important; }
Best regards,
MikeHey HeeHA,
Sorry that is not included as a option at this time, it has some unique elements and styles customized by Kriesi. Please feel free to request – or vote if already requested – such feature on Enfold feature request form.Best regards,
MikeHi,
The class for that element (av_textblock_section) is used often in the theme so you should target it more directly so your rule won’t be applied on other pages where you may not want to use it. If you notice that two div above you have the class .avia-builder-el-26, that is a little better and no other .av_textblock_section on the sane page will be affected, but lets target only that page with .page-id-592, so all together it will look like this:.page-id-592 .avia-builder-el-26 .av_textblock_section { padding: 40px 40px; background: rgba(0,0,0,0.5)!important; color: #fff !important; }
Note I added a white color to your text as you talked about above. Hope this helps.
Best regards,
MikeHey projectt_co_uk,
This site is selling a pirated copy that may include malware, buying at theme forest will ensure you are safe.Best regards,
MikeHey ctancrede,
Please include the url to the page in question, and a screenshot of what element you want to hide.
Please try using https://postimages.org/ and pasting the image URL in your post.Best regards,
MikeHi,
I have replied to your other post, please see.Best regards,
MikeHi,
You are receiving this error: Failed to load resource: the server responded with a status of 500 (Internal Server Error)
Please check with your host if they can see why you are getting this server error. Also ask if they a blocking .at domains as this is the domain that the demo is pulled from.
Would you be interested in reinstalling with a preinstalled 2017 demo copy?
Such as in this postBest regards,
MikeHey DROR,
Try this code in the General Styling > Quick CSS field:#top .main_color .onsale { max-width: 40px!important; }
Best regards,
MikeHey ctancrede,
2> please try adjusting “Slider autorotation duration” to a low number, such as 3, and do not display the “Slider controls” for a continuous running slider.
1> Do you mean like having a ticker? Please see this Pure CSS Ticker (Horizontal) Another option would be a plugin.Best regards,
MikeHi,
There is a duplicate rule being applied, please try this code in the General Styling > Quick CSS field:.avia-testimonial-image { border-radius: 0px!important; }
Best regards,
MikeHi,
You would not need the first opening tag, but you will need the last opening tag as there is a closing tag in the function This is because the js script that you get from Google Analytics has to be outside of the php code. Please see this article.Best regards,
MikeNovember 18, 2017 at 7:56 pm in reply to: Change Color on Hover on the Social Icon from the Icon List #878623Hi,
You would need to use FTP and add the code to the file wp-config.php in your root directory.Best regards,
MikeHey Patricia,
Please include the url to the page in question so we can take a closer look.
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
MikeHi,
To align a text block centered you can remove the float, and/or set the margin to auto. Please include the url to the page in question so we can assist.Best regards,
MikeHey Kirstie,
I see the element is already using Merriweather Sans, so to remove the text transformation Try this code in the General Styling > Quick CSS field:.html_elegant-blog #top .post-entry .minor-meta { text-transform: none !important; }
Best regards,
MikeHey msbllc,
Please explain the issue you are having with layerslider and Edge, I tried viewing your site in Edge & Chrome but couldn’t see a issue right off. I planned to look for a solution on the layerslider support site as I’m certain they should have found a work around.Best regards,
MikeHi,
The page http://maratone-soundsystem.net/wordpress/soundsystem-history/ is using the stretched page template, to correct these pages please add this css:#top.page-template-default.stretched .entry-content-wrapper {max-width: 800px !important; margin: auto; }
Please clear site and browser cache and review.
Best regards,
MikeNovember 18, 2017 at 6:18 pm in reply to: Contact form functionality – sending over IMAP and RTF or plain-text? #878600Hi,
To send contact form messages via IMAP you would need to use a plugin such as: WP Mail SMTP by WPForms because the contact form uses the standard PHP mail to send plain text messages.
To use DKIM, you would need to then set it up inside your hosting control panel. If you are using cPanel, see their Email Authentication documentation which tells you more about enabling DKIM.
Or you can use a email relay service such as Amazon SES, SendGrid, MailGun, MailJet, Sparkpost, etc. they have DKIM settings built in which can be turned on. See the relevant documentation or instructions on how to turn on DKIM for your specific email service provider.
Hope this helps direct your team in the right direction to setting this custom solution for you.Best regards,
MikeHi,
Please try adjusting to 48%.avia-slider-testimonials .avia-testimonial-arrow-wrap { left: 48%; }
From what I see the images are centered with the gray arrow at the bottom of the element, the small white arrows just need to go right a tad more.
To move their names over, add this code:.avia-testimonial-meta-mini { padding-right: 3%; }
Best regards,
MikeHi,
Please add this code#footer .widget { max-width: 40%; margin: auto!important; }
please see screenshot in Private Content area
Best regards,
MikeNovember 18, 2017 at 3:41 pm in reply to: Problem with Enfold Church while viewing in Microsoft Edge #878581Hi,
In this issue the Edge browser is applying the background-color and opacity incorrectly. To solve we can apply a z-index to the element. Try this code in the General Styling > Quick CSS field:.avia-builder-el-first .content {z-index: -100 !important; }
This works for the demo site, if you still have issues with your site after clearing your cache, post a link to your site so we can adjust the classes in the code.Best regards,
MikeNovember 16, 2017 at 4:55 am in reply to: Changing colour for the "Small bar above Main Menu" NOT working #877356Hi,
Try this code in the General Styling > Quick CSS field:#top #header_meta {background-color: red !important; } .header_color .phone-info {color: white !important; } .av_phone_active_right .phone-info { float: none!important; text-align: center!important; }
adjust the colors to suit.
Best regards,
MikeHey ecdoesit,
I tested on a clean install and found it works, Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey Boris,
This is not currently a valid address in Enfold so that would lead to a 404. Please include the url to your site so we can see if this address has been added to your site in error.Best regards,
MikeNovember 16, 2017 at 4:09 am in reply to: Changing colour for the "Small bar above Main Menu" NOT working #877334Hey HeyPons,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeNovember 16, 2017 at 4:08 am in reply to: How to change Top and Bottom Margin of Separator and footer content #877333 -
AuthorPosts