Forum Replies Created
-
AuthorPosts
-
Hi,
I have installed beta version of Enfold 5.2 on your site, updated breadcrumbs shortcode function in functions.php and activated Events Calendar Pro plugin and it did not throw fatal error.
Could you please review your website? :)
Best regards,
YigitHi,
Website 1
I checked your website on my iphone in landscape mode but it looks fine to me. Title font size is big however if you decrease it by referring to our previous replies, it should look great.If I did not understand the issue, could you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com and post the links here.
Website 2
5) Sidebar
It seems like “Do not show sidebar on smartphones” option not enabled in theme options. Could you please confirm that? If it is not enabled, then please check your custom CSS for following code@media only screen and (max-width: 767px) .responsive #top #main .sidebar { display: none; }
You can add following code to Quick CSS and change page ID (“page-id-6968” in example below) to display sidebar on mobile on specific pages
@media only screen and (max-width: 767px) { .responsive #top.page-id-6968 #main .sidebar { display: block; }}
6) Header
Please add following code to Quick CSS field in Enfold theme options > General Styling tab@media only screen and (max-width: 990px) { #header_meta { display: none; }}
Best regards,
YigitOctober 14, 2022 at 12:42 pm in reply to: Problem with breadcrumbs (when activating "polylang for woocommerce") #1368857Hey,
Thanks for contacting us!
Could you please create a testing environment where we can see the issue and post temporary WP admin and FTP logins here privately so we can look into it? :)
Best regards,
YigitHi,
Thanks for contacting us!
Does the issue only happen on Enfold? If so, please create a testing environment and post temporary WP admin and FTP logins here privately so we can look into it.
If the issue happens on default theme as well, please ask TEC team to provide you a temporary solution :)
Regards,
YigitHi Chris,
Thanks for contacting us!
The website is currently using Enfold 4.6.2 which is not compatible with your WordPress and PHP versions. Updating the theme to the latest version 5.1.2 would fix the issue.
You can purchase an Enfold license – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 and then refer to this post – https://kriesi.at/documentation/enfold/theme-update/ to update it.
I hope that helps! Let us know if you have any other questions and enjoy the rest of your day :)
Regards,
YigitHi,
Our devs have fixed the issue and it will be included in upcoming version :)
Best regards,
YigitHi,
Great! Glad you figured it out and thanks for sharing your solution :)
Let us know if you have any other questions and enjoy the rest of your day!
Best regards,
YigitHi,
Glad Ismael could help you out!
Let us know if you have any other questions and enjoy the rest of your day :)
@guenni007 thanks for your help as always!Best regards,
YigitOctober 11, 2022 at 1:19 pm in reply to: Add Background Image with Color Overlay on Grid Row #1368423Hi,
I adjusted the paddings and margins in the cell and then added following code to bottom of Quick CSS field
/* Support cell padding */ .support-cell .av-special-heading { padding: 30px; } .support-cell .av-subheading p:last-child { padding-bottom: 30px; } #top .support-cell .av-special-heading-tag { background-color: white; width: fit-content; padding: 10px 10px 10px 0; left: -50px; position: relative; text-indent: 50px; margin-bottom: 20px; }
Please review your website :)
Best regards,
YigitHi comkapi,
Thanks for your contribution, Patrick! We will include the updated language files in upcoming version :)
Best regards,
YigitOctober 10, 2022 at 7:30 pm in reply to: Conflict with The Events Calendar after their major update #1368331Hey Anette,
Thanks for contacting us!
I temporarily switched to the default theme and seems like retreat category does not show up in default theme as well so this is not theme related.
Could you please contact The Events Calendar team? :)
Best regards,
YigitHey,
Thanks for contacting us!
You had following custom CSS code on the top of Additional CSS field that is in Appearance > Customize tab
.pagination {display:none;}
I commented it out and that helped. Please review your website :)
Best regards,
YigitHi,
Thanks for confirming!
Let us know if you have any other questions and enjoy your weekend :)
Best regards,
YigitOctober 7, 2022 at 2:25 pm in reply to: Recent comments widget does not show actual comment content #1367969Hi,
Enfold uses classic widgets and not block widgets and it seems like classic widgets do not display comments on the widget. So I am afraid we do not have a code snippet that we could share that would display the comments on the widget :/
Best regards,
YigitHey,
That is because it was not translated in language files. Looking at the other social share icons, I translated it as “Compartir en WhatsApp”. Is that correct translation?
If there are other missing translations, please translate them and contribute on – https://kriesi.at/support/topic/please-contribute-and-translate-enfold/ so we can update language files in Enfold.
Best regards,
YigitHi,
Please use the code as following
#top #header .av-main-nav > li > a:hover, #top #header .av-main-nav > li.current-menu-item > a { background-image: url(https://kriesi.at/themes/enfold-2017/wp-content/uploads/sites/66/2017/02/logosquare-layer-mini.jpg); background-size: 20px 20px; background-repeat: no-repeat; background-position: bottom center; }
Best regards,
YigitHey Dick,
Thanks for contacting us!
The issue seems to be related to Revolution Slider. You can go to /wp-content/plugins/ and rename “revslider” folder to “old-revslider”. That would de-activate the plugin and you should be able to login after that. You can also try setting WP debug to false – https://codex.wordpress.org/WP_DEBUG
If you have recently upgraded your PHP version, please update Enfold (https://kriesi.at/documentation/enfold/theme-update/) and WordPress to the latest versions as well.
I hope that helps :)
Regards,
YigitOctober 4, 2022 at 6:43 pm in reply to: Blog small featured image is resized ignoring styling #1367613Hi,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitOctober 4, 2022 at 5:08 pm in reply to: Masonry Gallery Title/Excerpt Background Color and Padding #1367587Hey,
Thank you, hope you are having a beautiful day as well :)
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.av-masonry-entry .av-inner-masonry-content, .av-masonry-entry .av-inner-masonry-content .avia-arrow { background-color: orange; } .av-masonry-entry .av-inner-masonry-content { padding: 30px; }
Best regards,
YigitHey,
Thanks for contacting us!
I checked your website but it seems like you have already figured it out? I attached a screenshot in private content field below.
Please let us know if you need further assistance :)
Best regards,
YigitHi,
We are sorry for the late reply!
1- I edited your Grid Row element and set the minimum height to 500px.
2- Setting minimum height took care of this one as well because you already set the alignment to bottom
4- I edited your custom CSS code and changed it to following
.staffBio { background: rgba(255,255,255,0.6); padding: 10px; color: #000000!important; font-size: 13px!important; line-height: 18px; }
Please review your website :)
Best regards,
YigitOctober 4, 2022 at 4:48 pm in reply to: Add Background Image with Color Overlay on Grid Row #1367582Hi Navin,
Sorry for the late reply!
I added following code to Quick CSS field
/* Extended BG */ .av-special-heading.headerCustomBG::before { background: #C0FBFE; content: ''; height: 83px; width: 100%; position: absolute; top: 0; left: -100%; }
Please review your website :)
Best regards,
YigitOctober 4, 2022 at 4:17 pm in reply to: Blog small featured image is resized ignoring styling #1367580Hi,
Please use the code as following instead
#top .big-preview img { width: auto; margin: auto; }
Best regards,
YigitHi Max,
We cannot reproduce the issue. Post a link of your page when it is available.
Regards,
YigitHey,
Please copy the content of your style.css file and paste it into Notepad++ and refer to this post – https://stackoverflow.com/a/8432691 to save it without BOM. Then replace that style.css file with the one you have on your child theme.
Regards,
YigitHi,
Our support does not include customization however we try to be as helpful as possible. You do not give us enough information, not even a link of your website and expect us to give you a fully customized code depending on your answers.
Let us not waste any more time. If this is something you really need, hire a freelance developer.
Best regards,
YigitHi,
can they be removed because they are not valid/deprecated?
But let us not focus on that Max
We have already told you the deprecated/unnecessary ones as you asked. You are the user/developer of your site. Do you still need to remove the comment block and dates from the combo widget? If so, keep the rest of the code. If not, delete it as well. Simple as that.
Best regards,
YigitHi,
That is correct, it hides all descriptions and changing it to the code you posted should only hide on page with 32278 ID.
Best regards,
YigitOctober 4, 2022 at 12:35 pm in reply to: Description & title in masonry element move to the left #1367558Hi,
You already have item ID in the code so adding Workshop ID is not necessary.
I tried the code on my local installation and it works. Please post a link of your page so we can look into it.
Best regards,
Yigit -
AuthorPosts