Forum Replies Created

Viewing 15 posts - 736 through 750 (of 1,956 total)
  • Author
    Posts
  • 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
    Aakash

    Hi 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 2

    https://uniqaya.com/blogs/collagen-for-your-skin-healthy-or-hype/ gets redirected to https://uniqaya.com/blogs/collagen-for-your-skin/

    WP Socializer asks facebook for the share/like count.
    So in this case https://uniqaya.com/blogs/collagen-for-your-skin/ is the final page and it’s share count is 0.

    Hope you got it.

    Thanks,
    Aakash

    Hi Kamal,

    I checked the latest count. Looks like the like/share count is 0 now.

    Thanks,
    Aakash

    Hi 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,
    Aakash

    in reply to: Hide on mobile doesn’t work

    Hi 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,
    Aakash

    in reply to: RSS Error: WP HTTP Error: A valid URL was not provided.

    Hi @word5150,

    Thanks for using Super RSS Reader.
    There is a typo in the RSS feed URL.

    http://reliablecarpet.ca/blog/feed&#8221

    The above highlighted characters were added to the URL. Please remove them and ensure that the URL is valid.

    Thanks,
    Aakash

    in reply to: Allow to use shortcodes in menu items

    Hi,

    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,
    Aakash

    in reply to: Add a Shortcoder button in Gutenberg blocks

    Hi 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,
    Aakash

    in reply to: trying to add notifications to product pages

    Hi 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.

    Contact

    Thanks,
    Aakash

    in reply to: Customizing shortcoder element list

    Thats great..
    Cheers !

    in reply to: Customizing shortcoder element list

    Hi 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,
    Aakash

    in reply to: Customizing shortcoder element list

    Hi 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,
    Aakash

    in reply to: Customizing shortcoder element list

    Hi 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.

    Shortcode parameters

    Custom parameters

    Thanks,
    Aakash

    in reply to: Change widget box size for mobile device

    Great !

    in reply to: Change widget box size for mobile device

    Please 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

Viewing 15 posts - 736 through 750 (of 1,956 total)

Subscribe to our Newsletter

Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter

By using this website, you agree to our Terms