Forum Replies Created
-
AuthorPosts
-
AakashKeymasterGreat ! Happy that you are using Git it write !
AakashKeymasterHi Mike,
That was indeed an issue !
My test environment had a different admin URL structure making certain assumptions incorrect.I have made the fix on your site. You can preview it now on your homepage.
I’ll release the fix this weekend.
Thanks,
Aakash
AakashKeymasterHi Mike,
Thanks for your time in checking and writing back.
I verified the feature right now in couple of my setups and didn’t notice any issue.
Announcement was displayed on ?ancr_preview the page.
I could not guess what might have gone wrong.
If you can create a dummy admin user and share me the credentials to https://www.aakashweb.com/contact that would be really helpful. I can check and get back.
Thanks,
Aakash
AakashKeymasterHi,
Thanks for using the plugin.
Plugin does work on WP 5.6
Can you please share a screenshot of the configuration/ edit page of that repo ?
Thanks,
Aakash
AakashKeymasterHi,
This issue will be fixed in the next version of the plugin.
I’ll update once it is released.Thanks,
AakashJanuary 6, 2021 at 11:33 pm in reply to: Follow socialiser does not show up on my Neve WordPress mobile version #8739
AakashKeymasterHi,
Thanks for using WP socializer.
I could see the icons show up on mobile.

Could you please be specific on what does not show up ?
Thanks,
AakashDecember 19, 2020 at 1:02 am in reply to: Is it possible to display text right after page title but before text? #8701
AakashKeymasterHi Asen,
1) Create a shortcode. You can follow the instructions here – https://www.aakashweb.com/docs/shortcoder/getting-started/
2) Insert the shortcode at the top of your posts whichever you are intersted in

Thanks,
Aakash
AakashKeymasterMarking this as resolved.
AakashKeymasterMarking this as resolved.
December 18, 2020 at 11:13 pm in reply to: Is it possible to display text right after page title but before text? #8641
AakashKeymasterHi Asen,
Sorry for the late reply. Yes you can do that.
You can create a shortcode called “disclaimer” with your needed content.
Then at the top of every post you can manually insert the shortcode like
[sc name="disclaimer"]You can find more docs and examples here – https://www.aakashweb.com/docs/shortcoder/custom-parameters/
In case you want to do this for every post automatically without shortcode then you may need to check with your theme dev to insert custom text after the title.
Thanks,
Aakash
AakashKeymasterMarking this as resolved.
AakashKeymasterCheers !
AakashKeymasterHi,
Please avoid formatting inside parameter value. That will break the shortcode syntax. I see you have bold text for the 2nd parameter.
To get it right easily, please switch to “text” editor while editing the post and then insert/edit the shortcode.
If you want to bold the text, please do the formatting in the shortcode content.
In the end just make sure the syntax of the shortcode is like in the link below. https://www.aakashweb.com/docs/shortcoder/getting-started/
Thanks,
AakashDecember 18, 2020 at 6:38 pm in reply to: Conflict between Shortcoder 5.3.3 and Formidable Forms Pro 4.09.02 #8635
AakashKeymasterGlad that you got it resovled.
Cheers !
AakashKeymasterHi Correiar,
WordPress’s shortcode itself has a limitation where it does not work well with nested shortcodes. See link below .
https://codex.wordpress.org/Shortcode_API#Nested_ShortcodesIn you case things are considered as nested because
[sc name="judging_guidelines] is seen back to back.
So wordpress thinks that the 2nd shortcode is nested inside the 1st shortcode.
I would recommend closing the first shortcode with
[/sc]or have only one shortcode at the first place.Thanks,
Aakash -
AuthorPosts
