Forum Replies Created
-
AuthorPosts
-
Hey,
Thanks for contacting us!
Please go to Enfold theme options > Performance and disable JS file merging and compression, save theme options and check if that helps. After that you can enable file merging and compression again :)
Cheers!
YigitHi Kat,
We are happy that Ismael could help you out :)
Let us know if you have any other questions and enjoy the rest of your day!
Regards,
YigitMerhabalar,
Iyiyim, tesekkurler. Umarim sizde iyisinizdir :)
1- Lutfen bu gonderiye goz atin – https://yoast.com/structured-data-schema-ultimate-guide/
2- Contact Form elementini duzenleyip Security bolumunden aktif etmeniz gerekiyor – https://imgur.com/a/S9u2dXg. Gizli bir test sayfasi olusturup denedim ve duzgun calisiyor. Gizli alandan linki paylastim.
3- Indexlenmede her hangi bir sorun gorunmuyor. Ekran goruntusunu gizli alandan paylastim.
4- Akordiyon elementini duzenleyerek her akordion elementi icin ozel sekme ID’si girebilirsiniz – https://imgur.com/a/j3ocaNq.
5- Hic bir eklentiye dokunmadim.Best regards,
YigitHi,
Please copy /enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.php to your child theme and then find following line
$meta_content .= "<time class='slide-meta-time updated' {$markup}>" . get_the_time( get_option( 'date_format' ), $the_id ) . '</time>';and change it to following
$meta_content .= "<time class='slide-meta-time updated' {$markup}>" . get_the_modified_time( get_option( 'date_format' ), $the_id ) . '</time>';Best regards,
YigitHi Ed,
Sorry for my late reply.
Could you please try updating Enfold to the latest version 4.9? If that too does not help, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new thread under Enfold sub forum and attach temporary admin logins in private content field so we can look into it.
Best regards,
YigitHey,
Alright. We will keep the thread open and wait to hear from you :)
Regards,
YigitHey,
It would be the best to de-activate all active plugins then activate them one by one to find the culprit I am afraid.
Regards,
YigitHey,
Thanks for contacting us!
I replaced your code with following one
.av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry { margin-right: 30px; }Please review your website :)
Cheers!
YigitHi Vera,
I edited your CSS code in Appearance > Custom CSS and changed it to following
@media only screen and (max-width: 767px) { .responsive #top.home #wrap_all #av-layout-grid-1.av-flex-cells .no_margin { padding-left: 0 !important; padding-right: 0 !important; } }Please review your website :)
Best regards,
YigitHi Paul,
Thanks for contacting us!
You can login on ThemeForest with the account you used when purchasing Enfold and go to Downloads page to download the latest version and update the theme – https://kriesi.at/documentation/enfold/theme-update/.
If you would like to receive auto updates in WP dashboard and update the theme with a few clicks, please refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and generate a Personal Token and insert it in Enfold theme options :)
Best regards,
YigitHi,
Issue was memory limit related. I added following line to wp-config.php file and that helped
define( 'WP_MEMORY_LIMIT', '256M' );Please review your website :)
Best regards,
YigitHi Pete,
Thanks for contacting us!
Width of the images inside 2/5 column elements is too small to cover full width on landscape mode. Please add another Image element to your column with wider version of the images and choose to hide them on desktop and display them on mobile in Advanced > Responsive tab :)
Regards,
YigitHey @gibbymedia,
Thanks for sharing your solution! :)
Let us know if you have any questions and enjoy the rest of your day!
Cheers!
YigitHey,
Thanks for contacting us!
Issue is related to Widgetize Pages Light plugin.
Please add following code to Quick CSS field in Enfold theme options > General Styling tab and check if that helps
@media only screen and (max-width: 767px) { [class*="column"] + [class*="column"]:last-child { float: left; } }Regards,
YigitHi,
I think it could be “Hash Link Scroll Offset” plugin. You can refer to this post – https://kriesi.at/documentation/enfold/menu/#one-page-menu to create such menu without using a 3rd party plugin :)
Best regards,
YigitHey,
Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp and update the theme via FTP :)
Regards,
YigitHi,
It seems like you are still using Enfold 4.6.3.1. Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.9 :)
Best regards,
YigitHey,
Thanks for contacting us!
Could you please try de-activating all active plugins and check if that helps?
Best regards,
YigitHi,
Sure, please post temporary FTP and WP admin logins here privately so we can look into it :)
Best regards,
YigitHi,
Broken HTML would break the page. As long as you make sure your HTML is not broken, there should not be any issues.
Please make sure all Strong tags are opened and closed properly as following
<strong>This is a strong text</strong>Best regards,
YigitFebruary 21, 2022 at 1:14 pm in reply to: Warning to Enfold Users – ADA Compliance Lawsuits a Big Issue in USA Now #1341623Hi Rob,
A Level is the lowest level and AAA is the highest level. Line heights are increased when AAA conformance level is selected for better readability :)
Best regards,
YigitFebruary 21, 2022 at 1:08 pm in reply to: Hotfix for fixed: problem with uploaded google fonts not working after 4.8.9.1 #1341622Hi @GWS,
Thanks for your feedback!
Future readers; we have just released Enfold 4.9 which includes the fix :)
Best regards,
YigitFebruary 21, 2022 at 1:06 pm in reply to: Matomo Analytics Cookies Opt-In Reload After Accept #1341621Hi,
Sorry for the late reply!
I could reproduce the issue on Firefox as well and reported to our devs. However they mentioned that this is cross domain issue. There are ways to manipulate the header in WP or via .htaccess file – but this is not theme related and needs deeper digging into. You can refer to this post – https://stackoverflow.com/questions/3342140/cross-domain-cookies
Best regards,
YigitFebruary 18, 2022 at 5:26 pm in reply to: Hotfix for fixed: problem with uploaded google fonts not working after 4.8.9.1 #1341359Hi,
I added following code as a new snippet
add_filter('avia_breadcrumbs_args', 'avia_change_home_breadcrumb', 10, 1); function avia_change_home_breadcrumb($args){ if ( get_post_type( get_the_ID() ) == 'dlp_document' ) { $args['show_home'] = __( 'Home / Library documents', 'avia_framework' ); } return $args; }This basically just replaces “Home” with “Home / Library documents” :)
Best regards,
YigitHi,
Your page is password protected so I could not view it. Full width elements such as Color Section, Fullwidth Easy Slider etc. push sidebar below them. Could that be the case on your page as well?
Best regards,
YigitFebruary 18, 2022 at 4:31 pm in reply to: How to change color of hover-background in Burger-Menu? #1341352Hi Jak,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top .av_header_transparency .main_menu ul:first-child > li > a:hover, #top .av_header_transparency .main_menu ul:first-child > li > a:focus, #top #wrap_all .av_header_transparency .sub_menu > ul > li > a:hover, #top #wrap_all .av_header_transparency .sub_menu > ul > li > a:focus { opacity: 1; }Best regards,
YigitHi,
If you are able to update the theme with only those 3 permissions using Envato Market plugin, that is fine! 7 permissions are required to be able to update the theme from Enfold theme options :)
Thanks for sharing your solution. Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi,
I logged into your account and it seems like you can start new threads – https://kriesi.at/support/forum/enfold/#new-post :)
I have attached your new password in private content field below. Please do not forget to change it :)
Best regards,
YigitHi!
1- Semi colon is missing after border-radius property and that is causing the issue – https://imgur.com/a/JcTI9P5. If I add it in dev tools, it works correctly – https://imgur.com/a/IChWNpp.
You are using Block Editor and this is not a CSS conflict with Enfold so I would recommend you to contact WordPress support regarding the issue.
As a temporary workaround, I added following code to Quick CSS in Enfold theme options > General Styling tab
.wp-block-button__link.has-col-ffffff-color.has-col-ff-6600-background-color.has-text-color.has-background { border-radius: 0; background-color: #f60; }2- You can add it to functions.php file of Enfold parent theme however when you update the theme, file would be overwritten so you would need to add it again. That is why we would recommend you to use a child theme :)
Regards,
Yigit -
AuthorPosts
