sianrd
Forum Replies Created
-
Forum: Plugins
In reply to: Woocommerce – Show Description Tab Content on Shop PageMaybe it’s not possible? Seems strange to be able to call the excerpt with
<?php woocommerce_template_single_excerpt(); ?>
but not the longer description.Thanks, will do.
Spot on. Thank you so much for the second time.
HELLO, I’m trying to do the same thing as wizard84 and got as far as the structure, but not managing to add the title images with the roll-your-own method. I tried following the instructions in the link you posted, but haven’t had any luck. So far I’ve got:
<div class="collapseomatic snap-shut colomat-open" id="elm1" title="Element 1" rel="portfolio-highlander">IMAGE 1</div> <div class="collapseomatic snap-shut" id="elm2" title="Element 2" rel="portfolio-highlander">IMAGE 1</div> <div class="collapseomatic snap-shut" id="elm3" title="Element 3" rel="portfolio-highlander">IMAGE 3</div> <div class="collapseomatic_content" id="target-elm1" rel="portfolio-highlander"> CONTENT 1 </div> <div class="collapseomatic_content" id="target-elm2" rel="portfolio-highlander"> CONTENT 2</div> <div class="collapseomatic_content" id="target-elm3" rel="portfolio-highlander">CONTENT 3</div>
https://www.nicesites.net/portfolio
I think I’m right in posting in this thread – apologies if that’s wrong. Any tips on where to punk the image URL would be greatly appreciated.
Thanks
[Moderator Note: Please ensure that you are embedding links correctly in your posts.]
Forum: Plugins
In reply to: [Collapse-O-Matic] How to keep titles on the same lineThanks for your help, I must have not been explaining my problem very well, but I fixed it using the answer you gave to the other thread…
<div class="collapseomatic" title="Element 1" id="elm1" >Element 1</div> <div class="collapseomatic" title="Element 2" id="elm2" >Element 2</div> <div class="collapseomatic" title="Element 3" id="elm3" >Element 3</div> <br><br> <div id="target-elm1" class="collapseomatic_content">Element 1 content shows here</div> <div id="target-elm2" class="collapseomatic_content">Element 2 content shows here</div> <div id="target-elm3" class="collapseomatic_content">Element 3 content shows here</div>
And added this to my CCS to make the titles stay on the same line
.collapseomatic_content { float: right; }
Thanks again! Sian
Forum: Plugins
In reply to: [Collapse-O-Matic] How to keep titles on the same lineHi again, I’m stuck (not as capable as I thought). I have made a TEST title with an inline tag, which when expanded doesn’t push the following titles down (which is good), but the the expanded content opens next to the title, not under it.
I found another post on the forum from someone with the same problem, but no replies yet…
https://www.ads-software.com/support/topic/make-content-expand-below-other-elements?replies=1Thanks for any help in advance,
Sian
Forum: Plugins
In reply to: [Collapse-O-Matic] How to keep titles on the same lineWill do!
Forum: Plugins
In reply to: [Collapse-O-Matic] How to keep titles on the same lineHi Baden, sorry, I forgot to deactivate the Under Construction page, which I have done now, but those links should be enough to get me started.
Thanks for the speedy reply and great plugin. SianForum: Fixing WordPress
In reply to: Remove border from one image Twenty TwelveThanks so much. I thought I had tried that already, but I must have been missing something. Thanks again.