Peter Haller
Forum Replies Created
-
Hi edo888 i have tried it now in the content-page.php from my theme. There it looks like notranslate have no effect but
woocommerce-product-details__short-descriptionwill not be ignore. I can see it because all text will be translated. I have specific words in the Product description on this i can see the changes for the translation.Hope you can help me for this. Thank you so much!
Peter
- This reply was modified 2 years, 11 months ago by Peter Haller.
Hi edo888, thank you for this example i will try it. Can you tell me please in which php file is the best to set this div code? Cheers Peter
Forum: Plugins
In reply to: [WooCommerce] Using own Shortcode or TemplateHello Xue, my idea is to use the existing Short-Codes and templates on one own site with one specified product. Then i will change the Button´s Text on a different language. For example EN or ES.
- site_name: ownproduct_en with product: room_en
- site-name: ownproduct_es with product: room_es
For this sites i also want to use the own short-codes: product cart and checkout. As a copy from the existing one´s
For this i should know which files i have to use or change for this project.
Thank you
Peter
Forum: Plugins
In reply to: [WooCommerce] Using own Shortcode or TemplateHi Pepe ones more thanks for your feedback.
Your solutions are good for the automatic translation. But for me first of all connected with a purchase of a plug in. But these are not worth it for my small store.
What I actually need is to know which file is responsible for the actual main page of the store.
Then the files that are responsible for the shortcodes and the files that contain the texts for the buttons.
I want to create my own pages with my own shortcodes.
I want to copy the existing shortcodes into an own directory. Then rename them and use them in the different languages. Here I can also enter my own names as I need for the Buttons.Could you please tell me the files that are responsible for this. Thanks
Kind regards
Peter
Forum: Plugins
In reply to: [WooCommerce] Using own Shortcode or TemplateHello Pepe
| Using the 3 Plugins from Woocommerse for Booking
I have installed all this 3 Plugins this is Running.My main Problem are the translation and Wording from the Different Button´s. One time it is Book now and one time it is red more and so on.
For this my idea is to use the Short-Codes and Templates for checkout, chart, product_page with id on a one Custom Page.
And then i will change the Wording on the button´s also in Custom Word´s.If this is done, i will do this for all 3 Languages.
For this solution i need to now the which file i have to use for the different Short-Codes and Wordings. For the main languages
2 Step after this i will copy the first solution in two different folders for EN and ES and use then the Short Code for ecxample. enchart for english users and eschart for spain user´s.
Can you also tell me please the main php file which is use for the Main Shop Page.
Thank you so much Pepe
Best Regards from Dominican Republic
Peter
Hi Patrick, this is now my header in Settinga Area
<span class=”events-grouped-header>#s</span>
<table class=”events-table” >
<thead>
<tr>
<th class=”event-time” scope=”col”>Datum/Zeit</th>
<th class=”event-description” scope=”col”>Veranstaltung</th>
</tr>
</thead>
<tbody>in my theme simple costum user css i have add this line
/* =Event-Setting and Options
——————————————————————————— */
.events-grouped-header {
font-size: 12px;
}On the page https://taichi-qigong.schule/termine/
[fullcalendar]
[events_list_grouped mode=”monthly” country=”DE”]#_EVENTLINK
#_EVENTDATES von #_EVENTTIMES
[/events_list_grouped]
Veranstaltungsorte:
[locations_list]i can not see any changes in this function
[events_list_grouped mode=”monthly” country=”DE”] [/events_list_grouped]The letters are not in the size from .events-grouped-header for example 12px.
No changes? What can i do?Thank yoz Peter