Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author leethompson

    (@leethompson)

    Hello,
    Thank you for using the plugin and I am sorry for the delay, gmail was marking my replies as spam. Im looking into the issue. This is strange as I can see the js loaded on the header but the div isnt loaded, can you copy and past the 4 lines before and after the insert of <?php if (function_exists("drawslider")){ drawslider(); }; ?> I might have to change the function call, also can you see your apache error log, is there any errors in it when you load the Italian blog landing page?

    Lee

    Thread Starter mycreativeway

    (@mycreativeway)

    Hi Lee,
    No Problem!!!

    here’s some of code i used in Blog landing page template…

    <?php
    /* Template Name: Blog landing page */
    ?>
    
    <?php get_header(); ?>
    
    <?php if (is_page('blog-landing-page') ) { ?>
    <!--home page custom JS-->
        <script type='text/javascript' src="<?php bloginfo('template_directory'); ?>/Scripts/customJS.js"></script>
    <?php } ?>
    
    <?php if (function_exists("drawslider")){ drawslider(); }; ?> 
    
    <div class="blog_discov">
    <span></span>
    <a href="<?php bloginfo( 'url' ); ?>/blog/">Discover More</a>
    </div>

    I don’t know that much about apache error logs, but I can see error log files in var/log/apache folder through FTP. there are 6 logs file (error.log, error.log.1, error.log.2, error.log.3, error.log.4, error.log.5) I don’t know which file to see….

    Regards,
    Devang

    Plugin Author leethompson

    (@leethompson)

    You need to read error.log after you refresh the landing page a couple of times. Also can you move the <?php if (function_exists(“drawslider”)){ drawslider(); }; ?> to another location to see if it has conflicts.

    Lee

    Thread Starter mycreativeway

    (@mycreativeway)

    Hi Still doesn’t work,

    I tried placing code in different template….

    also error.log showing something like,

    [Thu Sep 06 08:24:55.522925 2012] [mpm_event:error] [pid 175:tid 2993455339328] AH00485: scoreboard is full, not at MaxRequestWorkers
    [Thu Sep 06 08:24:56.524055 2012] [mpm_event:error] [pid 175:tid 2993455339328] AH00485: scoreboard is full, not at MaxRequestWorkers
    [Thu Sep 06 08:24:57.525205 2012] [mpm_event:error] [pid 175:tid 2993455339328] AH00485: scoreboard is full, not at MaxRequestWorkers
    [Thu Sep 06 08:24:58.526355 2012] [mpm_event:error] [pid 175:tid 2993455339328] AH00485: scoreboard is full, not at MaxRequestWorkers
    [Thu Sep 06 08:24:59.527501 2012] [mpm_event:error] [pid 175:tid 2993455339328] AH00485: scoreboard is full, not at MaxRequestWorkers
    [Thu Sep 06 08:25:00.528572 2012] [mpm_event:error] [pid 175:tid 2993455339328] AH00485: scoreboard is full, not at MaxRequestWorkers

    What could be the problem….
    If I add any new website, slider works…..but in italian website its not working… is it possible that there might be problem in italian website’s files, but in multisite what can be different in all 4 websites, theme template is same in all websites..

    What do I do now?

    Regards,
    Devang

    Plugin Author leethompson

    (@leethompson)

    This is real strange…
    It might be possible that the itilian website files might be corrupt, Can you remove the plugin and re-install it? and make sure the plugin is owned by your apache user.

    Lee

    Thread Starter mycreativeway

    (@mycreativeway)

    Hi Lee

    Okay!! I got it! Older posts in italian website didn’t have featured images… so when i added new post with featured image it appeared!!!
    strange how small things makes huge difference!! :/

    thanks for your help though!!!

    Devang

    Plugin Author leethompson

    (@leethompson)

    No problem Im glad you got it worked out.

    Lee

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Lazy content Slider] Slider not working in one of multisites’ is closed to new replies.