NooTheme Premium WordPress Theme › Forums › Timetable › Yogi › am pm translation plus sidebar on curse page
- This topic has 17 replies, 3 voices, and was last updated 5 years, 7 months ago by
KENT.
-
AuthorPosts
-
5 years, 7 months ago #10112
hello
we translate the theme as you can see on this link
http://212.143.212.62/~realest1/seaofgalileeyoga.com
on this page:
http://212.143.212.62/~realest1/seaofgalileeyoga.com/classes/basic-kundalini/
how can we change the pm am on the time table ot just to remove it.
see iamge: https://i.imgur.com/lTnPBm1.png
also any why we can add a widget there?
thanks 4 the support
5 years, 7 months ago #10127Hi,
Thank for contacting with us!
1> To change time of single class:http://212.143.212.62/~realest1/seaofgalileeyoga.com/classes/basic-kundalini/
You need go to {root}/wp-content/themes/noo-yogi/single-noo_class.php line 115 then change "h:ia" to your time you want.
2> Change time of shortcode http://212.143.212.62/~realest1/seaofgalileeyoga.com/
You need go to {root}/\wp-content\themes\noo-yogi\framework\functions then see file noo-html-shortcodes.php
line 1093--> change change 'M d, Y' to type date you want
line 1097 --> change 'h:ia'
Please check then feed back for us.
Best Regards,
5 years, 7 months ago #10462hello \
and thanks for teh replay
this is the line of code we see
<?php echo date_i18n('h:ia',$open_time).'-'. date_i18n('h:ia',$close_time); ?>any way we can just remove the AM PM text.
cause if we made changes to it the time is not showing also
thanks
5 years, 7 months ago #10509Hi cbay18,
- You can only delete text am , pm by code
<?php echo date_i18n(‘h:i‘,$open_time).’-‘. date_i18n(‘h:i‘,$close_time); ?>
and temporary assistance have not changed it , I will review and may be updated to the version coming up .
Best Regards,
5 years, 7 months ago #10523we change the line of code and we get this erroe
Parse error: syntax error, unexpected ':' in /home/realest1/public_html/seaofgalileeyoga.com/wp-content/themes/noo-yogi/single-noo_class.php on line 127
5 years, 7 months ago #105245 years, 7 months ago #10526we put bacj the original
this is the line of code
<?php echo date_i18n('h:ia',$open_time).'-'. date_i18n('h:ia',$close_time); ?>if you can edit that line so we can put it back
that will be nice.
thanks
5 years, 7 months ago #10530Hi cbay18,
Would you please download attachments below!
Best Regards,
5 years, 7 months ago #10534thanks
work fine
also we have the same idea on the home page
http://212.143.212.62/~realest1/seaofgalileeyoga.com/
where do we remove that ?
thanks again
5 years, 7 months ago #10536Hi cbay18,
- Please go to the path [root]/wp-content/themes/noo-yogi/framework/functions/noo-html-shortcodes.php in line 1097.
Replace<span><i> </i><?php echo date_i18n('h:ia',$open_time).'-'. date_i18n('h:ia',$close_time); ?></span>
by
<span><i> </i><?php echo date_i18n('h:i',$open_time).'-'. date_i18n('h:i',$close_time); ?></span>
Best Regards,
5 years, 7 months ago #105395 years, 7 months ago #10546Hi cbay18,
- Really sorry , you add the 1116 correction again.
Best Regards,
5 years, 7 months ago #10551sory'
i dont understand what you say.
i send you the file can you edit it and send it back to me please ?
thanks
5 years, 7 months ago #10552Hi cbay18,
Would you please download attachments below, and change .txt to .php!
Best Regards,
5 years, 7 months ago #10553i dont see any file
5 years, 7 months ago #10555Hi cbay18,
Would you please download attachments below, and change .txt to .php!
Best Regards,
5 years, 7 months ago #10557got it' thanks
5 years, 7 months ago #10559Hi cbay18,
You are welcome. Thanks for choosing NooTheme products. I'm very happy to support you. If you love our theme, please rate us 5 star. It will be great motivation for us.
Best Regards,
KENT -
AuthorPosts
You must be logged in and have valid license to reply to this topic.