I was hoping somebody could point me in the right direction with a Magento issue I'm having. On my 'Brands' page I'm missing the pagination on the bottom. My page is calling the correct toolbar with the pager included. Its displaying how many products there are, and how many products i can view on each page, but its not rendering the Pagination. All my other pages work great, just have been super stuck when it comes to the brands page. Here is the example:
http://www.strivved.com/brand/Champion.html
When you scroll to the bottom you can see the pagination is missing. I've tried updating the toolbar.phtml and even pager.phtml. They all work and render fine on all my other pages, just not on any of the pages rendered from brands/BRANDNAME.html. Anyone have any suggestions. I appreciate the input. Thanks!
Related
I have just encountered a small but weird problem in WordPress. I have made page called 'nyheter' (translates to news in Norwegian), where I have made a custom page having a 'page-nyheter.php' in my template folder where I want to display all the posts on the website.
Please keep in mind that I don't want to display any posts on my front page.
I do also have a custom static front page that is just 'front-page.php' which works fine navigating to. However, choosing my front page as the homepage, and the 'nyheter' page as the posts page in the settings, ends up showing the homepage on the 'nyheter' page as well. All of the other pages works fine, and if I just remove the 'nyheter' page from the custom posts page, it works fine again.
What exactly am I doing wrong here? Could someone please help me?
The Posts page will use index.php for it's template, and the Static Front Page will use front-page.php
Is the Nyheter page powered by posts? Why not use index.php since is most suitable for posts than a page template.
https://wphierarchy.com/
If you are a developer please enable wp_debug to true. Then check your errors.
I have a WooCommerce store set up and I need to have it so that the store front shows the categories and then clicking through lists the products in that category. I have changed the store url to /soft-sell (it's a brand thing) and got it looping through the categories. The url for the click through page is /soft-sell/joe-b (for example), but the click through page is using the 'page-home.php' template and I can't find anything about why this is happening or how to change it. All I'm seeing on the category page is the home page. Anyone have any ideas?
Further info: I have declared woocommerce support in my functions
In case anyone finds this in the future, the solution is posted here
It's to do with the permalinks page having the incorrect custom structure, it needs to be /%product-category%/ not /%product_cat%/
Hi I recently migrated my site from magento 1.9 to 2.1.
Everything looked good apart from the products now no longer show on the front end of the site.
However they do show counts in the layered menu on the left and they show up in the admin and when you use the search at the top.
It appears they dont show in the main grid view.
Has anyone else had this issue or know what the problem may be?
I have tried reindexing and clearing the cache multiple times now too.
The website in question can be seen at http://dev.missbella.co.uk
Thanks!
Screenshot of issue
I'm using magento and have tried refreshing indexes, clearing cache etc.
However, something weird is happening. Magento is displaying blank pages for Categories. There is a link on the page, because I can click on it, but it is not visible. There is also an H1 tag. However there is no product image, no text for the product link etc.
Its almost like magento cant find the CSS for the center of the page. Also I notice there is a long number before the CSS file e.g. /media/css/39328749837294823.css
Im wondering if anyone knows why this might be?
Cheers
K
I tried to do this on my site: http://www.templatemonster.com/help/magento-listing-sub-categories-on-a-category-page.html
All steps got done correctly but nothing is showing on my site. My main site is inside /app/design/frontend/NAME/default/ ....
Is there something I have to change on the code given on that site? Or if you have any better idea to make this work.
Thank you