goingonline
Forum Replies Created
-
I do believe you don’t see the whole picture.
We know (i know at least) you have to make money. Doing this work for free is hobby. But you should have know that from the beginning and there are other ways to make money.
Again, you suddenly removed features from your customers live websites! You can’t do that.
You customers should have come first, and close second making money.
Your ultimate number one priority is obviously making money. Even if you have the screw up your existing customers…
And now you have a plugin with 46 1 star rating, good luck with making your dream come true (making money) with that.
Perfect example of a dumb business decisions.
I’m out.
Forum: Plugins
In reply to: [Simple Linked Variations for WooCommerce] Multiple linkingYes yes yes! I would love that to!!
Forum: Plugins
In reply to: [Simple Linked Variations for WooCommerce] Additional Linked Attributes?Hey,
Just like Michael i would love this feature! Great plugin, but i can’t use it (yet) because there is only one link possible.
I would also pay you for this feature! 🙂
Forum: Plugins
In reply to: [Collapse-O-Matic] Nested Expand Elements not workingYour help is very much appreciated and it works great now! Thank you so much.
One thing, i had to replace the double quotes to single quotes for the titles. Otherwise the titles didn’t show up correctly.
[expandsub2 title='Nested Level 2']Thank you so much for your help.
- This reply was modified 8 years, 8 months ago by goingonline.
Forum: Plugins
In reply to: [Collapse-O-Matic] Nested Expand Elements not workingThank you aggain.
I don’t get it. I’m sure it’s me (sorry for that), but i can’t get it to work.
This is the code i’m using now:
[expand title="Root Level"] [expandsub1 title="Nested Level 1"] <p>Test</p> [/expand] [expandsub1 title=”Nested Level 2"] <p>Test</p> [/expand] [/expand]Result is this: http://test.goingonline.nl/test-2
The settings in Collapse-O-Matic are (only the Tag attribute i have changed, the rest is default):
Tag Attribute: div
Targtag Attribute: span
Collapse/Expand Duration: fast
And all other settings are empty or unchecked.Now i tried this codes as well, all of these codes give different results (even a extra white space gives another result sometime):
[expand title="Root Level"] [expandsub1 title="Nested Level 1"] <span>Test</span> [/expand] [expandsub1 title=”Nested Level 2"] <span>Test</span> [/expand] [/expand][expand title="Root Level"] [expandsub1 title="Nested Level 1"] Test [/expand] [expandsub1 title=”Nested Level 2"] Test [/expand] [/expand][expand title="Root Level"] [expandsub1 title="Nested Level 1"] Test [/expand] [expandsub1 title=”Nested Level 2"] Test [/expand] [/expand]I’m sorry to bother you with this.
Forum: Plugins
In reply to: [Collapse-O-Matic] Nested Expand Elements not workingThanks for the quick reply!
I see now how the code should work, your code makes a lot more sense than mine 🙂 Unfortunately, when i use your code, this is the result: http://test.goingonline.nl/test/
Without the sub elements the shortcode works great though.
I’m using a clean WordPress 4.8.1 install.