@anansi.pro
Forum Replies Created
-
Forum: Plugins
In reply to: [FreedomPay] Совместимость с последней версией WooCommerceспасибо
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Devanagari support in searchThank you. Yes, I noticed this problem with Sanskrit. The stemmer must account for sandhi in algo, and seoarate word forms correctly. And it seems not an easy task. And stemmer support is not avail in free version.
- This reply was modified 2 months ago by @anansi.pro.
Forum: Plugins
In reply to: [Oxygen Tutor LMS] Oxygen 4.x compatibilityThank you @largbasket ! This is most reassuring. I cannot find any doc or tutorial, on how to configure and design template correctly in order to avoid blank template issue. Since I am getting blanks now. Can you point me to a good one, or lets develop one together, to make a good 1-2-3 guide for future users who drops into this loophole.
Forum: Plugins
In reply to: [Oxygen Tutor LMS] Lesson content displays empty, templates not workingWas this resolved? I am afraid of installing this now.
Forum: Plugins
In reply to: [VKMarket for WooCommerce] Не работаетя ишо не ставил. А пробовали поменять номер версии прямо в плугине?
No, its not this plugin problem.
@container is right. Please add functionality that will extend is_login(), or mimick it, since other plugins may rely on it.
Forum: Plugins
In reply to: [WPS Hide Login] Password reset link invalidI had the same problem and I figured it out. I had the problem with “Critical error” too, so I excluded my custom login URL from redis cache, and found that link https://mysite.tld/myscustomloginurl/?action=lostpassword started to work correctly, password set OK and everything works OK now.
- This reply was modified 1 year, 10 months ago by @anansi.pro.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Can’t get Responsive TablesHow did you solved this? I am getting trouble with shortcodes in tabs.
Forum: Reviews
In reply to: [Zero Spam for WordPress] Zero self-awareness anti-spam solutionThis is outrageous, agreed.
Forum: Plugins
In reply to: [Max Mega Menu] How to hide menu after clicking link on same page?Thank you! Much appreciated.
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Sitemap.xml not generatedresolved. It was not php-fpm to blame, but another change. xml files were added in bulk by extension to nginx conf, to set headers expiry to 1yr. Removed that and framework successfully regenerated the sitemap.
The above from @chocoxxl will not work for SVG. If you want SVG centered in LogoSlider WP plugin, then you should do 2 things. 1) Make sure they are exported responsive from Illustrator. The heading part of such SVG may look like
<svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 130 42">
<– yes, that’s all – just xmlns declaration and viewBox; 2) add this CSS to make owl carousel items in LogoSlider WP behave with centered SVGs:.lgx-logo-slider-wp { max-width: unset!important; } .owl-carousel .owl-item img {margin:auto!important;height:120px;} /* declare height of your container and logo items here */ .lgx-logo-item {display: inline-block; vertical-align: middle; height: 120px;} /* declare height of your logo items here */
The above CSS ruleset may look overlapping, but this is it – SVGs are centered as a result.
Forum: Plugins
In reply to: [Slim SEO - Fast & Automated WordPress SEO Plugin] WPML support@rilwis Thank you, Ahn. I’ll give it a go in the next project.
Forum: Reviews
In reply to: [Admin Edit Comment] Very neat functionality for a team of editorsWorks perfectly, thank you! Big helper.