Viewing 4 replies - 1 through 4 (of 4 total)
  • Yes – I noticed this as well. My only work-around has been to shuffle widgets up the sidebar until they are all in the correct position ??

    Thread Starter checmark

    (@checmark)

    Thanks for commenting. I am having a nightmare trying to move widgets at all. I have a text widget under the right sidebar but the minute I try to move it up it disappears and ends up under the FAQ sidebar, for some unknown reason. Not only is this happening with text widgets but the same thing happened when I tried to move a Revolution Slider widget. My site is a mess because of this. I can only assume it’s something to do with the WordPress update.

    Thread Starter checmark

    (@checmark)

    Well, I finally heard back from my theme developer and the problem is apparently that I have too many sidebars on the “page”. He showed me that if I zoomed out I could move the widgets. The only thing that doesn’t make sense to me is that I am viewing them on a 39″ monitor so I don’t get why they don’t fit.

    You can read it full here!
    https://www.juancarbonel.com/plugin-alternative-fix-display-widgets/

    Hi guys, if you are into programming.. you can open the plugin file and comment the following sentences:

    (593) //$saved_details = get_transient( $this->transient_name );

    (605) //if ( empty($this->pages) ) {
    $this->pages = get_posts( array(
    ‘post_type’ => ‘page’, ‘post_status’ => ‘publish’,
    ‘numberposts’ => -1, ‘orderby’ => ‘title’, ‘order’ => ‘ASC’,
    ‘fields’ => array(‘ID’, ‘name’),
    ));
    //}

    (642) /*set_transient( $this->transient_name, array(
    ‘pages’ => $this->pages,
    ‘cats’ => $this->cats,
    ‘cposts’ => $this->cposts,
    ‘taxes’ => $this->taxes,
    ), 60*60*24*7 ); */

    Hope it help

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Was working great until WordPress update’ is closed to new replies.