hodgespodges
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Product Catalog] Unusual BorderFantastic, thank you very much indeed!
Forum: Plugins
In reply to: [Ultimate Product Catalog] Category Label & ShortcodeSorry for not being clear:
I’m using the following plugin: https://ww.wp.xz.cn/plugins/embed-any-document/ to embed documents into a page.I’ve got a work-around at the moment where I just took a small screen capture of the documents I wish to have an image of, and that’ll probably do!
Many thanks,
Simon
Forum: Plugins
In reply to: [Ultimate Product Catalog] Centralise Image in Thumbnail ViewHi guys,
I’ve found this as well, but for me the problem only occurs on a smaller screen (i.e. when you look at a mobile version). On the desktop screen it seems to work fine.
https://www.pledgenotes.com/thumbnail/Also, when you go down to the mobile version, the product name text displays very close to the top of the box. Could you please recommend a code-fix to have it aligned in the middle of the box? Also a code fix to have the text aligned centrally as well (both on desktop and mobile screens)?
Many thanks,
Simon
Forum: Plugins
In reply to: [Ultimate Product Catalog] Category Label & ShortcodeI think I found a work-around for the first part, deduced from information given in this thread https://ww.wp.xz.cn/support/topic/categories-and-sub-categories-display/, and adding the following code:
.prod-cat-sidebar-category {
display: none;
}
.prod-cat-sidebar-category-title {
display: none;
}So that’s that part done for now.
I look forward to hearing your thoughts on my second question.Many thanks,
Simon
Forum: Plugins
In reply to: [Ultimate Product Catalog] Remove Excess Padding & Sort By FilterHi guys,
Thanks a million for getting back to me.
1) Perfect, so what worked for me was the following:
.prod-cat-sidebar-cat-title {
margin-bottom: -20px;
}
.prod-cat-sidebar-cat-title {
margin-top: 10px;
}It’s distributed a lot nicer now in my opinion!
2) Great – it’s https://www.pledgenotes.com/sellers/
3) That works fine thanks.
4) Sorry, what I previously used was:
.grey-prod-cat-header-div {display: none !important;}
as mentioned in your FAQs.Thanks very much for your help on this.
I look forward to hearing your thoughts about the padding at the top of the page!
I’m going to open a new thread with a question about category labels.Many thanks,
Simon
Forum: Plugins
In reply to: [Ultimate Product Catalog] Product Catalog LayoutsHi Rustaurius,
The problem has been solved by using double quotes or speech marks (“”).
I found this previous thread which made things clear https://ww.wp.xz.cn/support/topic/free-version-8/.
So the following shortcode worked perfectly:
[product-catalogue id=’2′ starting_layout=”Detail” excluded_layouts=”List”].Many thanks!
Forum: Plugins
In reply to: [Ultimate Product Catalog] Product Catalog LayoutsHi Rustaurius,
Thanks for getting back to me.
So, the only code on the page at all is the following shortcode:
[product-catalogue id=’2′ excluded_layouts=‘Thumbnail,List’]I had also tried this shortcode:
[product-catalogue id=’2′ excluded_layouts=‘Thumbnail,List’ starting_layout=‘Detail’]I hope that helps!
Many thanks!