Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3225607
Latest updated (Version 8.3.1) questions
Closed

Comments

  •  3
    timmy2426 started the conversation

    I have two questions about yesterday's theme update.

    1. After the update, the content of the first post on the home page will be elementor's css file, even if I add a new post with no content at all is also the same. I have already downgraded elementor back to the old version, but the above situation still happens, so I guess it is caused by the theme update. Please refer to the picture and link.

    2. Is this custom function.php code still needed after this theme update?

    // set the number of views of new posts to zero
    add_action('publish_post',function($id){
        $count_key = penci_get_postviews_key();
        $count_wkey = 'penci_post_week_views_count';
        $count_mkey = 'penci_post_month_views_count';
        delete_post_meta($id,$count_key);
        delete_post_meta($id,$count_wkey);
        delete_post_meta($id,$count_mkey);
    },10,1);
    

    Attached files:  home-page.jpg

  •   PenciDesign replied privately
  •   timmy2426 replied privately
  •  2,486
    PenciDesign replied

    Hi,

    I've fixed this issue by going to dashboard > Elementor > Settings > Experiments: select "Inactivate" at the Improved CSS Loading.

    Regards,
    PenciDesign.


  •  3
    timmy2426 replied

    Thank you very much, the problem has been solved, wish you a good day!