Forum Replies Created
-
AuthorPosts
-
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
AakashKeymasterGreat !
AakashKeymasterHi Gabriel, can you please let me know what error you are seeing ?
AakashKeymasterHi Dana, you can put multiple shortcodes on the same page.
In your case since the shortcode you are using has JavaScript, may be it is rendering only for one.
Please check the JS you are using.
Thanks,
Aakash
AakashKeymasterHope you are using followbar.
Please paste the below CSS in wp socializer settings page under “additional css”.
.sr-followbar a {
opacity: 0.5 !important;
} -
AuthorPosts
