vaakash
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Socializer - Simple & Easy Social Media Share Icons] WordPress 6.6.2Hi Francisco,
There are no reported issues related to this. I verified this in my test setup and couldn’t reproduce the issue. Things work fine for me.
Is there any other details you can share related to this case?
Thanks,
Aakash
Hi @scottbris,
Glad you figured it out. Yes
do_shortcode
is the way to execute any shortcode.https://www.aakashweb.com/docs/shortcoder/faq/#q-can-i-use-shortcode-in-my-wordpress-theme
Thanks,
Aakash
Hi @josephobx,
Glad it helped. The fix would be to write a CSS to adjust the “top” value of the
mkdf-cover
element to something like30px
so that it does not cover the announcement.Thanks,
Aakash
Hi @josephobx,
Below element from your theme is overlapping the announcement.
Is that expected?
Thanks,
Aakash
Hi @saneyoshi,
The post will be updated based on the “filename” of the markdown file. i.e if the markdown filename is abcd.md, then a post with “post slug”
abcd
will be created. Next time if the post properties change, the same post with slugabcd
will be updated. No new post will be created.Hence, if you have just changed the post title, then new post should not be created.
Can you please check the “post slug” for the posts and markdown file are the same?
Post slug – https://www.wpbeginner.com/glossary/post-slug/
Thanks,
Aakash
Forum: Plugins
In reply to: [Git it Write - Write posts from GitHub] 2 repos created, only 1 is workingHi @ctrcdaniel,
Thanks for using GIW plugin. Please do rate 5 stars for the plugin. Your review is valuable.
https://www.ads-software.com/support/plugin/git-it-write/reviews/#new-post
Thanks,
Aakash
Forum: Plugins
In reply to: [Git it Write - Write posts from GitHub] Git it writeのlogsHi @saneyoshi,
Thanks for reporting this. I think this is a bug. The file saneyoshi.txt suceeds saneyoshi.md hence it is overwritten in the repo structure.
Can you please paste below code in line no. 81 in the file below? (in plugin editor)
https://github.com/vaakash/git-it-write/blob/master/includes/repository.php#L81
if($extension == 'txt'){ return $structure; }
I’ll fix this in the next release of the plugin.
Thanks,
Aakash
Hi @ricardosanx,
Shortcodes created via the plugin act like anyother shortcode.
So you can insert it wherever shortcodes can “execute” or supported.
Thanks,
Aakash
Hi @dreamon11,
It seems there is some conflicting plugin installed on your website.
There are no such issues reported by other users.
Could you please create a temporary admin user account and share it’s credentials with me in my contact form below? I’ll login and have a deeper look.
https://www.aakashweb.com/contact/
Thanks,
Aakash
Hi @cabalero100,
I’m sorry to say that the widget inside the popup not related to UFW plugin.
UFW plugin has no idea about the widget and how it works.
My guess is that, both the widgets are different. I would suggest checking with the widget author/team to find out why the heading and + buttons are not displayed.
Thanks,
Aakash
Hi @cabalero100,
It seems the “open button” text is empty, hence there is a gap next to the open icon.
Please use the CSS below to remove that gap.
#ufw_1 .ufw_btn_oinfo .ufw_b_text {
display: none;
}Thanks,
Aakash
Hi @drunkfox,
Error 202 and content type text/html means that the “RSS server” has blacklisted your website.
The same RSS feed URL works fine on my test setup.
Suggestions:
- Check with the RSS feed owner and whitelist your server IP/name
- Create RSS feed proxy using services like feedburner – https://feedburner.google.com/
Thanks,
Aakash
Hi @cabalero100,
I looked at the site. There is some issue with the widget you are using.
It is hiding by default.
I would suggest discussing it with the “HUSKY” widget team.
One workaround would be to use the CSS below, which will forcefully show the widget.
Note: This widget and why it is hidden is not related to UFW plugin itself.
.ufw_wb .woof_closed_block {
display: block;
}Forum: Reviews
In reply to: [Shortcoder — Create Shortcodes for Anything] very nice shortcoder is helpingHi @rakesh888,
Thanks for the review. Happy that your issue got resolved.
Hi @atakanau,
Thanks for reporting this issue. I’ll fix this in the next version of the plugin.