actionPackedAndy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Zerif Lite] Adding more than 4 posts to the home pageannddd marked resolved this time. 🙂
Forum: Themes and Templates
In reply to: [Zerif Lite] Adding more than 4 posts to the home pageHey there,
I actually figured it out.
There’s a line in the “latest_news.php” for responsive boat that reads:
$zerif_latest_loop = new WP_Query( array( ‘post_type’ => ‘post’, ‘posts_per_page’ => 4, ‘order’ => ‘DESC’,’ignore_sticky_posts’ => true ) );
if( $zerif_latest_loop->have_posts() ):I changed the “4” to a larger number and it worked.
Feel free to close this out!
Forum: Themes and Templates
In reply to: [Hatch] Fix the postioning of background in browser windowAnybody got any ideas?
I’m having the same issue as [email protected]
“Could not recognize the response from Twitter”
Actually, I think I figured out a way to do it…
Open up the quote-rotator.class.php file under the classes folder, and change the title of the widget itself. Down towards the bottom it says ` function displayWidget($args)
{
extract($args);
$options = get_option(‘widgetQuoteRotator’);
$title = $options[‘title’];’
I deleted $options[‘title’] and put in what I wanted, and it worked. just leave $title =
Not sure if it’s a great fix, but it’s a fix.
I switched from Quotes Collection because it’s really heavy on admin-ajax.php calls, and actually caused my host to block it.
I’d like to figure a fix for this dumb “Quote Rotator” title thing not working. I even tried changing the title in the quote-rotator.class.php file.
Any other ideas?
Sweet. Thanks for the reply Michael!