Forum Replies Created
-
AuthorPosts
-
Hi,
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,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
1. The function is added at the end of your functions.php file in Appearance > Editor or via FTP
2. You can upload the file to the wp-content\uploads\yourfont\ folder, typically it will be a group of files such as .ttf & .woff & others. When you download the font it comes with instructions on the folder to upload and the code to add.
3. Your custom css should be added to your child theme css or in the General Styling > Quick CSS field if your using the parent theme.
You may find using Use Any Font easier.Best regards,
MikeDecember 17, 2017 at 10:51 pm in reply to: How to target all pages except from one with a CSS code? #889838Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
You are getting a 403 error “forbidden” you also are getting this error message:Failed to load plugin url: http://www.yoursite.de/wp-content/plugins/advanced-ads/admin/assets/js/shortcode.js
Please check your file permissions via ftp: Fix File and Folder Permissions
Best regards,
MikeHi,
If I understand correctly, you would like the background-color of the button yellow, try this css:#top #wrap_all .header_color #menu-item-744.av-menu-button-colored>a .avia-menu-text { background-color: yellow!important; color: red !important; }
I made the text color red so you can see it, adjust to suit.
Best regards,
MikeHey RockSolidGear,
Your opacity is set to 0.0820258 for the sub-menu, it seems to be an in-line style and not in a style sheet. I’m not sure where this would have been added, but Try this code in the General Styling > Quick CSS field:.sub-menu {opacity: 1 !important; }
Best regards,
MikeDecember 17, 2017 at 10:27 pm in reply to: Enable Video Controls Pause/Play w/background video #889830Hi,
Thank you for the demos, it explained well. While looking at bfor2, my idea was to make the max-height for the container that holds the button smaller, because as now the padding covers the whole screen, which is why you can’t click the video. But the video is playing as the background of a color section, so the button’s container can’t be smaller without disturbing the video.
How about using the layerslider with the video as one slide and the button as another slide on top. I believe this would work better.
Can you give this a try?Best regards,
MikeHi,
I have added the function and the font seems to be available for you now, please check.Best regards,
MikeHi,
I see the issue is with only self hosted videos.
This issue is being addressed by the dev team. For now it seems that uploading your video to youtube and using the youtube link in the video element will work for now.Best regards,
MikeHi,
Have you tried uploading your video to youtube and using the youtube link in the video element for now?To downgrade, upload manually via FTP: https://vimeo.com/67209750
Best regards,
MikeHey alice_c_r,
I gave Append Link on Copy a quick test and it worked well with Enfold. While it is older, there doesn’t seem to be a lot of interest in this function, leading to the lack of updates. Yet while it doesn’t use the WordPress core to do the job, there would be no updates needed.
Enfold doesn’t offer this function, and editing your functions.php would be using the same code. I suggest giving it a try.Best regards,
MikeHi,
Yes they will not work with the masonry, but Advanced Excerpt
will work with the blog posts in Enfold. I tested it while I was working on your issue.Best regards,
MikeHi,
Good to hear, we will close this now. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts