-
-
Hi! I want to translate theme sections. Phone Number – Address etc…I didn’t find on Poedit this section.
I found “You are here” “home”.. and translated but it’s not working…
-
Hello,
Which version of the theme have you installed?
If you have the latest version this can be fixed directly with pot file if not you have to edit the file below:
specular\includes\view\page_header.php
Phone Number and Address you can edit them in the Appearances > Widgets in the Top Navigation Area.
Let us know.
Regards!
-
the lates version.
I updated demo and Widgets > Header Widgetized Area > Specular Widget Shorcute >
[contact_information tel=”123123″ addr=”Turkiye” email=”[email protected]”]
and actually I want to use that icons but tags is english. Where can I edit that shortcode?
I want to write “Telefon Numarası” instead of “Phone Number”
I want to write “Adres” instead of “Address”
3.I want to delete post’s date. How can I do?
-
-
-
Hello,
You can replace these strings but editing the file plugins/codeless-framework/register-shortcodes.php search for codeless_sc_contact_info and there you can translate the words above manually.
The date can be removed with CSS in some and another case you can edit directly the PHP code.
You can edit the file includes/view/blog/loop-index.php and there you can remove the lines:
<?php if(codeless_get_mod('blog_info_date')): ?> <li><i class="linecon-icon-calendar"></i><?php esc_html_e('On', 'specular') ?> <?php echo get_the_date() ?></li> <?php endif; ?>
If you can’t do that by yourself send to us your wp creds so we can make the modification for you.
Regards!
-
Hi!
I want to use “widgetized area” in “logo in center and 2 navigations in sides”. I can remove right menu and I want to put there “widgetized area”
How can I do that?
-
Hello,
Sorry, but it isn’t possible by default.
Let us know.
Regards!
-
You must be logged in to reply to this topic.