Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter cyanalab

    (@cyanalab)

    Cogmios,

    Thank you for your answer, but im not sure i see what you mean?

    Should i do :

    <?php $postnum = 1; $showads = 3,6,9; $counter = 1; ?>

    or

    <?php $postnum = 1; $showads = 3; $counter = 1; ?>
    <?php $postnum = 1; $showads = 6; $counter = 1; ?>
    <?php $postnum = 1; $showads = 9; $counter = 1; ?>

    before the loop, and 3 times the code

    <?php if ($postnum == $showads) { ?> <<ADD ADVERTISING HERE>> <?php } $postnum++; ?>
    <?php if ($postnum == $showads) { ?> <<ADD ADVERTISING HERE>> <?php } $postnum++; ?>

    <?php if ($postnum == $showads) { ?> <<ADD ADVERTISING HERE>> <?php } $postnum++; ?>

    im not super efficient with php as you can see.
    thank you for your help

    cyanalab

    (@cyanalab)

    thanks Milamber – im guessing its the issue i have then – i just reactivate the plugin and update our users profile and everything is fine !

    Thanks !

    Im having the same issue !
    And it looks that nobody has answer to it !

    My host ( mediatemple ) told me that there is script that is calling wp-cron.php to this path ‘/var/www/html/’. Its is the wrong path, the path should be : /var/www/vhosts/”domainname.com”/httpdocs/wp-cron.php

    Where can I change the incorrect path ?

    Would LOVE some help on this..

    Anyone ?

    Thats great and its working for me, but is there a way to style this page ?

    I have a similar problem,
    When I got a blank page, I go in the admin section and reselect ( the same ) theme. The its fine, but only for a few moments, let’s say i check it few hours after and the blank page is back. Dont know what to do ?

    If someone can help that would be really appreciate. Thanks

    I have a similar problem,
    When I got a blank page, I go in the admin section and reselect ( the same ) theme. The its fine, but only for a few moments, let’s say i check it few hours after and the blank page is back. Dont know what to do ?

    If someone can help that would be really appreciate. Thanks

Viewing 6 replies - 1 through 6 (of 6 total)