Forum Replies Created
-
AuthorPosts
-
AakashKeymasterHi Julia,
Thanks for using WP Socializer.
It is not required for the app to be verified.
Can you please share a blog post which had some like count ?
Let me see what went wrong.Thanks,
Aakash
AakashKeymasterCan you please share more information on what you tried and what was not working ?
AakashKeymasterHi Bradley,
Thanks for using Announcer.
I believe you want to run some javascript when clicking CTA button right ?
In that case you can simply create a
<script>tag and add your JS under that.
You can target the “primary” button with the below selector.var announcement_btn = document.querySelector('#ancr-471 .ancr-btn-primary'); announcement_btn.addEventListener('click', function(){ //<my code> });Replace 471 with your announcement ID and in my code use to triggger whatever needed.
Thanks,
Aakash
AakashKeymasterHi @jobl32,
Sorry for the late reply.
With UFW plugin, you can put your widgts in a floating popup and open that with a button.
Since the button’s primary purpose is to open the popup, it does not act as button to open links.
Hope you understand.
Thanks,
Aakash
AakashKeymasterHi @grumble,
You can simply use relative path (i.e just /terms if that page is at the root of the site) or you can use like below using “site url” paramter.
<a href="$$site_url$$/disclosure">Disclosure page</a> <a href="$$site_url$$/terms">Terms</a>Thanks,
Aakash
AakashKeymasterExcellent ! do_shortcode is the one which executes the shortcode. Glad that you figured out on what to execute as per your theme.
Thanks,
Aakash
AakashKeymasterHi,
It seems the widget is not “executing” the shortcode. It is printing the shortcode as is.
Can you please check with “TG: Product slider” developer to “execute” shortcodes in their widget ?
This applies not only to shortcoder but any shortcode.
Thanks,
Aakash
AakashKeymasterCheers !
AakashKeymasterHi Matt,
UFW supports javascript calls using which you can open/close the popup.
To open the popup/flyout use a button/link like below,
<a href="javascript:void(0)" onclick="UFW.open('1')">Open the popup/flyout</a>To close,
<a href="javascript:void(0)" onclick="UFW.close('1')">Close the popup/flyout</a>To toggle display,
<a href="javascript:void(0)" onclick="UFW.toggle('1')">Toggle display</a>Here “1” is the ID of the popup/flyout.
Change that accordingly as you need.I guess this answer is a solution to #1.
You could also use the same for #2 temporarily.Thanks,
Aakash
AakashKeymasterHi Jennifer,
Happy that you are liking the plugin.
Regarding “published date” it is a date which is insignificant and of no use.
It is simply a date provided by WordPress to know when the announcement was first “published”. It has no other purpose.
If you want to schedule the announcement to show only within certain date range, then please look at the “schedule dates” alone.
You can look at the “scheduled date” in the announcer list like below.

Thanks,
Aakash
AakashKeymasterHi Matt,
Thanks for using Ultimate floating widgets. I understand the concern. There are 2 queries.
#1 – Have a static button to open the popup/flyout
#2 – Have a separate button to close.Some users have also reported similar requirement.
Can you please share the webpage where the plugin is active ?
I’ll have a look and study the requirement. I’ll implement these requirement and update the plugin by the end of this month or earlier.
Thanks,
Aakash
AakashKeymasterHi @poonamsaini,
WP Socializer has only free version. The option is available as highlighted below,

Thanks,
Aakash
AakashKeymasterThanks Ed.
Happy to hear.
AakashKeymasterHi Ed,
Thanks for using Super RSS Reader – PRO.
Below link contains information on which CSS rule to target to syle.
Please paste below CSS anywhere in theme settings.
#1 – Removing white space
.srr-wrap div > div:last-child { padding-bottom: 0 !important; }#2 – Title in bold
.srr-title { font-weight: bold; }#3 – Yeah you can do that. Under General tab you can set the template as needed. Please refer this doc for more info – https://www.aakashweb.com/docs/super-rss-reader/pro/custom-template/
In you case you might need to set something like below
%%title%% %%thumbnail%% %%description%% %%metadata%%Thanks,
Aakash
AakashKeymasterHi Dorian,
If you want to insert social icons to share your website (or) insert follow me icons then you do not need to configure anything in specific for facebook. You can go to wp socializer and select, design your icons.
If you want to display “share count” then you need to create a facebook app and share it’s details.
Thanks,
Aakash -
AuthorPosts
