Forum Replies Created
-
AuthorPosts
-
February 1, 2023 at 1:27 pm in reply to: Display Posts from Website A on the blog posts-element of Website B. #1396213
Hi Julian,
You can use an RSS feed to display blog posts from external sites. e.g. inserting https://website-a.com/feed/ URL into an RSS widget on website B, would display the posts from website A.
Best regards,
YigitFebruary 1, 2023 at 1:04 pm in reply to: Enfold theme / Problem with the Masonry / Chronological sorting not working properly #1396209Hi,
I can see the issue on your website on older posts but I could not reproduce it on my local installation.
You are currently using an older version of Enfold. Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 5.4.
Best regards,
YigitHi Anne,
Thanks for the update!
Enfold has a “avf_exclude_taxonomies” filter that can be used to exclude “translation_priority” taxonomy. I could not reproduce the issue on my WPML site and have not tested it on your installation yet but if you would like us to look into that, please post FTP logins here privately as well.
Best regards,
YigitHi Michael,
Thanks for the update!
If the issue reoccurs, please go to Enfold theme options > Performance and switch to the “use minified JavaScrip files without merging” option in the “JS file merging and compression” field. The upcoming Enfold version includes a fix for this issue :)
Regards,
YigitHey woogie07,
That is totally optional. You will not have license issues if you prefer to develop on a staging site.
If the site has traffic and you are making modifications to PHP files, I recommend a staging site. So in case something goes wrong and you blow up the site, visitors will not be aware of it :)
If you are making only styling changes, then I would enable the Maintenance Mode in Enfold theme options. Once you are done, you can simply disable it.
Best regards,
YigitHi,
Glad Rikard could help! :)
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,
Great! I’m marking this thread as resolved.
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi,
Thanks for your patience!
Our developers pointed out that this is related to post file generation. I tested it on my test installation and disabling it works: https://i.imgur.com/1NTuJjA.png
You can add the following code to the bottom of the Functions.php file of your child theme in Appearance > Editor to disable post file generation:
function custom_avf_post_css_create_file( $create ) { return false; } add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );
Best regards,
YigitHi,
You are welcome, Christophe!
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi Michael,
Appearance > Theme Editor is disabled on your installation so I could not check the files on your child theme but the issue might be related to the modified files on your child theme. Please temporarily switch to Enfold parent theme and check if that helps.
Regards,
YigitHi Christophe,
You have a modified version of the masonry_entries.php file on your child theme inside /shortcodes/masonry_entries/ folder. That file seems to be the issue. You can rename the file to “old-masonry_entries.php” to confirm that.
If that helps, you would need to go to /enfold/config-templatebuilder/avia-shortcodes/masonry_entries/ and copy the updated version of the masonry_entries.php file, paste it inside your child theme where you have your “old-masonry_entries.php” file and reapply the modifications.
Best regards,
YigitHey Michael,
Please create temporary admin logins and post them here privately so we can look into it.
Best regards,
YigitHey,
Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab
#after_section_1, #after_section_2, #after_section_3, #after_section_4, #after_section_5, #after_section_6 { border: none; }
Best regards,
YigitHi Timo,
You are welcome!
If you would like to add background color on hover, please add the following code to Enfold theme options > General Styling > Quick CSS field
top #wrap_all .av-social-link-mastodon:hover a { background-color: #563ACC; color: white; }
Best regards,
YigitHey Timo,
I see that you have uploaded the Iconfont into Enfold theme options > Import/Export > “Custom Font Manager” instead of Enfold theme options > Import/Export > “Iconfont Manager”. Please upload it in “Iconfont Manager”.
If that does not help, please post FTP logins here privately as well so we can look into it.
Best regards,
YigitJanuary 31, 2023 at 1:52 pm in reply to: Theme registration, Envato, Personal token don't work #1396030Hey Stefan,
You are welcome! Small mistakes like that happen to the best of us :)
I am marking this thread as resolved. If you have any other questions or issues, please feel free to start new ones under Enfold subforum.
Regards,
YigitHey Julia,
Does the Theme Enfold Parallax offer the same features as the Theme Enfold 2017?
Yes, every Enfold demo offers the same features and is compatible with the mentioned plugins except for the “Contact Form Builder” plugin. We have not officially tested Enfold with it therefore we cannot guarantee. If you use the Contact Form Builder plugin on another Enfold installation, it should work fine :)
Best regards,
YigitHey,
Now, how do I do that??
You can create a new WordPress installation on a subdomain on your server and then use a plugin such as this one: https://wordpress.org/plugins/all-in-one-wp-migration/ to migrate your current site to the subdomain.
I only see two files in the child theme folder: functions.php, styles.css
So nothing to worry here, I guess?!There could be a deprecated code in the functions.php file as well but generally speaking, it is usually safe to update :) If you would like us to check the code you have in the functions.php file, please share it with us privately using Pastebin: https://pastebin.com/
Regards,
YigitHi,
Enfold version you are using is not compatible with your PHP version and updating the theme would fix that issue.
Enfold license costs 59$: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
If you already have a license, you can simply login into the ThemeForest account you used to purchase the theme and go to the Downloads page to download the latest version.
To receive auto-updates, 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.
Cheers!
YigitJanuary 31, 2023 at 1:32 pm in reply to: You might also like / Related Entries – not showing as expected #1396023Hi,
1- Please copy /enfold/includes/related-posts.php file and paste it inside /includes/ folder on your child theme.
Then, edit the related-posts.php file on your child theme and find the following line'orderby' => 'rand',
and change it to
'orderby' => 'date DESC',
This should display the most recent related post the first.
2- Please go to the WordPress admin panel > Settings > Reading and increase the “Blog pages show at most” value.
Best regards,
YigitJanuary 31, 2023 at 12:30 pm in reply to: Theme registration, Envato, Personal token don't work #1396016Hi Stefan,
Thanks for the update! We are happy that this issue was resolved :)
Have you successfully updated the theme with your new Personal Token?
Best regards,
YigitHey,
1- It seems like you have not verified your Personal Token. Please go to Enfold theme options > Theme Update and verify it.
2- You should receive theme updates after verifying your Personal Token in Enfold theme options. If you do not, please use the Envato Market plugin: https://www.envato.com/lp/market-plugin/ and insert your Personal Token into the plugin options.
3- To be safe, please create a staging copy of your site and update the theme there. If you modified the header.php or footer.php files on your child theme, you might need to update those files.- To update the files, you can rename the “header.php” file you have on your child theme to “old-header.php”
- Copy the header.php file from the updated Enfold parent theme and paste it into your child theme
- Apply the modifications you have on your “old-header.php” file to the new file.
I hope this helps!
Best regards,
YigitHey,
Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab
.av_font_icon.av-ldae6tf0-67586ebde7d1dfedc43bd17b720f4487 { margin-top: 1px; }
Best regards,
YigitHey Klaus,
Currently, I am not able to connect to this page either. Have you tried contacting your hosting provider?
Cheers!
YigitHi,
I copied the shortcodes of your page and pasted them into a page in my testing installation. It does not cause any issues.
It seems like something in the shortcode is breaking the site. Please contact your hosting provider and ask for the error log. Also, please ask them to temporarily disable mod security if it is enabled to check if that helps. I think the issue is related to some mod security rule.
Best regards,
YigitJanuary 30, 2023 at 6:01 pm in reply to: Download of files for demo Default Demo didn’t work! #1395938Hey Misao,
Thanks for contacting us!
Please create temporary admin logins and post them here privately so we can look into it.
Best regards,
YigitHi,
Your website does not load on my end at the moment.
Please contact your hosting provider and ask them for server error logs. Also, please have them run a security check on your website.
Best regards,
YigitJanuary 30, 2023 at 5:50 pm in reply to: Remove vertical white line on right side of transparent header #1395935Hi,
Glad Mike could help!
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
Yigit -
AuthorPosts