Forum Replies Created
-
AuthorPosts
-
AakashKeymasterShortcoder data is stored in wp_options tables under the name “shortcoder_data”
If you could create a admin account and send me an email via https://www.aakashweb.com/contact I can check it out.
Thanks,
Aakash
AakashKeymasterHi Johan,
Can you please use this CSS in WP Socializer –> Settings –> Additional CSS ?
Once this is placed, you will see the sharebar on the right side instead of left and it does not block the menu.@media only screen and (max-width: 800px){ .wp-socializer.wpsr-sharebar.wpsr-sb-vl{ right: -1px !important; left: auto !important; } .wpsr-sb-close .wpsr-bar-icon{ opacity: 1 !important; } }Thanks,
Aakash
AakashKeymasterHi Johan,
I understand the issue. Can you please share your website/page where this is seen. This is not an issue, but is the default behavior. Let me look at the page and let you know further on this.
Thanks,
Aakash
AakashKeymasterHi Alexandre, Currently inserting post category via custom parameter is not possible. I’ll consider adding this in next version.
Thanks,
Aakash
AakashKeymasterHi Clinton,
It works for me.
Shortcoder does not manipulate the content. What you save is what you get.
I modified the code you shared a bit. (used double quotes, and used https) and it works for me.
<script type="text/javascript" src="https://utah.gov/pmn/meetingsJS.html?entityIds=227&publicBodyIds=&keywords=&widgetWidth=400&widgetHeight=300&borderWidth=1&listSize=50&meetingType=upcoming"></script>

AakashKeymasterHi Brian,
You can simply use
<a href="#respond">Comments</a>and the page will scroll to the element having “respond”If you want to use the prefix with post URL you can use the “wordpress parameters”
Something like below.<a href="$$url$$#respond">Comments</a>
AakashKeymasterWebsite/page URL ?
AakashKeymasterHi Nosaka,
The issue is there are two “name” parameters
[sc name=”listPost” num=”01″ name=”Naruto”
The name parameter is used to identify the shortcode, so can you please use a different “custom parameter” other than “name” ?
Thanks,
Aakash
AakashKeymasterOk got it. I’ll do some research and try adding the feature in next 2-3 release.
Thanks,
Aakash
AakashKeymasterSorry for the late reply. I got it missed among other issues.
Good to hear that you found your way !Thanks,
Aakash
AakashKeymasterHi, can you please set empty value for the background color ?
Please refer the screenshot below.
AakashKeymasterHi Greg,
Thanks for the valuable suggestions.
1) You can show “floating sharebar” at the top of the window by selecting “Sharebar type” => “Horizontal” and “horizontal sharebar position” => “top of the window”
2) Nice idea, I’ll try to implement this soon.
3) Sure Viber support will be added.
Thanks,
Aakash
AakashKeymasterYes Tom, Thats a limitation with WordPress shortcode itself.
Please refer – https://codex.wordpress.org/Shortcode_API#Unclosed_Shortcodes
Thanks,
Aakash
AakashKeymasterHi Tom,
You are almost correct. You have to close the shortcode with
[/sc]Something like below
[sc name="example"]This is shortcode enclosed content.[/sc]Thanks,
Aakash
AakashKeymasterHi @catt,
I understand the need for this feature. But it is basically creating a programming language using 3rd part template engine.
What I would suggest is, create multiple shortcodes and suggest the customer to use the shortcode depending on the need.
There is no need to write dynamic shortcode content as the shortcode is inserted manually by the user.
So the user knows what he is expecting hence the no need to dynamic content.If you want dynamic shortcode, you can write it in PHP on your own.
Please follow the API in this page – https://codex.wordpress.org/Shortcode_API#The_Shortcode_APIThanks,
Aakash -
AuthorPosts
