Forum Replies Created
-
AuthorPosts
-
June 28, 2017 at 10:17 am in reply to: Help purchased the enfold theme but I accidentally entered a wrong email address for support #813727
Hey,
Thanks for contacting us!
Please see private content field below :)
Best regards,
YigitJune 27, 2017 at 10:59 pm in reply to: I can not upload WP.CONFIG.php files after theme update #813625Hi,
Glad you figured it out!
Let us know if you have any other questions or issues :)Best regards,
YigitHey Nigel!
Thanks for contacting us!
I am not sure if i understood your question clearly. Can you please rephrase your question?
Would you like to make an interview with Kriesi?Regards,
Yigit-
This reply was modified 8 years, 9 months ago by
Yigit.
Hi,
We are sorry for the late reply! Your thread was assigned to one of our German speaking moderator who is currently not available and since the title was German, i think it was overlooked. Sorry about that :)
I tried to login however login credentials did not work for me. Please add following code to Quick CSS in Enfold theme options under General styling tab
@media only screen and (max-width: 768px){ #footer .flex_column { width: 33%!important; }}Best regards,
YigitHi,
That is because of the Shift bar menu. You can add following code to Quick CSS to solve plugins CSS issue
#shiftnav-toggle-main.shiftnav-toggle-position-absolute { width: 55px; }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:
.page-id-305 #av_section_1 .container { max-width: 70%; }Best regards,
YigitHi!
That is the only way. Since pages will be changing, i cannot think of any other way unfortunately.
You can find “avia_preload_screen” function in enfold/enfold-functions.php file and search “av-siteloader-wrap” in enfold/js/avia.js file :)
Best regards,
YigitJune 27, 2017 at 4:03 pm in reply to: Setting up custom header images on all page except home page #813498Hey Marnie!
You can simply add Color Section element to the top of your page and set your image as custom background or you can add image element into that color section element and change its container width to 100% by referring to this post – http://kriesi.at/documentation/enfold/color-section-with-100-container/ :)
Cheers!
YigitHi,
Sorry for the late reply!
I have included two of those in private content field. I hope that helps :)Best regards,
YigitJune 27, 2017 at 3:53 pm in reply to: I can not upload WP.CONFIG.php files after theme update #813492Hey David,
Can you please post FTP logins and WP admin logins here privately so we can look into it?
Also, have you tried switching theme to a default one to see if it is theme related or not? :)Best regards,
YigitHey,
Thanks for contacting us!
Kriesi checks feature request form frequently and even though some of the requests are being included, they are not always added in “in progress” list while Kriesi and our devs are working on them and since some of the requests will require major changes on our framework, Kriesi is keeping them on hold to revisit in near future :)
Kriesi is currently very busy working on Enfold 4.1 major release however we will forward your message to him :)
Let us know if you have any other questions or issues!
Edit: Kriesi said that they are being added and we will update it after releasing next version of Enfold :)
Best regards,
Yigit-
This reply was modified 8 years, 9 months ago by
Yigit.
Hey hamidgol!
Can you please post a link to your page and point out the changes you would like to make? :)
Regards,
YigitHey!
You are welcome Milan :)
Glad it worked! Let us know if you have any other questions and you too have a nice day!
Regards,
YigitHi,
You are welcome :)
Let us know if you have any other questions or issues!Best regards,
YigitHi!
Please try adding following code to Quick CSS as well
.inner_sidebar { margin-left: 30px; }If that does not work, we might need a screenshot :)
Cheers!
YigitHi!
There was a missing closing curly bracket in your Quick CSS field. I added it. Please flush cache and review your website
Cheers!
YigitHey!
There was a missing closing curly bracket in your Quick CSS field. I added it. Please flush cache and review your website
Cheers!
YigitHi!
You are welcome Milan, we are always happy to help :)
No, not at all :)
Have you tried using separator/whitespace element?Best regards,
YigitHi,
I am afraid that would not be possible.
Preloader is displayed in between page transitions and since you targeted background color using page ID’s, it shows the background color of current page and when destination page is loaded, it switches to that background color. That is expected behaviour :)Let us know if you have any other questions or issues!
Best regards,
YigitJune 27, 2017 at 2:34 pm in reply to: Trying to center product variations on WooCommerce Shop #813436Hi,
You are welcome :)
Let us know if you have any other questions or issues!
Best regards,
YigitHi!
Code is not being applied. Please try following as well
.logo img { display: none !important; }If that too does not work, please create a temporary admin login and post it here privately
Regards,
YigitHey!
You are welcome!
Let us know if you have any other questions or issues :)Best regards,
YigitHi!
Please add following code to Quick CSS as well
#top .av-flex-placeholder { width: 2%; }Cheers!
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .social_bookmarks li a { font-size: 20px; }Best regards,
YigitHey!
Sorry, i should have elaborated.
You have affect on your images so they show up when scrolled down. However since your images at the very bottom of your page, affect is not being triggered correctly. Solution would be either to apply the changes i recommend above or to add more content below your images.Regards,
YigitHey there Milan! :)
Code i was about to recommend is the same as Nikko’s. Maybe we are not clear on the changes. Can you please add 4 columns to the bottom of your testing page with padding so we can provide you an accurate code? :)
Cheers!
YigitHi!
Can you please use the code as following
.team-img-container img {width: auto; }Best regards,
YigitHey,
Please add following code to Functions.php file of your child theme
function wp_change_shortcodesjs() { wp_dequeue_script( 'avia-shortcodes' ); wp_enqueue_script( 'avia-shortcodes-child', get_stylesheet_directory_uri().'/js/shortcodes.js', array('jquery'), 2, true ); } add_action( 'wp_print_scripts', 'wp_change_shortcodesjs', 100 );then go to Enfold/js/shortcodes.js and copy it inside enfold-child/js/ folder, open the file and find
$('.avia_animate_when_almost_visible', container).avia_waypoints({ offset: '80%'});and change it to
$('.avia_animate_when_almost_visible', container).avia_waypoints({ offset: '100%'});Cheers!
YigitHey!
Code provided by Jordan should have worked. Can you please post a screenshot showing the changes you would like to make and temporary admin logins so we can look into it?
You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)Regards,
Yigit -
This reply was modified 8 years, 9 months ago by
-
AuthorPosts
