Forum Replies Created

Viewing 15 posts - 1 through 15 (of 26 total)
  • in reply to: Product-over bug #68186
    nicolasnom
    Member
    Post count: 29

    Really ? I checked, the problem appears also on image with the right size.
    And before (v1.4) I’v updated my theme, I did not have this image problem.

    Thank for your answer

    in reply to: Product-over bug #67823
    nicolasnom
    Member
    Post count: 29
    This reply has been marked as private.
    in reply to: Product Over Transition #67692
    nicolasnom
    Member
    Post count: 29

    Hi. It’s not resolved for me 🙁
    What is the code ? I need it for my second site, in English.

    in reply to: Product Over Transition #67320
    nicolasnom
    Member
    Post count: 29
    This reply has been marked as private.
    in reply to: Product Over Transition #67046
    nicolasnom
    Member
    Post count: 29

    Even after regenerate all thumbnails…

    in reply to: Product Over Transition #67044
    nicolasnom
    Member
    Post count: 29

    EXACTLY the same problem ! Please, fix it.

    http://www.n o r d k r a f t.fr

    in reply to: Just one problem with Functions.php #66433
    nicolasnom
    Member
    Post count: 29

    Resolved with this new code function :

    /* Insert Page ID */
    
    add_shortcode('pa_insert', 'pa_insertpage');
    
    function pa_insertpage( $atts, $content = null ) 
    {
        // Default output if no pageid given
        $output = '';
    
        // Access $atts directly, no need of extracting
        if( !isset( $atts['page'] ) )
            return $output;
    
        // Grab the page directly, no need of WP_Query
        // get_post() could be used as well
        $get_page = get_page( $atts['page'] );
        if( !$get_page )
            return $output;
    
        // Do Shortcode in case the other page contains another shortcode
         $output = do_shortcode( $get_page->post_content );
         return $output;
    }
    in reply to: Just one problem with Functions.php #65449
    nicolasnom
    Member
    Post count: 29

    Thank you for your proposal, but I’va to add each page on 700 products ? I prefer use an short code. Plus, It’s a good way when I import many products, because the shortcode can be imported in same time.

    in reply to: Just one problem with Functions.php #65067
    nicolasnom
    Member
    Post count: 29

    I just tested and It don’t work with Safari and Chromium :s

    I removed the comment symbol /* */ for activated my shortcode, in functions.php in Child Theme.
    But same problem, the code works but the page doesn’t load all elements. All JS is blocked.

    in reply to: Just one problem with Functions.php #65053
    nicolasnom
    Member
    Post count: 29
    This reply has been marked as private.
    in reply to: FAQs and Feedback to be removed #49376
    nicolasnom
    Member
    Post count: 29

    I’ve find it ^^

    in the sf-woocommerce.php, L.358 :

  • <?php _e(“F.A.Q.’s”, “swiftframework”); ?>
in reply to: FAQs and Feedback to be removed #49374
nicolasnom
Member
Post count: 29

Same question for the FAQ’s button ont the checkout page, like on my screenshot.
I’ve search “F.A.Q” in all my wordpress, it’s unfindable : (
Just want to remove it ^^

nicolasnom
Member
Post count: 29

cdsouza, I just split the website in two WordPress version ….
It’s the best way for a good, simple, lightest and stable wp, for now.

in reply to: Autoplay on Swift slider ? #42783
nicolasnom
Member
Post count: 29

Nobody of your support team can spend just few minutes to add this feature ?
It’s a basic feature now, and I think it’s not an huge and complicated upgrade…

in reply to: Autoplay on Swift slider ? #37790
nicolasnom
Member
Post count: 29

Thanks westcoastsurf.

Any information about the autoplay on Swift slider ?

Viewing 15 posts - 1 through 15 (of 26 total)