Home Forums WoodMart support forum Translate and edit on the theme

Translate and edit on the theme

Viewing 30 posts - 1 through 30 (of 56 total)
  • Author
    Posts
  • #23060

    akaber
    Participant

    Hello 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 section

    3- 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.
    #23066

    akaber
    Participant

    4- How can i add New Arabic font

    #23067

    akaber
    Participant

    5- 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 basket

    #23074

    Artem Temos
    Keymaster

    Hello,

    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 Studio

    #23083

    akaber
    Participant

    Please 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.
    #23085

    akaber
    Participant

    and this code
    .footer-container {
    display: none;
    }

    is disable the footer on the web version
    i need to disable the footer on mobile version

    Thanks

    #23088

    Artem Temos
    Keymaster

    Try 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

    #23343

    akaber
    Participant

    hello there,
    on the brank section how can I change the logo images

    your 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

    #23352

    Artem Temos
    Keymaster

    You can change your brands items in Dashboard -> Products -> attributes -> Brand.

    #23450

    akaber
    Participant

    how can i edit the pop up enable/disable and edit the content

    Attachments:
    You must be logged in to view attached files.
    #23458

    Artem Temos
    Keymaster

    Hi,

    You can edit it in Theme Settings -> Shop -> Promo popup.

    #23580

    akaber
    Participant

    Hello 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.
    #23600

    Artem Temos
    Keymaster

    Hi,

    You can modify woodmart_login_form function in the file inc/template-tags.php and add your code there.

    Regards

    #23642

    akaber
    Participant

    sorry for that
    but can i know what i replace in this file ?

    #23646

    Artem Temos
    Keymaster

    As 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.

    #23826

    akaber
    Participant

    Hello there,
    how can I disable brand section on other pages on mobile version only
    please check the attachment

    Attachments:
    You must be logged in to view attached files.
    #23839

    Artem Temos
    Keymaster

    You 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.

    #23848

    akaber
    Participant

    thank 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%A9

    i will love to give you 5 star as soon as i login into my ThemeForest account
    Thanks

    Attachments:
    You must be logged in to view attached files.
    #23855

    Artem Temos
    Keymaster

    Shipping and delivery tab can be edited via Theme Settings -> Product page.

    We would be very happy if you can leave a 5stars review 🙂

    Regards

    #23901

    akaber
    Participant

    Hello 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.
    #23915

    Artem Temos
    Keymaster

    Hi,

    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

    #24550

    akaber
    Participant

    Hello there,
    Thank you for the last reply, everything is working perfectly

    1- 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.
    #24583

    Artem Temos
    Keymaster

    Hi,

    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

    #24779

    akaber
    Participant

    Hello 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.
    #24804

    Artem Temos
    Keymaster

    Hello,

    Could you please test how it works with default WordPress theme to understand is it our theme issue or not?

    Regards

    #24865

    akaber
    Participant

    Hello 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.
    #24867

    Artem Temos
    Keymaster

    Do you mean to hide product tabs on the single product page at all?

    #26856

    akaber
    Participant

    Hello 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 font

    #26887

    Artem Temos
    Keymaster

    Hi,

    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

    #26926

    akaber
    Participant

    OK

Viewing 30 posts - 1 through 30 (of 56 total)