Forum Replies Created
-
AuthorPosts
-
AakashKeymasterThats great..
Cheers !
AakashKeymasterHi 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
AakashKeymasterHi 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
AakashKeymasterHi 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,
Aakash
AakashKeymasterGreat !
AakashKeymasterPlease 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
AakashKeymasterHi, Can you please share your website URL where I can find this ? I’ll suggest CSS to adjust the height.
AakashKeymasterExcellent !
AakashKeymasterHi 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
AakashKeymasterHi 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
AakashKeymasterMarking this as resolved.
AakashKeymasterMarking this as resolved.
AakashKeymasterMarking as resolved.
AakashKeymasterHi,
TikTok is available in WP Socializer v6.4 in “follow icons” page. Please update to the latest version.
Thanks,
Aakash
AakashKeymasterHi 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_iconsin “CSS/JS to not to load in any page” like below.Now you can load fontawesome (v5) as needed in your website.

-
AuthorPosts
