Forum Replies Created
-
AuthorPosts
-
February 9, 2017 at 7:34 pm in reply to: Tutorials on layout elements, content elements, media elements? #744994
Hey!
There are some tutorials on Youtube which might help as well – https://www.youtube.com/results?search_query=enfold+tutorial
If you have some certain questions, feel free to post them here :)
Regards,
YigitFebruary 9, 2017 at 7:29 pm in reply to: Tutorials on layout elements, content elements, media elements? #744990Hey Wisith!
Thanks for contacting us!
You can check out this video – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-advanced-layout-editor/
Let us know if you have any other questions!
Cheers!
YigitHi!
Can you please create a temporary admin login and post it here privately so we can look into it?
Regards,
YigitHey Net-Impact!
Please refer to this post – http://kriesi.at/documentation/enfold/color-section-with-100-container/ and create a color section element with 100% container width and place your code block element inside it
Regards,
YigitHey Antonio,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
span.blog-categories { display: none; }Best regards,
YigitFebruary 9, 2017 at 7:17 pm in reply to: Loading a template with Avia lyaout Builder gives me a Error fetching content #744983Hey!
You are currently using an older version of the theme. Please update Enfold to the latest version 3.8.5 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Cheers!
YigitHi!
I checked your page again and it is working. Please see screenshot in private content field.
And no, i am of course not alone on the forum.
Best regards,
YigitHi John,
Sure, please check out this demo – http://kriesi.at/themes/enfold/forums/
Best regards,
YigitHey!
I am getting “Server said: Login authentication failed” error. Can you please check the credentials once again? Also, please include the server
Cheers!
YigitHi!
FTP logins are not working for me. Can you please check them once again?
Regards,
YigitHey!
You can try adding following code to Functions.php file in Appearance > Editor to add custom class to your hotspots
function av_hotspot_classes(){ ?> <script> jQuery(window).load(function(){ jQuery('.eModal-3 .av-image-hotspot:nth-child(1)').addClass('custom-hotspot-1'); jQuery('.eModal-3 .av-image-hotspot:nth-child(2)').addClass('custom-hotspot-2'); }); </script> <?php } add_action('wp_footer', 'av_hotspot_classes');If that too does not help, you would need to request such feature here – https://kriesi.at/support/enfold-feature-requests/ or hire a freelance developer as such customization is out of the scope of our support.
Also, as you can read in scope section here – https://kriesi.at/support/register/, support does not include heavy customization.
Cheers!
YigitHey!
That should have not been the case.
Can you please post FTP and WP admin logins here privately so we can look into it?Regards,
YigitHey!
Please change the code to following one
.logo a { max-height: 85%; }Then add following code to Functions.php file in Appearance > Editor
function av_move_subtext(){ ?> <script> jQuery(window).load(function(){ jQuery(".logo span.subtext").detach().appendTo('.logo a') }); </script> <?php } add_action('wp_footer', 'av_move_subtext');Cheers!
YigitFebruary 9, 2017 at 6:12 pm in reply to: Thumbnail size in featured blog post is not correct #744959Hi!
I’m always happy to help Maria! Glad it worked :)
Let us know if you have any other questions or issues and enjoy the rest of your day!
Best regards,
YigitHey Ashley!
Please firstly see private content field for your credentials and then login to our forum and go to Enfold subforum – https://kriesi.at/support/forum/enfold/#new-post
You can target each hotspot separately using :nth-child
.eModal-3 .av-image-hotspot:nth-child(1) { opacity: 0.3; }You can increase the number 1 in selector to target each hotspot. For more information, please see – https://css-tricks.com/almanac/selectors/n/nth-child/
Regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.logo img { max-height: 85%; } .logo { line-height: 10px; }Best regards,
YigitFebruary 9, 2017 at 6:05 pm in reply to: Cannot turn off display of "Category" and "Comments Count" in Blog #744944Hey!
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!
I think we could call that mix “earning the satisfaction” :)
Great! We will keep this thread open.
Thanks Marine, you too have a nice evening!
Cheers!
YigitShalom!
Please refer to this post – http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/ to add new icon fonts.
To replicate your example, please add icon element to your page on a background which is not white otherwise you would not see sonar effect. Then edit your icon element and choose to make it linked and display it as a standalone icon
Cheers!
YigitShalom!
Replied you here – https://kriesi.at/support/topic/ie11-doesnt-work-well-with-the-template/ and sharing that link to my teammates.
Best regards,
YigitShalom!
I have replied you here – https://kriesi.at/support/topic/ie11-doesnt-work-well-with-the-template/
Let us continue on your thread.Regards,
YigitShalom!
I have asked my teammates to check your website on IE11. I am on a Mac therefore i am not able to make the tests myself. Please kindly wait to hear from them
Best regards,
YigitFebruary 9, 2017 at 5:54 pm in reply to: Thumbnail size in featured blog post is not correct #744929Ciao!
1- No, from now on every thumbnail you upload will be resized accordingly.
2- Please use the plugin i mentioned in my first post and edit “entry_with_sidebar” image sizes and then regenerate them as well
Cheers!
YigitHey!
We will keep the thread open and wait to hear from you. Let us know if you need further assistance
Best regards,
YigitHey margiela!
Please refer to this post – http://kriesi.at/documentation/enfold/add-subtext-to-logo-replace-logo-with-site-title/
Cheers!
YigitFebruary 9, 2017 at 5:41 pm in reply to: Cannot turn off display of "Category" and "Comments Count" in Blog #744916Hey Sarah!
It seems like you forgot to close the last media query in your custom CSS. Please replace content of your Quick CSS field with this one – http://pastebin.com/4V8NAh3d and it should work :)
Regards,
YigitFebruary 9, 2017 at 5:39 pm in reply to: Thumbnail size in featured blog post is not correct #744914Ciao Maria! :)
Cropping should be enabled as well in that case. If that does not help as well, please create a temporary admin login and post it here privately
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!
Not at all! Let us know if you have any other questions or issues :)
Cheers!
YigitHey Marine!
Not at all :) Thank you for your efforts!
Yes, i definitely know what you mean. That feeling is the reason why i wanted to work here. Sure, it gets busy and frustrating sometimes but those cannot beat that feeling :)
I think that would be great but decision maker is always Kriesi. I informed him about this request as well. Please kindly wait to hear from us!
Cheers!
Yigit -
AuthorPosts
