Forum Replies Created
-
AuthorPosts
-
Hi Ralph,
Sorry for the inconvenience.
I read through each post on this thread and tried reproducing the issue on your page, however preview does work fine on my end too.
For testing, I saved a template called “test-temp” and created a new page and checked the preview on the copy page and it worked fine there too. Please see screenshots and copy page URL in private content field. I tried adding color sections with background color to the top of both pages and previewed them.There is a known preview issue with pages that are duplicated using plugins and since you mentioned you are having the issue with only one page, we wanted to see if that is the case.
Regards,
YigitHi,
@stamjoe1 You are welcome!We will keep the thread open and will wait to hear from the creator of this thread. If you have any other questions or issues, please feel free to start a new thread under Enfold sub forum :)
Best regards,
YigitHey Patrick,
I updated the theme to the latest version and then applied steps recommended here – https://kriesi.at/documentation/enfold/optimization/#troubleshoot. Please clear server cache and then enable JS and CSS file merging and compression if desired :)
Cheers!
YigitHey,
@aaravg I updated the theme to the latest version and that fixed the issue. Please refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and insert Personal Token in Enfold theme options so you receive updates and do not have such issues in future :)
@stamjoe1 I went to Enfold theme options > Performance tab and disabled CSS and JS file merging and compression and that helped. Since you are using CSS and JS minification on a plugin, you can leave that option disabled in Enfold theme options.Regards,
YigitAugust 20, 2020 at 10:36 pm in reply to: WPML site – Button Link only offers original language pages in dropdown list #1239662Hi,
We are sorry for the late reply!
Could you please update Enfold to the latest version 4.7.6.3 and WordPress to 5.5 then try switching to parent theme and check if that helps? I am note sure what exactly is wrong but I am guessing it might be modified WPML config files on your child theme or old WP version.
If suggestions above does not help, please post FTP logins here privately as well :)Best regards,
YigitHi,
Glad you figured it out and thanks for sharing your solution :)
Best regards,
YigitHey Alex,
Could you please create temporary admin logins and post them here privately so we can look into it?
I tried recreating this on my local installation with following code and it worked fine for me
add_filter('avia_breadcrumbs_trail', 'avia_adjust_breadcrumb', 50, 1); function avia_adjust_breadcrumb($trail) { if(is_single) { $erosion = get_post(68); $trail[1] = '<a href="' . ( $erosion->post_name ) . '" title="' . esc_attr( $erosion->post_title ) . '">' . esc_attr( $erosion->post_title ) . '</a>'; $trail[2] = '<a href="#" title="test-title">test title for custom</a>'; } return $trail; }Please see screenshots in private content field
Best regards,
YigitHey,
Thanks for contacting us and sorry for the late reply!
Issue seems to be related to header.php file on your child theme.
Could you please update Enfold to the latest version 4.7.6.3 and move fresh copy of header.php file from parent theme to your child theme and re-apply your modifications on updated header.php file?Best regards,
YigitHi,
You are welcome, Peter! Let us know if you have any other questions or issues :)
Best regards,
YigitHi Arnout,
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 :)
Best regards,
YigitHi Tom,
Sorry for the late reply!
I see that you have already inserted Mailchimp API key in Enfold theme options however you have Contact Form element on your page. Please simply replace Contact Form element with Mailchimp Signup element :)
Best regards,
YigitAugust 19, 2020 at 11:05 pm in reply to: Styling the menu + grid row content not centered on mobile view #1239323Hi,
Sorry for the late reply!
I added following code to bottom of Quick CSS field in Enfold theme options > General Styling tab
#top .av_header_transparency .avia-menu-fx { bottom: 35%; } #header .avia_mega_div { top: 64%; } @media only screen and (max-width: 767px) { .responsive #top #wrap_all #mob-center.av-flex-cells .no_margin { display: flex; align-items: center; }}One code for each question :) To make sure 2.1 only applies to the grid row on your page, I edited it and gave it “mob-center” ID.
Please review your website :)
Best regards,
Yigit-
This reply was modified 5 years, 6 months ago by
Yigit. Reason: added missing closing curly bracket
Hey Peter,
You can find it in enfold/css/base.css file by searching
“av-medium-hide” and “av-small-hide”
You can adjust the values and then copy the file to your child theme inside /css/ folder and then add following code to Functions.php file of your child themeadd_action( 'wp_enqueue_scripts', 'wp_change_basecss', 20 ); function wp_change_basecss() { wp_dequeue_style( 'avia-base' ); wp_enqueue_style( 'avia-base-child', get_stylesheet_directory_uri().'/css/base.css' ); }Best regards,
YigitAugust 19, 2020 at 10:32 pm in reply to: Reading time on blog post page (blog posts widget) #1239318Hey,
Sorry for the late reply!
Could you please check the password once again? It does not work for me.
Best regards,
YigitHey Arnout,
Sorry for the late reply!
I went to Event settings and disabled Block editor. Please review your website :)
Best regards,
YigitHi,
@mwolfert Sure! I have saved your email and will be emailing you beta versions :)Regards,
YigitHi,
Please use this plugin – https://wordpress.org/plugins/loco-translate/ to translate untranslated strings :)
Best regards,
YigitHi Roger,
Thanks for the screenshot! It is clear now. I have updated the request :)
Best regards,
YigitHi Roger,
1- Change log was updated.
2- Typo was fixed and will be updated in upcoming version.
3- Informed our devs regarding your request.
4- Not sure I understood this one. Could you please elaborate?Thanks!
Best regards,
YigitHey Oli,
Please contact your hosting providers and ask them to upgrade PHP version to 7.4 and that should help :)
Best regards,
YigitHey,
I think it might be related to your “ShiftNav Pro – Responsive Mobile Menu” plugin. Do you receive the notice when plugin is de-activated?
Best regards,
YigitHi,
I logged into your dashboard however I do not see such notice. Does it show up on a certain screen?
Best regards,
YigitHi,
Glad you figured it out and thanks for sharing your solution!
Enjoy your weekend :)Best regards,
YigitHey,
I checked your website on my iphone in dark mode and it is displayed correctly.
Could you please try adding following code to bottom of Quick CSS field@media (prefers-color-scheme: dark) { .header_color .header_bg { background-color: #ffffff; }}Please make sure to flush cache.
Cheers!
YigitHey Andreas,
Thanks for contacting us!
I did not say that you would get a 2nd license, but said that you can use the same license on both sites – https://kriesi.at/support/topic/find-the-right-theme-for-a-non-profit-organization/#post-1214246 :)
You are a non-profit organization which has 2 sites with almost the same content, only with different ccTLD. So your case falls into “allowed variation” category and you can use the same license on both sites – https://help.market.envato.com/hc/en-us/articles/115005597526-I-want-to-make-multiple-end-products-with-the-same-item-how-many-licenses-do-I-need-to-buy-
Best regards,
YigitHi,
You have following custom CSS codes
@media only screen and (min-width: 768px) and (max-width:905px) { .av_textblock_section { margin-top: -226px; !important; } } @media only screen and (min-width: 906px) and (max-width:989px) { .av_textblock_section { margin-top: -203px; !important; } } @media only screen and (min-width: 990px) and (max-width:990px) { .av_textblock_section { margin-top: -208px; !important; } } @media only screen and (min-width: 991px) and (max-width:1170px) { .av_textblock_section { margin-top: -210px; !important; } } @media only screen and (min-width: 1171px) and (max-width:1194px) { .av_textblock_section { margin-top: -185px; !important; } }Please delete it.
Also, padding on your Grid cells with Text are defined as “50”. Please update them to “50px” and that should fix the issue :)
Best regards,
YigitHey,
I checked your website on my iPhone 7 plus and could not reproduce the issue on my end. I think it happens on bezel-less devices. We will check if anyone from our team has such device :)
Best regards,
Yigit -
This reply was modified 5 years, 6 months ago by
-
AuthorPosts
