Libin
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Paginate] [Plugin: WP-Paginate] pagination links not workingHey Champ…
That worked !!!
<?php query_posts( array( ‘cat’ => -35, ‘paged’ => get_query_var(‘paged’) ) ); ?>
Thank You so much.
Forum: Plugins
In reply to: [WP-Paginate] [Plugin: WP-Paginate] pagination links not workingHey,
The only custom query I’m using in index.php is
<?php query_posts('cat=-35'); ?>How to integrate that?
Thank You luckdragon. That worked.
Forum: Plugins
In reply to: wp-eccommerce Category list repeatingYes. I saw that in Chrome inspect element. But I’m not able to find that repetition in my files. Can you resolve this if I give access to my dashboard? Please send me an email to [ Email redacted, please do not post email addresses here ] and then I will give you the access to my WordPress dashboard.
Please help me.
Forum: Plugins
In reply to: wp-eccommerce Category list repeatingHi mukesh,
I don’t have a product page to display all products. Instead of that I have only categories. I had already assigned each product to each categories. On the left side, you can see all my categories. When you click on each category it shows all the products inside that category. But my problem is, in that category page those products and pagination are repeating twice. You can see that in this link. Only change in the second repeat is the first product is missing.I need to display these products one time only on that category page. How to remove that second repetition?
Forum: Plugins
In reply to: wp-eccommerce Category list repeatingI had checked it. I am assigning one product to single category only. Also i’m listing the “product-category” itself. Not on a product page.
Forum: Themes and Templates
In reply to: Twenty Eleven Sidebar Template not workingThank you so much bartsurminski.
It works perfectly. Actually Iâ was in a big trouble how to solve this. I was thinking about to switch back to twentyten theme. But your tutorial to add sidebar helped me.Thank you so much Bart. Cheers ð
Forum: Fixing WordPress
In reply to: How to put an arrow-down image on the parent menu itemHey Somebody please help me…
Forum: Themes and Templates
In reply to: Which is the "default template" file?Thanks esmi. Its Page.php
But for my use I created a separate template. Anyway it resolved my problem.Forum: Themes and Templates
In reply to: Which is the "default template" file?Thanks. Then I will create a new template for that page. But I was wondering where the “Default Template” file?? Its not index.php file, right?
I am not able to find it anywhere.
Anyway thanks for your response.Forum: Themes and Templates
In reply to: Which is the "default template" file?I am using wordpress’s static page option. So I had switched the default wordpress home page with a custom page I created. Now I wants to include the jQuery slider in that page. By adding the code in index.php is not showing. Thats why I asked this question. For the custom page I created, “Default Template” is using. How to add code to that page?
I am searching that default template. Or else I need to create a specific template for my page.Thanks for help in advance.
Forum: Fixing WordPress
In reply to: HTTP Error on image uploadHey,
I have the same problem. But it just happens because my wordpress folder in cpanel is password protected. When I remove password protection, it works fine.
So check your wordpress installed directory and make sure it is not password protected.Forum: Fixing WordPress
In reply to: HTTP Error using Image Uploader (WP 3.1/3.2)Hey,
I have the same problem. But it just happens because my wordpress folder in cpanel is password protected. When I remove password protection, it works fine.
So check your wordpress installed directory and make sure it is not password protected.Forum: Fixing WordPress
In reply to: WP 3.2.1 Image Upload HTTP ErrorHey,
I have the same problem. But it just happens because my wordpress folder in cpanel is password protected. When I remove password protection, it works fine.
So check your wordpress installed directory and make sure it is not password protected.Forum: Plugins
In reply to: NextGEN Gallery conflicts with diapo jQuery SliderI had just figure out the problem. Both Diapo slider and NextGEN gallery uses a jQuery.js file. So in the page, both files are loading which arises this conflict.
NextGEN jQuery file: <script type=’text/javascript’ src=’http://eridenttech.com/wp-includes/js/jquery/jquery.js?ver=1.6.1′></script>
Diapo jQuery file: <script type=’text/javascript’ src=’http://eridenttech.com/wp-content/themes/eridenttech/scripts/jquery.min.js’></script>
If I remove one of these file, the other will works fine.
So how will I resolve this problem?