kooor
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce PayU India (PayUmoney - PayUbiz)] cheksum errorThe error is now fixed.I changed the plugin.
Thanks, once again.
Forum: Plugins
In reply to: [WooCommerce PayU India (PayUmoney - PayUbiz)] cheksum errorThanks for your response.
Its Live mode,
Plugin is by _KDC_labs
The plugin title is WooCommerce PayU India (PayUmoney & PayUbiz)
Thanks,
MehnazForum: Fixing WordPress
In reply to: Show empty categories woocommerceHi,
If you are using “woocommerce product categories” widget, then there is option to hide or display empty categories. But if you display product categories using short code, then change the value of parameter-hide_empty to 1 in the the short code like this –[product_categories number="4" hide_empty="0" parent ="0"]
. The default value for hide_empty is 1.
Refer this Product categoriesThough its quite late to answer, but perhaps someone else benefits.
Thanks
Forum: Themes and Templates
In reply to: [Virtue] Logged in user link in the top barHi,
Just in case, somebody comes across the same problem, here is the solution.
I have used child-theme. In the file header-topbar.php , I added the following code<?php if(is_user_logged_in()) : ?> <li><a href="<?php echo get_permalink( get_option('woocommerce_myaccount_page_id') ); ?>" title="<?php _e('You are logged in',''); ?>">You are logged in as <?php _e( $user->display_name,''); ?></a> <?php else : ?> <li><a href="<?php echo get_permalink( get_option('woocommerce_myaccount_page_id') ); ?>" title="<?php _e('You are not logged in',''); ?>"><?php _e( 'log in',''); ?></a> <?php endif; ?>
just after the existing code loops through the top-bar icons.
-Thanks
Forum: Themes and Templates
In reply to: [Virtue] Logged in user link in the top barThanks Kevin! Yes, the plugin will help.If I am able to accomplish this without the plugin, will get back and write the solution here.
Thanks
MehnazForum: Themes and Templates
In reply to: [Virtue] change/modify content in home pageHi Kevin,
I had a very quick look at the plugin, looks quite heavy.It generates a lot of html which I feel is difficult to keep track off. So, instead , I made sure the category thumbnail have the right and consistent width:height ratio.That works well.Thanks,
MehnazForum: Themes and Templates
In reply to: [Virtue] change/modify content in home pageThanks for your response ,Kevin. The plugin looks interesting to me, will give it a try..
Mehnaz
Forum: Themes and Templates
In reply to: [Virtue] change/modify content in home pageHi,
Any help?Please…Forum: Themes and Templates
In reply to: [Virtue] change/modify content in home pageThanks for your response! My site is still under construction so its not hosted.Let me try to explain in detail.
For each Category I have set a thumbnail.Using the “Page content” in home page, I am able to show an image for each category in the home.Here is the problem-the panel in which these images are displayed is too big – wide and high. I want to change the dimension of this panel to suit my site. I want to know which template is used to display this panel and which classes are used to set the dimensions/looks of the panel.
I hope that I was able to explain my problem to you well.
Thanks,MehnazForum: Themes and Templates
In reply to: [Virtue] Let the portfolio image direct to shop categoriyI am marking it resolved.Thanks everyone for your help.
Forum: Themes and Templates
In reply to: [Virtue] Let the portfolio image direct to shop categoriyI was able to fix that. Now all I have to do is refine it.Thank you so much.
Mehnaz
Forum: Themes and Templates
In reply to: [Virtue] Let the portfolio image direct to shop categoriyThanks for your response ,Kadence theme. May be its trivial but I have to ask :).
I need the category image on the home page.So how should I go about it? create a new page and put the short code in there? how will an image be linked to particular category?Appreciate if you could explain me how to do it.
Thanks,Mehnaz
Forum: Themes and Templates
In reply to: [Virtue] Let the portfolio image direct to shop categoriyThanks for your response, Kevin.The wordpress picks up the changes .The problem is after I make changes , product categories I have in the shop menu break.They stop working.I get Page not found error.
eg.I have https://localhost:8888/product-category/wallhangings/ as a menu in the shop.It works fine
But,when I assign “product-category/wallhangings” to permalink to a portfolio item, the menu stops working.
if I assign say “shop/wallhangings” to permalink to a portfolio item, the menu works just fine. Can a portfolio item not point to shop categories?
Thanks,Mehnaz