Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1020903

    Hi – we are new to Enfold and very excited about it.
    We’re running wiforum.org and have a few questions to fine tune the appearance to our liking.

    1) EXCERPT NOT WORKING
    Blog is showing the full post, not just the excerpt. Once it is off the list on ENFOLD THEME SETTING it works.

    2) ADD-TO-ANY
    Can I remove ADD-To-Any on the blog list?

    3) WP_POSTVIEW
    WP_post views is not working on my site

    4) POST DATA
    Can I move >>Date | comment | Author << from the bottom of the excerpt and the bottom of the single post page to the top of the page, right below the title ? Also, would be nice to show the author name below the author picture

    5) MAIN MENU SUB LEVEL LINKS
    How can I change font size in advanced styling – it is really small

    7) MAIN MENU
    would be great to change font type (bold, normal)

    #1022283

    Hey Axel,

    Thank you for using Enfold.

    1.) Did you set your posts page as blog in the Enfold > Theme Options panel? Are you using the Advance Layout Builder? Please post the site url so that we can check the current setup of the site.

    2.) What do you mean by “add-to-any”? Please provide a screenshot or a link.

    3.) Unfortunately, we don’t or we can’t provide support for third party plugins as stated on our support policy. Please contact the plugin author for more info.

    4.) We need to see the current blog style and layout. Please provide the blog page url.

    5.) There is a font size option in the Enfold > Advanced Styling panel.

    6.) You can also edit the main menu style in the Enfold > Advanced Styling panel.

    We don’t usually entertain more than one question on a single thread because multiple questions can become a bit confusing and difficult for other users who are searching for the same answer. We kindly ask that you open separate threads in the future. Thank you for understanding.

    Best regards,
    Ismael

    #1024110

    Thanks a lot Ismael.
    I will split up the open questions as suggested.
    The websites are http://wiforum.org http://worldwithnowork.com axelschultze.com we purchased a total of 5 licenses so far.
    Thanks much
    Axel

    #1024654

    Hi,

    Thanks for the update.

    4.) You can use this script to move the post meta info after the title.

    add_action('wp_footer', 'ava_custom_script_move_blog_info');
    function ava_custom_script_move_blog_info(){
    	?>
    	<script type="text/javascript">
            const entry = document.querySelector(".single .entry-content-wrapper");
            const meta = document.querySelector(".single .post-meta-infos");
            const title = document.querySelector(".single .av-heading-wrapper");
           
            title.parentNode.insertBefore(meta, title.nextSibling);
    	</script>
    	<?php
    }

    5-6.) Again, you can edit those elements in the Advanced Styling panel. Let us know if it’s not working.

    Best regards,
    Ismael

    #1064933

    Thanks a lot !!!

    #1065081

    Hi,

    I’m glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.