Techie Resource https://www.techieresource.com/ Wordpress expert, premium, free Wordpress plugins and themes Mon, 06 Sep 2021 09:44:13 +0000 en-US hourly 1 Fix the WordPress admin Blank screen Issue after WordPress Upgrade( Can’t access wp admin after upgrade 4.4,4.5,4.6) https://www.techieresource.com/fix-the-wordpress-admin-blank-screen-issue-after-wordpress-upgrade-cant-access-wp-admin-after-upgrade-4-44-54-6/ https://www.techieresource.com/fix-the-wordpress-admin-blank-screen-issue-after-wordpress-upgrade-cant-access-wp-admin-after-upgrade-4-44-54-6/#respond Fri, 23 Dec 2016 19:29:53 +0000 http://www.techieresource.com/?p=306 Recently wordpress users facing this issue Admin page goes blank after wordpress core version upgrade, Once the wordpress version successfully upgrade it will redirect to wordpress About page contains information about the Latest version and features. When upgrade(manual/automatic) wordpress to a new version it updates both the core files including wp-admin and wp-includes folder andread more  

The post Fix the WordPress admin Blank screen Issue after WordPress Upgrade( Can’t access wp admin after upgrade 4.4,4.5,4.6) appeared first on Techie Resource.

]]>
Recently wordpress users facing this issue Admin page goes blank after wordpress core version upgrade, Once the wordpress version successfully upgrade it will redirect to wordpress About page contains information about the Latest version and features.

When upgrade(manual/automatic) wordpress to a new version it updates both the core files including wp-admin and wp-includes folder and also the DataBase, some times if any of one not completed or partially broken it throws a blank page, most of the time it happen while updating the Database, db_version field in the wp_options table and the $wp_db_version variable in the file /wp-includes/version.php didn’t match.

To fix this issue just follow the steps.

1.Just open your wordpress installation through Ftp or Shell.

2.Rename the plugins folder to something like(plugins_) or anything else (temporarily).

3.Now visit the wp-admin through your browser this time wordpress shows Database update Required page with Update WordPress database button.

Wordpress admin Blank screen

4.Just press the “Update WordPress database” button now it redirect to login page and load wp-admin

5.Don’t forget to Revert the plugins_ to plugins otherwise it throws plugin missing errors.

And also you can fix this issue another way by updating the version number in the wp_options table and this method is for only advanced users, the field is called db_version it must match with the $wp_db_version variable in “/wp-includes/version.php” file if the two doesn’t match just update the wp-options db_version to wp_db_version value.

Before Upgrade wordpress Database through wordpress interface, it is better to take a backup of existing wordpress DB.

And don’t forget to share this post on Facebook or twitter.

The post Fix the WordPress admin Blank screen Issue after WordPress Upgrade( Can’t access wp admin after upgrade 4.4,4.5,4.6) appeared first on Techie Resource.

]]>
https://www.techieresource.com/fix-the-wordpress-admin-blank-screen-issue-after-wordpress-upgrade-cant-access-wp-admin-after-upgrade-4-44-54-6/feed/ 0
How to convert contact form7 into a woocommerce product enquiry form https://www.techieresource.com/convert-contact-form7-woocommerce-product-enquiry-form/ https://www.techieresource.com/convert-contact-form7-woocommerce-product-enquiry-form/#respond Fri, 14 Oct 2016 07:49:42 +0000 http://www.techieresource.com/?p=251 WooCommerce is a free and most popular eCommerce plugin for wordpress, it is really a useful plugin for eCommerce businesses. This plugin was created in 2011 and is now used by thousands of eCommerce websites worldwide. It is an easy toolkit that lets you sell anything you want online. If you are running your shopread more  

The post How to convert contact form7 into a woocommerce product enquiry form appeared first on Techie Resource.

]]>
WooCommerce is a free and most popular eCommerce plugin for wordpress, it is really a useful plugin for eCommerce businesses. This plugin was created in 2011 and is now used by thousands of eCommerce websites worldwide. It is an easy toolkit that lets you sell anything you want online.

If you are running your shop with woocommerce this article is for you. the bridge between the potential customer and the product owner is important in eCommerce, you can easily convert a visitor (enquiry and presales ) into a sale. This bridge (form) will offer the customer to enquire about the products before they purchase

Imagine your WooCommerce shop contains thousand’s of products and if you don’t even specify any of your products price or some of the products running out of stock, what actually the customer will do? just leave a message from your site contact us page, but it is a tedious task for the shop owners to find out the query belongs to which product.

By adding a product enquiry form tab in to each of your product page allows the customers to directly contact you and enquire specifically about that product. The store manager will receive the email and can reply to the customer directly. you can easily extend all contact form7 features in your enquiry form like reCAPTCHA. add the following php codes to your Theme “function.php” file

Step 1: Add a filter to create product tab

In order to add our contact_form7 (additional) tab to “woocommerce_product_tabs” Lets add a filter.

add_filter('woocommerce_product_tabs','wc_product_tabs_contact_form7',10,1);
function wc_product_tabs_contact_form7($tabs){
$tabs['contact_form7'] = array(
'title'    => __( 'Enquiry', 'woocommerce' ),
'priority' => 20,
'callback' => 'wc_product_contact_form7_tab'
);
return $tabs;
}

as a result it will create a new tab with name “Enquiry” if you prefer a different name then you can update it on title.

Step 2: Define callback function

Then define the callback function(wc_product_contact_form7_tab) that will echo the contact form.

function wc_product_contact_form7_tab(){
	// just paste the contact form 7 shortcode here
	echo do_shortcode('[contact-form-7 id="450" title="Contact form 1"]');
}

Most of all already using Contact form7 as a Enquiry form but this article will help you to use the same contact form7 as a product enquiry form.

If you have faced any problem Let me know in comments section or just send a message from our site contact form section Here

The post How to convert contact form7 into a woocommerce product enquiry form appeared first on Techie Resource.

]]>
https://www.techieresource.com/convert-contact-form7-woocommerce-product-enquiry-form/feed/ 0
Easy Digital Downloads Category Accordion https://www.techieresource.com/edd-category-accordion/ https://www.techieresource.com/edd-category-accordion/#respond Wed, 01 Jun 2016 04:25:52 +0000 http://www.techieresource.com/?p=259 Easy Digital Downloads Category Accordion plugin will list “Easy Digital Downloads” categories and subcategories into a toggle accordion with expand /collapse option. our plugin highlight the current parent category, subcategory and It is fully customizable to display categories with 9+ color schemes. You can you our plugin as a widget or anywhere on your post/pageread more  

The post Easy Digital Downloads Category Accordion appeared first on Techie Resource.

]]>
Easy Digital Downloads Category Accordion plugin will list “Easy Digital Downloads” categories and subcategories into a toggle accordion with expand /collapse option. our plugin highlight the current parent category, subcategory and It is fully customizable to display categories with 9+ color schemes.

You can you our plugin as a widget or anywhere on your post/page as a shortcode, this plugin provides an easy category navigation to your Easy Digital Downloads powered shop.

Easy Digital Downloads Category Accordion plugin will make an efficient list of the categories of your Downloads(products) and improve the user experience of your Easy Digital Downloads shop.

Plugin Features

  • Support Toggle and collapsed options.
  • Support Click and Hover Event types.
  • Highlight or Open a Category by Default.
  • 14 fontawesome icons included.
  • Option to choose from 9+ color schemes.
  • Option to Disable Top level Parent links.
  • Option to Disable all Parent categories links.
  • Option to choose from 9+ color schemes.
  • Sort by ID, Name, Slug options.
  • Sort by Ascending, Descending options added.
  • Widget Ready and Shortcode Option with tinymce.
  • Enable / Disable Downloads count.
  • Show / Hide Empty Categories option.
  • Excludes category option.
  • Support Unilimited Categories and sub categories.
  • Control the Accordion Speed.
  • Categories sort by and order option.
  • Control Category Level/depth Option.
  • Control the Accordion Speed.
  • Category Level Option.
  • Cross Browser compatible.
  • Easy to Install and setup.
  • Light weight.
  • Translation Ready.

The post Easy Digital Downloads Category Accordion appeared first on Techie Resource.

]]>
https://www.techieresource.com/edd-category-accordion/feed/ 0
WooCommerce Category Accordion Plus https://www.techieresource.com/woocommerce-category-accordion-plus/ https://www.techieresource.com/woocommerce-category-accordion-plus/#respond Thu, 21 Apr 2016 03:45:17 +0000 http://www.techieresource.com/?p=245 WooCommerce Category Accordion plus will make an efficient list of the categories of your products and improve the user experience of your WooCommerce shop. WooCommerce Category Accordion Plus plugin allows you to list wooCommerce product categories and subcategories into a toggle accordion with expand /collapse option. You can you this plugin as a widget orread more  

The post WooCommerce Category Accordion Plus appeared first on Techie Resource.

]]>
WooCommerce Category Accordion plus will make an efficient list of the categories of your products and improve the user experience of your WooCommerce shop.

WooCommerce Category Accordion Plus plugin allows you to list wooCommerce product categories and subcategories into a toggle accordion with expand /collapse option.

You can you this plugin as a widget or shortcode, This plugin highlight the current product parent category and subcategory.

  • RTL support Added.
  • Visual composer function Added.
  • Support Toggle and collapsed options.
  • Support Click and Hover Event types.
  • Highlight or Open a Category by Default.
  • 14 fontawesome icons included.
  • Option to Disable Top level Parent categories link
  • Option to Disable all Parent categories links
  • Widget Ready and Shortcode Option.
  • Enable / Disable products count.
  • Show / Hide Empty Categories option.
  • Sort by ID, Name, Slug options
  • Sort by Ascending, Descending option added
  • Excludes category option.
  • Highlight current category option.
  • Highlight current product category option
  • Control each Category Level/depth Option
  • Control the Accordion Speed.
  • Categories sort by and order option.
  • Category Level Option.
  • Support unlimited categories and sub categories
  • Easy to install and setup
  • Translation Ready.
  • Light weight.
  • Cross Browser compatible.

WooCommerce Category Accordion plus Plugin Features

category_accordion_plus_features

The post WooCommerce Category Accordion Plus appeared first on Techie Resource.

]]>
https://www.techieresource.com/woocommerce-category-accordion-plus/feed/ 0
WooCommerce Terms and Conditions Popup https://www.techieresource.com/woocommerce-terms-and-conditions-popup/ https://www.techieresource.com/woocommerce-terms-and-conditions-popup/#respond Fri, 14 Aug 2015 17:49:31 +0000 http://www.techieresource.com/?p=178 WooCommerce Terms and Conditions Popup plugin opens your site Terms & Conditions into a fancy popup on woocommerce checkout page with amazing 25+ animation effects. this will Keep your customers in the checkout funnel. Terms and conditions have great advantages on both for users and administrators levels in terms of liability and security, This Pluginread more  

The post WooCommerce Terms and Conditions Popup appeared first on Techie Resource.

]]>
WooCommerce Terms and Conditions Popup plugin opens your site Terms & Conditions into a fancy popup on woocommerce checkout page with amazing 25+ animation effects. this will Keep your customers in the checkout funnel.

Terms and conditions have great advantages on both for users and administrators levels in terms of liability and security, This Plugin Will Keep your customers in your sales funnel by opening the Terms & Conditions page in to a Fancy popup, Putting Terms and conditions in a Fancy pop-up will reduces the probability for a users to leave the checkout page.

Features

  • Fancy Popup the Terms & conditions on woocommerce checkout page with Ajax
  • Option to set force scroll to end to accept
  • 25+ popup Animations effects
  • Flat or Radius popup style
  • Option to customize Text, Background and more
  • Bootstrap Powered
  • Translation Ready
  • Cross Browser compatible
  • Easy to Install & use

The post WooCommerce Terms and Conditions Popup appeared first on Techie Resource.

]]>
https://www.techieresource.com/woocommerce-terms-and-conditions-popup/feed/ 0
WooCommerce Category Accordion https://www.techieresource.com/woocommerce-category-accordion/ https://www.techieresource.com/woocommerce-category-accordion/#respond Mon, 10 Mar 2014 19:31:20 +0000 http://techieresource.com/?p=107 Woocommerce Category Accordion plugin allows you to list woocommerce product categories and subcategories into a toggle accordion with expand /collapse option, you can you this plugin as a widget or shortcode, This plugin highlight the current product parent category and subcategory. Plugin Features NO1 – WooCommerce category accordion plugin. Support Toggle and collapsed options. Supportread more  

The post WooCommerce Category Accordion appeared first on Techie Resource.

]]>
Woocommerce Category Accordion plugin allows you to list woocommerce product categories and subcategories into a toggle accordion with expand /collapse option, you can you this plugin as a widget or shortcode, This plugin highlight the current product parent category and subcategory.

Plugin Features

  1. NO1 – WooCommerce category accordion plugin.
  2. Support Toggle and collapsed options.
  3. Support Click and Hover Event types.
  4. Highlight or Open a Category by Default.
  5. 14 fontawesome icons included.
  6. Option to Disable Top level Parent categories link
  7. Option to Disable all Parent categories links
  8. Widget Ready and Shortcode Option.
  9. Enable / Disable products count.
  10. Show / Hide Empty Categories option.
  11. Sort by ID, Name, Slug options
  12. Sort by Ascending, Descending option added
  13. Excludes category option.
  14. Highlight current category option.
  15. Highlight current product category option
  16. Control each Category Level/depth Option
  17. Control the Accordion Speed.
  18. Categories sort by and order option.
  19. Category Level Option.
  20. Support unlimited categories and sub categories
  21. Easy to install and setup
  22. Translation Ready.
  23. Light weight.
  24. Cross Browser compatible.

This plugin provides easy navigation to your woocommerce powered shop produtcs, categories.

 

Official Product Page: http://www.techieresource.com/product/woocommerce-category-accordion/

The post WooCommerce Category Accordion appeared first on Techie Resource.

]]>
https://www.techieresource.com/woocommerce-category-accordion/feed/ 0
How to Add a Setting Page To wordpress Custom Post Type https://www.techieresource.com/how-to-add-a-setting-page-to-wordpress-custom-post-type/ https://www.techieresource.com/how-to-add-a-setting-page-to-wordpress-custom-post-type/#comments Fri, 24 Jan 2014 06:40:29 +0000 http://techieresource.com/?p=55 In this Article I am going to Explain how to add a Setting Page To Custom Post Type, Recently I needed to add a settings page to two custom post types I am developing a plugin for a client . Adding an admin page to one of the default menus in the WordPress control panelread more  

The post How to Add a Setting Page To wordpress Custom Post Type appeared first on Techie Resource.

]]>
In this Article I am going to Explain how to add a Setting Page To Custom Post Type, Recently I needed to add a settings page to two custom post types I am developing a plugin for a client . Adding an admin page to one of the default menus in the WordPress control panel is easy. The WordPress Codex has a nice article explaining how to hook sub-menu pages to “posts” “media” “categories” and so on.

It’s very useful for plugins and theme authors. One thing the article doesn’t do is explain how to add a sub-menu to a custom post type. Turns out, it’s easy to do. Here’s the code we will use and a brief explanation of it.

add_action(‘admin_menu’ , ‘tradmin_page_settings’);
function tradmin_page_settings() {
add_submenu_page(‘edit.php?post_type=custom’, ‘Custom Post Type  Admin’,   ‘Custom Settings’, ‘edit_posts’, basename(__FILE__),     ‘custom_fuction’);
}

first of all we add an action for our new admin menu, Once we’ve done that, you need to create a function for your page(s). Here’s what the function does. First we are saying the place we’d like the menu to go is with the post type we’ve defined called “custom.” That’s what the edit.php?post_type=custom part is dong. Just replace “custom” with the post type that you’ve already defined and the menu will be added there

add_action(‘admin_menu’ , ‘tradmin_page_settings’);

Our next two options deal with titles and menu names. The ‘Custom Post Type Admin’ is the page title that will appear at the top of your browser page while using the page. The ‘Custom Settings’ is the name that will appear in your menu under your custom post type.

The ‘edit_posts’ set the minimum capabilities a user has to have in order to access this page. If the current user can edit posts then they can access our admin page

The ‘basename(__FILE__)’ serves as the slug that will go in your URL for the admin page you create. Lastly the ‘custom_function’ is optional and will call any functions you need on your new admin page

The post How to Add a Setting Page To wordpress Custom Post Type appeared first on Techie Resource.

]]>
https://www.techieresource.com/how-to-add-a-setting-page-to-wordpress-custom-post-type/feed/ 2
WooCommerce Recently Purchased Products https://www.techieresource.com/woocommerce-recently-purchased-products/ https://www.techieresource.com/woocommerce-recently-purchased-products/#respond Sun, 19 Jan 2014 19:34:15 +0000 http://techieresource.com/?p=52 WooCommerce Recently Purchased Products plugin allows you to display the recently purchased products on anywhere of your site, with widget and shortcodes. you can also limit the No. of products to be shown, on front end. Features Products Thumbnail, Date, Title options Widget Ready and Shortcode Option No.of Products to show Option List Products From,read more  

The post WooCommerce Recently Purchased Products appeared first on Techie Resource.

]]>
WooCommerce Recently Purchased Products plugin allows you to display the recently purchased products on anywhere of your site, with widget and shortcodes. you can also limit the No. of products to be shown, on front end.

Features

  1. Products Thumbnail, Date, Title options
  2. Widget Ready and Shortcode Option
  3. No.of Products to show Option
  4. List Products From, Complete, Processing ,on-hold Order status, Or All Status
  5. Translation Ready
  6. Cross Browser compatible

The post WooCommerce Recently Purchased Products appeared first on Techie Resource.

]]>
https://www.techieresource.com/woocommerce-recently-purchased-products/feed/ 0
Customizing WordPress Login window https://www.techieresource.com/customizing-wordpress-login-window/ https://www.techieresource.com/customizing-wordpress-login-window/#comments Fri, 03 Jan 2014 13:25:54 +0000 http://techieresource.com/?p=42 If you installed WordPress in your website’s root directory, your login page is: http://example.com/wp-login.php customizing wordpress Login Logo To change the WordPress logo to your own, you will need to change the CSS styles associated with this heading: <h1><a href="http://wordpress.org/" title="Powered by WordPress">Your Site Name</a></h1> WordPress uses CSS to display a background image — theread more  

The post Customizing WordPress Login window appeared first on Techie Resource.

]]>
If you installed WordPress in your website’s root directory, your login page is:
http://example.com/wp-login.php

customizing wordpress Login Logo

To change the WordPress logo to your own, you will need to change the CSS styles associated with this heading:

<h1><a href="http://wordpress.org/" title="Powered by WordPress">Your Site Name</a></h1>

WordPress uses CSS to display a background image — the WordPress logo — in the link (<a>) inside the heading tag (<h1>). You can use the login_enqueue_scripts hook to insert CSS into the head of the login page so your logo loads instead. To use the code below, replace the file named site-login-logo.png with the file-name of your logo, and store your logo with your active Theme files in a directory named /image

Add the follwoing code to your functions.php

function tr_login_logo() { ?>
<style type="text/css">
body.login div#login h1 a {
background-image: url(<?php echo get_stylesheet_directory_uri(); ?>/images/site-login-logo.png);
padding-bottom: 30px;
}
</style>
<?php }
add_action( 'login_enqueue_scripts', 'tr_login_logo' );
customizing Logo link and title

But still the logo link goes to wordpress.org ,and powered by wordpress as title

To change this add the following lines to the functions.php, for title change this “Your Site Name and Info” to your tagline

<?php
  /* ------------------------------------------------------------------------ */
  /* TechieResource.com: customizing Login window logo and title link */
  /* ------------------------------------------------------------------------ */
  function tr_login_logo_url() {
  return get_bloginfo( 'url' );
  }
  add_filter( 'login_headerurl', 'tr_login_logo_url' );
function tr_login_logo_url_title() {
  return 'Your Site Name and Info';
  }
  add_filter( 'login_headertitle', 'tr_login_logo_url_title' );
  ?>

The post Customizing WordPress Login window appeared first on Techie Resource.

]]>
https://www.techieresource.com/customizing-wordpress-login-window/feed/ 1
WooCommerce Products Image Swapper WordPress Plugin https://www.techieresource.com/woocommerce-products-image-swapper-wordpress-plugin/ https://www.techieresource.com/woocommerce-products-image-swapper-wordpress-plugin/#respond Tue, 31 Dec 2013 09:06:02 +0000 http://techieresource.com/?p=34 WooCommerce Products Image swapper adds secondary image on product archives from products gallery that is revealed on hover. Perfect for displaying front/back shots of clothing, bags, digital goods and other products Wcpis comes with three predefined Effects Fade,Zoom in, Rotation Plugin Features WooCommerce products front / back shot Rotation effect Fade effect Zoomin effect Worksread more  

The post WooCommerce Products Image Swapper WordPress Plugin appeared first on Techie Resource.

]]>
WooCommerce Products Image swapper adds secondary image on product archives from products gallery that is revealed on hover. Perfect for displaying front/back shots of clothing, bags, digital goods and other products

Wcpis comes with three predefined Effects Fade,Zoom in, Rotation

Plugin Features

  1. WooCommerce products front / back shot
  2. Rotation effect
  3. Fade effect
  4. Zoomin effect
  5. Works with Archieve,Featured,Related,Cross sell and Up sell products
  6. Fade transition time option
  7. Cross Browser compatible

The post WooCommerce Products Image Swapper WordPress Plugin appeared first on Techie Resource.

]]>
https://www.techieresource.com/woocommerce-products-image-swapper-wordpress-plugin/feed/ 0