Nikodemsky
Forum Replies Created
-
Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] Can’t add anything + error in consoleWin 10 x64
Chrome 76.0.3809.132 x64
WP 5.2.2
ACF 5.8.3 PRO
ACF: Table Field 1.3.5Problem occurs on existing page – when i create new page then everything’s ok.
no, i was migrating data only via import/export
where those are stored in database btw?
Forum: Plugins
In reply to: [No Cache AJAX Widgets] Adrotate + WP Super Cache + No Cache AJAX WidgetsSeems like it doesn’t process adrotate shortcodes at all:
https://smietnik.w3wg.comSeems like it was problem with older version with woocommerce itself, solved for now.
Forum: Plugins
In reply to: [Product Reviews Import Export for WooCommerce] empty importIt was problem on my end – the table had wrong structure.
I have reproduced the same bug here:
https://smietnik.w3wg.com/produkt/test/The steps are:
1. Set some page as main shop page
2. Use redirect on it to something elseThat’s it. Only two plugins are active, no overrides, default theme. It must be something with TSF.
Jeez, i found it!
https://solidbase.e-partnerzymarketingowi.pl/produkty/
– it is set as shop main page and for some reason it redirects to said /katalog-produktow/Any idea why it behaves like that?(i mean why woo search widget redirects to this page)
- This reply was modified 5 years, 9 months ago by Nikodemsky.
It works! :>
Now, that code won’t brake anything else?
If i remove theme support code for woo:
// Declares woocommerce custom template usage function solidbase_woocommerce_support() { add_theme_support( 'woocommerce' ); } add_action( 'after_setup_theme', 'solidbase_woocommerce_support' );
Then i’m getting “raw” search results:
https://i.postimg.cc/L6kgSThk/screencapture-solidbase-e-partnerzymarketingowi-pl-2019-06-18-22.png
– is it maybe related somehow?I’m not really sure what exactly i should look for to be honest, this is standard woocommerce product search widget overwritten by code:
/** Custom product search form widget **/ function woo_custom_product_searchform( $form ) { $form = '<form role="search" method="get" id="searchform" class="searchform" action="' . esc_url( home_url( '/' ) ) . '"> <div> <label class="screen-reader-text" for="s">' . __( 'Search for:', 'woocommerce' ) . '</label> <input type="hidden" class="" value="product" name="post_type" /> <input class="search-widget" type="text" value="' . get_search_query() . '" name="s" id="s" placeholder="' . __( 'Type name or product code...','solidbase' ) . '" /> </div> </form>'; return $form; } add_filter( 'get_product_search_form' , 'woo_custom_product_searchform' );
– but like i said, even if i remove it issue still occurs.
It would be like the whole query is messed up?
Issue has been resolved, woo folder name in plugins was different, than “woocommerce”.
Forum: Plugins
In reply to: [WooCommerce] Output values from variations?Thanks!
Forum: Fixing WordPress
In reply to: Cod htmlYou need to use syntax highlighter, for example:
https://www.ads-software.com/plugins/enlighter/Forum: Fixing WordPress
In reply to: Need a plugin to block users1. Using Wordfence might be not the best option for keeping your installation safe. Just saying.
2. Try: https://www.ads-software.com/plugins/ban-hammer/ and any recaptcha plugin for login.In banhammer you need to add two rules for each domain:
@domain.com
.domain.com
– after that you will not get any more registrations from that domain ??Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Too few arguments errorAlso done.
Seems like all related errors disappeared after updating lang file, thanks!