Forum Replies Created
-
AuthorPosts
-
December 23, 2017 at 4:20 pm in reply to: Navigation main menu is turning blue when clicking on a button #891818
Hey lech07,
Try this code in the General Styling > Quick CSS field:li a:-webkit-any-link { color: #719430!important; }
Best regards,
MikeHi,
Please try:.hr-custom.hr-icon-yes .hr-inner { margin-left: 0px!important; margin-right: 0px!important; width: 48% !important; } .hr-custom { width: 102%!important; }
48% is the maximum width without the icon jumping out of center, but we will offset this by making the HR width 102% thus equaling the 50% you want.
Best regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeDecember 21, 2017 at 11:26 am in reply to: bullet points within table cell incorrectly positioned on mobile #891088Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
The layerslider controls for hiding at certain screen widths didn’t work as expected, so added the quick css again, which worked well.
Unless you have any other questions, shall we close this then?Best regards,
MikeDecember 21, 2017 at 4:49 am in reply to: bullet points within table cell incorrectly positioned on mobile #890983Hi,
#top.page-id-13 should work fine.
It seems your page is working correctly now, are you happy with these changes?Best regards,
MikeHi,
Sorry, I don’t see the link to your new migration. I’ve worked on the one I had some more and solved the issue. Please try the migration I’ve linked in the Private Content area.Best regards,
MikeHi,
Ok, I got it to work by doing these steps, first I removed the quick css that targeted the sliders. Then I removed both sliders and saved the page, then add desktop slider and saved. At this point the desktop slider worked, but there is a delay it it showing, it seems you but scroll down first. Please check and remove any delays in the desktop slider.
I then added the mobile slider above, and saved.
Please try this.Best regards,
MikeHi,
If I understand correctly, you would like H1 & H2 Lora regular & H3 Lora Italic, Try this code in the General Styling > Quick CSS field:#top #wrap_all .all_colors h3 { font-family: 'Lora italic' !important; }
To edit your functions.php you need you enable the editor in your security plugin, please see screenshots in Private Content area.
Best regards,
MikeDecember 19, 2017 at 11:33 am in reply to: Google Webmasters – Search Appearance – HENTRY errors #890412Hi,
@Guenni007 Sorry, I don’t understand, didn’t you provide the solution and Rikard answer your question?Best regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
I found the error, both were named the same, so I changed one to “Lora italic” it now shows at the very bottom of the list and the other is midway. Please check.Best regards,
MikeDecember 18, 2017 at 1:02 am in reply to: Header logo overlapping menu (my web designer tried a lot of possible solutions) #889871Hey ucbrianinla,
I suggest setting your mobile menu to become activate at 768 by going to Enfold Theme Options > Main Menu > Menu Items for mobile
Then Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 1088px) and (min-width: 769px) { .responsive .main_menu ul:first-child > li > a { padding: 0 6px; font-size: 10px; } .main_menu { margin-right: -50px; } .logo img { width: 140px; } }
This will cover between 769px and 1088px above that your menu & logo will fit.
If you have other css to address this issue try removing it so there won’t be a conflict.
please see screenshot in Private Content area of this working at 1024pxBest regards,
MikeDecember 18, 2017 at 12:45 am in reply to: Link Post format in Magazine title not linking out #889868Hey janicenisha,
The post is from 2015 and the changes in post: https://kriesi.at/support/topic/enfold-magazine-post-with-link-format-does-run/#post-435156 are already in the file. So I wonder if you just need to add the function to functions.php, I don’t think it will work though due to it’s age.
I’m still not sure what you are trying to do, can you explain?Best regards,
MikeDecember 18, 2017 at 12:31 am in reply to: Large white space in the tab section element. Need help! #889867Hey Nate,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHi,
I figured the URL out :)
Try this code in the General Styling > Quick CSS field:#top.home .avia-builder-el-11 .iconbox_content,#top.home .avia-builder-el-13 .iconbox_content,#top.home .avia-builder-el-15 .iconbox_content {background: rgba(248, 248, 248,0.7)!important; }
adjust the number to suit.
Best regards,
MikeHey KellyKilgallon,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHi,
These are the errors you have on the check out page:
You have 2 elements with non-unique id #_wpnonce, meaning that you need to rename one of them. Read here for more info: https://goo.gl/9p2vKq (link from the console)
The other error (The SSL certificate used to load resources from https://www.paypalobjects.com will be distrusted in M70) leds to this statement:by December 1, 2017, Symantec will transition issuance and operation of publicly-trusted certificates to DigiCert infrastructure, and certificates issued from the old Symantec infrastructure after this date will not be trusted in Chrome.
If the SSL certificate is distrusted, then resources such as styling will not load. Your check out seems to be with PayPal, the source for the SSL certificate. Please check with PayPal if there is a solution.
Best regards,
MikeHi,
For the footer Try this code in the General Styling > Quick CSS field:#text-3 .textwidget p,#text-6 .textwidget p {font-weight: 300 !important; }
For the “Rooms to Rent”:
#top.home .avia-builder-el-5 {margin-top: 50px !important; }
And for making changes to your homepage, first try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
If that doesn’t help, 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,
MikeDecember 17, 2017 at 11:36 pm in reply to: bullet points within table cell incorrectly positioned on mobile #889854Hey SuperSportsUAE,
Oddly there was no rule for text alignment at mobile, so the browser was choosing center, Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { li {text-align: left !important;} }
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Perhaps this will help: https://kriesi.at/support/topic/disable-rollover-in-gallery/#post-493229Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts