nizamkazi
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced post slider] How to use the slider only on the home pageForum: Fixing WordPress
In reply to: Where is this file locatedI don’t see any image on that link, what I can see in only background images used as thumbnail wrapped using span.
before going further go to Dashboard >> Settings >> Media
also make sure to choose appropriate size of image while uploading it.
another solution is adding css code to your theme style.css file
something like.size-full{width:desiredwidth px;}
but it is good practice as it will effect all elements to which this(size-full) class is assigned.Forum: Fixing WordPress
In reply to: Help with changing all text to lowercaseI am glad it helped you! ??
Forum: Plugins
In reply to: [Theme My Login] User registration is currently not allowedOk… I tried switching it couple of time… and amazingly it start working. Thanks for great plugin.
Forum: Fixing WordPress
In reply to: Help with changing all text to lowercasejust add one css in your style.css file.
body{ text-transform:none!important; }
And Yah! you should ask this kind of questions on stackoverflow.com instead. Enjoy!
Forum: Fixing WordPress
In reply to: Where is this file locatedcross check:
1. You have uploaded image with proper resolution ration.
2.img{width:100%; display:block;}
You may use
overflow:hidden;
css property to achieve result you desire.share tutorial link if you are still confused.
Forum: Plugins
In reply to: [Theme My Login] User registration is currently not allowedWith all respect to Jeff Farthing,
I check Settings >> General >> Anyone can registerstill getting that error while registering new user ??
While it is working fine with “wp-login.php?action=register”, after deactivation your plugin.
Forum: Plugins
In reply to: [WooCommerce] Age Restriction Plugin for Woocommerce ProductsI was also searching for it, sadly I didn’t come with proper plugin. However I found an article which might helpful to you “https://ignitewoo.com/woocommerce-extensions-plugins/woocommerce-restricted-category-access/”
Forum: Plugins
In reply to: [WooCommerce] Age Restricted ProductsHey, this article might help you “https://ignitewoo.com/woocommerce-extensions-plugins/woocommerce-restricted-category-access/”
Forum: Plugins
In reply to: [WP-Paginate] Am I doing something wrong??check index.php or post.php, basically where you have your post loop. If you don’t find it there, add new div and paste code into that.
Forum: Plugins
In reply to: [WP-Paginate] No pagination, need more infolook into index.php or post.php(if exist). Usually you will find it at bottom of particular file. However if you give URL of your site, that may help to point it out more correctly.
Forum: Plugins
In reply to: [GD Star Rating] GD-Star and Rich Snippet > CustomPostType TemplateHave you updated plugin to its latest version? Please go through all details of this page “https://support.google.com/webmasters/bin/answer.py?hl=en&answer=146645#Aggregate_reviews” and check if have proper structure.
Forum: Plugins
In reply to: [Dynamic Product Gallery for WooCommerce] WooCommerce Dynamic Gallery BrokenI got a same problem, looking for solution, will follow Steve suggestion also. If any of you got more info or solved it, please post it here!! Thanks