sabdullah98
Forum Replies Created
-
I have installed Elastic search instance and configured it, now everything is working.
I still don’t know why Solr was giving that error, but my search is now working.Thanks for the help and prompt support.
I tried on Solrclound, and there it is working,
It means its my server issue, how to get rid of this Error 405 issue. any suggestions
Wpsolr version : WPSOLR 19.4
I have selected Solr, as i have my own instance, HereON creating index, the button at botton becomes Green and check sign appears means my connection is correct.
In my panel, after creating new index, no shell commands appears,
here is an error on sed data page, it appears even before i click indexing button, Here
could it be my server config error?
i have downloaded the config files from here and then copied in a newly created core replacing the older files.
Is that the correct way?
i have ticked what are the things to be indexed from the plugin backend?
Yes, initally i tested it with solr 7, then i thought it could have been the version issue, so i installed solr 6.6.0 , but still getting the same issue.
here is the instance: Link
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] How to replace standard Storefront search box?Hi,
in order to do it, you have to manually edit the theme files so do it inside a child theme.
Storefront calls its header search functions from folder storefront/inc/woocommerce/storefront-woocommerce-template-functions.phpline 82: `function storefront_product_search() {
if ( is_woocommerce_activated() ) { ?>
<div class=”site-search”>
<?php <ul>
<strong>echo do_shortcode(‘[yith_woocommerce_ajax_search]’);</strong></ul>?>
</div>
<?php
}
}`add the highlighted line in place of existing search, and it will change the existing search of storefront.
Forum: Plugins
In reply to: [JS & CSS Script Optimizer] Website blank after enable pluginTo rollback any plugin malfunction, just login to cPanel/server ,go to the wordpress installation directory, your-website/wp-content/plugins/ and rename the plugin to something else and wordpress will not use that plugin anymore.
Forum: Plugins
In reply to: [Woocommerce CSV importer] Unable to import headerOk i solved it myself.
As by observing the error i found that it says
Call to undefined function utf8_encode(), and as i am using PHP 7 on this new server and in php7 utf8_encode() and utf8_decode are not accessible so i just installedphp7.0-xmlextension and its done.posting this so that others can benefit from it.
thanksForum: Plugins
In reply to: [Woocommerce CSV importer] WARNING – check your PHP version before updating!This happens quite a lot with other plugins also,
In order to bring back the website, just rename your plugin folder by loggin in to website cpanel or through shell, and then reinstall the plugin one by one.Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Bug in wishlist URLYes, i also got this error,
Add to wishlist button working good, but when i click on browse wishlist, the url show some randon text http://example.com/wishlist/view/ZCENHX70PUP1/,but if i go directly to wishlist page, the added product is shown there
I have updated wp to 4.6 and then this problem arose.hi,
i have upgraded the wordpress, woocommerce, and now the plugin is working.
thanks,also can you please delete SERVER DETAILS and my website link from my first post because i cannot edit my post, it might be a security threat
pleaseHi,
Thanks you for such prompt response,ok i got it, i will not update the wcmp and woocom.
just tell me how to revert back to wcmp 2.5.8, i tried deleting reinstalling several times, but as soon as i activate it, site breaks with 500 error.
is there any db table value that has to be deleted or something.
i even restored sql backup, but of no help.
thanks