bucchow
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Tags in new EditorI concur with all here who need the “most used tags” back. Totally inefficient to try to guess at how you wrote previous tags in hopes that the auto-complete will help. It sure looks pretty and clean to have just a single search field but it sure is a time waster. Bring back “most used tags” please.
Forum: Plugins
In reply to: [Zia3 CSS JS] WordPress 4.7 – plugin breaks several featuresSame issue here. Serkan any solutions?
Forum: Plugins
In reply to: [Contact Form 7] not receiving emailsThank you! Yes WP-Mail-SMTP solved it form me too. Install. go to WP-Mail-SMTP settings. Select Use the PHP mail() function to send emails. Save. Brilliant.
Ah, gotcha. Do you have a lightbox plugin that works well with WP Gallery Custom Links? I’m using the plugin Shadowbox JS for the lightbox feature. I’d rather swap it out for a different one that works with WP Gallery Custom Links. I appreciate the help.
yes, agreed. The redirect mode no longer works in wp 3.5.2. I have it in maintenance mode redirect here: https://redhenwebdesign.com/design/ Get a server error. I’m running PHP Version 5.3 Let me know anything else you might need. Thanks for the great plugin!
Perfection! Worked like a dream. Thank you so much!
Worked like a dream. Thank you!!
Forum: Fixing WordPress
In reply to: conditional if user logged in display logout linkThat got me on the right track. Here’s what finally worked for me. It lands on the login/logout wp page but that’s alright by me.
<?php if ( is_user_logged_in() ) { echo '<a href="'. wp_logout_url() .'">Logout</a>'; } ?>
Thank you so much for your help!
Forum: Fixing WordPress
In reply to: conditional if user logged in display logout linkWould anyone be able to show me how to wrap a Function Reference/is user logged in around a Function Reference/wp logout url? I’d like to display a logout link only if the user is logged in. If the user is NOT logged in it should display nothing.
Thank you!!
Forum: Fixing WordPress
In reply to: conditional if user logged in display logout linkThanks so much. Dealing with a noob here. How do I correctly wrap one around the other? wp_logout_url is present whether logged in or not so I would have to use the is_user_logged_in
Thanks in advance!
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Titles for pagingYou certainly rock! Thank you so much! Just a note to future readers, and please correct me if I’m wrong, that the slides setting “Slideshow Navigation” must be set to Paged or Both in order for the Titles to appear. I didn’t want the page buttons shown so I added this CSS modification:
.meteor-buttons { display:none; }
Thanks again!
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Titles for pagingThanks for the reply! Yes, I’d tried that route initially but I couldn’t figure out how to adjust the placement of the titles to go below the images. I’ve set it up now with the customizing the slideshow template method that you’ve suggested. How do I adjust the css to place the titles below the images? Thanks so much again!
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Titles for pagingWow I’m stumped. I’ve been at this for a while and I just have to ask. I feel like I’ve followed your clear and straightforward directions but I must be missing something somewhere. I’m just looking to have the titles below the slides and they don’t need to link anywhere. Just straight up text.
Here’s the example: mellyi.com
Thanks for any help. Great plugin!