Mark Smallman
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Planner] Event page not showing event?!now sorted
Forum: Plugins
In reply to: S2Members WP e-Commerce?I see that WishList 2.7 now supports 2Checkout.
Has anyone used this along side WP e-Commerce?Forum: Themes and Templates
In reply to: I wish I had a custom widget areaCan you see the Widget options within the sites control panel?
If not then the designer/developer may have set up a CMS plugin which is preventing you from seeing certain facilities within the back-end of the site.
once logged into the site go to https://www.thehealthcareblog.com/wp-admin/widgets.php and you should see Primary & Secondary widget areas – most likely Primary will be the first of the sidebars (the narrow one) Secondary should be the second, wider one.
At the top of that area you may see the widget that brings in the advert, place whatever widget/content above that you want to show there, save and go to the site to check it.Excellent JPvNiekerk, thanks for the tutorial;
If I use images that has already been uploaded before (for use in other posts), they were cropped in the slideshow, even though their size were that same as the slideshow metadata size. If I upload the images while creating the new slides, they work fine.
This fixed the exact problem I was getting, cheers.
And good work JLuze to of course!!
Forum: Fixing WordPress
In reply to: WP Post Columns – each column is one line lower@ctm49 – remove extra lines from above each column, even in HTML view if you have extra spacing thats not needed it will through the layout of the page out.
Forum: Plugins
In reply to: [Fast Secure Contact Form] captcha image not displaying@rballman Did you figure out what was causing the issue?
I am also not seeing the CAPTCHA on the forms;
running WP3.2.1 & Version 3.0.3.1 of Fast secure – in a BuddyPress setup.Anyone???
Love the plugin!
Well done on it, and a HUGE thanks for sharingI have the slideshow settings setup as follows;
Size Height: 250 Size Width: 670Although my content area is max 600px, but I want a slideshow in the header, in the custom designed theme I have created a ‘Textblock’ to house the slideshow – this area (and size for the header slideshow) is 670px wide x 125px — Hence why I set the max size in settings to 670.
Within the pages I will be placing slideshows on a few pages (different slideshows) and these will be 580px x 250pxI have placed the following in the header.php file;
<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow( "head", "width: '670' height: '125'" ); } ?>
Have I got this wrong? What I am getting is only part of the header slides are visible (middle) – measuring 560 x 113 and ‘next / previous’ arrows are outside the area.
One suggestion for the plugin, since a few people seem to be having problems with it, would be to be able to set the sizes of different slideshows.
I am trailing this on a site that I am running locally on the mac with MAMP, so I cant give a URL as the system is not always on.
Really appreciate any help or guidance
Cheers, Mark