We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: 2 posts side by side on mobile #10681
    Diana
    Participant

    Tom:

    I resolved in a different way: I created a sidebar that shows just on mobile and the code above works perfect, then disable the rest of the sidebars, very useful to fix some other things. Thank you. Diana

    in reply to: 2 posts side by side on mobile #10679
    Diana
    Participant

    Thanks for the response.
    The site: iluminet.com
    The code is on the left sidebar “products” is a wpsp of one column
    I want that in mobile becomes a two column (just like “media partners” above) in order to save some space on mobile.

    Thank you

    diana

    in reply to: 2 posts side by side on mobile #10640
    Diana
    Participant

    Hello Tom.

    I have a post list set up as 1 column, and I need that in mobile, shows 2 columns, I’ve tried to make something with the code you gave above but, I cant! Can you help me?
    Thanks
    Diana

    in reply to: Output Custom Field in Div Class #9556
    Diana
    Participant

    Wow! Works perfect! Thank you very much!

    in reply to: Output Custom Field in Div Class #9548
    Diana
    Participant

    Tom,
    Thank you very much, it works perfect!, just another thing. Is it possible to be clickeable to the post (just like the regular image).

    thanks again for your awesome support.

    Diana

    in reply to: Output Custom Field in Div Class #9507
    Diana
    Participant

    Hello I have a custom field in some posts (prod1). Is an url link to an image (ej: https://www.iluminet.com/press/wp-content/uploads/2019/01/Konica-mini.jpg). If I use the code:

    add_action( 'wpsp_after_content', 'tu_add_custom_meta' );
    function tu_add_custom_meta() {
        $meta = get_post_meta( get_the_ID(), 'prod1', true );
        if ( isset( $meta ) && '' !== $meta ) {
            echo '<div class="my-class-here">' . $meta . '</div>';
    	
        }
    }

    or use echo esc_url( get_post_meta( get_the_ID(), 'prod1', true ) );

    I just get the text (https://www.iluminet.com/press/wp-content/uploads/2019/01/Konica-mini.jpg) below the title, not the image, I need that as the image. Is it possible?

    Thank you

    Diana

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