katalonian
Forum Replies Created
-
Forum: Plugins
In reply to: [Cloudflare] Settings are not savedOkay, i fixed it by adding this code to my .htaccess
<Limit GET HEAD POST PUT DELETE OPTIONS> order deny,allow allow from all </Limit>
If you have Apache 2.4< add this:
<Limit GET HEAD POST PUT DELETE OPTIONS> Require all granted </Limit>
- This reply was modified 6 years, 6 months ago by katalonian.
Forum: Plugins
In reply to: [Cloudflare] Settings are not savedHere is the console log from chrome
Failed to load https://myserver.net/errors/403: Response for preflight is invalid (redirect) compiled.js?ver=3.3.2:35 Uncaught TypeError: Cannot read property 'status' of undefined at compiled.js?ver=3.3.2:35 at d.callback (compiled.js?ver=3.3.2:35) at d.crossDomainError (compiled.js?ver=3.3.2:35) at XMLHttpRequest.n.onreadystatechange (compiled.js?ver=3.3.2:35)
- This reply was modified 6 years, 6 months ago by katalonian.
Forum: Plugins
In reply to: [Click & Tweet] Tweet windows opens two timesFound the problem! AddToAny Share Buttons causes that! Any idea how to fix it now?
Forum: Plugins
In reply to: [Reading Time] Not showing on homepage/archiveShould’ve just look better in the setting :p
Forum: Plugins
In reply to: [Click & Tweet] Tweet windows opens two timesHey there! I’m sorry too for the delay.
Here is the link: https://flip.az/neqativ/
You can find one in the end of an article.
Thanks!
Forum: Plugins
In reply to: [Click & Tweet] Tweet windows opens two timesHeeey guys! Are you going to fix this or give me a hint how i can fix it by my own? ^_^
Forum: Plugins
In reply to: [Click & Tweet] Small errorYes, thanks a lot, now it’s much better!
Forum: Plugins
In reply to: [Click & Tweet] Small errorThe error seems to be resolved but the empty space before the text is still there. And that happens only when click & tweet is enabled inside blockquote.
Forum: Themes and Templates
In reply to: [Garfunkel] Add category at the preview pageHey, Nacho.
Perhaps it’s a bit late (10 months ^_^), but it can be useful to someone else looking for the same answer.
Here is my solution:
Add to the content.php just before <h2 class=”post-title”>
<?php if ( is_front_page() ) { ?> <h3 class="post-category"> <?php the_category(''); ?> </h3> <?php } ?>
Add to the end of style.css this:
/* show category */ .post-category { background: #CA2017; border-radius: 60px; font-size: 13px; color: #ffffff; height: 25px; padding: 7px 16px 18px 16px; margin-bottom: 14px; display: inline-block; } .post-category a { color: #ffffff; } .post-category a:hover { color: #ffffff; }
Hope that will be helpful ??
Forum: Plugins
In reply to: [Balanced Payments for WooCommerce] Working?Well, if it’s working, then it’s just great news.
Hope developer will keep it updated, because it’s seems to be only one plugin available for WoocommerceForum: Plugins
In reply to: [WooCommerce - Table Rates] Using percentage of total card amountYep, you understood correct!
I don;t want fixed price, but percentage of total cart amountForum: Plugins
In reply to: [WooCommerce - Table Rates] Add percentage of total cart?hey! I have same question. using instead of fixed price, to use a percentage of total card amount? It’s not possible anyway? Even with adding some fixes to code? Could pls help?
Cheers!That’s true! Thanks a lot!
Forum: Plugins
In reply to: [Search & Filter] Prevent from empty searchIt’s weird, because i took away search field, and even if i just press button submit without selecting a categories, it’s still gives a different page. I still can’t realize which page it opens.
UPDATE
It’s opens index.php file, so, i’ll try to handle it. but would be nice if
empty_search_url would work ??Forum: Plugins
In reply to: [Search & Filter] Prevent from empty searchNo, it doesn’t work for me either way ??