shansta
Forum Replies Created
-
Forum: Plugins
In reply to: [Site Reviews] PHPMailer ErrorGreat, thanks.
Can you also look at the relative time date format? When testing reviews it displays times for example as “-30000” seconds ago. Now over 12 hours later it is showing the time as 2 hours ago.. something is not working. If not, can you tell me which file holds the relative time output?
Also, can you tell me if there is a php function to output the number of reviews?
Cheers.
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Activity LayoutNevermind.
Forum: Plugins
In reply to: [bbPress - Mark as Read] Valid Header?Manually upload files.
Forum: Plugins
In reply to: [WP-PostRatings] Varnish cacheOK thanks.
Forum: Plugins
In reply to: [cformsII] Admin email does not visually appear to be HTMLMy response was to jomsky who stated “I’m having the exact same problem. I’m not quite sure if this issue was caused by the new plugin or if it was already an issue of the original one. Can anyone confirm this?”
Up until last week the old cforms showed correct html format in Windows Live Mail. Updating the plugin doesn’t display the html format correctly in WLM.
I have been using the old cforms for fours year, until I realised someone has been injecting code to the header, and I assumed via the old cforms ajax. And this has happened on two sites that are both using the old cforms plugin.
Forum: Plugins
In reply to: [cformsII] Admin email does not visually appear to be HTMLOriginal one was fine. Seems to be this one.
Forum: Plugins
In reply to: [WP Customer Reviews] show form w/o having to click buttontry #wpcr_button_1 {display:none !important;}
Forum: Plugins
In reply to: [WP Customer Reviews] show form w/o having to click buttonno problem
Forum: Plugins
In reply to: [WP Customer Reviews] show form w/o having to click buttonThat code you have pasted is the .php file, not the .css file.
Try adding this #wpcr_button_1 {display:none;} – See if that hides the button
Forum: Plugins
In reply to: [WP Customer Reviews] show form w/o having to click buttonYeh that might be easier. You could use something like https://www.ads-software.com/plugins/simple-custom-css/
and just add the this line
#wpcr_respond_2 { display:block !important; }
Forum: Plugins
In reply to: [WP Customer Reviews] show form w/o having to click buttonYou can go to Plugins/Editor, select customer reviews then look for the .css file (first one). Look for the line
#wpcr_respond_2 { display:none; background-color:inherit; }
and remove the “display:none;”
so that line will now look like
#wpcr_respond_2 { background-color:inherit; }
Click update. Refresh your website page and the form should be open.
Forum: Plugins
In reply to: [WP Customer Reviews] show form w/o having to click buttonOpen the wp-customer-reviews.css file and remove the display:none; from #wpcr_respond_2
Forum: Plugins
In reply to: [Jetpack Post Views] Custom Post Types onlyYes. Not the custom post type archive(disabled), but a page with the custom post type all posts. It’s a headache using custom post type archives and sorting.
Forum: Fixing WordPress
In reply to: Permalinks / Custom Post TypeThe themes are custom. I moved the new site onto the other server to see if it was server related, but it’s still doing the same thing. The problem site does not have any plugins. I have tried the default themes and it makes no difference.
I am starting to think the structure I quoted earlier might not be possible without a plugin.
Forum: Fixing WordPress
In reply to: Permalinks / Custom Post TypeHi,
done it a dozen times.. nothing works.
The structure I am trying to use is
custom post:
/movie/movie-name/
/movie/genre/genre-name/
/movie/topic/topic-name/then standard pages are
/%postname%/:/