trigger text position
-
I,ve change arrows for custom (25px x 25px). Tigger text position is on the top. How can I move it little down.
-
to move the trigger text down simply add something like the following to the plugin options page under Custom CSS:
.collapseomatic { padding-top: 7px; }besides
padding-topthere are many other CSS properties on might consider adjusting.Let us know if this get’s you pointed in the right direction.
Yes it works! Thank You π
By the way, what parametr make space between arrow and tigger text?.collapseomatic { padding-left: 7px; }If you look up Padding CSS you will get more info. The default padding setting for .collapseomatic is:
padding: 0 0 10px 16px;which is the same as:
padding-top: 0; padding-right: 0; padding-bottom: 10px; padding-left: 16px;Thank You, I understand it now. It works of course π
Great! Don’t forget to Vote for Pedro!
Hi guys, thanks for this info. I have a related question: I have 2 paragraphs and would like like the trigger text to be at the end of the first paragraph (same line) and on click it should expand the second paragraph below it. Does that make sense?
I have used the following post from SpaceDonkey to hide the arrow and to get the paragraphs aligned correctly: http://spacedonkey.de/page/3/
I have mocked up a screenshot of the current state and teh desired state if I can send it to you.
Kind regards
GaryGary, This thread is resolved. Your issue will be handled at the thread you started: http://wordpress.org/support/topic/location-of-expand-text
Thank You again for resolve my problem with trigger text position. I’ve got one more question but do not want open new chapter so I ues this. My question is: how can I set font for trigger text?
Step 1. Read the Documentation: http://plugins.twinpictures.de/plugins/collapse-o-matic/documentation/
Step 2. Read about the trigclass attribute: http://plugins.twinpictures.de/plugins/collapse-o-matic/documentation/#trigclass
Step 3: Add trigclass attribute:[expand title="Your Title" trigclass="your_class"]Target Content[/expand]Step 4: Add your_class CSS:
.your_class { font-color: #333000; }I have red documentation. Unfortunateli it doesn’t work π
I Use Subway Theme (by Qode) and trigclass “highligt” make background under trigger text but on Your sample from documentation “highlight” should change colour of the trigger text. Is it a problem of Subway Theme?
When I done step 3 and 4 nothing happend :-(.
And last: My trigger text always looks like sans-serif but I would like use different font. Is it possible?Please provide a link to your page.
Hi Baden, thanks for the feedback. I have followed the instructions you sent and they are working correctly as in the example. But there is still 1 issue that is not resolved.
If you go to the following URL: http://socialmojo.co.za/wp
Look at the first paragraph of copy under the slider. I want the trigger test to be on the same line as the last sentence of the first paragraph. So it should read: Thatβs where we come in … Read More >> [Where Read More >> is the trigger test]
On click of the trigger text the second paragraph should open as it already does. So everything is correct currently except for the placement of the trigger text. Currently it is on the next line.
If I could email you a mock-up of what I am looking for it might help.
Thanks
GaryThe reason it’s on the next line is because you a) you have a hard-return between your last word and the shortcode or b) it’s a wpautop issue.
Either way, to get around this, please post an EXACT example of how you are using the last sentence and the shortcode so we can help you in more detail.
Hi Baden, thank you. Your suggestion resolved the issue.
Another question: How do I remove the color and underline from the a href of the trigger text? Where would I put the “text-decoration: none”?
Do I put it inline or must I create a class and refer to it? If so, can you send me an example please?
Thanks
GaryBaden wrote: “Please provide a link to your page. “
My page is still underconstruction but You can find trigger text here: http://www.abl-polska.pl/wordpress/?page_id=166
The topic ‘trigger text position’ is closed to new replies.