Slideit
Forum Replies Created
-
Forum: Plugins
In reply to: [Like Dislike Counter] [Plugin: Like Dislike Counter] What do you mean?I have version 1.0. Is that the newest?
ThanksForum: Plugins
In reply to: [Like Dislike Counter] [Plugin: Like Dislike Counter] What do you mean?I’m getting this error:
Parse error: syntax error, unexpected T_FOR in C:\Wamp\www\wordpress\wp-content\themes\Savarona\single.php on line 23
Call Stack
# Time Memory Function Location
1 0.0006 393480 {main}( ) ..\index.php:0
2 0.0009 397184 require( ‘C:\Wamp\www\wordpress\wp-blog-header.php’ ) ..\index.php:17
3 0.6445 24429728 require_once( ‘C:\Wamp\www\wordpress\wp-includes\template-loader.php’ ) ..\wp-blog-header.php:16Where did I go wrong?
ThanksForum: Plugins
In reply to: [Like Dislike Counter] [Plugin: Like Dislike Counter] What do you mean?Thank you again Rahul,
Like I say I’m not a coder and do apprciate the help and I’m sure I’m not the only one out here trying to figure out how to add code to a theme.Is this how it should be with both lines of code? Do I use both lines, or one?
get_template_part(‘post’, ‘noresults’);
endif;
?><?php if(function_exists(‘like_counter_p’)) { like_counter_p(“text for like”); } ?>
<?php if(function_exists(‘dislike_counter_c’)) { dislike_counter_c(“text for dislike”); } ?><?php $theme->hook(‘content_after’); ?>
Link to Savarona
Forum: Plugins
In reply to: [Like Dislike Counter] [Plugin: Like Dislike Counter] What do you mean?Savarona: Single Post (single.php)
Where would I place your code, or would it go here at all?
<?php global $theme; get_header(); ?>
<div id="main">
<?php $theme->hook('main_before'); ?>
<div id="content">
<?php $theme->hook('content_before'); ?>
<?php
if (have_posts()) : while (have_posts()) : the_post();
/**
* Find the post formatting for the single post (full post view) in the post-single.php file
*/
get_template_part('post', 'single');
endwhile;else :
get_template_part('post', 'noresults');
endif;
?><?php $theme->hook('content_after'); ?>
</div><!-- #content -->
<?php get_sidebars(); ?>
<?php $theme->hook('main_after'); ?>
</div><!-- #main -->
<?php get_footer(); ?>
ThanksForum: Plugins
In reply to: [Like Dislike Counter] [Plugin: Like Dislike Counter] What do you mean?Hi Rahul,
This is where I’m messed up.This plugin will not automatically added to your theme.
You need to add php lines manually.When you say that. Does it mean I have to add something to my theme and if, so where do I add the lines in my theme? I have been running a phpbb for years and have just started WordPress. Usually any hard coding is not recommended with phpbb. Is this what you are saying? To hard code my theme? Sorry. Like I say just started with WP.
ThanksLooks great.
ThanksForum: Plugins
In reply to: [Skysa Polls App] [Plugin: Skysa Polls App] No Polls showingI finally got it going by adding the table in the db. I have two copies of WP on my local. The out of the box and my imported live site. The Poll is working with the out of the box. I copied the table from it and inserted the table to my imported live site.
DROP TABLE IF EXISTSwp_skysa_apps
;
CREATE TABLE IF NOT EXISTSwp_skysa_apps
(
id
int(11) NOT NULL AUTO_INCREMENT,
app_id
varchar(150) NOT NULL DEFAULT ”,
title
varchar(255) NOT NULL DEFAULT ”,
bar_label
varchar(255) NOT NULL DEFAULT ”,
option1
varchar(255) NOT NULL DEFAULT ”,
option2
varchar(255) NOT NULL DEFAULT ”,
option3
varchar(255) NOT NULL DEFAULT ”,
option4
varchar(21844) NOT NULL DEFAULT ”,
data
longtext NOT NULL,
content
longtext NOT NULL,
align
varchar(50) NOT NULL DEFAULT ”,
icon
varchar(21844) NOT NULL DEFAULT ”,
order_by
smallint(6) NOT NULL DEFAULT ‘0’,
width
smallint(6) NOT NULL DEFAULT ‘0’,
height
smallint(6) NOT NULL DEFAULT ‘0’,
position
varchar(20) NOT NULL DEFAULT ”,
PRIMARY KEY (id
)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
I copied this to my live and all is working.
ThanksForum: Plugins
In reply to: [Skysa Polls App] [Plugin: Skysa Polls App] No Polls showingNo. Nothing in the db and this is what it says on the home page. There are no active polls.
Forum: Plugins
In reply to: [Skysa Polls App] [Plugin: Skysa Polls App] No Polls showingwp_skysa_apps was not in the db. This is on my live.
Forum: Plugins
In reply to: [Skysa Polls App] [Plugin: Skysa Polls App] No Polls showingI’m going to install it live. Then I’ll dl the db and see it it’s there.
Forum: Plugins
In reply to: [Skysa Polls App] [Plugin: Skysa Polls App] No Polls showingSorry. I didn’t see the new. But no I don’t on the local.
Forum: Plugins
In reply to: [Skysa Polls App] [Plugin: Skysa Polls App] No Polls showingIt took a bit, but they are here. I guess they were put there when I installed W3 Total Cache.
wp > wp-content >
W3 Total Cache advanced cache module advanced-cache.php
W3 Total Cache Database module db.php
W3 Total Cache Object Cache object-cache.php
Forum: Plugins
In reply to: [No mor admin] [Plugin: No mor admin] You say you use ucan postAll is working fine here Lee. Thanks for the help.
Forum: Plugins
In reply to: [Skysa Polls App] [Plugin: Skysa Polls App] No Polls showingThank you sir.
Forum: Plugins
In reply to: [Skysa Polls App] [Plugin: Skysa Polls App] No Polls showingSorry for the late comeback. I installed a new copy of WP on my local and it worked fine. It’s when I imported my live db is when it went bad again, so there’s something bad in my setup, as far as your Polls go. It’s definitely not your Polls, but my site.
A lot of plugins David and here they are.
Admin Flush W3TC Cache
Black Studio TinyMCE Widget
BulletProof Security
Bye IE by Simplee Code
Cartpauj PM
Contact Form 7
Contact Form 7 reCAPTCHA extension
Disqus Comment System
Dynamic To Top
Font
Gatekeeper
Jetpack by WordPress.com
NextGEN Gallery
Ozh’ Admin Drop Down Menu
SB Welcome Email Editor
Select Simple Local Avatars
Spam Free WordPress
TagGator
Visitor Maps and Who’s Online
W3 Total Cache
WordPress Editorial Calendar
WordPress SEO
WP-Ban
WP-reCAPTCHA
WP Approve User
WP Complete Backup
WP From Email
WP Super Edit
WTI Like Post*****************************************
Drop insadvanced-cache.php
Advanced caching plugin.
db.phpCustom database class.
object-cache.phpExternal object cache.
******************************************
Thanks