Forum Replies Created
-
AuthorPosts
-
AakashKeymasterClosing this thread for now.
AakashKeymasterClosing this thread assuming issue is resolved.
AakashKeymasterClosing this thread assuming issue is resolved.
AakashKeymasterHi Riley,
For #1 please paste below code in any of your theme’s JS file.
jQuery(document).ready(function() { jQuery(window).scroll(function() { if ( jQuery(window).scrollTop() > (jQuery(document).height() - 300)) { jQuery('.wpsr-sharebar').hide(); } else { jQuery('.wpsr-sharebar').show(); } }); });For #2 in floating sharebar settings page, please click “Adjust position visually” button and use the visual editor to position the sharebar to the desired location.
Thanks,
Aakash
AakashKeymasterPlease paste this CSS in WP Socializer -> Settings –> Additional CSS
.wpsr-fb-close { display: none !important; }Thanks,
Aakash
AakashKeymasterHi Vincent,
I think you can use the “iframe” tag for this.
You can embed a webpage using this tag. Please refer this link, https://www.w3schools.com/tags/tag_iframe.asp
So to display the other website’s page, you should use something like below as shortcode content.
<iframe src="https://generator.distantdomain.tld/dynamic-page?id=5464a4654c4654"></iframe>Thanks,
Aakash
AakashKeymasterHi Tim,
To make the title bold, you can paste this CSS somewhere in your theme’s settings page.
.srr-title{ font-weight: bold; }to make the the date bold, you can use this.
.srr-date{ font-weight: bold; }Thanks,
Aakash
AakashKeymasterHi !
Sorry for the delay.
#1) Regarding mass producing shortcode, currently there is no way.
You can write PHP code to mass produce it. I can point you to the wordpress API and shortcoder API to insert a new shortcode if you really need it.There was a request to import shortcodes from CSV.
Currently I’m rewriting the plugin from scratch, I’ll implement this feature and you can get this import from different format.#2) There is no way to change
sc nameas that is the trigger word for the shortcode. Withsc namebeing same you can change thename="shortcode name"as per your need to keep track of it.Thanks,
Aakash
AakashKeymasterHi Lex,
Shortcode is inserted manually in a post. You could simply not use a shortcode in a post of a specific category to get what you wanted.
Please let me know if I didn’t get your use case.
Thanks,
Aakahs
AakashKeymasterHi Moreno,
This was a request from many people. It is currently not available. I’m planning to implement this for all social icons.
I’ll let you know once this feature is published by next month.
Thanks,
Aakash
AakashKeymasterHi Karl,
Thanks for using Shortcoder. It is a popular request. But unfortunately this feature is not supported.
I understand the usefulness, but it is beyond the scope of the plugin as PHP can do lot more if it is supported by the plugin.
If I found any possible future proof way to support this feature in basic HTML, I’ll sure implement it.
Hope you understand.
Thanks,
Aakash
AakashKeymasterClosing this as there is no update
AakashKeymasterHi Orlando,
Sorry for the late reply. If WP Bakery/Visual composer has any “shortcode” widget, you can place the shortcode copied from shortcoder and paste in it (or) in any shortcode textbox which supports execution of shortcodes.
Thanks,
Aakash
AakashKeymasterHi Tracebook,
Thanks for the info. I looked at that the site and I didn’t see any profile page like facebook, twitter etc which in liketoknowit website. Can you please share some details like that ?
Thanks,
Aakash
AakashKeymasterPlease ignore that message. Instead of http, please prefix your email id with “mailto:” i.e
mailto:[email protected] -
AuthorPosts
