Forum Replies Created
-
AuthorPosts
-
February 2, 2017 at 6:09 pm in reply to: How to eliminate "render blocking javascript and css"? #741955
Hi!
Please try using a plugin such as this one – https://wordpress.org/plugins/autoptimize/
Regards,
YigitHey!
This seems to be the functions.php file inside wp-includes folder. Please undo the changes you made on that file and only edit wp-content/themes/enfold/functions.php file
Best regards,
YigitHey!
@johnrburke2 Forum is currently very busy that is why it is taking longer than usual for us to reply to threads.
I will check your threads as it seems like they are urgent for you. But please try to avoid hijacking other threads :)Best regards,
YigitFebruary 2, 2017 at 6:01 pm in reply to: Change Fullwidth slider caption title and text style in only one place #741947Hey navindesigns,
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and edit your slider to give it a custom CSS class. Then please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.your-custom-class .avia-caption-title { font-family: open sans!important; font-weight: 100!important; } .your-custom-class .avia-caption-content { font-family: open sans!important; font-weight: bold; }Best regards,
YigitHi!
Please go to enfold/config-templatebuilder/avia-shortcodes/av-helper-slideshow.php file and find
if(trim($title) != "") $title = "<h2 {$title_styling} class='avia-caption-title' $markup_name>".trim(apply_filters('avf_slideshow_title', $title))."</h2>";and change it to
if(trim($title) != "") $title = "<h1 {$title_styling} class='avia-caption-title' $markup_name>".trim(apply_filters('avf_slideshow_title', $title))."</h1>";We would recommend you to use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and refer to this post – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/ to make your changes update proof.
Cheers!
YigitHey!
Which file is throwing the error? Can you please post the content of the file here using – pastebin.com?
Best regards,
YigitFebruary 2, 2017 at 5:54 pm in reply to: Chronological order for an installation? (relaunch of a huge site on a fresh WP) #741939Hey Stephan,
Thanks for contacting us!
For most projects we recommend using a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/. I think for huge projects, it is a must.
You can simply install WordPress, then install Enfold parent & child theme, activate child theme, install needed plugins and then import your content. For migrating databases, we recommend this plugin – https://wordpress.org/plugins/wp-migrate-db/
Best regards,
YigitHey
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-shadow { box-shadow: none; }Best regards,
YigitFebruary 2, 2017 at 5:50 pm in reply to: Change accordion toggles background color in only one section #741935Hey
You can always edit your color section element and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and target elements inside it using following code
#your-unique-id .toggler { background-color: #f5f5f5; }Best regards,
YigitHey Valerie!
Can you please post a screenshot and show the changes you would like to make? We might come up with an alternative solution :)
You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.Best regards,
YigitHey satucker,
I edited your table element chose to make it scrollable on mobile.
Please review your websiteBest regards,
YigitFebruary 2, 2017 at 5:44 pm in reply to: Can't add a link to a button in Avia layout builder #741930Hey!
Please contact your hosting provider and ask them to downgrade PHP version from 7.1.x to 7.0.x.
Our devs already fixed the issue and will include in upcoming Enfold update which is planned to be released within a week or two :)Regards,
YigitHey ping-pong,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.sidebar_left .content { padding-left: 80px; }Best regards,
YigitHey!
Sorry for the late reply!
Can you please update Enfold to the latest version 3.8.5 – kriesi.at/documentation/enfold/updating-your-theme-files/?
We have not made any changes on themes behaviour in this update but overwriting all files might help.
We will make major changes in upcoming update which should be released in a week or two. In the meantime, you can check our Facebook page – https://www.facebook.com/kriesi.at/ to follow up the news :)Best regards,
YigitFebruary 2, 2017 at 5:31 pm in reply to: Support forum doesn´t continue after I have posted the website links #741922Hey!
Forum has been very busy. Sorry for the late replies!
Currently, all of your open threads have received replies.
I am closing this one, let us continue on your existing threads :)Best regards,
YigitHi!
We have replied you here – https://kriesi.at/support/topic/how-to-make-the-background-photo-smaller-for-mobile-devices-in-color-section-qui/
Let us continue there :)Cheers!
YigitFebruary 2, 2017 at 5:19 pm in reply to: Invert the next/last slideout tabs on the left and right side of the page #741916Hey!
Please use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and add following code to Functions.php file of your child theme
add_filter( 'avia_post_nav_entries', 'enfold_customization_postnav', 10, 2); function enfold_customization_postnav($entries, $settings) { $entries['next'] = get_next_post($settings['same_category']); $entries['prev'] = get_previous_post($settings['same_category']); return $entries; }Also, we would definitely recommend you to update the theme to the latest version 3.8.5 – kriesi.at/documentation/enfold/updating-your-theme-files/ :)
Best regards,
YigitHi Rob,
Hope you are doing well! :)
Thanks for your input!
I know some users do not like when we redirect them to our feature request form here – https://kriesi.at/support/enfold-feature-requests/ however that is the only way we can keep keep track of requests. Please post your requests there if you have not already :)Thank you! Peaceful new year to you too!
Best regards,
YigitHi Stefan,
Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
For time being, please consider using more advanced contact form plugins such as – https://wordpress.org/plugins/contact-form-7/. You can find documentation here – https://contactform7.com/docs/
Best regards,
YigitHey!
No, not at all! Glad you figured it out :)
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!
Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#av-burger-menu-ul ul.sub-menu { height: 400px; overflow: hidden; overflow-y: scroll; }Best regards,
YigitHi Erik,
Have you figured it out already?
They way you previously applied the changes seem correct and should not break any images. But now when i check your site, i can see only Envira’s lightbox and not theme’s built in one :)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,
YigitFebruary 2, 2017 at 5:00 pm in reply to: Sidebars showing default content (Pages, Categories, etc) instead of widgets #741902Hey!
Please try de-activating the plugin, flushing cache and re-activating it. Only changes made in this update was in a commented line. Therefore it would not cause any issues :)
Regards,
YigitHey!
No, that is not the case. Forum is just very busy therefore it take a bit longer than usual for us to reply :)
Glad you figured it out!
For future reference, if auto update fails, you can always manually update the theme via FTP – http://kriesi.at/documentation/enfold/updating-your-theme-files/ :)Best regards,
YigitHi!
No, that is not the case. Your theme options will be not be removed. You can simply update the theme – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Only changes made on theme files will be overwritten. Since only changes you made are in Enfold theme options, you do not need to worry :)Best regards,
YigitHi!
Everything seems to be correct. Can you please contact your hosting provider and ask if there is some sort of server side caching?
Best regards,
YigitHey!
Glad you figurd it out and thank you for sharing your solution! Let us know if you have any other questions or issues!
Cheers!
YigitHi,
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ then edit your iconbox elements and give them a custom CSS class (‘custom-class’ in example below) and then add following code to Quick CSS in Enfold theme options under General Styling tab
.custom-class .iconbox_icon { font-size: 15px!important; width: 50px!important; height: 50px!important; line-height: 50px!important; }Best regards,
YigitHey!
@mensmaximus mentioned, update basically did not change anything since changes were made in commented line to fix a false positive warning.Can you please try de-activating all active plugins, flushing cache and re-activating them and check if that helps?
Regards,
Yigit -
AuthorPosts
