devgirl
Forum Replies Created
-
Forum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] Catablog vertical menuLook, I didn’t even want to give anyone the link cos I’m busy developing it right now as i type this and it will only be finished next week.
Forum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] Catablog vertical menuForum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] Catablog vertical menuI figured it out. I changed these two lines, 267 and 2268 in catablog/lib/CataBlog.class.php:
$inline_styles[] = ".catablog-title {margin:0 0 0 {$size1}px !important;}"; $inline_styles[] = ".catablog-description {margin:0 0 0 {$size1}px; !important}";to this:
$inline_styles[] = ".catablog-title {margin:0;}"; $inline_styles[] = ".catablog-description {margin:0;}";and it removed that horrible 160px that wouldn’t go away.
I really did try to find it in the Catablog WordPress backend.
Forum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] Catablog vertical menui found this, what does it point to??
$inline_styles[] = ".catablog-description {margin:0 0 0 {$size1}px; !important}";Forum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] Catablog vertical menuI’ve got a new problem. I’m trying to change the layout of the products in the default template in the backend. I’m bringing in my own custom css, but realised I have to use some of Catablogs classes so that the lightbox works for the image.
Thing is that when i start to customize it, i notice that there is this attribute sitting on the description and the title, and i can’t find it in the css files, cos it is not set there! Where is it set and how do i get rid of it?
.catablog-title { margin: 0 0 0 160px !important; }I know, it looks like it should be in the css, but it is not. It seems to be created dynamically. I did an open search through all of catablog’s files to find ‘160’, and nothing pertaining to this came up ???
Forum: Plugins
In reply to: [CataBlog] [Plugin: CataBlog] Catablog vertical menuok, here goes, I worked it out!!!!
So, create a page.
This is what i put in my page. (the links I still need to add in)
<a href="#">Short Tops</a> <a href="#">Short Dresses</a> <a href="#">On Sale</a> [catablog category="tops-dresses"]Then every product that is in the tops-dresses categories will show up here.
I think store base url conflicts with another page is your key answer here. Have you cleared out the ‘trash’ – is there a page with the same slug in the trash or somewhere?
Forum: Plugins
In reply to: [WP-Cumulus] wp-cumulus overlaps popup picturesThank you!!! I ticked “Background transparency” in the wp-cumulus settings where they appear in Appearance->Widgets, and this made my Lightbox Plus (version 2.4.6) now appear in front. Just in case anyone else gets stuck with this one!