stani66
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Simple Rss] orderby=meta_valueHi, thank you very much for your reply.
Unfortunately it does not work and i don’t know why.When i use for example:
?call_custom_simple_rss=1&csrp_posts_per_page=10&csrp_show_meta=1&csrp_meta_key=_thumbnail_id&csrp_orderby=meta_value_num&csrp_order=desc
There are ten items listed but the order is not desc by meta_value.
<![CDATA[ 4542 ]]>
<![CDATA[ 4836 ]]>
<![CDATA[ 4827 ]]>
<![CDATA[ 4814 ]]>
<![CDATA[ 4534 ]]>
…Do you maybe have an idea what the problem is?
Thanks again for your help, i appreciate itForum: Plugins
In reply to: [Custom Simple Rss] Featured Image & Mailchimp RSSI just changed in custom-simple-rss.php Row 729 to:
$csrp_feed_current .='<media:content url="'.esc_url( $thumb_url) .'" height="'. $thumb_height .'" width="'. $thumb_width .'" type="image/jpg"/>';
And now it works ??
Maybe you can change that in the next update.Forum: Requests and Feedback
In reply to: Editing posts (by contributors) should create a new revisionHello,
did you find a workaround or do you know if there is any progress on this request?worked ??
Thank you for your effort again!
Oh you were absolutly right, i made a mistake and didn’t copy the “global $post;”
Now it works!! Thank you!
One last question. How can i remove the style “font-weigt:bold” from the heateor_sss_sharing_title class. I tried to do it with CSS but it didn’t work, even with !important;
<div class="heateor_sss_sharing_title" style="font-weight:bold">Share:</div>
Thank you very much for your effort, i appreciate it.
It does work now if enable/disable the sharing interface in the options panel.
But how can i disable sharing just on certain pages/posts via the checkbox
“Disable Standard Sharing interface on this page/post”Do you have an idea?
Thanks again in advance.
Thank you for the reply.
Is there any way to make it possible that the shortcode does not ignore the option?I would like to use the shortcode and be able to disable the plugin on certain pages with the provided checkbox.