Forum Replies Created
-
AuthorPosts
-
May 18, 2018 at 2:24 am in reply to: Problem General Styling show previous colors instead of new. #958374
Hi,
Sorry, that is going to be a bigger job than it looks. I would like to help, but it’s really outside our scope for the forum. If you really would like this, you could find a freelancer here for a fair price.Best regards,
MikeHi,
Did you try setting the Meta description manually in Yoast SEO: https://yoast.com/meta-descriptions/ ?
My research found this as a solution. Would you like to try using “display:none” on the time element, perhaps Google will obey this.Best regards,
MikeHi,
One of the dev’s tested your site’s back end with Safari and didn’t find any issues, can you try to use Private Browsing to ensure it is not a cache issue? Also please try to clear your history and cache. I found this that might help:
How to Use Safari’s Private Browsing ModeBest regards,
MikeHey Tim,
You should be able to add your script below the<!-- End Google Tag Manager (noscript) -->line
if you include the<script> ... </script>tags.
Or you can add your script to a new function to make it easier to manage them in the future:function custom_linkedin(){ ?> <script> //your code here </script> <?php } add_action('wp_footer', 'custom_linkedin');Best regards,
MikeHey alejandrox86,
Please try using a plugin such as this one – https://wordpress.org/plugins/wp-old-post-date-remover/
Also others have done this by setting the Meta description manually in Yoast SEO: https://yoast.com/meta-descriptions/Best regards,
MikeHey seomar,
Please try the solutions found hereBest regards,
MikeHi,
I tried a quick test on a clean install, installed timetable, added one event, added timetable shortcode on page with layerslider shortcode, both seem to be working, including the layerslider on the homepage.
Not sure if I did it right as this was my first try with timetable.
I recommend creating a sub-domain test site, with a clean install of Enfold and Timetable only, should only take a few minutes and you’ll know if that is the issue or something else.Best regards,
MikeHi,
I tried following these steps, fresh “Startup” demo installed on v4.3.2, deleted all pages, added new Home page with color section and background video url set to 100% page height. Working as expected.Since your theme was updated, please try deleting the enfold theme folder via ftp, then upload a new version that you download from Theme Forest.
Another option could be to disable Enfold Theme Options > Performance > JS & CSS file merging and compression.Best regards,
MikeHi,
@Wiseguyver thank you, I replied there.Best regards,
MikeHey Wiseguyver,
It looks as though you have a jQuery error with the plugin “Timetable” although the actual error could be something else triggering the error in Timetable.
Can you please include a admin login in the private content area so we can take a closer look, and can we temporary disable plugins to test?Best regards,
MikeHi,
Thanks for the login, I couldn’t reproduce the error in Chrome or Firefox on Windows, I will ask the team to check with Safari.
Please check for the error with the plugins disabled, and let us know.
Can we also disable the plugins temporary when we check with Safari?Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
I removed the page ID from the code so it would work on all of the pages, please clear your browser cache and check.Best regards,
MikeHi,
You will need to use FTP and show hidden files in your root directory. Or you could post your FTP access in the Private Content area and we will look.Best regards,
MikeHi,
@ccpwebteam I used the Chrome developer tools in my browser, on your enfold_child.css, please try looking for the code in your stylesheet and comment it out or remove it to test.
@KunaCustoms glad to hear.Best regards,
MikeHi,
Sorry creating a hexacon would be quiet a bit of coding, but how about removing the hover square and only showing the blue circle with the icon?
Please try adding this css:.page-id-375 .post-entry-375 .image-overlay { background: transparent !important; }As for the font errors, I would ask for you to first try to disable the Google font plugin. If this resolves the issue, then what we can we assist with so you won’t need to use the plugin?
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
@DStoeckl
Sorry I believe you maybe describing a different issue, this thread is about the links to the theme options in the back end, it sounds like you are talking about the front end.
Nonetheless, Please open a new thread so we can assist, we may want communicate in the Private Content area, but as this is not your thread you will not see what we write, nor will your info be private. Thanks for your patience and understanding.Best regards,
MikeHi,
@SAdesignsUnltd, I was unable to login, seems password is incorrect, please check.
If the error only occurs on Safari, I will ask the team to take a look, as I’m on Windows 10Best regards,
MikeMay 17, 2018 at 3:53 am in reply to: Removing Space Between Boxes on Mobile View (revisited) #957873Hi,
I’m sorry, when I wrote the code it was for only one page, thus the “.page-id-899” in the code.
At the time I thought it for only one page, and typically code like is targeting the whole site can have unexpected results later.To correct please add a custom css via Enfold Theme Options > Layout Builder > Show element options for developers, to the first two columns, on all of the pages.
Please use the custom class “movie-boxes”
then use this css:@media only screen and (max-width: 767px) { .movie-boxes {margin-bottom: 0px !important;} }If this is unclear, please include the url to a new page with admin login and I will demonstrate how to achieve this for unlimited pages.
Best regards,
MikeMay 17, 2018 at 3:31 am in reply to: Problem General Styling show previous colors instead of new. #957871Hi,
Glad to hear! I’m not exactly sure what you mean about “narrowing the menu, but not the header” but I think you mean to make the menu text smaller:nav.main_menu span.avia-menu-text { font-size: 12px !important; }If this doesn’t help, please explain with screenshots. https://postimg.cc/ works good for screenshots
Best regards,
MikeHi,
Thanks for the update, we are happy this worked out, and sorry for the interruption.
If I might make a suggestion, some members have found that using the staging site option with their hosts allow them to test updates with themes & plugins.
Most cPanel’s offer this:

Also if you find that you don’t want a client to update, there are functions that you can use as well as plugins
Hope this helps, unless there is anything else with this issue, shall we close this then?Best regards,
MikeHi,
@summer_time thanks for the update, does this mean that the issue is resolved for you?Best regards,
MikeHi,
@Wiseguyver It seems your test slider is working, as well as your homepage slider & that you have updated Enfold to v4.3.2
Is this resolved? If not Please open a new thread so we can assist, we will want communicate in the Private Content area, such as your admin login, but as this is not your thread your info will not be private. Thanks for your patience and understanding.
In your new thread please provide admin login info and links to your layerslider. Please also point out how the layerslider is not working correctly, as they both seem to be the same right now.
You can also link to the new thread here.Best regards,
MikeHi,
@jkdavis
I see your homepage & store layersliders are not working, yet your test page slider seems to be working, I’ve read that you updated to v4.3.2 which has fixed the shortcode layerslider, in our tests. Please open a new thread so we can assist, we will want communicate in the Private Content area, such as your admin login, but as this is not your thread your info will not be private. Thanks for your patience and understanding.
In your new thread please provide admin login info and the links to your layerslider pages, you can also link to your new thread here.Best regards,
MikeHey MartyMan,
First I looked at your Quick CSS and found many fatal errors, which I corrected, there are still a couple of warnings you should look at, such as a incorrect font-weight. To see the errors, paste the code in WordPress > Customize > Additional CSS. In the Private Content area I have linked to a css file that has the before & after of the code should you want to see it.
Next I see you have 3 google font errors (error 400 bad request) I see you have a google font plugin, but I’m not sure where the font is declared in it, or if your font is added somewhere else, please advise.Your mail icon code didn’t work because this code in your Quick CSS was blocking it:
span.image-overlay-inside { display: none !important; }This is the correct code for the mail icon:
.page-id-375 .image-overlay.overlay-type-extern .image-overlay-inside:before { font-family: 'entypo-fontello'; content: '\e805' !important; }I added it, please clear your browser cache and check.
Best regards,
MikeMay 16, 2018 at 12:49 pm in reply to: Problem General Styling show previous colors instead of new. #957468Hey draadeind,
I logged into your site, and I believe the color scheme matched your settings, by looking at your footer color and socket.
I saw no css in your Quick CSS, so I assume you removed it again.
I see you have a caching plugin, and assume you have been clearing it.
Please try to disable your caching plugin while you are developing, caching is great when the site is done, but it can be a nuance when developing. Also disable CSS & JS file merging and compression in Enfold at Enfold Theme Options > Performance > JS & CSS file merging and compression, for the same reason, as is stated above the options.
Then clear your browser cache.
If this doesn’t help, please describe a element color, or include a screenshot, of the old color scheme so we can be sure we are seeing the error and test.Best regards,
Mike -
AuthorPosts

