Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Contributor Max Bond

    (@max-bond)

    Hello!
    I checked your front page html source.
    Widgets have no IDs – that is the problem. See FAQ.

    Thread Starter Vivek Nath.R

    (@viveknath322)

    Hey, I edited register sidebar function, and now its working perfectly.
    Thanks for your immense support.

    Thread Starter Vivek Nath.R

    (@viveknath322)

    Ohh, just noticed now, its working only on home page not in post pages and also images are not showing up.

    if ( function_exists('register_sidebar') )
    // Sidebar Widget
    register_sidebar(array('name'=>'Sidebar',
    	'before_widget' => '<li class="widget widget-sidebar">',
    	'after_widget' => '</li>',
    	'before_title' => '<h3>',
    	'after_title' => '</h3>',
    ));

    I changed above code to this

    if ( function_exists('register_sidebar') )
    // Sidebar Widget
    register_sidebar(array('name'=>'Sidebar',
    	'before_widget' => '<li id="%1$s" class="widget widget-sidebar %2$s">',
    	'after_widget' => '</li>',
    	'before_title' => '<h3>',
    	'after_title' => '</h3>',
    ));

    Plugin Contributor Max Bond

    (@max-bond)

    The code is ok.

    There are a lot of javascript erros on your site. Fix them, then try again.

    also images are not showing up

    Might be css glitch, need to see in action.

    Thread Starter Vivek Nath.R

    (@viveknath322)

    Max,
    I don’t know much about JS & coding, so can you show me the Javascript errors or any tool to identify JS errors?

    Plugin Contributor Max Bond

    (@max-bond)

    Can you activate plugin? Need to see problems in action

    Thread Starter Vivek Nath.R

    (@viveknath322)

    Okey activated.

    Plugin Contributor Max Bond

    (@max-bond)

    Look, on subpages all javascript functions is not working.

    The main problem:

    Failed to load resource: the server responded with a status of 403 (Forbidden) 
    
    https://digital5.digitaladvices.netdna-cdn.com/wp-content/cache/minify/00000…rFS0u6iWH_j02t72b9dej7eT-aUFvbmRn1DbjjdzBYdgonvcTWTnG7MHCWdX9z_8R151Q54.js 403 (Forbidden)

    Why? I don’t know. May be you should clear W3 Total Cache?

    I am sure, with standard script loading, plugin will work…

    Thread Starter Vivek Nath.R

    (@viveknath322)

    I disabled Minify option in W3 Total cache after that its working on post pages and images are loading.

    Plugin Contributor Max Bond

    (@max-bond)

    Yes, much better now! )

    Thread Starter Vivek Nath.R

    (@viveknath322)

    In q3w2 options page there are two options for hiding this plugin when viewing from mobile or tablet devices, I checked that by resizing my browser window but its showing up as sticky when my browser window resized to smaller. what might be the problem?

    Plugin Contributor Max Bond

    (@max-bond)

    Simple resizing will have no effect.
    You need to access site in mobile device browser.

    Mobile detection is based on Mobile-Detect project.

    Thread Starter Vivek Nath.R

    (@viveknath322)

    Okey, Thanks a lot Max for your immense support.

    bakbek

    (@bakbek)

    Hi Max,

    Is there a way for this to work while using w3 total cache and minify is on?

    Ronen

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Can you please check my blog, q2W3 is not working.’ is closed to new replies.