• First, I run several sites with WordPress, so I do know what I’m doing.

    This theme looks great.

    However, I tried it on a test site running a beta version of WP–bleeding edge. I get PHP errors all over the place.

    I just want to know if this theme is working for anyone else before I try it on another website.

    thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • AntiSNews 1.0 works for me on WP 2.9.2 at https://www.chocolatecity.cc

    Burnedbass that looks great. Is the slide show on your main page part of this theme?

    If the slide show is not part of the theme, which plugin you use?

    Can you slow the slide show down a bit because it goes buy too fast for my tired eyes to take it all in before it changes.

    jmorrow: Yeah, the theme works. I got similar php errors but only with static Pages (not Posts). If you look in the error message it will tell you the line of code where the error is happening. Whoever built the theme left in a line where the back half was still commented out (in other words you’ll see something like “–>” at the end of the line). Just clean that up by removing the dashes and you should be fine. I’m going from memory of what I did a couple of weeks ago.

    Also to OfficeVoodooKit… Yes, you can slow the slider down. It’s not in the control panel, but poking around the code in the editor, I was able to find the timer. It’s default is at like 3 seconds, which, I agree is a bit fast. I dropped it down to seven seconds.

    Hope this helps. Overall I really like this theme. And if you’re willing to dig under the hood you can customize it to make a great blog.

    Hi I’m looking for the timer of the slideshow but can’t find it! in (cropper.php)and featuredslideshow2.php
    Any idea on where I have to look or what is the “command” ?
    Thanks in advance!
    Marc

    Try looking in the following locations:

    /wp-content/themes/antisnews/js/loopedSlider.js
    /wp-content/themes/antisnews/js/loopedslidertime.js

    Open header.php and look for the following:

    <script type="text/javascript">
    jQuery(window).load(function(){
    		jQuery("#featured-content").loopedSlider({
    			autoStart: 3000,
    			slidespeed: 500,
    			containerClick: false,
    			autoHeight: false
    		});
    });
    </script>

    Change 3000 (3 sec.) to the duration in milliseconds that you prefer.

    I cannot populate my home page. I want to add contents to my home page, but the contents show in my blog page.
    https://www.haitiactualite.org/
    Please help!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Does antisnews theme work?’ is closed to new replies.