Hi Mark what shortcode are you currently using?
Hi!
Sorry I did’t understand your question (how or where can I verify what shortcode am I using?). But looking at it I am using the shortcodes of each gallery I created.
Thank you,
Mark
Hi Mark, thank you for replying back.
Yes the shortcode that you mentioned above can you share the code here. I just want to check to see which code you are currently using.
An example code looks like this.
[catablog category=”red,blue,green” operator=”in”]
Thank you
Here is the code:
[catablog_gallery id=”371″]
Hi try the following shortcode.
[catablog template=”gallery”]
Let me know how you go.
Regards
Hi! I tried this and it was good, but it is not what I am looking for. Actually what I want to accomplish is this. I have site an example, please visit http://dogtasuae.com/product/complementing-products/
On this page all I want to display are the three bulleted descriptions (descriptions 1, descriptions 2 and descriptions 3).
Clickable text (Living Rooms | Corner Sectionals | ect) should only be visible on the LightBox and not on this page.
I hope I have conveyed it clearly.
Thank you,
Mark
Hi Mark, sorry I forgot to explain why I added that shortcode above. Add the following to your custom css. Take a note at display: none;
.catablog-row .catablog-description {
clear: none;
display: none;
float: none;
}
Let me know if that helps you.
Regards
Hi! Not quite what I want. 🙂 Ok, so here is how I want it to look like. Loking at the page http://dogtasuae.com/product/complementing-products/
First, let’s call the text below as Text Number 1:
Bookcases
• Description number 1
• Description number 1
• Description number 1
Next, let’s call this text as Text Number 2:
Living Rooms | Corner Sectionals | Family Rooms | Bed Rooms | Base and Headboards | Mattresses | New Generation Rooms | Dining Rooms | TV Units | Dogtas Home | Complementing Products | Home
I want Text Number 1 to appear on both the LightBox and on the page (http://dogtasuae.com/product/complementing-products/). When I said LightBox it is the box that pops up whenever I clicked a thumbnail.
I want Text Number 2 to only appear on the LightBox. Only on the LightBox and NOT on the page (http://dogtasuae.com/product/complementing-products/).
Would that be possible?
Thank you,
Mark
Hi for Text Number 2 you could wrap it in a div container and add a class to the div container. This might allow you to not display Text Number 2 in the .catablog-description.
This could work however I have not tried this before.
Regards