fmnich
Forum Replies Created
-
Forum: Plugins
In reply to: [Flipbox - Awesomes Flip Boxes Image Overlay] Link-Button doesn’t workThank you for this idea! But also when I deactivated all my plugins, there are still the line-breaks. This problem didn’t exist, until you have fixed the link-button-problem.
Do you have another idea?Thank you and best regards,
F. MnichForum: Plugins
In reply to: [Flipbox - Awesomes Flip Boxes Image Overlay] Link-Button doesn’t workHello!
Thank you for fixing the bug! Now the link-buttons work, but now there’s much empty space within the link-button and between the link-buttons and the backend-text. An associate of me has this suggestion:`hi,
now it is almost right.
you still have to remove all line breaks after the a- and span-tags. otherwise wordpress interprets each linebreak with a br-tag.
from this one …
… wordpress does this …
which leads in bad line breaking.
please write it this way so it works correctly …Would be great, if you could still fix this little bug.
Thank you and best regards,
F. Mnich- This reply was modified 2 years, 8 months ago by fmnich.
Forum: Plugins
In reply to: [Flipbox - Awesomes Flip Boxes Image Overlay] Link-Button doesn’t workHello,
unfortunately the problem still exists.Here is a quick solution for the “Style 2”.
Just change the lines from this …<a>" target="<?php echo esc_attr($styledata[53]) ?>"> <div class="oxilab-button"> <div class="oxilab-button-data"> <?php $this->text_render($filesdata[9]) ?> </div> </div> </a>
… to that …
<a>" target="<?php echo esc_attr($styledata[53]) ?>"> <span class="oxilab-button"><span class="oxilab-button-data"><?php $this->text_render($filesdata[9]) ?></span></span> </a>
Thank you and best regards,
F. Mnich- This reply was modified 2 years, 8 months ago by Steven Stern (sterndata).
Update: After I updated the plugin today, the link-button still doesn’t work…
https://www.mw-neuburg.de/tset/- This reply was modified 2 years, 9 months ago by fmnich.
Forum: Plugins
In reply to: [Flipbox - Awesomes Flip Boxes Image Overlay] Flipbox – Style 10 not worksAfter I updatet the plugin today, this bug is fixed! Thank you!
Hallo @biplob018 !
Thank you for the information!
Have you already done the release? Because I haven’t got an update until now…Best regards,
F. MnichUpdate: Now the box on https://www.mw-neuburg.de works. Our support fixed some faults in the source code of style 2. Now it works, but of course the changes will be undone with the next update.
But still the Link-Button on the boxes on https://www.mw-neuburg.de/tset/ don’t work. This are just examples, there are still some other styles, where the Link-Button doesn’t work.
Maybe the following changes in the source code will help you to fix it. Thank you!line 84-91:
/* echo '<div class="oxilab-button"> <div class="oxilab-button-data"> ' . $this->text_render($filesdata[9]) . ' </div> </div>'; */ echo '<span class="oxilab-button"><span class="oxilab-button-data">' . ($filesdata[9]) . '</span></span>‘;
Best regards,
F. Mnich