This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

(URGENT) Bug search o error

Home Forums Product Support Forums Ajax Search Pro for WordPress Support (URGENT) Bug search o error

Viewing 11 posts - 16 through 26 (of 26 total)
  • Author
    Posts
  • #28158
    livefr57livefr57
    Participant

    You cannot access this content.

    #28168
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Sure, it could be possible. I have changed the advanced content field for you for this:

    [<div class='asp_woo_price'><b>PRECIO:</b> {_price}</div>]

    ..this will give better control for custom CSS styling. Then I also added this custom CSS. The price now floats to the right side of the description field.

    If you want to change the price color, you can use this custom CSS as well:

    .asp_woo_price .amount {
        color: red !important;
    }
    #28169
    livefr57livefr57
    Participant

    You cannot access this content.

    #28172
    livefr57livefr57
    Participant

    You cannot access this content.

    #28176
    livefr57livefr57
    Participant

    You cannot access this content.

    #28180
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Try this as the advanced content field:

    [<span class='asp_woo_price'><b>PRECIO:</b> {_price}</span>]
    [ | <b>Disponibilidad:</b><span class='asp_woo_stock_{_stock_status}'></span>]

    ..and this custom CSS for the content and color:

    .asp_woo_stock_instock::after {
    	content: "In Stock";
    	background: #29a617 ;
            font-weight: 600;
    	color: white;
    }
    
    .asp_woo_stock_outofstock::after {
    	content: "No Stock";
    	background: red;
            font-weight: 600;
    	color: white;
    }
    #28184
    livefr57livefr57
    Participant

    You cannot access this content.

    #28302
    livefr57livefr57
    Participant

    You cannot access this content.

    #28309
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Try changing the submission method to post here: https://i.imgur.com/S1ywHmR.png

    #28321
    livefr57livefr57
    Participant

    You cannot access this content.

    #28323
    livefr57livefr57
    Participant

    You cannot access this content.

Viewing 11 posts - 16 through 26 (of 26 total)
  • You must be logged in to reply to this topic.