Forum Replies Created
-
AuthorPosts
-
Aakash
KeymasterHi 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,
AakashAakash
KeymasterHi 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,
AakashAakash
KeymasterHi,
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,
AakashAakash
KeymasterHi,
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 #8739Aakash
KeymasterHi,
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? #8701Aakash
KeymasterHi 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,
AakashAakash
KeymasterMarking this as resolved.
Aakash
KeymasterMarking 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? #8641Aakash
KeymasterHi 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,
AakashAakash
KeymasterMarking this as resolved.
Aakash
KeymasterCheers !
Aakash
KeymasterHi,
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 #8635Aakash
KeymasterGlad that you got it resovled.
Cheers !Aakash
KeymasterHi 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,
AakashDecember 17, 2020 at 10:19 pm in reply to: Conflict between Shortcoder 5.3.3 and Formidable Forms Pro 4.09.02 #8628Aakash
KeymasterHi Phil,
Can you please let me know how shortcoder and formidable are used together in your case ?
Shortcoder was not updated recently. So if it was working earlier it should work now unless other plugins are causing any issue.
Thanks,
Aakash -
AuthorPosts