Collections page is not showing in shopify - collections

Our website was working properly for a year or more and everything was fine.
One of our customer told that when they click the menu and try to open subpages which are our collections a blank page start coming . you may find the picture what is look like : https://prnt.sc/p2_IANIp2lvm
at home page the collections works fine but not when call them like
https://kampguru.com/collections/test-collection
is there any possible answer to save our day ?

#pete has solved the issue with his suggestion. The problem was the widget we have used to filter collections.
We converted collections.liquid page as it should be by commenting the widget and problem solved.

Related

How to locate changes to code for missing post titles in archive pages in wordpress?

I am trying to restore the missing titles to posts in my categories, tags, search pages.
I vaguely remember changing something but don't know where. It was a long time ago.
The problem is so bad that if there is no 'read more' button, you can't click on a result to go to the page.
Any tips about how to find where this code change would be located?
Thanks.
if you know what the code was there is a plugin called string locator (https://wordpress.org/plugins/string-locator/) it allows you to give a small snippet of code or a call and it will tell you every place that code is found in the entirety of WordPress.
OK after quite a while of various methods, I re-installed the plugin 'yellow pencil'. I had made some customizations that the plugin claims to be reversible at the click of a button globally (It didn't delete them). I found a post title that did appear and then reverted all customizations globally to it on a live category page. Thank god it all works as it should now!
Thank you to all that tried to help me.

Wordpress how to link a page to blog content

This may seem novice, but I assure its not.
So, I have a site, which displays blog posts by date from new backwards.
Standard stuff. However, what I'm trying to do is create a temporary homepage, lets call it 'yogo'. It displays some ad, or image, with a button link.
What I'd like is a direct link to the actual blog feed which displays in a given theme site's frontpage. Is it just a block?
When Im in Appearance->Reading, I can change homepage to 'yogo' fine. But, say a visitor is on 'yogo', and I want a button they click on to link to what would be the original theme frontpage with blog content, it should technically be 'Home' but is that coded somewhere through the wordpress software like the Reading mentioned above.
Maybe Im missing something, should I shut off permalinks, and dig for it in actual page extension?
Im trying to avoid using Guten. or Elem. to build out a blog page.
Any advice, thanks in advance.
Once add your code in front-page.php or home.php you can use get_the_permalink() function to get the blog page URL and will pass in "a" HTML tag like this -
Your Blog Name
Might be it can help you.
Just a quick update. actually solved this.. In simple terms, it is possible to do this really quickly through the Wpress UI. From your backend, these are the steps in the following order:
(firstly. shout out 2 user 'mirchev' because if u didn't point out templates I would of been way off. actually after about an hour of research after that) So it all takes place in Setting->Reading. From what I've read, Wpress started off as a blog based system anyways, so it was solved a long time back. Basically to start, 1. Create 2 pages, no need to add any content as long as they are 'new' and you make note of the names.
2. Also important -in the template area to the right panel when the new page editor loads up (you don't need to add any texts, images or whatever, including the area on the right just make sure "default template" is selected. 3. Afterwards, these 2 pages are 2 be used in the Setting->reading section.
What you want to do is when you enter this setting of your Wpress site, instead of having your "homepage" radio button be "latest posts" set it to 'static page,' and 4. important - select 1 of the 2 new pages you created as the static page. 5. Now, also important, for the posts page, select the 2nd of the 2 new pages you created. 6. Once this is done, what happens is your website loads the static page, which you may customize however, and then you can go into your Appearance->menus and add the appropriate link to the 2nd of the 2 new pages you created to load the blog, or link to it whichever way you choose. More often than not a menu item should appear if that is the setting you customized.
..And that is all. if fact I was very surprised just how smooth it was.
good luck ! ..--'''~~**
Separation!

WordPress Archive Posts Page no displaying properly

The one page on my website is not displaying the posts properly. It is not showing in an orderly manner. I have tried to deactivate and activate plugins, republish the pages but it is still showing the same. Can anyone help where the problem may be?
[
I think you can try customizing or resizing.
Or open every post and change it.
Are you want to show post like these? : click here

Can't find page on wordpress

Hi I have a page in wordpress which maps to the /testimonials permalink. The page was working fine a couple of days ago, it does not have any special stuff, just an iFrame and a feed.
The problem is that the page cannot be found right now, the link works showing Error: unrecognized start tag '' in getOutput() and it doesn't show the header to edit it. Furthermore, when I try to create a new page with the same permalink it won't let me.
I already tried looking for it in Pages, Posts and any other place I could think of.
Thanks in advance for any help provided.

wp-ecommerce product links going to the wrong url

Hi I recently installed wp-ecommerce on a site i am working on. I had previously tried to change the page that the shop appears on by creating a new page and copying the shortcode from the original 'products-page' to my new page 'our-products'. Pretty pointless i realise now. I decided against this and just used the original page - but now when i go to 'products page' everything including the checkout etc works perfectly except when you click on a product to view it on its own page. it jumps to domain/our-products/... and the page is broken.
I tried to change all the settings in wp-options to the original page but it makes no difference. I went into phpmyadmin and found references to the 'our-products' eg the wrong page in the wp-options table. If i change these to the correct page should it work?
What is also weird though is when I delete the 'our-products' page the entire store stops working.
Here is the site product page: http://www.nuvogadgets.com/products-page/
Here is what happens when you click on a product: http://www.nuvogadgets.com/our-products/product-category/test-product/
Cheers Paul
Take a backup(!) and then install the Store Toolkit from Visser Labs, and relink broken pages from that.

Resources