Fery Rohrer
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Membership] Images not showing in sliderHi Trotoar,
Thanks for replay,
I guess that will be not possible in my case since it’s the featured image that is not showing and the featured image is part of the locked page ??
Maybe there is a code snippet that I can add to the “the_post_thumbnail()” so it stays unlocked?
Forum: Plugins
In reply to: [Simple Membership] Images not showing in sliderHi Amijanina and Trotoar,
Did you find a solution to this problem?
So long,
FeryForum: Plugins
In reply to: [Simple Membership] Images not showing in sliderHere the link to my similar problem where the featured image is not showing up when not logged in:
https://markus-maggi.ch/neu/referate/Forum: Plugins
In reply to: [Simple Membership] Images not showing in sliderSame problem here… I use a featured image as a top banner but image is not showing up when not logged in!
Forum: Hacks
In reply to: Category tags, exclude more than one category?Yes! Now it works, thank you so much ??
Here the working code in case someone would like to reuse it:
<div class="cat_tags"> <?php $categories = get_the_category(); $excluded_cat = array( 1,2,18 ); $separator = ' / '; $output = ''; if($categories){ foreach($categories as $category) { if ( ! in_array( $category->cat_ID, $excluded_cat ) ) $output .= '<a href="'.get_category_link( $category->term_id ).'" title="' . esc_attr( sprintf( __( "View all posts in %s" ), $category->name ) ) . '">'.$category->cat_name.'</a>'.$separator; } echo trim($output, $separator); } ?> </div>
Thanks again!
Forum: Plugins
In reply to: [Categories Images] Can't delete the Featured Image once establishedWOW!
Now it works, thank you so much, you people are great!!!Forum: Plugins
In reply to: [Categories Images] Can't delete the Featured Image once establishedYes sure… it is the latest version 3.9.1
Forum: Plugins
In reply to: [Simple Staff List] How do I sort inside the groups?Hi,
yes I am also interested in this…Actually ones the members are sorted by groups, the drag and drop order functionality stops from working.
There’s clearly a bug in this but I don’t know either how to fix it.
Hi, I didn’t have time to change anything now. Now it’s working on v3.0, commenting out line 92 of assets/inc/class.MCB.php. Problem on v3.0 is that the MCB content blocks are rendering after Publishing and in second language even more tricky to make them visible.
Actually, now that you say so, with v3.0.1 I also got the error message related to (wp_remote_get): “Your server doesn’t allow remote HTTP requests using wp_remote_get. You will have to visit this page manually to update which blocks are used on each page.”
What could I do about that in case I would decide to update to v3.0.1 ?For now, in that case, the version that best worked was v2.2.1 . I have a backup copy with this version but somehow I canot get the content back…
Thanks for your support.
Piet,
Great, thanks a lot for your input, Im will change that.
Funny that it’s actually working the way it is now, even I turend off (to try) the option “Adjust ID’s for multilingual functionality”…In relation to the multiple content blocks, I guess that my wrong selection of selecting the categories will noch influence too much… or will it?