fer230
Forum Replies Created
-
Thank you Peter. Yes, you are right, the scan was being blocked by our Firewall rules that restricted the access to /wp-admin page.
Quick question:
I had allowed access to Word fence’s IPs as listed here: https://www.wordfence.com/help/scan/troubleshooting/, so why were the scans blocked until I disabled the Firewall rules?
I have disabled them.I have sent the logs to your email and it includes my username here.
Hi Peter,
My sincere apologies, the response got mixed up with other emails.
The diagnostic report has been sent, please check it and let me know what the issue is.
Thank you.
Kind regards.You copy and paste the code into the functions.php file of your child theme.
The plugin works better with the code for the search page.
I can assist you for free via teams, Skype, TeamViewer, or any other software that allows screen share.
Let me know if you need further assistance.
Thank you.
Hi Emma,
Yes, I have added the code on Github. You can view follow the instructions as seen in the link below.
Also, you can check out our secure and fast WordPress hosting services at https://turnuphosting.com/wordpress-hosting.
Let me know if you need any further assistance.
Thank you.
Kind regards.
It’s an issue a couple of users have complained about, however, it’s been figured out.
Thank you.Hi @judagutor,
Thank you. The code in the link here https://www.businessbloomer.com/woocommerce-remove-rename-add-default-sorting-options-shop/ works for the homepage and category pages, but not the search results page.
This code as seen here https://stackoverflow.com/questions/70911415/how-to-filter-by-popularity-instead-of-relevance-in-product-search-page-of-wooco and below gives an error, you can try it.if ( wc_get_loop_prop( 'is_search' ) ) { $catalog_orderby_options = array_merge( array( 'relevance' => __( 'Relevance', 'woocommerce' ) ), $catalog_orderby_options ); unset( $catalog_orderby_options['menu_order'] ); if ( 'menu_order' === $orderby ) { $orderby = 'relevance'; } } I tried to modify it, still gives an error. Modification code is below:
if ( wc_get_loop_prop( ‘is_search’ ) ) {
$catalog_orderby_options = array_merge( array( ‘relevance’ => __( ‘Relevance’, ‘woocommerce’ ) ), $catalog_orderby_options );unset( $catalog_orderby_options[‘menu_order’] );
if ( ‘popularity’ === $orderby ) {
$orderby = ‘popularity’;
}
}Kind regards.
Hi there,
Thank you, I look forward to others to chime in.
Kind regards.
Forum: Plugins
In reply to: [WHMCS Bridge] Support is terribleForum: Plugins
In reply to: [WHMCS Bridge] Support is terribleIt’s called elementor sync, it syncs your elementor header and footer with your WHMCS frontend, making the header and footer look the same for both WordPress and WHMCS. Click on modules and you’ll see elementor sync.
Forum: Plugins
In reply to: [WHMCS Bridge] Support is terribleYou can switch to cms based and keep the default WHMCS areas, find out more here https://dashboard.cmsbased.net/aff.php?aff=242. It will save you lots of time.
Forum: Plugins
In reply to: [WHMCS Bridge] css problemSimply switch to cms-based and keep the default WHMCS areas, find out more here https://dashboard.cmsbased.net/aff.php?aff=242.
Forum: Plugins
In reply to: [WHMCS Bridge] WHMC BridgeSwitch to cms based and keep the default WHMCS areas, find out more here https://dashboard.cmsbased.net/aff.php?aff=242. It will save you a lot of hassle.
Forum: Plugins
In reply to: [WHMCS Bridge] Multiple instances on pageYes, I’ve got a better idea. Switch to cms based and keep the default WHMCS areas, find out more here https://dashboard.cmsbased.net/aff.php?aff=242.
You will have no issues with bugs.Forum: Plugins
In reply to: [WHMCS Bridge] Password Reset Page is a Blank Square.You can switch to cms based and keep the default WHMCS areas, find out more here https://dashboard.cmsbased.net/aff.php?aff=242. It will save you a lot of time and no bugs.