Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • in reply to: Search only by "Title" #278455
    CallidusPro
    Member
    Post count: 13

    No, it’s not what I was looking for, right know I use the All Option here.

    But I need to search only on the titles, not in the content, when i search for a word, example “black ships”, the result has to show only the products or articles with “black ships” on the title, not all the posts with the word on the content.

    Is there some hook I can apply on the code?

    Thanks

    in reply to: Page not load using "back" button from Safari Browser #270414
    CallidusPro
    Member
    Post count: 13

    I solve this problem disabling the “Preloader/Transition Options”

    in reply to: Double cart popup when sticky header is show. #266969
    CallidusPro
    Member
    Post count: 13

    I discover now that the same problem is shown with the wishlist popup, if I’m in a single product page and the sticky header is enabled, when I click the “Add to wishlist” button it shows a double popup, for sure is the same problem already fixed with the cart.

    Can you fix this and send me the fixed js?

    Thanks

    in reply to: Allow HTML description of products in List View #266940
    CallidusPro
    Member
    Post count: 13

    Thanks,

    I figured out using this code

    $product_description = preg_replace('/\s+?(\S+)?$/', '', substr($product_description, 0, 251));
    

    and then

    echo do_shortcode( sf_add_formatting( $product_description . '... ' ) );

    in reply to: Allow HTML description of products in List View #266841
    CallidusPro
    Member
    Post count: 13

    I need only to add a length to the text formated, for example use the first 50 words of the description only.

    I try using “wp_trim_words”, cuts the text but the formating is not working if I use this first

    There is some parameter to use with the sf_add_formatting code?

    Thanks

    in reply to: Allow HTML description of products in List View #266697
    CallidusPro
    Member
    Post count: 13

    Solved!

    I edit the line 352 in woocommerce/content-product.php from

    <?php echo $product_description;?>

    to

    <?php echo do_shortcode( sf_add_formatting( $product_description ) ); ?>

    maybe you can add this modification to your next realease

    ciao

    in reply to: Double cart popup when sticky header is show. #266553
    CallidusPro
    Member
    Post count: 13

    Thanks a lot!!

    in reply to: Double cart popup when sticky header is show. #266476
    CallidusPro
    Member
    Post count: 13

    Can you send me the patched file? I need the correction immediately for a presentation tomorrow.

    Thanks

    in reply to: Sticky header issues #266110
    CallidusPro
    Member
    Post count: 13

    I need help on this, when the sticky header is active, and click on the Buy button in a product page, it shows 2 cart popups, one from the main header and the other one from the sticky header. Look at the attachement.

    How can I disable one of the popups?

    Thanks

    Attachments:
    You must be logged in to view attached files.
    in reply to: Sticky header issues #265887
    CallidusPro
    Member
    Post count: 13

    Hi,

    I have the same problem that HoGo,

    There is a solution to this? How can I hide the cart on the main header when is displayed the sticky header?

    thanks

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