Junaid Raza
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Woocommerce redirect if a case is truePerfect..
Forum: Fixing WordPress
In reply to: wordpress load images without using https@songdogtech great added! but i have tried this solution personally it worked well for me though!
Forum: Fixing WordPress
In reply to: Woocommerce redirect if a case is trueTest payment is for testing purpose only,
can you post link to your website ?
Forum: Fixing WordPress
In reply to: Woocommerce redirect if a case is trueHave you had a chance to activate any payment processor for instance paypal, test payment or anything like that?
Forum: Fixing WordPress
In reply to: Search only finding pages and not postsYou are welcome!
Forum: Fixing WordPress
In reply to: WordPress redirect loop after installing plugintry re-uploading all files & folders – except the wp-content folder – from a fresh download of WordPress. Make sure that you delete the old copies of files & folder before uploading the new ones.
be assured to make a back up first
Forum: Fixing WordPress
In reply to: Search only finding pages and not poststry this plugin
https://wordpress.org/plugins/wp-extended-search/Forum: Fixing WordPress
In reply to: WordPress redirect loop after installing pluginwould you mind posting a screenshot that you really renamed the plugins ?
Forum: Fixing WordPress
In reply to: Search only finding pages and not postsTry this plugin let me know if problem persists
https://wordpress.org/plugins/search-everything/Forum: Fixing WordPress
In reply to: Search only finding pages and not posts$post_type = get_query_var( 'post_type' ); if ( 'download' == $post_type ) locate_template( array( 'archive-download.php' ), true ); else locate_template( array( 'index.php' ), true );you need to replace archive-download.php with you archive-download.php whatever the page name is…
i need to see your theme search.php code so that i could assist you better
Forum: Fixing WordPress
In reply to: Fatal errorYou need to contact your hosting provider ask them to increase the memory
Forum: Fixing WordPress
In reply to: Search only finding pages and not postscan you past the code that is already in search.php so i could see & tell you about require changes ?
Forum: Fixing WordPress
In reply to: WordPress redirect loop after installing pluginRename all those plugins and then activate one by one you will find out which problem is causing trouble
Forum: Fixing WordPress
In reply to: Search only finding pages and not postsadd this code in search.php
$post_type = get_query_var( 'post_type' ); if ( 'download' == $post_type ) locate_template( array( 'archive-download.php' ), true ); else locate_template( array( 'index.php' ), true );Forum: Fixing WordPress
In reply to: WordPress redirect loop after installing pluginAccess your website via ftp and simply rename the plugin you installed
plugin can be found here go to your website root directory
wp-content/plugins/