oavs
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table WidthHi TobiasBg
what a great plugin you have there. Love it.
My problem is getting the table widths reduced. I have applied this but still no luck. They are spanning right across in Chrome.
https://www.gcsb.com.au/wp/?page_id=55.tablepress .column-2 {
width: 80px;
padding: 4px;
}
.tablepress .column-1 {
width: 80px;
padding: 4px;Forum: Plugins
In reply to: [Contact Form 7] Date gives validation error each timeHi Takayuki
It is a great plugin.
I have the same question and nowhere can I find the answer to this.
How to change the date-format, e.g. in European format like DD.MM.YYYY (18.04.2013)? and where ? Inline formatting isn’t working with EI. Date works in Chrome with calendar pop up but in IE which is why we need to make this work in IE.
Can you please help or at least you try it in IE and see the problem.
I can see in the formatting.php file
function wpcf7_is_date( $date ) {
$result = preg_match( ‘/^([0-9]{4,})-([0-9]{2})-([0-9]{2})$/’, $date, $matches );which is clearly marked as sequence for non European format.([0-9]{4,})-([0-9]{2})-([0-9]{2})
Should I change these to ([0-9]{2,})-([0-9]{2})-([0-9]{2})
in formatting.php , shortcode.php , taggenerator.js . will this fix it?Can someone else perhaps help with this.
Forum: Themes and Templates
In reply to: Twentyeleven Whitespace problemsIn my case WPyogi’s changes worked ?? ..there you go
Forum: Plugins
In reply to: [Embed PDF] Dirty Suds Embed PDFIt’s working in Chrome fine. My question is why doesn’t change its view size when I change it to new size. It is hard to read when PDF is loaded. I know you can enlarge but whole PDF page is not big enough. How can I change the preview window size ?
Forum: Plugins
In reply to: [Promotion Slider] [Plugin: Promotion Slider] Images not sizing properlyyes it was but still would not work for me.
Forum: Plugins
In reply to: [Promotion Slider] [Plugin: Promotion Slider] Images not sizing properly@woodent
I did that and still did not work. At the end I gave up and now using NextGen Gallery. I would have love to use promotion slider.Forum: Plugins
In reply to: [Promotion Slider] [Plugin: Promotion Slider] Images not sizing properlyI agree, after inserting images, there is a dark grey right hand side and the lighter grey area on the bottom of the image area visable.
Any solutions yet?
Forum: Fixing WordPress
In reply to: Remove Home from Nav Bar – Not in header.phpHave you set your Home page as front page in Settings Readings select Static pages front page should be Home post page can be blank page that you create
I still have two links on the navigation bar.
I have created a static page and titled ‘Home’ but it shows two ‘Home’ and ‘HOME’ navigations and both are pointing to the same page. I want the get rid of the posted original navigation ‘Home’ leaving my static ‘HOME’ page navigation and page link to it.
How can I do that?
Forum: Plugins
In reply to: [Good Old Gallery] Good Old Gallery not workingThanks for your help.
It works fine. There are some I have notice places where you might like to know or for your information.
1. In fade mode it stacks all images on top of each other and if the images are different size it shows the bottom images.
2.In settings ‘Show pager’ does not save if you de-select itLooking forward to the final edition
Forum: Plugins
In reply to: [WP Customer Reviews] Sidebar widget placement for reviewsThanks guys,
I have tried [WPCR_SHOW POSTID=”ALL” NUM=”3″ SNIPPET=”” MORE=”” HIDECUSTOM=”0″ HIDERESPONSE=”0″] without any success as the code it self showed up even though I have pasted in HTML mode. At the time I did not know about the do_shortcode () function and from utter frustration I have deactivated and installed a different testimonial plugin (TB Testimonials) designed for widgets and seems to be working fine.
Thanks again for your posts.
Forum: Plugins
In reply to: [WP Customer Reviews] Sidebar widget placement for reviewsI am still having problems with displaying on my side widget. I have created a page and called ‘Testimonials’ and can display on the page but how on earth can you display it in side bar?
Would be nice to have a widget that we can use this great feature easy. Can anyone please help with side bar widget implementation?
Thanks