vannorish
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Redirect URL for subdirectory not workingI think it’s the permalink issue, in the permalink setting, nothing works except default permalink setting, all others gave me the home page. Is there solution to this? Thanks.
Forum: Plugins
In reply to: [WP Catalogue] pagination issueI think i fix the pagination….
i was trying to play around the permalinks in wp setting when i noticed a reminder: update the web.config
so i did a search, and found this: https://www.ads-software.com/support/topic/permalinks-you-should-update-your-webconfig-now?replies=23
(it’s the linux/windows server problem)then i download the web.config in my server, replace the content with the coding found in the end of that discussion, and voila, pagination is working!
but for some reason the category sidebar is mess up, i’ll have to fix it.
hope this helpsForum: Plugins
In reply to: [WP Catalogue] pagination issuejust to clarify:
when i am on page 1
the link to page 2 is: /?page_id=&paged=2
the link to page 3 is: /?page_id=&paged=3when i am on page 2 (with page 1 content)
the link to page 1 is: /page/2/?page_id=?paged=1
the link to page 3 is: /page/2/?page_id=?paged=3the actual address to each page:
/
/page/2/
/page/3/not sure if any one know what’s wrong with it
Forum: Plugins
In reply to: [WP Catalogue] List thumbnails horizontallyi finally got it to work!!
i removed the <div class=”wpc-product-img”> from the template, and now it’s working like i want it to. Thanks you for all your help though!Forum: Plugins
In reply to: [WP Catalogue] List thumbnails horizontallytried it, not working, at least not the way i want it to work
float right or left only make the thumbnails flush right or left (vertically), not listing them horizontally.Forum: Plugins
In reply to: [WP Catalogue] List thumbnails horizontallyI want to make the thumbnails in single product listing page to line up side by side, instead of the default one on top of another.
I’ve tired to use
div.wpc-product-img {
float: left;
}
but it didn’t workwhat’s the correct way to doing it? Thanks.
PS. when will you release update with subcategories and order?
Forum: Plugins
In reply to: [Meteor Slides] Slideshow cause elements to shiftI’m working on the website from my local sever.
But here’s the dummy website: https://petpalsgroup.com/new/
The same thing happened if I disable images.
Thanks.