Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)
  • Thread Starter lbnn

    (@lbnn)

    It’s okay I solved the problem ??

    Thread Starter lbnn

    (@lbnn)

    @dontdream

    Thank you for your answer, I think there is some AJAX beside this related to onchange() event but not a lot of skills in this on my side…

    Can you just try to help me to change position of this button, I found no way to put it on the right side of the selectbox, he always go below..

    Thank you

    Thread Starter lbnn

    (@lbnn)

    Ok, I found how to hide the actual selection and the button to flush it.

    Now if I could remove the search button and make the form refresh on each new selection would be great !

    Thread Starter lbnn

    (@lbnn)

    So, I found how to manage it :).

    Now, is it possible to refresh results just after we select a choice in the drop-down field without clicking on “search” button ?

    If yes is it possible to hide search button ?

    Is it also possible to hide the actual selection and the button to flush it because since the field is shown in the drop-down selection, it’s not necessary to show it just above.

    Thank you

    Thread Starter lbnn

    (@lbnn)

    @carazo

    Yes of course I fully understand.

    I already tried to add this code in wp-config.php but doesn’t change anything :/

    I’m not sure because when I add it manually in the profile field directly in the website, it works, it’s only during the import part that it fails.

    I think it’s a problem related to ” characters.

    I succeeded to create a user with this in the file "<a href"="https://test.com">Test</a>"

    But the result on my website is : Test

    Then I need to update database to remove the ” manually, it’s really not the best practice but it works, if you have an other idea, don’t hesitate ??

    • This reply was modified 2 years, 8 months ago by lbnn.
    • This reply was modified 2 years, 8 months ago by lbnn.
    Thread Starter lbnn

    (@lbnn)

    @carazo

    Yes, of course but since you need to be admin to run the tool and that it’s a private website for private use, it would be great to be able to do that.

    I get this error : Problem uploading file to import. Error details: ‘You do not have permission to upload this type of file.’

    If I remove the field of the .csv file, it works…

    Thread Starter lbnn

    (@lbnn)

    Hello @carazo,

    Thank you for paying attention to my question.

    The problem is that it seems that I can’t import a user with a field containing some HTML code.

    The field is supposed to contain an HTML link, but no matter what the link is referring to, I got an error when trying to upload.

    I’m not teaching you anything if I told you that a link in HTML can be written like this : <a href="https://test.com/">Test</a>

    I need this value in a field but can’t import it, it fails every time I try.

    So I try to insert it manually in my website and export it to see where I’m mistaken and got this result in the exported file : "<a href=""https://test.com/"">Test</a>"

    And when I try to import with the same value it also failed and if I remove it from the file, the file is well imported so I think there is something wrong somewhere.

    Is it more clear ?

    Thread Starter lbnn

    (@lbnn)

    Ok, all is fine, it works everywhere, locally and online, with all my modifications and my children theme, i think it was a bug when i activate the children theme…

    The only thing is that it doesn’t work for variation products on the price range, but when we select a variation, a size for example, there is both price.

    Thanks for your help, I could have fine alone, I tried a lot of thing, but not to get back to the parent theme because all my php functions and CSS code were working ^^

    Have a nice day, take care ??

    Thread Starter lbnn

    (@lbnn)

    Hello @amandasjackson,

    Firstly, thanks for your help.

    I have a local copy of my website, which is exactly the same as my online one, except security plugins that i didn’t install so i have only WooCommerce plugin on the local one and i have the same problem.

    In fact you’re right, the problem comes from my children theme…

    I will disable all my php modifications to see if the problem is still present or not.

    If it’s still present, i will enable my modifications one by one to see where is the problem.

    If i still have the problem without any modifications on the child theme, maybe i do something wrong with integration of the child theme..

    I’ll keep you informed of my tests and if necessary I’ll give you my site’s system status ??

    Thread Starter lbnn

    (@lbnn)

    Solved, thanks for your help

    Thread Starter lbnn

    (@lbnn)

    Ok, I think this was the problem, now it’s working..

    Thanks for your help

    Thread Starter lbnn

    (@lbnn)

    Ok, i understand, thanks for the explanation ??

    I used this method, i put this code in my functions.php file :

    add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' );
    function my_theme_enqueue_styles() {
     
        $parent_style = 'parent-style'; 
     
        wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' );
        wp_enqueue_style( 'child-style',
            get_stylesheet_directory_uri() . '/style.css',
            array( $parent_style ),
            wp_get_theme()->get('Version')
        );
    }

    Maybe should I replace “parent-style” by “storefront” and “child-style” by “storefront-child”…

    • This reply was modified 4 years, 11 months ago by lbnn.
    • This reply was modified 4 years, 11 months ago by lbnn.
    • This reply was modified 4 years, 11 months ago by lbnn.
    • This reply was modified 4 years, 11 months ago by lbnn.
    Thread Starter lbnn

    (@lbnn)

    Ok, thanks for your answer, yes the code is visible, but it seems it doesn’t apply to the theme, because on a large screen there is a big space on the left.

    When i used “Additionnal CSS” directly in WordPress, the code i add permits to reduce this space.

    Why is the result different between “Additionnal CSS” in WordPress and in my style.css file ?

    Thread Starter lbnn

    (@lbnn)

    @senff Do you see something wrong with the code ?

    Thread Starter lbnn

    (@lbnn)

    It’s in place, the code is in the child theme style.css file ??

Viewing 15 replies - 1 through 15 (of 17 total)