marioace
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [ProfitMag] Theme broken with WP 4.5?I have the same issue, only “the latest posts”, instead the block layout for the homepage.
BTW, fresh install, only Disqus installed.Forum: Themes and Templates
In reply to: [ProfitMag] Theme broken with WP 4.5?Thanks
Did that too, one on one and all of them, i tried almost everything that i found on internet related to that message.
the only thing that worked was commenting this function from functions.phprequire get_template_directory().’/inc/admin-panel/theme-options.php’;
Forum: Themes and Templates
In reply to: [ProfitMag] Theme broken with WP 4.5?I did that
It’s something related to theme-options.phpwith this:
$profitmag_postlist[0] = array(
‘value’ => 0,
‘label’ => ‘–choose–‘
);
$arg = array(‘posts_per_page’ => -1);
$profitmag_posts = get_posts($arg);
foreach( $profitmag_posts as $profitmag_post ) :
$profitmag_postlist[$profitmag_post->ID] = array(
‘value’ => $profitmag_post->ID,
‘label’ => $profitmag_post->post_title,
);
endforeach;
wp_reset_postdata();Forum: Themes and Templates
In reply to: [ProfitMag] Theme broken with WP 4.5?Thanks for your answer WEN Solutions,
the problem comes when i tried to enter into the Admin Panel, with the theme active.
I can browse the website, but when i tried to enter into the dashboard, it gives me a Fatal Error: “Fatal error: Allowed memory size of 268435456 bytes exhausted”Disabling the theme, i can enter normally into the admin panel. It’s not a plugin problem, is related to the theme.
Regards
Thanks A LOT! Bojan
It Worked!!btw, you are giving more support to the this theme, than the Theme Developers ??
Best Regards
Hey there Bojan
Thanks for the quick reply
Here’s a screenshoot of waht i meant of Sidebarhttps://www.screencast.com/t/6hHqrGmkGi
and here’s the link to my Website
Regards
Wow This post helped me a lot
but now i want to hide the date of the sidebar posts
how can i do that?