Forum Replies Created
-
AuthorPosts
-
Hi,
Glad Rikard could help!
Let us know if you have any other questions and enjoy your weekend :)
Best regards,
YigitHi Alex,
I added following code to bottom of Quick CSS field
@media only screen and (min-width: 1160px) { #header .dgwt-wcas-search-wrapp { right: 15vw; top: 1.5vw; max-width: 400px; } #block-2 { padding: 0; z-index: 102; } #header .dgwt-wcas-search-wrapp form { margin-bottom: 0; } }Unfortunately, I could not come up with a simple solution that would position product search right next to menu icon. This one places it in that area however switches back on screens below 1160px as there is not enough space. If you need fine tuning, please adjust the values using media queries for different screen sizes – https://www.w3schools.com/Css/css3_mediaqueries_ex.asp
Best regards,
YigitHi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy your weekend!
Best regards,
YigitHi,
Günter added this thread as reference in dev repo. We will update you here :)
Best regards,
YigitHi Stefan,
Thanks for contacting us!
You had following custom CSS code in Quick CSS field for French and German however it was missing in English version
.avia-icongrid li .avia-icongrid-content { padding: 0 2em; }I added it to Quick CSS in English version as well and that helped.
If you would like to apply custom CSS for all languages, please add them to style.css file of your child theme in Appearance > Editor
Please review your website :)
Best regards,
YigitHey,
You are welcome! Let us know if you have any other questions and enjoy your weekend :)
Regards,
YigitOctober 22, 2021 at 2:14 pm in reply to: Logo image sizing issue after updating to 4.8.6.4 and 4.8.6.5 #1326068Hi,
@goldengate415 Are you using SVG Support plugin? I had to re-create SVG file and re-upload it for some users who were using this plugin so that might be the case :)
@manhattanctr We do not have an ETA yet however we will announce it on the forum sidebar as soon as we do :)
@Jasmer it is not the only fix/change that is going to be included in upcoming update. You can check out – https://kriesi.at/support/topic/enfold-upcoming-fixes/ for all upcoming changes :)
@thomasjarvisdesign thanks for sharing the quick fix :)Best regards,
YigitHi,
Thanks for the update!
I found 3 CSS errors in Style.css file of your child theme and fixed them. Please review your website. You can use this website to check your CSS for errors – http://csslint.net/ :)
Best regards,
YigitHi,
Glad Ismael could help! Let us know if you have any other questions and enjoy your weekend :)
Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions and enjoy your weekend :)
Best regards,
YigitHi,
The issue was related to selectors so I edited your Color Section element on your Blog page and gave it “blog-section” custom ID in Advanced > Developer Settings and then updated the code to following one
function custom_excerpt_setting(){ ?> <script> (function($){ // trim excerpt by words function trimByWord(sentence,wordcount = 20) { var result = sentence; var resultArray = result.split(" "); if(resultArray.length > wordcount){ resultArray = resultArray.slice(0, wordcount); result = resultArray.join(" ") + "..."; } return result; } $(document).ready(function(){ $('#blog-section .read-more-link').each(function() { $(this).parent().parent().append($(this)); }); $('#blog-section .avia-content-slider .slide-entry-excerpt').each(function() { $(this).text(function(index, currentText) { return trimByWord(currentText); }); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_excerpt_setting');Please review your website :)
Best regards,
YigitHi,
It seems like changing font family to Arial helps so I updated your code and changed it to following one
.more-link-arrow:after { color: #FF7800; content: "\2192"; font-family: 'entypo-fontello'; font-size: 40px; font-weight: 700; left: -20px; float: right; position: relative; font-family: 'Arial'; }But it is not updated on the front end. If you have server sided cache, please clear it.
Best regards,
YigitOctober 22, 2021 at 1:39 pm in reply to: remove fading effect/transparency in flyout out menu (smartphones) #1326058October 22, 2021 at 1:16 pm in reply to: remove fading effect/transparency in flyout out menu (smartphones) #1326055Hey,
You are welcome! :)
Please add following code to Quick CSS as well
.html_av-overlay-side-minimal .av-burger-overlay-bg { opacity: 0; }Regards,
YigitHi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
YigitHi,
I am on a Mac and this is how the icon shows up on my end on Firefox and Chrome – https://imgur.com/a/0HDv945. I copied the arrow from here – https://www.w3schools.com/charsets/ref_utf_arrows.asp but I think browsers do not display it the same. Is the issue you are having on Windows?
Regards,
YigitHey,
Thanks for contacting us!
I checked your pages but the same logo is displayed on all pages including Home page. I attached a screenshot in private content field below.
Could you please clear cache and refresh your page a few times?
Best regards,
YigitHey,
Logins did not work for me. Could you please check them once again? :)
Regards,
YigitHi,
Yes, that was it. Sometimes the solution to big problems is very simple apparently :)
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Regards,
YigitOctober 22, 2021 at 12:38 pm in reply to: remove fading effect/transparency in flyout out menu (smartphones) #1326037Hey fkm,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.html_av-overlay-side-minimal #top .av-burger-overlay { opacity: 1 !important; }Best regards,
YigitHey,
Are you using Enfold version 4.8.4 or older? If you are, please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.8.6.5 :)
Best regards,
YigitHey,
It seems like it was a permalink issue. I went to Settings > Permalinks, set it to default, saved, changed back to your option and saved again and that helped.
Please review your website :)
Regards,
YigitOctober 22, 2021 at 12:26 pm in reply to: tabbed sections duplicated on several pages but managed from central point #1326032Hey John,
Thanks for contacting us!
Please save your element as template – https://imgur.com/a/l6v1St9 and then create a new Tab Section page and load your element to that page – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#templates. After that you can add Page Content element to your page and choose to display that page. Whenever you would like to make changes on your Tab Section element, you can simply edit Tab Section page :)
Best regards,
YigitHi Rolf,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.8.6.5 :) You can download the latest version of Enfold from ThemeForest account you used to purchase the theme in Downloads page.
Let us know if you have any other questions and enjoy the rest of your day!
Regards,
YigitHi,
Could you please post FTP logins here privately as well? Also, can we temporarily de-activate all active plugins for testing purposes? If you server sided cache, please temporarily disable it as well.
Best regards,
YigitHi,
Thanks for contacting us!
Could you please post a link to your page where we can see the issue? :)
Best regards,
YigitHey,
I added the code to bottom of Functions.php file in Appearance > Editor, cleared cache and it worked. I attached a screenshot in private content field :)
Also, we only provide support to our registered users. If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ and start new threads under Enfold sub forum :)
Regards,
YigitHi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
YigitHi,
We really would love to help you, Maartje, however as I mentioned, we sell exclusively on ThemeForest and they manage purchase and download processes.
Please try contacting Envato support – https://help.market.envato.com/hc/en-us/requests/new. I hope that helps speed things up :)Best regards,
YigitHi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit -
AuthorPosts
