Home Forums WoodMart support forum Login/Register Issue

Login/Register Issue

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #57833

    ExonGames
    Participant

    Hi,
    I am using WPML to translate my site and in my translated version the login/register through Facebook or Google account buttons are kind of messed up in comparison to the original English version (I’ve added a screenshot comperring the original button and the messed up one in the translated version).

    Please help me fix this issue because it’s not suppose to be this way and it’s not okay…

    Hope to hear from you soon with a response and a solution,
    Best regards.

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

    Artem Temos
    Keymaster

    Hi,

    Try to edit your child theme functions.php and replace the function woodmart_child_enqueue_styles with this one

    function woodmart_child_enqueue_styles() {
        wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( 'woodmart-style' ), woodmart_get_theme_info( 'Version' ) );
    }

    Regards

    #57894

    ExonGames
    Participant

    Hi,
    I don’t see this function:
    woodmart_child_enqueue_styles

    This is all the code that is included in the function.php file:

    <?php
    //* Code goes here
    add_action( 'wp_enqueue_scripts', 'enqueue_parent_styles' );
    
    function enqueue_parent_styles() {
       wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' );
    }
    

    Please explain to me further,
    Best regards.

    #57912

    Artem Temos
    Keymaster

    Please, provide us your FTP access so we can check what is wrong.

    #57931

    ExonGames
    Participant

    Hi,
    I shared FTP access.
    Please tell me if it’s working…

    In any case, I can do this myself just tell me what to change because I haven’t seen the function you told me to edit… I also sent you all the code that is written in the function.php file.

    Hope to hear from you soon with more details,
    Best regards.

    #58000

    Artem Temos
    Keymaster

    Hi,

    Please, check how it works now.

    #58120

    ExonGames
    Participant

    THANKS! It’s working!

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

The topic ‘Login/Register Issue’ is closed to new replies.