Forum Replies Created

Viewing 15 posts - 826 through 840 (of 2,043 total)
  • Author
    Posts
  • Aakash
    Keymaster

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

    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.
    Aakash
    Keymaster

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

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

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

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

    Thats great..
    Cheers !

    in reply to: Customizing shortcoder element list
    Aakash
    Keymaster

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

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

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

    Great !

    in reply to: Change widget box size for mobile device
    Aakash
    Keymaster

    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

    in reply to: Change widget box size for mobile device
    Aakash
    Keymaster

    Hi, Can you please share your website URL where I can find this ? I’ll suggest CSS to adjust the height.

    in reply to: Font colour never changes
    Aakash
    Keymaster

    Excellent !

    in reply to: Font colour never changes
    Aakash
    Keymaster

    Hi 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

Viewing 15 posts - 826 through 840 (of 2,043 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