WillOfTheWeb
Forum Replies Created
-
Forum: Plugins
In reply to: [GD Rating System] Takes ages to loadSorry another plugin was causing it.
Forum: Plugins
In reply to: [Advanced Booking Calendar] Quick QueryBrilliant, thanks for that!
Forum: Plugins
In reply to: [Advanced Booking Calendar] Quick QueryI have been playing around with it but the problem I have now are the prompts. They keep referring to rooms, i obviously dont want this. There doesn’t seem to be a facility to change the prompts and field names.
Forum: Plugins
In reply to: [Advanced Booking Calendar] Quick QueryThanks for the fast reply and assistance. I’m unsure as to how I would set that up to be honest but at least now I know you can. I’ll read the instructions again and see.
Forum: Plugins
In reply to: [Advanced Booking Calendar] Quick QueryHi, no. I just want to be able to rent the house for a flat fee. There are are 5 bedrooms but the house is the same price no matter how many stay in it.
Forum: Plugins
In reply to: [Advanced Booking Calendar] Problem with Rev SliderIt’s okay, I sorted it:
.ui-datepicker{ z-index: 50 !important; }- This reply was modified 9 years, 1 month ago by WillOfTheWeb.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Memory ProblemsResolved the problem. Seemingly the restriction was hard-coded into ./wp-includes/default-constants.php: define( ‘WP_MEMORY_LIMIT’, ’40M’ );
Not sure how that got there!!??
Ah, ok, so there is a way of extending it.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Sites broken and cant loginThat did the trick, thanks
Forum: Plugins
In reply to: [WooCommerce Prices] No products are showingSame problem also. It looks like this plugin has been abandoned!
Forum: Reviews
In reply to: [Lightbox Pop - Responsive Lightbox] GoodThe plugin just didnt work, it didnt do anything. When it was activated all image would open as usual in WordPresses default way.
This problem seemed to have been caused by Jetpack though. As the images were stored off site. I will adjust stars/rating accordingly.
Forum: Plugins
In reply to: [WooCommerce] Problem totalling shipping per itemAnyone? I’m having this problem locally on my machine also so I’m assuming its a bug.
Forum: Fixing WordPress
In reply to: Unable to update plugins after upgrade to 4.2Thanks for the fix:
replacing
if ( empty( $filename ) || '.' == $filename ) {
with
if ( empty( $filename ) || '.' == $filename || '/' === $filename ) {worked for me also.
Odd that this hasnt been fixed!
Forum: Fixing WordPress
In reply to: Import External XML feedHi techstacy! That plugin doesnt import a live XML feed, only XML files from your pc or downloadable ones e.g. http://v1.syndication.nhschoices.nhs.uk/conditions/articles/otitis-media.xml?apikey=MLMBBLYK
Forum: Plugins
In reply to: [Extra Product Sorting Options for WooCommerce] Where are the settingsThanks for the reply, found it. I’m going blind in my old age!