fewixree
Forum Replies Created
-
Forum: Plugins
In reply to: [Testimonials Widget] Using Testimonial without widget or shortcodeOk, got the title sorted, just need help on showing one testimonial at a time. (like what the widget does, like a slideshow effect)
Forum: Plugins
In reply to: [Testimonials Widget] Using Testimonial without widget or shortcodeAh, that works, it’s show all of the testimonials rather then a slideshow. http://phat.com.au/mad/
How do i make them show one at a time? Also to show a title ‘Testimonials’?
Forum: Plugins
In reply to: [Testimonials Widget] Using Testimonial without widget or shortcodeI have tried taking out the
echo testimonialswidget_widget( $args );
Still not working. Is there anything in that code that I need to replace? Sorry to be such a dump ass in this, any help would be great.
Forum: Plugins
In reply to: [Testimonials Widget] Using Testimonial without widget or shortcode<?php
$args = array(
‘category’ => ‘product’,
‘tags’ => ‘widget’,
‘limit’ => 5
);echo testimonialswidget_list( $args );
$args[‘refresh_interval’] = 10;
echo testimonialswidget_widget( $args );
?>
Forum: Plugins
In reply to: [Testimonials Widget] Using Testimonial without widget or shortcodeThanks. I have tried that. Can you give me some direction as to what I need to change in that code supplied in FAQ1? At the moment on the front end of the website it’s saying ‘No testimonials found’. Sorry, I’m not an PHP expert.
Thanks Derek
Everything is back to normal now for me after I downgrade it back to 1.1.8.1
Cheers
Hi
I’m having problem with the latest update of OptionTree as well (2.0.3). I’m using WordPress 3.4.1 and the theme I’m using is MiniFolio By designmd.
I’ve been working on the website all week and going so well, as soon as I updated OptionTree the whole site broke.
http://lydiaphillips.com.au/staging/
All the settings are still in OptionTree, but they don’t work anymore. Slider images disappeared, logo is back to the default logo, css styles are all gone.
I have also tried doing a clean install of WordPress in a seperate folder in my root that were suppose to be there for that theme are not showing up.
I wanted to try downgrading OptionTree but I can’t find an older version anywhere.
Please can someone show me the way to fix this?
Regards
Felix
Forum: Fixing WordPress
In reply to: Favicon Not Workinggreat, seem to be working now. Thanks!