Home Forums WoodMart support forum Sharing buttons section

Sharing buttons section

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #67106

    wanila
    Participant

    Hi
    1. Where can i find the .po and .mo file for translating the woodmart theme? i mean in which folder they are exist?
    2. Is there any way to add sharing button for instagram and telegram in product page? i use woodmart 1.10.1 and i must start my website in two week, i cant update my theme anymore. so could you please give me the code and tell me i where should i add it?
    3. the google plus sharing button is the third button in sharing section everywhere. how can i force that button to appear as the first share button in my website sharing sections? if you tell me the name of the file that the section codes are in there, maybe i fix them bymyself …
    4. when user put the pointer on one of the sharing buttons, for example facebook button, a text appear in the top of that button like: “Facebook”
    how can i change that text?
    5. in product page, in related product section, how can i force the title of that section and also the small line under that title to be in the center of the page?

    #67121

    Artem Temos
    Keymaster

    Hi,

    1. It is located in the folder woodmart/languages.

    2. Sorry, but there is no such kind of functionality in our theme.

    3. You can edit the code for this element in the file woodmart/inc/shortcodes/social.php.

    4. You can edit it in our pot files with Loco Translate plugin.

    5. Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    .related-and-upsells .slider-title {
    	text-align: center;
    	position: relative;
    }
    
    .related-and-upsells .slider-title:before {
        left: 50%;
        margin-left: -20px;
    }

    Regards

    #67241

    wanila
    Participant

    thank you so much

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Sharing buttons section’ is closed to new replies.