lackie2k4
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Events Importer] FATAL ERROR – PRO PURCHASEDfor some reason my hosting company put my php to 5.2 whoich caused the problem i reselected php 5.6 and all is fine
Forum: Plugins
In reply to: [Facebook Events Importer] FATAL ERROR – PRO PURCHASEDIve being using the latest version of wordpress and the plugin has been fine, has facebook updated which is making the plugin crash???
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Plugin stopped workingDM SORTED ITsorry
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Plugin stopped workingI dont know if it helps or affects the plugin but i have an SSL Cert installed?
Forum: Fixing WordPress
In reply to: Custom Taxonomy Trouble – Only displays one post at a timeplease excuse my lack of coding knowledge, but would this go here
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
<?php $args = array( 'post_type' => 'product', <strong>'posts_per_page'=> -1,</strong> 'tax_query' => array( array( 'taxonomy' => 'product_category', 'field' => 'slug', 'terms' => 'all' ) ) ); $products = new WP_Query( $args ); if( $products->have_posts() ) { while( $products->have_posts() ) { $products->the_post(); ?> <div class='content'> </div> <?php } } else { echo 'There seems to be a problem, please try searching again or contact customer support!'; } ?>
Forum: Plugins
In reply to: [Image Wall] Having trouble getting Image Wall to displayThough you might like to see your awesome plugin in action.
Can be seen here: https://tranceevents.co.uk/event-wall/
Forum: Plugins
In reply to: [Image Wall] Having trouble getting Image Wall to displayYOU LEGEND!!!!!!!!
Thank you for the quick response and support, the plugin is now working and looks absolutely amazing!
THANK YOU!!
One last question, is there anyway to have the plugin full screen or larger than the width of my site?
Forum: Plugins
In reply to: [Image Wall] Having trouble getting Image Wall to displayOk ive updated the plugin and now i get the message:
Uh oh! I’ve detected a problem setting up the Image Wall!
This is serious. I’ve been told to generate the image wall using a order method that I don’t recognize. What is ‘1’ anyway? Please contact me and let me know that you have a problem, and I will take a look at it!I’ve tried an array of shortcode including the standard [image_wall]
Forum: Plugins
In reply to: [Image Wall] Having trouble getting Image Wall to displayOK i uploaded a new featured image, with all of the thumbnails settings set.
It works but… the thumbnail on the image wall is not what i have set in the media settings, its extremely small something like 20px x 70px
you can see here: https://tranceevents.co.uk/flyer-wall/
So the plugin is showing the image unlike before, just really small, any suggestions??
I really appreciate the help BTW this plugin is a real benefit to my future customers of my competitors!
Forum: Plugins
In reply to: [Image Wall] Having trouble getting Image Wall to displayright I see.
Ive just changed my media settings to 305 x 432px (the size i want them displayed) for all of the media settings, and still the Image Wall is the same.
I tried using the shortcode: [image_wall image_sizes=’thumbnail, medium’ column_width=’1500px’ ]
Forum: Plugins
In reply to: [Image Wall] Having trouble getting Image Wall to displayMedia setting i have them all set to 0
Thumbnail size Width 0 Height 0
Medium size max Width 0 Max Height 0
Large size Max Width 0 Max Height 0I just changed the shortcode to: [image_wall column_width=’1500px’ ]
Link to post with post image: https://tranceevents.co.uk/passions-18th-birthday/
Link to thumbnail: https://tranceevents.co.uk/wp-content/uploads/2013/01/Featured-Image-420-x-596-TEMP-305×432.jpg
thanks for the quick reply!
Forum: Plugins
In reply to: [Image Wall] Having trouble getting Image Wall to displayIve also tried a column width of 1500px but that just gives a bigger black box. Ive tried deactivating all my other plugin for conflicts and still no joy
thanks for the quick response, any idea of how i can add a background to the event listing so that it looks like the image below?
https://tranceevents.co.uk/event%20listing.jpg
I just want the dark grey image background behind each listing.