ttc2003
Forum Replies Created
-
Sorry, my client has stopped this project and the plug-in is removed. THX
I made another URL with the inline function without Add button to next of the text. This works OK, but I want the plus sign next to the last word of the open text.
textblock [+]
When clicked on plus sign, the rest of the text must reveal.OK. thanks for the feedback. I will try to add the class and see where it leads to. THX
Forum: Plugins
In reply to: [Read More Without Refresh] Google Translate java problemOK. thanks for the feedback. Case closed.
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Larger icons possibleSorry, I was not aware of the css code. Case closed. THX Freek
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Image filter alignmentYes thank you.
Forum: Fixing WordPress
In reply to: HTML submit textfield to urlon a page in admin area.
Forum: Fixing WordPress
In reply to: HTML submit textfield to urlI guess i can use Jquery but i don’t know how to make this small piece of code all together and get it working.
Can you help me out on this?
THX Freek
Forum: Plugins
In reply to: [Simple Events Calendar] Multiple day eventAnyone?
Chris,
That did the trick
Thank you for your support.THX Freek
this is the statement i use:
<?php if ( function_exists( ‘tag_groups_cloud’ ) ) echo tag_groups_cloud( array( ‘include’ => ‘1,2,3,4,5’, ‘tags_post_id’ => 0, ‘hide_empty_tabs’ => 1, ‘smallest’ => 12, ‘largest’ => 12, ‘div_class’=>’tag-class’, ‘prepend’ =>’?’,’ ‘ ) ); ?>I think it is not good on this :
'prepend' =>'?',' '
i tries ‘* ‘ but also no luck…
StrangeSorry about the last question. I found the prepend and append statements.
Now i only have to prepend a character before each tag label. 1 minor issue here is that the character is placed just before the tag label. Maybe it’s nicer to have the prepend character followed by a space and then the tag label. I have to figure out how to do this….
THX FreekThat worked. Super!
One final question.
Is it possible to put the separator just before the tag.
Now it is:
*
Tag1
*
Tag2
*
Tag3What i want is:
* Tag1
* Tag2
* Tag3I think i have to delete the separator in the array and put some code in my theme css i guess.
THX Freek