can't see SEO extenstion
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from domookna on December 3, 2024, 12:02Hello,
i can't see SEO extension in settings on my page. HUSKY version 3.3.6.4 so I am trying to do new page by myself.
I need it for new page with products in stock. I tryed make new filter as widget - https://domo-okna.cz/skladova-okna/?hledani=1&backorder=onbackorder but it does not react on filter.
Probably i am doing wrong with query?
<?php $args = array(
'post_type' => 'product',
'post_status' => 'publish',);
add_filter('woof_filter_shortcode_args', function($args) {//do smth with $args here
return $args;
}, 99, 1);$query = new WP_Query($args);
if ($query->have_posts()) {
woocommerce_product_loop_start();while ($query->have_posts()) {
$query->the_post();
wc_get_template_part('content', 'product');
}woocommerce_product_loop_end();
} else {
echo '<p>Žádné produkty skladem.</p>';
}
Hello,
i can't see SEO extension in settings on my page. HUSKY version 3.3.6.4 so I am trying to do new page by myself.
I need it for new page with products in stock. I tryed make new filter as widget - https://domo-okna.cz/skladova-okna/?hledani=1&backorder=onbackorder but it does not react on filter.
Probably i am doing wrong with query?
<?php $args = array(
'post_type' => 'product',
'post_status' => 'publish',);
add_filter('woof_filter_shortcode_args', function($args) {//do smth with $args here
return $args;
}, 99, 1);$query = new WP_Query($args);
if ($query->have_posts()) {
woocommerce_product_loop_start();while ($query->have_posts()) {
$query->the_post();
wc_get_template_part('content', 'product');
}woocommerce_product_loop_end();
} else {
echo '<p>Žádné produkty skladem.</p>';
}
Quote from Pablo Borysenco on December 3, 2024, 12:44Hello
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
Check SEO URL settings -> https://share.pluginus.net/image/i20241203124227.png
This template does not listen to search queries. Please read this - https://products-filter.com/make-page-builders-and-custom-template-filterable
Hello
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
Check SEO URL settings -> https://share.pluginus.net/image/i20241203124227.png
This template does not listen to search queries. Please read this - https://products-filter.com/make-page-builders-and-custom-template-filterable
Quote from domookna on December 4, 2024, 11:15I bought it with the template Aora and I can't find the product key.
But i found in template functions this force disable. Even if I comment this function it does not apper in admin. And this function is only way how to do new page with stock items as I want.
/*Fix page search when product_cat emty WOOF v3.3.4.3*//*if (! function_exists('aora_woo_fix_form_search_cate_empty_woof_new_version')) {add_action( 'admin_init', 'aora_woo_fix_form_search_cate_empty_woof_new_version', 10 );function aora_woo_fix_form_search_cate_empty_woof_new_version(){$settings = get_option('woof_settings');$settings['force_ext_disable'] = 'url_request';update_option('woof_settings', $settings);}}*/Also I found hidden settings on frontend<li class="woof_ext_li is_disabled" hidden="">
<div class="woof_ext-cell">
<label for="a429d3eadeeefcee26d8ba3215fd66f3"><h5>SEO URL request [<span style="font-weight: normal;">url_request</span>]</h5><a href="https://products-filter.com/extencion/seo-url-request/" class="woof_ext_title" target="_blank"><span class="icon-link"></span></a> <span class="woof_ext_ver">[is system] </span>
</label>
<p class="description">Turns on a search query into a human readable SEO link.</p> </div></li>
But the tab at advanced is not hidden
<ul>
<li class="tab-current">
<a href="#tabs-41">
<span class="icon-code"></span>
<span>Code</span>
</a>
</li>
<li>
<a href="#tabs-42">
<span class="icon-cog-outline"></span>
<span>Options</span>
</a>
</li>
<li>
<a href="#tabs-conditionals">
<span class="icon-air"></span>
<span>Сonditionals</span>
</a>
</li>
<li>
<a href="#tabs-sections">
<span class="icon-th"></span>
<span>Sections</span>
</a>
</li>
<li>
<a href="#tabs-slideout">
<span class="icon-truck"></span>
<span>Slideout</span>
</a>
</li>
<li>
<a href="#tabs-turbo-mode">
<span class="icon-gauge"></span>
<span>Turbo mode</span>
</a>
</li>
</ul>
I bought it with the template Aora and I can't find the product key.
But i found in template functions this force disable. Even if I comment this function it does not apper in admin. And this function is only way how to do new page with stock items as I want.
/*Fix page search when product_cat emty WOOF v3.3.4.3*//*if (! function_exists('aora_woo_fix_form_search_cate_empty_woof_new_version')) {add_action( 'admin_init', 'aora_woo_fix_form_search_cate_empty_woof_new_version', 10 );function aora_woo_fix_form_search_cate_empty_woof_new_version(){$settings = get_option('woof_settings');$settings['force_ext_disable'] = 'url_request';update_option('woof_settings', $settings);}}*/
<li class="woof_ext_li is_disabled" hidden="">
<div class="woof_ext-cell">
<label for="a429d3eadeeefcee26d8ba3215fd66f3"><h5>SEO URL request [<span style="font-weight: normal;">url_request</span>]</h5><a href="https://products-filter.com/extencion/seo-url-request/" class="woof_ext_title" target="_blank"><span class="icon-link"></span></a> <span class="woof_ext_ver">[is system] </span>
</label>
<p class="description">Turns on a search query into a human readable SEO link.</p> </div></li>
But the tab at advanced is not hidden
<ul>
<li class="tab-current">
<a href="#tabs-41">
<span class="icon-code"></span>
<span>Code</span>
</a>
</li>
<li>
<a href="#tabs-42">
<span class="icon-cog-outline"></span>
<span>Options</span>
</a>
</li>
<li>
<a href="#tabs-conditionals">
<span class="icon-air"></span>
<span>Сonditionals</span>
</a>
</li>
<li>
<a href="#tabs-sections">
<span class="icon-th"></span>
<span>Sections</span>
</a>
</li>
<li>
<a href="#tabs-slideout">
<span class="icon-truck"></span>
<span>Slideout</span>
</a>
</li>
<li>
<a href="#tabs-turbo-mode">
<span class="icon-gauge"></span>
<span>Turbo mode</span>
</a>
</li>
</ul>
Quote from Pablo Borysenco on December 4, 2024, 12:35Hello
By Envato rules support is there where you bought the plugin, please write on support of wp theme you bought ...
Hello
By Envato rules support is there where you bought the plugin, please write on support of wp theme you bought ...