Forum Replies Created

Viewing 15 posts - 856 through 870 (of 2,067 total)
  • Author
    Posts
  • 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

    in reply to: Font colour never changes
    Aakash
    Keymaster

    Hi Claire,

    It looks like your theme is overriding the color.

    Can you please share your page URL where I can see the announcement ?
    I’ll share CSS style to fix it.

    Thanks,
    Aakash

    in reply to: shortcode not working
    Aakash
    Keymaster

    Marking this as resolved.

    in reply to: mail address is not shown
    Aakash
    Keymaster

    Marking this as resolved.

    in reply to: follow icons on mobile version
    Aakash
    Keymaster

    Marking as resolved.

    in reply to: How i can add tiktok icon ?
    Aakash
    Keymaster

    Hi,

    TikTok is available in WP Socializer v6.4 in “follow icons” page. Please update to the latest version.

    Thanks,
    Aakash

    in reply to: remove dependency on https://use.fontawesome.com/
    Aakash
    Keymaster

    Hi Abhibav,

    Sorry for the late reply.

    Since fontawesome extra resources like fonts, css etc it is not packaged with the plugin and hence loaded separately from a CDN.

    If your theme is already loading fontawesome or wish to load the fontawesome on your own you can stop WP Socializer from loading fontawesome.

    Go to WP Socializer -> Settings –> and set fa_icons in “CSS/JS to not to load in any page” like below.

    Now you can load fontawesome (v5) as needed in your website.

Viewing 15 posts - 856 through 870 (of 2,067 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