Viewing 10 replies - 46 through 55 (of 55 total)
  • Hello Max,

    I try make the plugin Q2W3 Fixed Widget (Sticky Widget)work on a site (not online yet) with the theme on this website.
    https://german-translation-pro.com/clients/

    I can′t find any register_sidebar in the templates. so i wanted to insert the following lines:

    <?php
    if ( function_exists(‘register_sidebar’) )
    register_sidebar();
    ?>
    and add the necessary <li id=”%1$s” class=”widget-container %2$s”> afterwords. The problem is, that the theme does not work anymore than. What do i do wrong? Is there a chance to make it work?

    Thanx a lot!

    Plugin Contributor Max Bond

    (@max-bond)

    AngyEig!

    The problem is, that the theme does not work anymore than.

    Probably you have made an error in new code.
    Post the file with your changes on pastebin.com – I’ll check for errors

    Thank you =)
    This is the link to my uploaded funktions.php https://pastebin.com/GMj5ukpc

    I am looking for ways to fix but still no fix.
    my site https://www.HDPlaces.com

    https://www.ads-software.com/extend/plugins/q2w3-fixed-widget/

    Pls Help me

    Plugin Contributor Max Bond

    (@max-bond)

    AngyEig!

    1. No need to use php open tag – <?php and close tag ?> – that’s why you have got an error.
    2. If you define new sidebar you should find sidebar call function – dynamic_sidebar, and change it to use new sidebar id!
    3. It would be better to make all these changes in child theme!!!

    Plugin Contributor Max Bond

    (@max-bond)

    seat1980!

    I see several problems on your site:
    1. You should fix javascript error
    Hopepage line:933 – Uncaught TypeError: Cannot read property ‘dd’ of undefined
    2. Widgets are missing id attribute (see FAQ)
    3. I don’t see plugin’s code in page footer. Probably your theme is missing wp_footer() finction in footer.php file

    The restored some mistakes but again not working ??

    how to edit this code .. this is problem ???

    </div><!--middle-side-->
    
    	<div class="side">
    
    		<?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar Widget Area')): endif; ?>
    
    	</div><!--side-->

    Hi Max Bond,
    thank you. Is it possible to give this as a work order to you? I guess paying a pro like you would be totally worth the money ?? Can you write an E-Mail to me for that purpose? That would be sooooo nice.
    [email address moderated – these forums do not provide support via email]
    Thank you

    Please try https://directory.codepoet.com/

    This topic has now been closed as per the Forum Rules

Viewing 10 replies - 46 through 55 (of 55 total)
  • The topic ‘Q2W3 Fixed Widget dont working’ is closed to new replies.