Forum Replies Created
-
AuthorPosts
-
Hi,
You should Export your Theme Settings, the changes you make in the General Styling > Quick CSS field will be saved in your Export Theme Settings file. If you made changes to your functions.php, or other files you will need to make copies of the changed code as it will be loss. There could be the chance that some of those code snippets wont work right, or be needed, in the new version, as some functions may have been improved.
Using a plugin to make a full site backup, such as Duplicator, may be a good option. Testing the new version locally on your computer may be another. I hope this helps.
Best regards,
MikeMarch 5, 2017 at 3:33 am in reply to: Sticky WP Text Editor does not follow on scroll, extremely annoying #755819Hi,
I see that now, this seems the correct action as it is built today.
Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
Sorry I could not be more help.
Best regards,
MikeHi,
I’m sorry, that would be a good question for woocommerce.Best regards,
MikeHi,
Ok, well I was researching a little more and it’s not going to work the way I thought it was.
But I did find another way, but it seems very involved, you can try this: https://kriesi.at/support/topic/breadcrumb-to-new-position/#post-417087
But it’s from 2015 so I don’t know if it will work.
This kind of customization as it is beyond the scope of support we can provide here. You can request customization here
Sorry I wasn’t more help.
Best regards,
MikeHi,
It worked correctly for me. one tap to expand & then tap a drop down to go to that page.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.title_container .breadcrumb { margin-top: -27px !important; }Best regards,
MikeMarch 5, 2017 at 2:50 am in reply to: Sticky WP Text Editor does not follow on scroll, extremely annoying #755799Hi,
Is it in your plugins?
It’s not a part of Enfold, and has been known to cause issues.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#wcuf_product_ajax_container{ display: none; }Best regards,
MikeMarch 5, 2017 at 2:31 am in reply to: Font color incorrect for links in phne-info transparent version #755789Hey Enigma,
The private section only shows to you and us when logged in.
Yet the favicon not showing could be a cache issue.
Best regards,
MikeMarch 5, 2017 at 2:20 am in reply to: Please delete the public facing info on a previous ticket #755785Hi,
Try to also add this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px){ .shiftnav-main-toggle-content.shiftnav-toggle-main-block { display:none; }}Best regards,
MikeHi,
I believe there is a extra ?> in your code, try this:function lebenspraxis_add_header_meta() { <link rel=”apple-touch-icon” sizes=”120×120″ href=”/apple-touch-icon-120×120-precomposed.png” /> <link rel=”apple-touch-icon” sizes=”152×152″ href=”/apple-touch-icon-152×152-precomposed.png” /> } add_action( 'wp_head', 'lebenspraxis_add_header_meta');Best regards,
MikeMarch 5, 2017 at 2:01 am in reply to: Enfold Remove left & right padding margins on videos in color sections on mobile #755775Hey David,
Can you add a screenshot of the area you are talking about?Best regards,
MikeHey Enigma,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { .responsive #scroll-top-link { display: block !important; }}Best regards,
MikeHey Terry,
Have you tried this solution: https://kriesi.at/support/topic/breadcrumb-w-shortcode-only-appears-if-header-no-transparency/#post-469042Best regards,
Mike -
AuthorPosts
