Forum Replies Created
-
AuthorPosts
-
April 11, 2021 at 6:43 pm in reply to: Multiline feature request for custom parameters default values #9230Aakash ChakravarthyKeymaster
Hi Adam,
Extremely sorry for the late reply. I saw your post but missed to reply.
If you have only one multiline parameter then you can use “enclosed content” parameter.
So what you can do is, insert the parameter
$$enclosed_content$$
in shortcode content. Now while using the shortcode you can do like below,[sc name="my_shortcode"] <ul> <li>Multiple</li> <li>Lines</li> </ul> [/sc]
Note that here the parameter is not passed via attributes instead within
[sc][/sc]
Thanks
AakashApril 10, 2021 at 1:25 pm in reply to: Share count is not working at all on wp-socializer plugin, please help… #9229Aakash ChakravarthyKeymasterHi Kamal,
Looks like you have two URLs for the same post
https://uniqaya.com/blogs/collagen-for-your-skin/
– Facebook count is 0
https://uniqaya.com/blogs/collagen-for-your-skin-healthy-or-hype/
– Facebook count is 2https://uniqaya.com/blogs/collagen-for-your-skin-healthy-or-hype/
gets redirected tohttps://uniqaya.com/blogs/collagen-for-your-skin
/WP Socializer asks facebook for the share/like count.
So in this casehttps://uniqaya.com/blogs/collagen-for-your-skin/
is the final page and it’s share count is 0.Hope you got it.
Thanks,
AakashApril 10, 2021 at 12:13 am in reply to: Share count is not working at all on wp-socializer plugin, please help… #9227Aakash ChakravarthyKeymasterHi Kamal,
I checked the latest count. Looks like the like/share count is 0 now.
Thanks,
AakashApril 9, 2021 at 4:00 pm in reply to: Share count is not working at all on wp-socializer plugin, please help… #9224Aakash ChakravarthyKeymasterHi 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 ChakravarthyKeymasterHi 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 ChakravarthyKeymasterHi @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 ChakravarthyKeymasterHi,
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 ChakravarthyKeymasterHi 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 ChakravarthyKeymasterHi 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 ChakravarthyKeymasterThats great..
Cheers !Aakash ChakravarthyKeymasterHi 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 ChakravarthyKeymasterHi 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 ChakravarthyKeymasterHi 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 ChakravarthyKeymasterGreat !
Aakash ChakravarthyKeymasterPlease 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,
Aakash -
AuthorPosts