Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Worked perfectly .. thanks SOOO .. I am very grateful!

    i am sure this will be really useful to others as well.. because if you are using the <MORE> function then this would mean you have a summary and would need the code modification to to specify the single page like.

    Thanks again! ??

    Thanks SO much for this.. this helped me as well..EXCEPT.. that the problem with this is that if we overide the MORE tag in th epost in post this way.. ti actually overides <MORE> in blog archive page as well.. not just the single post page…

    How could we edit the code so it was as above, but modified as follows:

    if (I AM IN SINGLE PAGE) ..

    if ( $showcontent )
    { // add this opening bracket
    $curr_more = $more; // save the current value of the $more variable
    $more = 1; // set $more to 1 to show all post content
    $postinpostresult .= $beforecontent.apply_filters(‘the_content’,get_the_content( $r[‘more’] )).$aftercontent;
    // $r[‘more’] => $more is a WP global variable !!!
    $more = $curr_more; // reset $more back to original value
    } // close bracket

    To demo what I mean, please see this page: https://27.121.66.4/~abab6919/wordpress/pigmentation/

    This is a post that uses post in a post, and it is clipping it at the READ MORE … If I add the code given above, it will make the full, post work .. but then at the summary page.. where I need short grabs (up to the MORE tag) to be used it used the full post instead..

    I really just need to know hwp to modify the above code so that it eitjer:

    A – if specific only to single full post pages..

    OR ..

    B – is specific to certain full post pages.. IE I target them by their post ID .. (As I only have a few instances where I need to use Post i a Post

    Thanks SOOO much! ??

    Thread Starter kirstiewyatt74

    (@kirstiewyatt74)

    Thanks for your response!

    You have said:

    You can also create html popup which can contain an iframe and other html content.

    That is exactly what I tried to do, and the HTML option was freely available.. but the <iframe> code doesn’t stay..

    So was it being buggy for me? Or is the paid HTML option different to the free HTML option?

    I actually ended up using the free plugin Popup Maker and it is working fine: https://orbe.com.au/#sectionsalons BUT – I was curious about your plugin as well for future reference.

    thx!

    Thread Starter kirstiewyatt74

    (@kirstiewyatt74)

    OOPS – sorry just realise the topic title is confusing .. it was supposed to say “need to use iframe but only in part of the popup” .. IE – I don;t want to create the whole popup as an ifrae.. so I am not sure if the paid version will do what I need or not.

    thx.

Viewing 4 replies - 1 through 4 (of 4 total)