Forum Replies Created
-
AuthorPosts
-
Hey 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 #877333Hey PhuongPN,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHi,
For the video, Try this code in the General Styling > Quick CSS field:#top .av-video-slide video { height: auto !important; } #top .av-video-slide .mejs-container { width: 100% !important; }
Best regards,
MikeHi,
True, I don’t see the above error that I pasted now, odd. But I have been researching this issue with IE11 which seems to go back two years, with it being a bug in the program and MS suggesting to upgrade. Yet the same issue is now being reported in Edge. Here is one example: You cannot type data into an input field in Internet Explorer unless you click the field two times
Yet this does not explain why the sidebar search works fine. Unless your topbar popup is taking the focus, which was noted in some of the issues I found. (Text box losing focus that is)
I also note that .av-logo-container is over lapping #header_meta.container , perhaps applying a higher z-index or some margin to remove the overlap will help.
Try disabling your plugins and adding a z-index to the search item:#menu-item-5571 { z-index: 200 !important; }
Best regards,
MikeHi,
I tried to review your site to give a better answer, but I still get a blank screen, are you blocking US IP addresses?Best regards,
MikeHi,
What I meant by clearing the site cache was to to use the “clear” or “purge” option of your caching plugin, if you have one. To clear your browser cache see this link. This is sometimes necessary for some changes for the site owner or developer that loads the same site often. Both of these steps are so you will see the changes as your visitors do, it’s not necessary for search engines.
I tested the /opgavetyper/optimering/ page and saw that the kontakt link opened too low as you said so I removed the code block element and placed the ID “kontakt” in the grid row. This seems to work correctly now, please check.
The two titles look aligned to me, here’s what I see:
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeNovember 15, 2017 at 3:50 am in reply to: Pages, Posts, and Media Disappearing- Site defalts to page not found page #876892Hi,
We are now getting an error that Wordfence has locked us out, please check and disable.Best regards,
MikeHi,
I do see the black area in your screenshot, or the different shades of black from highlighting. But I don’t get that on my screens, I’m using the “sRGB IEC61966-2.1” color profile, and I tested in Chrome, Firefox, & Edge on Windows 10. If I recall correctly your using iOS, Perhaps your color profile has to do with this? I know your an art director, do you have a better color profile than mine, or is this not an issue? I’m not sure, your background & selected background are matching the same color code in my developer tools. Please confirm OS and browser and we’ll get someone with the same to take a look.
Thanks for your patience.Best regards,
MikeHi,
I removed the code from your functions.php, Please clear you cache and check.Best regards,
MikeHey diefleischerei,
Try this code in the General Styling > Quick CSS field:.avia-testimonial-image {float: none!important; }
Best regards,
MikeHey Ray,
Strange, I used the debugger to copy your code and test it in a clean install with no issues. Please see screenshot in Private Content area. Try checking your custom css or functions, and maybe disabling your plugins.
Also try copying to a new page to see if it happens again.
Enable Avia Layout Builder DebugBest regards,
Mike -
AuthorPosts