Forum Replies Created
-
AuthorPosts
-
AakashKeymasterHi,
I understand. I’m planning to make drastic changes to the UI in the future. That should fix issues like these.
Thanks,
Aakash
AakashKeymasterYou have to use retrieve the custom field value like below
$cf_value = get_post_meta(get_the_ID(), 'pricemonth', TRUE);and then use it on
do_shortcodeecho do_shortcode( $cf_value );Thanks,
Aakash
AakashKeymasterYou can simply use [sc name="my_shortcode"] as custom field value.
While displaying the custom field, you have to call
do_shortcode( <the_value_of_custom_field> );
AakashKeymasterHi @ajsendall, This can happen if the anchor tag is not closed properly. Please check if the tag is closed like below.
<a href="#">Some text</a>In the page you shared I’m not able to locate the issue.
Please use the below tool to find out the issue.
Thanks,
Aakash
AakashKeymasterCan you please share the page where the issue is seen ?
AakashKeymasterSorry for the delay.. Yeah sure Google+ will be soon removed from WP Socializer.
Thanks,
Aakash
AakashKeymasterHi Saruni,
You can change
{s-url}to{url}in this specific file and linehttps://plugins.trac.wordpress.org/browser/wp-socializer/trunk/core/lists.php#L549
I’ll share a hook which you can paste in your themes file to make this change permanent for you in the support forum.
Thanks,
Aakash
AakashKeymasterHi Karl,
Mobile numbers are 10 digits. In your example excluding “country code” mobile number is only 9 digits. Hence the issue.
I added a 0 to the URL and it is valid now.
AakashKeymasterHi Grace,
Sorry for the late reply.
Yes there is a function which you can use to display super rss reader at any desired location. But please note that you have to pass an array of options to function.
Note: below method is not official yet, but you may use it for now.
The function:
https://plugins.trac.wordpress.org/browser/super-rss-reader/tags/2.7/super-rss-reader.php#L57Accepted parameters for the function:
https://plugins.trac.wordpress.org/browser/super-rss-reader/tags/2.7/super-rss-reader.php#L34Example:
srr_rss_parser(array( 'urls' => 'http://myrssurl.com', 'count' => 10 ));
AakashKeymasterHi Javad,
Yes there is a function which you can use to display super rss reader at any desired location. But please note that you have to pass an array of options to function.
Note: below method is not official yet, but you may use it for now.
The function:
https://plugins.trac.wordpress.org/browser/super-rss-reader/tags/2.7/super-rss-reader.php#L57Accepted parameters for the function:
https://plugins.trac.wordpress.org/browser/super-rss-reader/tags/2.7/super-rss-reader.php#L34Example:
srr_rss_parser(array( 'urls' => 'http://myrssurl.com', 'count' => 10 ));Thanks,
Aakash
AakashKeymasterHi Karl, can you please tell me which feature you are using ?
Is it “share buttons” or “mobile share bar” or “floating sharebar” ?
Thanks,
AakashJanuary 24, 2019 at 11:55 pm in reply to: How do I change a shortcode? Shortcode name filed is disabled on edit. #6639
AakashKeymasterv4.3 has the change to edit shortcode. Please do try it.
January 21, 2019 at 10:40 am in reply to: How do I change a shortcode? Shortcode name filed is disabled on edit. #6634
AakashKeymasterRemoving disabled attribute is not the only change.
There are some repercussions of editing the shortcode name since “shortcode name” is acting as the ID + the way the saving of shortcodes is handled.So editing the name needs some handling and testing.
I’m working on it, and you can expect it by next week max.Thanks,
Aakash
AakashKeymasterSorry for the extreme delay. You can simply place multiple shortcodes in a new line or in a same line. Please do try and let me know if you face any issue.
January 9, 2019 at 10:34 pm in reply to: How do I change a shortcode? Shortcode name filed is disabled on edit. #6621
AakashKeymasterHi, Sorry for the delay. This is made by design. As many people are asking the same, I’m considering to enable renaming of shortcodes. I’ll update this thread once I’m dome with it.
Thanks,
Aakash -
AuthorPosts
