Forum Replies Created
-
AuthorPosts
-
Hey 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,
YigitHi!
Great! We will keep the thread open and wait to hear from you. It will be on hold until you reply :)
Thanks again!
Best regards,
YigitHi,
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_title_args', 'av_title_bar_button', 10, 2); function av_title_bar_button($args,$id) { if (is_page('59')) { $args['title'] = get_the_title($id); $args['title'] .= do_shortcode( "[YOUR SHORTCODE GOES HERE]" ); } return $args; }Then change page ID and insert your shortcode between double quotes where it is indicated
Best regards,
YigitMay 30, 2017 at 4:17 pm in reply to: parallax-motion-function on mobile devices (iPad / iPhone) #801562Hi,
1- Providing ETA for major updates are unfortunately very difficult for us as Kriesi and our dev team usually get very creative and keep adding new features and adding new ones before releasing updates :)
2- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#advanced_menu_toggle { position: fixed; top: 30px; right: 10px; }Best regards,
YigitHi,
It seems like you are currently using Enfold 4.0.4. Please try re-updating the theme manually via FTP and overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
YigitHi,
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 Denis,
Thank you for contacting us!
We sell premium WordPress themes and provide support for our themes.
Currently Enfold theme is the most popular, powerful, flexible and user friendly theme we have ever created therefore we would recommend you that one.
Enfold is fully compatible with WPML. You can easily turn site into a multilingual one.You can import one of Enfold demos with a single click in Enfold theme options > Demo Import within a few minutes and start working on your website right away.
Enfold uses Advanced Layout Builder ( please go to – http://kriesi.at/documentation/enfold/videos/ and check out “Intro to the Advanced Layout Editor” video to see how it works. Currently there are many more elements on ALB and we are adding new ones with major updates).
Enfold is $60 on ThemeForest and comes with a 6 month support, you can extend it to a year. After purchasing Enfold, you can register to our support forum – https://kriesi.at/support/register/ and start a new thread whenever you have a question or an issue and we will gladly try to help you.
Let us know if you have any other questions! :)
Best regards,
Yigit -
AuthorPosts
