Forum Replies Created

Viewing 30 posts - 961 through 990 (of 82,588 total)
  • Author
    Posts
  • 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,
    Yigit

    Hi,

    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,
    Yigit

    in reply to: hide “optional” in post meta data category links #1396207

    Hi 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,
    Yigit

    in reply to: Whitescreen after changing to enfold #1396206

    Hi 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,
    Yigit

    in reply to: Website Holding Page #1396205

    Hey 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,
    Yigit

    in reply to: thin line #1396198

    Hi,

    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,
    Yigit

    in reply to: Mastodon-Icon in social profiles #1396197

    Hi,

    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,
    Yigit

    in reply to: enfold Cloudinary background image not showing #1396081

    Hi,

    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,
    Yigit

    in reply to: TO Yigit : MASONRY ISSUES #1396065

    Hi,

    You are welcome, Christophe!

    Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: No more Sidebar after update #1396049

    Hi 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,
    Yigit

    in reply to: TO Yigit : MASONRY ISSUES #1396047

    Hi 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,
    Yigit

    in reply to: No more Sidebar after update #1396044

    Hey Michael,

    Please create temporary admin logins and post them here privately so we can look into it.

    Best regards,
    Yigit

    in reply to: thin line #1396043

    Hey,

    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,
    Yigit

    in reply to: Mastodon-Icon in social profiles #1396041

    Hi 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,
    Yigit

    in reply to: Mastodon-Icon in social profiles #1396037

    Hey 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,
    Yigit

    in reply to: Theme registration, Envato, Personal token don't work #1396030

    Hey 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,
    Yigit

    in reply to: Theme Enfold Parallax Features #1396028

    Hey 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,
    Yigit

    in reply to: Updating Enfold Theme #1396025

    Hey,

    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,
    Yigit

    in reply to: Enfold Theme version 4.2.6 #1396024

    Hi,

    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!
    Yigit

    Hi,

    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,
    Yigit

    in reply to: Theme registration, Envato, Personal token don't work #1396016

    Hi 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,
    Yigit

    in reply to: Updating Enfold Theme #1396015

    Hey,

    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,
    Yigit

    in reply to: Inline icons alignment #1396014

    Hey,

    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,
    Yigit

    in reply to: Startseite wird nicht mehr geladen #1395945

    Hey Klaus,

    Currently, I am not able to connect to this page either. Have you tried contacting your hosting provider?

    Cheers!
    Yigit

    in reply to: Edit Front Problem #1395943

    Hi,

    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,
    Yigit

    in reply to: Download of files for demo Default Demo didn’t work! #1395938

    Hey Misao,

    Thanks for contacting us!

    Please create temporary admin logins and post them here privately so we can look into it.

    Best regards,
    Yigit

    in reply to: Startseite wird nicht mehr geladen #1395937

    Hi,

    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,
    Yigit

    in reply to: full screen image #1395936

    Hi,


    @Guenni007
    Thanks for your help! :)

    Best regards,
    Yigit

    Hi,

    Glad Mike could help!

    Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: Masonry Gallery Has Stopped Displaying Images #1395916

    Hi Andrew,

    You are welcome!

    Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 30 posts - 961 through 990 (of 82,588 total)