Hannes17
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Member - User Profile & Membership Plugin] restrict search pageThanks for your reply!
I was referring to the wordpress search. Although I can restrict access to posts and post category pages, the logged out user can still see the posts when he is using the wordpress search.
So how do I restrict access to the search result page. Also the same problem applies to archive pages.
Thank you very much for you support!
Forum: Plugins
In reply to: [Gravity Forms Sticky List] view, edit, delete links not workingAaah okay thank you very much!!
Yes I actually selected the page of the list, not of the form… 😀
Works now.Forum: Plugins
In reply to: [Easy Appointments] Can’t save on Customize pageI have the same problem Nikola.
Can’t save my customizations on the setting page.. save button does not work.
Makes the plugin useless if this is not fixed..
Forum: Plugins
In reply to: [Event Calendar - Responsive Calendar] Recurring EventsWould also really need that option!
Thank you!Forum: Plugins
In reply to: [WP Idea Stream] image uploadAlso this way there would also be the possibility to upload videos.
Looking forward to your reply!
Forum: Plugins
In reply to: [Easy Appointments] Field RemovalI have similar problems, the author seems to be working on it..
As for now, you can get rid of the repeating personal info fields by deleting the plugin, and then login to your database and delete all tables that have ‘_ea’ in their name.
Then install plugin again.
As for the connections, build one connection for _dummy _service _location for all dates and you should be able to select a date in frontend.Forum: Plugins
In reply to: [Easy Appointments] Services don't show upThanks alot for the fast reply! 🙂
I just mailed you..
Forum: Plugins
In reply to: [BuddyPress Cover] No Way To Upload Group Page AvatarSame problem for me.
There is no such page like you say there isyou can upload and remove avatar group in manage/photo page
Hoping for support!
ThanksOkay.. now it works 😀
Thanks!
I did that, but image still doesn’t save..
Forum: Plugins
In reply to: [JSJ Gallery Slideshow] Vertical alignmentI mean I added a float:left, not float:right .. 🙂
Forum: Plugins
In reply to: [JSJ Gallery Slideshow] Vertical alignmentOkay,
I played around a little with the css and I when I changed the width of the containers and added a float:right I got my desired results:
.gallery_container_jsj-gallery-slideshow .gallery {width: 611px; float:left;} .gallery_container_jsj-gallery-slideshow .gallery img {width: 611px; float:left;} .gallery_container_jsj-gallery-slideshow .gallery-item {width: 611px; float:left;} .gallery_container_jsj-gallery-slideshow .gallery-pager {float:left; width: 170px; padding:5px; margin-top:15px;}
Thank you very much for your assistance!
Forum: Plugins
In reply to: [JSJ Gallery Slideshow] Vertical alignmentHey, thank you very much for the quick response!
Unfortunately I am not really experienced in coding..
I managed to get the thumbnails to float right and to align vertical with:.gallery_container_jsj-gallery-slideshow .gallery-pager {float:right; width:100px;}
But the thumbnails are still listed underneath the main pic. I don’t know how I should get them to align on the right.
Do you have an idea?Thank you very much!
Forum: Plugins
In reply to: [deviantART muro] Get recent commentsOkay, here is the solution:
The image is added during the get_comment_text hook, accessing $comment->comment_content directly will bypass that hook (and break any other plugins that rely on the hook too).
You’ve got two easy options though, either use get_comment_text($comment_ID) or run the hook manually yourself by changing your code to <?php echo apply_filters(‘get_comment_text’, $comment->comment_content, $comment); ?>.
Forum: Plugins
In reply to: [Social Articles] Visibility for logged out usersWrote an email and problem solved!
Thanks for the awesome support!! :))