Forum Replies Created
-
AuthorPosts
-
Hi,
@vadikcoma Please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_PermissionsBest regards,
YigitHey Thomas,
Thanks for contacting us!
We would like to inform you that we only provide support to our registered users.
You can register to our support forum here – https://kriesi.at/support/register/ and then start a new thread under Enfold sub forum – https://kriesi.at/support/forum/enfold/#new-post.
Please make sure to elaborate on the issue you are having/changes you would like to make on your thread. If you would like to include screenshots, you can upload them on http://imgur.com or Dropbox public folder and attach the links in your posts :)
Best regards,
YigitHi,
Glad you figured it out and thanks for sharing! :)
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,
That is because of LayerSlider plugin. You can either ignore it or apply following workaround:
Please go to wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php file via FTP and insert following code on 13th line// Remove LayerSlider's update notifications add_filter('site_transient_update_plugins', 'av_remove_ls_update_notification'); function av_remove_ls_update_notification($value) { if($value) { unset($value->response[plugin_basename(__FILE__)]); return $value; } }Best regards,
YigitHi,
Please go to wp-content/themes/enfold/js/avia.js via FTP to find the file, then copy it inside enfold-child/js/ folder and add following code to Functions.php file of your child theme
function wp_change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );Best regards,
YigitHi,
I could not find that page with extra space in header. Can you please post a link to your page?
Best regards,
YigitAugust 23, 2017 at 5:00 pm in reply to: Alter width at which menu changes to the the burger menu #843181Hey Jay,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 1110px) and (min-width: 990px) { .container.av-logo-container { width: 89%!important; }}Best regards,
YigitHey AlfredoS,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.blog .post-title.entry-title, .blog .big-preview.single-big { pointer-events: none; }Best regards,
YigitAugust 23, 2017 at 4:44 pm in reply to: how can i DISABLE blog post title LINKS on the main blog page ONLY? #843167Hi,
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,
YigitAugust 23, 2017 at 4:43 pm in reply to: trying to add iTunes icon to the end of my social media buttons #843166Hi Chris,
Functions.php file is not writable in Appearance > Editor. Can you please make it writable or post FTP logins here privately so we can look further into it?
Best regards,
YigitHi,
Please use the code as following
.single .price { display: none !important; }Best regards,
YigitAugust 23, 2017 at 4:35 pm in reply to: how can i DISABLE blog post title LINKS on the main blog page ONLY? #843155Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.html_elegant-blog #top .post-entry .post-title:hover { opacity: 1; }Best regards,
YigitAugust 23, 2017 at 4:34 pm in reply to: Diff 'edited Enfold 3.5.1 theme' with original version #843153Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
span.shiftnav-main-toggle-content.shiftnav-toggle-main-block>a { display: none; }Best regards,
YigitHey Sophie,
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Or, You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.If that too does not help, please create a testing page so we can see the issue.
Best regards,
YigitHey!
@callysykes Your API key was missing. I inserted a one our teammate @Vinay generated and it worked – http://kriesi.at/documentation/enfold/how-to-register-a-google-maps-api-key/Regards,
YigitHi,
You can use the code as following
@media only screen and (max-width: 767px) { .custom-tabs .av-section-tab-title[data-av-tab-section-title="4"], .custom-tabs .av-section-tab-title[data-av-tab-section-title="3"] { display: none!important; }}Please note the comma and title number change
Best regards,
YigitHi,
No, however you can inspect elements on widgets and find their IDs.
If you would like us to assist you with that, please post a link to your website when it is public.Best regards,
YigitAugust 23, 2017 at 12:01 pm in reply to: Font changed and text now showing as a series of o's #842983Hi,
You are welcome Gerry! Glad we could help! Let us know if you have any other questions or issues :)
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:
#homeheaderslider .container { padding-top: 0!important; }Best regards,
YigitHey Charlotte,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.home .post-title.entry-title { margin-top: -10px; } .widget:not(:last-child) { border-bottom: 2px dotted black!important; } #categories-3 .screen-reader-text { display: none; }To change dropdown from Category to Välj resmå, please switch language to Swedish from English :)
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:
.sidebar .textwidget { background: orange; padding: 10px; }Best regards,
YigitHi,
You are welcome Charlotte! Let us know if you have any other questions :)
Best regards,
YigitHi,
I changed the code to following one
@media only screen and (max-width: 767px) { .custom-tabs .av-section-tab-title[data-av-tab-section-title="4"] { display: none!important; }}Please review your website :)
Best regards,
YigitHey Tim,
We have replied to this thread – https://kriesi.at/support/topic/my-idea/ and moved logins to private content field. Let us continue there :)
Best regards,
YigitHi Irene,
That seems like a bug, it should work as you described by default. Please see consulting demo instead – http://kriesi.at/themes/enfold-consulting/ :)
Best regards,
YigitHey Leanie,
Thanks for contacting us!
Since download and purchase processes are managed by Envato, we are not able to provide you such license or discount. Please contact Envato support and ask if it would be possible to get a discount if you make a bulk purchase :)
Let us know if you have any other questions!
Cheers!
Yigit -
AuthorPosts
