gokhan87
Forum Replies Created
-
Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] Make price non-clickablenice it works thank you
thank you i have made it but now the same problem on desktop too
hello in my mobile view the flags are not side by side.
How can i change it, so that in mobile view the flags are side by side?
the url: Website Link
Forum: Plugins
In reply to: [Great Restaurant Menu WP] Making from 14.90 € to 14,90€thank you
- This reply was modified 3 years, 1 month ago by gokhan87.
Forum: Plugins
In reply to: [Great Restaurant Menu WP] Making from 14.90 € to 14,90€thank you for your answer
i have in the minimialist.php only this lines with “item->price
<div class=”brm-item-details”>
<div class=”brm-item-name”><?php echo esc_html( stripslashes( $item->name ) ); ?></div>
<div class=”brm-item-price”><?php echo esc_html( stripslashes ( $item->price . ‘ ‘ . $currency ) ); ?></div>
<div class=”brm-item-description”><?php echo nl2br( esc_html( stripslashes( $item->description) ) ); ?></div>
</div>`ok it works now. i have translate it manualy in the Booking.class.php file.
thank youi dont have problems with other plugins or else with the language…
i dont translate anything.
i have set to german language in the wordpress settings.
your plugin was automaticly everthing in german but telephone is in englishThank you for your answer but i dont understand anything