Home › Forums › WoodMart support forum › Translate and edit on the theme
Translate and edit on the theme
- This topic has 55 replies, 2 voices, and was last updated 6 years, 11 months ago by Artem Temos.
-
AuthorPosts
-
November 1, 2017 at 11:11 pm #23060
akaberParticipantHello there,
1- How can I edit the English to Arabic
please check the Attachments,2- and the last Attachment
how can I edit the brand section3- im trying to activate facebook login
but the facebbok keeb asking for “Valid OAuth redirect URIs’
how can i get that ,Attachments:
You must be logged in to view attached files.November 1, 2017 at 11:28 pm #23066
akaberParticipant4- How can i add New Arabic font
November 1, 2017 at 11:43 pm #23067
akaberParticipant5- how to disable the footer on the mobile version
6- how to show sign in/sign up on the top of the mobile version next to the basketNovember 2, 2017 at 7:21 am #23074
Artem TemosKeymasterHello,
Thank you so much purchasing our theme and contacting our support center.
1. You can translate all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3
2. You can edit “Brands” Visual Composer element on your home page while editing it in the Dashboard.
3. It seems that you didn’t enter your my account URL as your OAuth redirect URL in your Facebook APP settings.
4. You can choose between all available Google Fonts in Theme Settings -> Typography.
5. Try to add the following code snippet to the Custom CSS for mobile devices in Theme Settings to do this
.footer-container { display: none; }
6. Unfortunately, there is no such option in our theme.
Kind Regards
XTemos StudioNovember 2, 2017 at 9:11 am #23083
akaberParticipantPlease check the attachment for the facebook
Can’t load URL: The domain of this URL isn’t included in the app’s domains. To be able to load this URL, add all domains and sub-domains of your app to the App Domains field in your app settings.
Attachments:
You must be logged in to view attached files.November 2, 2017 at 9:14 am #23085
akaberParticipantand this code
.footer-container {
display: none;
}is disable the footer on the web version
i need to disable the footer on mobile versionThanks
November 2, 2017 at 9:30 am #23088
Artem TemosKeymasterTry to disable Strict mode option from the screenshot.
Just add the CSS code for mobile devices only. You can find this area in Theme Settings -> Custom CSS.
Regards
November 6, 2017 at 1:55 pm #23343
akaberParticipanthello there,
on the brank section how can I change the logo imagesyour answer is ” 2. You can edit “Brands” Visual Composer element on your home page while editing it in the Dashboard.”
on i onlay can edit the showing list and how mony of them
i need to update the images
Thanks
November 6, 2017 at 2:27 pm #23352
Artem TemosKeymasterYou can change your brands items in Dashboard -> Products -> attributes -> Brand.
November 7, 2017 at 6:35 pm #23450
akaberParticipanthow can i edit the pop up enable/disable and edit the content
Attachments:
You must be logged in to view attached files.November 7, 2017 at 7:21 pm #23458
Artem TemosKeymasterHi,
You can edit it in Theme Settings -> Shop -> Promo popup.
November 8, 2017 at 10:27 pm #23580
akaberParticipantHello there
I have been trying social login so much and it’s not working
I have installed wp-social-login and its working perfect
how can I add the code
<?php do_action( ‘wordpress_social_login’ ); ?>
or
[wordpress_social_login]under the login secation
Attachments:
You must be logged in to view attached files.November 9, 2017 at 7:13 am #23600
Artem TemosKeymasterHi,
You can modify
woodmart_login_form
function in the fileinc/template-tags.php
and add your code there.Regards
November 9, 2017 at 3:08 pm #23642
akaberParticipantsorry for that
but can i know what i replace in this file ?November 9, 2017 at 3:26 pm #23646
Artem TemosKeymasterAs you said, you want to place your social buttons so there is nothing you need to replace there. Simply put the code you want there.
November 11, 2017 at 8:13 pm #23826
akaberParticipantHello there,
how can I disable brand section on other pages on mobile version only
please check the attachmentAttachments:
You must be logged in to view attached files.November 11, 2017 at 9:27 pm #23839
Artem TemosKeymasterYou can hide some Visual Composer columns on particular devices in Responsive tab while you edit it in the backend editor. So you need to go to HTML Blocks -> Prefooter and hide the column with brands on mobile devices.
November 12, 2017 at 3:01 am #23848
akaberParticipantthank you so much for you reply
can you please tell how can i disable Shipping & Delivery on the items shop check this link https://wassiny.com/shop/%D8%AC%D9%86%D8%A8%D8%A9-%D8%A7%D9%84%D8%A8%D9%82%D8%B1%D8%A9-%D8%A7%D9%84%D8%B3%D8%B9%D9%8A%D8%AF%D8%A9i will love to give you 5 star as soon as i login into my ThemeForest account
ThanksAttachments:
You must be logged in to view attached files.November 12, 2017 at 7:26 am #23855
Artem TemosKeymasterShipping and delivery tab can be edited via Theme Settings -> Product page.
We would be very happy if you can leave a 5stars review 🙂
Regards
November 12, 2017 at 9:39 pm #23901
akaberParticipantHello again, i have done the review
1- how can i change the colour of “PLEASE CHECK ATTACHMENT NUMBER 1 ” from black to grey
2- On the page, it shows the actual price in brown colour when it’s got the discount on
I would like to change the colour of the actual price to be in red colour “PLEASE CHECK ATTACHMENT NUMBER 2 ”3- On the item image, it shows in the top left corner the percentage you will save
Can I place a word underneath it
I know that this may be unavailable on this particular theme but if you know where the code is, that will be great.., I can adjust it “PLEASE CHECK ATTACHMENT NUMBER 3”Thnaks ,
Attachments:
You must be logged in to view attached files.November 13, 2017 at 7:15 am #23915
Artem TemosKeymasterHi,
1. You can change page title background color in Theme Settings -> Page heading.
2. Use this code to change this color
del .amount, .price del { color: #c51313!important; }
3. You can edit the code for this label in the file
inc/woocommerce.php.
Function name –woodmart_product_label
Regards
November 17, 2017 at 6:08 pm #24550
akaberParticipantHello there,
Thank you for the last reply, everything is working perfectly1- How can i Control “PLEASE CHECK ATTACHMENT NUMBER 1” add more or edit or change the layout.
2-How can I add currency and languages what you recommended for this as I have seen you added on your demo lang.. and currency
Thanks
Attachments:
You must be logged in to view attached files.November 18, 2017 at 8:46 am #24583
Artem TemosKeymasterHi,
1. This menu is generated automatically from your product categories. You can configure it in Theme Settings -> Shop -> Sidebar & Page title.
2. As was mentioned in our demo, if you want to create a multilanguage website you will need to use WPML plugin for that.
Regards
November 20, 2017 at 8:02 pm #24779
akaberParticipantHello there,
Thank you for the last reply,Can you please check the attachment file
on MAC safari browser its showing the link not The website name
Thanks
Attachments:
You must be logged in to view attached files.November 21, 2017 at 7:00 am #24804
Artem TemosKeymasterHello,
Could you please test how it works with default WordPress theme to understand is it our theme issue or not?
Regards
November 21, 2017 at 3:27 pm #24865
akaberParticipantHello Artem ,
i think the problem is from last update of word press file anyways i will contact them ,how can i stop about brand + additional information on protect page check the attachment file
Attachments:
You must be logged in to view attached files.November 21, 2017 at 4:06 pm #24867
Artem TemosKeymasterDo you mean to hide product tabs on the single product page at all?
December 3, 2017 at 11:38 am #26856
akaberParticipantHello there,
as you mention before that i can change the font from the setting ,
and i can use only google font
i need to use this font https://fonts.google.com/specimen/Cairo
but its not available in theme setting and i would love if you find me a way to use this font https://sf.abarba.me/SF-UI-Display-Heavy.otf “San Francisco Web Font – Arabic” the writing of this font is so easy to read Arabic Language, even apple iPhone uses this font for Arabic version
this fontDecember 3, 2017 at 5:14 pm #26887
Artem TemosKeymasterHi,
Our theme uses Redux Framework plugin for typography options and it has only Google fonts support. You can also use Typekit service for custom fonts. Unfortunately, fonts from other resources can be added only with additional code customization.
As for the Cairo font, could you please provide us your admin and FTP access so we can check why you don’t have it Theme Settings?
Thank you
December 3, 2017 at 6:18 pm #26926
akaberParticipantOK
-
AuthorPosts
Tagged: from 1.4 to 1.6 update
- You must be logged in to create new topics. Login / Register