Forum Replies Created
-
AuthorPosts
-
August 16, 2020 at 12:01 am in reply to: No “_self” and “_blank” options for the custom HTML on the social sharebar #7889Aakash ChakravarthyKeymaster
Hi Sachin,
I do not see any issue on my side.
Can you please give more details on what you wre trying ?
Thanks,
AakashAugust 14, 2020 at 5:42 pm in reply to: How to show images in the feed? Chinese twitter like site: weibo’s feed. #7888Aakash ChakravarthyKeymasterHi @zrenee,
This is beyond the scope of this plugin as it is a customization request.
But I gave some try.
You can use below CSS in your theme settings to display them in two columns.
.srr-wrap div { flex-basis: 50%; } .srr-wrap > div { display: flex; flex-wrap: wrap; }
Regarding the images, they are shown only when they are mentioned in a specific tag. So I guess in your case it is not mentioned that way. I do have plan to grab images wherever they are, but it may not be soon.
Thanks,
AakashAakash ChakravarthyKeymasterHi Bob,
I guess you know this is beyond the scope of my plugin as it is query with the user content.
But anyways I gave a try organizing the code.
Please copy the paste all the content from the pastebin above in the shortcode content and see if it works.
In the content, you might need to download
http://66.113.218.135/js/calculator2.js
this file from your old website and upload it to your new one. After that replace the URL with the URL from your new site.Thanks,
AakashAakash ChakravarthyKeymasterHi Marc,
It should be coming from the cache.
Do you use any caching plugin ?
If yes then the page might be cached for mobile devices when you had that setting.
Please do try clearing the cache and let me know.
Thanks,
AakashAakash ChakravarthyKeymasterHi Marc,
Right now there is no option to set different positions for desktop and mobile.
Currently icons are in horizontal mode and left aligned, but you want right aligned.
Can you please try setting the position to “bottom right” ?
Currently it is set to “bottom left”.Please let me know if that helps.
If you need fine tune adjustments over that, I can share CSS and help you with that.
Thanks,
AakashAugust 12, 2020 at 1:41 am in reply to: Problems with Fusion Plugins (AVADA) and Editors in Shortcode #7870Aakash ChakravarthyKeymasterHi @biwofu,
I have replied to the email and fixed the issue for now.
The email has more details.Thanks,
AakashAakash ChakravarthyKeymasterHi Ryan,
We cannot share on Instagram similar to Facebook. There is no option to share stuff on instagram unless users manually post images.
We can only share stuff which is available on instagram and not vice versa.
Thanks,
AakashAugust 8, 2020 at 12:39 am in reply to: can make cookie ? stop announce if visitor visit clicked the action button #7862Aakash ChakravarthyKeymasterHi @chenpiaw,
Right now there is no option to set cookie when action button is clicked.
I’ll add this in the upcoming versions.
For now can you please paste the below script in anywhere in your website (like theme settings) ? This will set the cookie when action button is clicked.
<script> jQuery(document).on('load', function(){ jQuery('.ancr-btn').not('.ancr-close').click(function(){ var ancr = jQuery(this).closest('.ancr')[0].announcer; ancr_state.set_cookie(ancr.close_cookie, 1, ancr.props.closed_duration, true); }); }); </script>
And configure Announcement –> Settings –> Close –> Keep closed –> Yes and specify the days on how long it will be kept closed.
Thanks,
AakashAugust 7, 2020 at 11:54 pm in reply to: Problems with Fusion Plugins (AVADA) and Editors in Shortcode #7861Aakash ChakravarthyKeymasterHi @biwofu,
I guess I didn’t receive any email from you.
Please try the contact form again (or) send me another email to aakash [dot] [email protected] I’ll wait for it.
Thanks,
AakashAakash ChakravarthyKeymasterI will add them in the next version.
Aakash ChakravarthyKeymasterHi,
You can delete the icons in the share icons page where you will see a horizontal list of icons. Click the X to delete the icon and save the settings.
Thanks,
AakashAakash ChakravarthyKeymasterHi M,
You can change it under Share icons –> Miscellaneous tab. You can delete the “heading text”
Also, I see that there is no gap between the footer and the icons in your website.
You can use the below CSS in WP Socializer –> Settings –> Additional CSS if required..wp-socializer.wpsr-share-icons:last-child { margin-bottom: 2em; }
Thanks,
AakashAakash ChakravarthyKeymasterThanks Leo !
Happy to hear. Please do rate the plugin.I’ll mark this case resolved.
Aakash ChakravarthyKeymasterHi Leo,
I custom parameters does not work that way. They are used to replace the placeholder tags in the shortcode content with the parameters you pass to the shortcode.
The text after : (colon) indicates the default value if no parameter is sent.
They cannot be used to fetch anything.
If I understood correctly on what you are trying to achieve, in your case you can create different shortcodes with different URLs as shortcode content and use the respective shortcode when you would need that URL in posts/pages.
Thanks,
AakashAakash ChakravarthyKeymasterHi Ruben,
Right now the plugin supports only HTML, JS and CSS. PHP is not supported.
You can try another plugin from another author – https://wordpress.org/plugins/insert-php-code-snippet/
Thanks,
Aakash -
AuthorPosts