Forum Replies Created
-
AuthorPosts
-
April 9, 2021 at 4:00 pm in reply to: Share count is not working at all on wp-socializer plugin, please help… #9224
Aakash
KeymasterHi Kamal,
Thanks for using WP Socializer.
Can you please confirm if you have entered facebook app ID and secret in WP Socializer -> Settings page ?If you have entered it correctly then share count should get updated in a day.
Thanks,
AakashAakash
KeymasterHi Mathieu,
Thanks for using UFW.
I aw your website but could not find the floating widget anywhere. Can you please let me know once the widget is active with all the expected config set ?
Sometimes if you have any wordpress caching plugin enabled, then the plugin may have cached only the desktop version of the site. So when users from mobile visit they are served the desktop cache. If possible please do see if there are options to cache for desktop and mobile. This is because, the device is checked on the server side.
Thanks,
AakashAakash
KeymasterHi @word5150,
Thanks for using Super RSS Reader.
There is a typo in the RSS feed URL.http://reliablecarpet.ca/blog/feed
”
The above highlighted characters were added to the URL. Please remove them and ensure that the URL is valid.
Thanks,
AakashAakash
KeymasterHi,
WordPress does not execute shortcodes in menus out of the box.
Please follow below reply to enable executing shortcodes in menu items.
https://stackoverflow.com/a/17629623/306961
Thanks,
AakashAakash
KeymasterHi Maicol,
Thanks for using Shortcoder.
I understand this inconvienence. I have this item in my todo list to include a button to open the “insert shortcode” window.For now you can open the Shortcoder -> All shortcodes page in a new tab and copy paste the shortcode from the table
Thanks,
AakashAakash
KeymasterHi Peta,
Announcer will display the announcement in all the pages unless it is configured to hide in specific pages.
Can you please confirm if you have configured any “rules” on where the announcement has to be placed ?
If the issue persists, can you please create a temporary admin account and send me the credentials and website URL via my contact form ? I’ll have a look at it and update you.
Thanks,
AakashAakash
KeymasterThats great..
Cheers !Aakash
KeymasterHi Rob,
I’m kind of confused on what and where you are using shortcodes. There are lots of ways a shortcode can be used. I do not use Mesmerize theme and I’m now aware of the “section” you are talking about.
My suggestion is like below. Please see screenshots.
Create a shortcode like below
Insert it anywhere in a location which can execute shortcode. Example – posts.
Output
Thanks,
AakashAakash
KeymasterHi Rob,
The shortcode content can be single line too.
Can you please share screenshot of your existing shortcode content and point out what inside that needs to customizeable from outside ?
Thanks,
AakashAakash
KeymasterHi Rob,
Thanks for using Shortcoder.
If I had understood the problem correctly, you wanted to add extra items to a list to a shortcode content.
So you can do this the below way suing “custom parameters” or “enclosed shortcode content”.
Below example uses “enclosed shortcode content”Shortcode content:
<ul> <li>Item 1</li> <li>Item 2</li> <li>Item 3</li> $$enclosed_content$$ </ul>
Using the shortcode
[sc name="my_list" ] <li>Item 4</li> <li>Item 5</li> [/sc]
Hope this helps.
You can learn more about shortcode parameters and enclosed content below.
Thanks,
AakashAakash
KeymasterGreat !
Aakash
KeymasterPlease paste below CSS in settings. The widgetbox will remain as seen in desktop even in small screens.
@media screen and (max-width: 600px){ #ufw_1.ufw_pp .ufw_wb { position: static; margin: 1.5em 0 !important; } }
Thanks,
AakashAakash
KeymasterHi, Can you please share your website URL where I can find this ? I’ll suggest CSS to adjust the height.
Aakash
KeymasterExcellent !
Aakash
KeymasterHi Claire,
Please paste below CSS somewhere in your theme settings. Here 2088 is the ID of the announcement and #fff is the white color for the paragraph. You can change this as required.
#ancr-2088 p { color: #fff; }
The reason it was not working because, you have a “paragraph
<p>
” tag in message which is taking the color from the theme.Thanks,
Aakash -
AuthorPosts