Rappi
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] default:get at checkbox?Perfect!
Many thanks!
Forum: Plugins
In reply to: [Contact Form 7] default:get at checkbox?Hi,
this is the tutorial with a text field as an example. I know that this is how it works. But with checkboxes this does not work, because behind “default:” the preselection of the checkbox group can be specified. Therefore a possible GET is ignored.
Example 1:
[checkbox Test default:2 “Test1” “Test2” “Test3”]
activates the checkbox of Test2.
Example 2:
[checkbox Test default:get “Test1” “Test2” “Test3”]
Form call with https://www.seite.com/?Test=2 does not work. No checkboxes are activated.
I need a solution for this.Rappi
Forum: Plugins
In reply to: [Contact Form 7] No line breaks after update to 5.8.(1)I have deactivated the HTML checkbox and now the line breaks are correct again!
But it remains the change since version 5.8, because with the 5.7.7 everything still ran. Btw now it runs.
Thanks for the help!
RappiForum: Plugins
In reply to: [Contact Form 7] No line breaks after update to 5.8.(1)Hello,
no, I dont’t have it. There are nothing from cf7 in the wp-config,
Forum: Plugins
In reply to: [Contact Form 7] No line breaks after update to 5.8.(1)Here it comes….
Forum: Plugins
In reply to: [Contact Form 7] No line breaks after update to 5.8.(1)Hello,
I have picked out three pages.
I hope someone finds the reason.https://www.tier-management.de/anfrage-homepage/
Rappi
Same here….
Forum: Plugins
In reply to: [Nav Menu Roles] Menu items invisibleThanks for the fast answer.
I have found the solution.
I have insert the code in Extra\includes\core.php
function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 ) { // Add this directly after the description paragraph in the start_el() method do_action( 'wp_nav_menu_item_custom_fields', $item_id, $item, $depth, $args ); // end added section if ( !empty( $item->mega_menu ) ) {
Now it works for me.
I hope this help other people with Extra-theme.
Rappi
Thanks for your repley but we use another team plugin now.
Rappi
Forum: Plugins
In reply to: [Cr3ativ Sponsor] Link to Sponsor link?Hi.
Here is the link to the sponsorpage: https://www.warsteiner-tierfreunde.de/ihre-hilfe/partner-sponsoren/
I see the field and the url is correct.
I don’t have installed any plugin, that change the permalinks. A refresh of the permalinks don’t fix the problem.Rappi
Sorry.
No solution ??
Now the br tags don’t show anymore….
I have found a solution!
Insert
.read-more-target br { display: none; }
to css and the br tag don’t show.
Rappi
Hi and happy new year.
Under this url you can see it: https://zeige-meinen-entwurf.de/warsteiner/der-verein/unser-team/
At the first member (Tanja Schannath) you see many spaces before the more-button.
I have updated your plugin to the latest version 1.1.5
Rappi
I have found the reason but no solution.
When I have this in the description
<div> <input type="checkbox" class="read-more-state" id="post-1" /> <p class="read-more-wrap"> <span class="read-more-target"> <strong>Qualifikationen:</strong> <br /> Sachkunde § 11 Tierschutzgesetz Hunde, Katzen und Kleintiere<br /> Sachkunde § 10 Anlagehunde<br /> Seminare und Schulungen<br /> Erste Hilfe am Hund<br /> Mittelmeerkrankheiten<br /> Impfungen<br /> Hundetransporte </span></p> <label for="post-1" class="read-more-trigger"></label> </div>
every br tag is always showing. The hidden css don’t work with br tags and li tags doesn’t work too.
Any solution?
Rappi
Hi.
Great solution but I have a blank area before I click on Show more.
After the click, the blank area fills with the text.
But I want to show the button without the blank area.
Is this possible?It will be great, when the “Show more” can be disabled / enabled by the plugin.
Rappi