• Resolved marioace

    (@marioace)


    Hi
    My website was updated to WordPress 4.5 but the theme is giving me a headache, because is causing an overhaul in php memory when i tried to enter into the WordPress Admin Panel.

    Anyone has suffered something similiar? Can anyone help me please?

    Regards

Viewing 15 replies - 1 through 15 (of 20 total)
  • Hello @marioace

    There is currently a known issue with WordPress 4.5 jQuery.
    But you issue is not much clear whether its a jquery issue or something else.
    So please tell you issue in more detail so that I can figure out the problem.

    Regards!!!

    Thread Starter marioace

    (@marioace)

    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

    WordPress overrides PHP’s memory limit to 256M, with the assumption that whatever it was set to before is going to be too low to render the dashboard. You can override this by defining WP_MAX_MEMORY_LIMIT in wp-config.php:

    define( 'WP_MAX_MEMORY_LIMIT' , '512M' );

    Hope this helps!

    Thread Starter marioace

    (@marioace)

    I did that
    It’s something related to theme-options.php

    with 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();

    Hello,
    It might not be totally the themes fault.
    The error can sometimes be triggered by some plugins according to my research.
    So try and deactivate all your plugins and see if it works.
    If it does try and activate plugins one by one and see which plugin is causing the error.

    best regards

    Thread Starter marioace

    (@marioace)

    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.php

    require get_template_directory().’/inc/admin-panel/theme-options.php’;

    Hello @marioace

    Sorry for the inconvenience.

    We would like to inform you that the new major update (version 2.0.0) has just been released with the Theme Option replaced by light-weight and flexible Customizer Options.

    Please update the latest version of the theme.

    If the issue still continues feel free to report.

    Further you can take help from the documentation of this theme here

    https://themepalace.com/theme-instructions/profitmag-pro/

    Let us know how it goes.

    Best Regards!!

    My profitmag theme just took a big crap.

    The homepage is totally broken.

    No changes were made by me to result in this problem.

    What happened to it in the pas day or two to cause this?

    Jack

    Theme Author Rigorous Themes

    (@wpgaint)

    Hi Jack,
    Profitmag is updated to version 2.0.0
    As this is major update few changes are different than older version.
    To follow standards and new rules of WordPress those changes have been done.
    You can find most of your answer on our FAQ page. Please visit here
    If you need further help feel free to contact us anytime.
    Thank you.

    Hi Jack,

    Profitmage have been recently updated to 2.0.0, Theme Option is converted to Customizer.

    Profitmag 2.0.0 is the major update. Some changes in old layout and functionality have been done.

    As frontpage shows latests posts in default you are seeing default listing.

    To see blocks like demo you can follow answer in FAQ page of Rigorous Themes.

    Click here

    If you still could not find solution, feel free to share your site url so that debugging will be more easier.

    Thank you.

    Hi! Creating “Home” page doesnt solve the problem of old homepage. When I set Home as default it doesnt redirect

    Theme Author Rigorous Themes

    (@wpgaint)

    Hi Newstruk,
    Can you please provide us your site url?
    Latest Posts might be because of cache as it was added from JS in old version which have been removed and added in header in latest version.
    After you create home page please go to “Settings >> Reading” and select “A static Page” option, assign newly created blank ‘Home’ page under Front Page dropdown.
    You can see screenshot here

    The website page is https://www.eflstar.com.

    I’ll try reassigning content to the page with the customizer.

    No luck. Reasigning blocks doesn’t help. I’ve tried changing the number of rows for each category, etc.

    Theme is broken as of 2.0.0

    Jack

    Hello,

    Actually the theme is not broken. The problem here is slider not supporting the <iframe width="832" height="624" src="https://www.youtube.com/embed/PhYjw09lZjc"> video embedding tag you are currently using on your slider. If you use images instead of the video, you will be able to setup rest of your home page with out breaking a sweat.
    I personally have checked the functionality of the customization setting, it seems to work fine until now, and will continue to work as long as you follow the procedures and a most important step which is selecting the home page and the blog page instead of your latest post from Dashboard => Appearance => Customize => Static front page.

    Sorry if you wanted to slide videos, it is being worked on and will be fixed on one of the next updates

    best regards.

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘Theme broken with WP 4.5?’ is closed to new replies.