klpdesign
Forum Replies Created
-
All solved
Forum: Plugins
In reply to: [PHP Everywhere] Full content shown on page using PHP EverywhereHi,
A screenshot can be found at https://s1349.photobucket.com/user/klpdesigns/media/Screen%20Shot%202015-04-12%20at%2015.42.21_zpsupxeytek.png.html
The PHP i am using to list the categories in the sidebar is:
<?php query_posts('category_name=tutorials,step-by-step'); ?> <?php while (have_posts()) : the_post(); ?> <li><a href="<?php the_permalink(); ?>"> <?php the_title(); ?> </a> </li> <?php endwhile; ?>
Forum: Plugins
In reply to: [Simple Membership] User not receiving emailsAs I didn’t get a response I had to go with an alternative plugin.
Forum: Plugins
In reply to: [Logo Carousel] Version 1.7.0 doesn't have marigin functionallityI too have had issues with 1.7.0. The logos were overlapping and not scaling to fit in the allocated dimentions.
I have just downgraded to 1.6.1 an all is good again.
Please let us know when a fix has been issued so I can upgrade to the latest version again.
Many thanksForum: Plugins
In reply to: [The Events Calendar] Day of week in Event sub titleHi Leah,
Yes the @ symbol snippet is the one I have tried. It’s not a huge issue just bugs me a bit!
Regarding the date format I have changed the date format in the general wordpress settings and all is good on the details page of the single event posts – it would just be great if these settings applied to all aspects of the calendar. I think its important for people to be able to quickly see what day an event is on. I know it’s obvious from the calendar view but the list view with images is a priority for the site I am currently working on.
This is a great plugin – just needs a bit of tweaking to perfect it!
Many thanks and I look forward to the update.
Kathryn