Forum Replies Created
-
AuthorPosts
-
Hi,
Please add following code to Quick CSS as well
.cart_dropdown { top: 58%; }Best regards,
YigitHi,
Can you please try re-updating the theme via FTP and overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/?
It does not seem like you have made changes on theme files on your child theme therefore, there should not be any issues.Best regards,
YigitHi,
Login credentials are not working for me. Can you please check them once again? :)
Best regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.cart_dropdown_first .cart_dropdown_link { font-size: 20px; }Best regards,
YigitHey Krissie,
You can refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ and choose to hide your slider on mobile and display another one. That would be easiest way :)
Best regards,
YigitHey Ahmed,
Thanks for contacting us!
We can confirm that example site is using our Enfold WordPress theme. However it does not include such demo. You can see available demos here which you can import with a single click within a few minutes in Enfold theme options > Demo Import :)
I hope that was helpful! Let us know if you have any other questions :)
Best regards,
YigitHey Charlotte :)
Please add following code to Quick CSS
#socket .copyright { font-size: 20px; }Best regards,
YigitHi,
It is not for the certain slide, you should give custom CSS class to your slider element and you will target each slides by changing the number (4) in the code :)
Best regards,
YigitHi,
I am using the latest version of WordPress on my local installation and i am not experiencing such issue. I hope good people at WordPress forums will be able to help :)
Best regards,
YigitHi,
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then give your slider a custom class (“my-slider” in example below) and then add following code to Quick CSS
.my-slider .slide-4 a.avia-slideshow-button { background-color: orange; }Best regards,
YigitHey Krissie,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { background-color: #666; }Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions or issues :)
Best regards,
YigitHi,
I went to Appearance > Widgets and edited your widget and chose “Name” in “Order by”. Please review your website
Best regards,
YigitHey Nirmal,
Thanks for contacting us!
Can you please create a temporary admin login and post it here privately so we can look into it?
Best regards,
YigitHey Krissie,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#footer .widget_nav_menu a { font-size: 20px; }Best regards,
YigitHi,
I tried installing and activating Twenty Seventeen theme and formatting options were still missing. There must be some issue with your WordPress installation. Can you please try re-installing it and check if that helps?
Best regards,
YigitHi @Eric,
1- We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)
2- Please change the code to following one$output .= "<time class='av-magazine-time updated' {$markupTime}>".tribe_get_start_date( $entry->ID,false, $format = 'l, F j, Y @ g:i A' )."</time>";You can find out more about date format here – https://codex.wordpress.org/Formatting_Date_and_Time
Best regards,
YigitHi,
Login credentials did not work for me. Can you please check them once again?
Best regards,
YigitHi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitHey Fontijn,
Thanks for contacting us!
Please consider using a caching plugin such as this one – https://wordpress.org/plugins/w3-total-cache/
If you have any other questions or issuses, please register to our support forum – https://kriesi.at/support/register/ and start a new thread under Enfold sub forum :)
Best regards,
YigitHey Pieter,
Thanks for contacting us!
Yes, Enfold has Dutch language files included. Translations are contributed by fellow Enfold users. Dutch translations were contributed by native speakers. You can add/edit strings using a plugin such as this one – https://wordpress.org/plugins/loco-translate/
Enfold theme is enough to start. You can simply install it as any other WordPress theme and start working on it right away.
We provide support through our support forum. Once you purchase an Enfold license, you get a purchase which you can use to register to our support forum and start a new thread under Enfold sub forum whenever you have a question or an issue and we will gladly try to help.
Enfold uses its own layout builder called Advanced Layout Builder. You would need to recreate your pages in Enfold however once you get used to it, which would not take that long, you could easily and quickly recreate your pages.
I hope that was helpful :)
Let us know if you have any other questions!Best regards,
YigitHi,
@johnebase I went to Autoptimize settings and unchecked “Optimize JavaScript Code?” and flushed cache. Please review your website.Best regards,
YigitHi,
That is weird :) Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitHey!
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitHi!
In that case, please go to wp-content/themes/enfold/functions.php file via FTP and remove the code i posted and try using this plugin instead – https://wordpress.org/plugins/disable-emojis/
Regards,
YigitHi!
Please try adding following code to Functions.php file in Appearance > Editor
function disable_emojis() { remove_action( 'wp_head', 'print_emoji_detection_script', 7 ); remove_action( 'admin_print_scripts', 'print_emoji_detection_script' ); remove_action( 'wp_print_styles', 'print_emoji_styles' ); remove_action( 'admin_print_styles', 'print_emoji_styles' ); remove_filter( 'the_content_feed', 'wp_staticize_emoji' ); remove_filter( 'comment_text_rss', 'wp_staticize_emoji' ); remove_filter( 'wp_mail', 'wp_staticize_emoji_for_email' ); add_filter( 'tiny_mce_plugins', 'disable_emojis_tinymce' ); add_filter( 'wp_resource_hints', 'disable_emojis_remove_dns_prefetch', 10, 2 ); } add_action( 'init', 'disable_emojis' );Regards,
YigitMerhabalar Serhat :)
Please go to Settings > Writing and uncheck “Convert emoticons like :-) and :-P to graphics on display”
Best regards,
Yigit -
AuthorPosts
