• Resolved jilltansw

    (@jilltansw)


    Hi,

    I would like these two fields to not display anything, but even when it’s empty, it will always revert to showing “extra text” and “read more” for the two fields respectively.

    Is there anyway to resolve this?

    Much Appreciated,
    Jill

Viewing 1 replies (of 1 total)
  • Hi @jilltansw,

    Thanks for using our plugin.

    If you would like these two fields to not display anything,
    Please replace these line number code with these new one in file “flipboxes.php”.

    Line no. 439:
    //'default' =>'Extra Text',

    Line no. 555:
    $flipbox_label =isset($entry['flipbox_label'])?$entry['flipbox_label']:'';

    Line no. 476:
    // 'default'=>'Read More',

    Line no. 556:
    $read_more_link = isset($entry['read_more_link'])?$entry['read_more_link']:'';

    Feel free to contact us if you need any further assistance.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Issues with “Extra Text” and “URL Text” fields’ is closed to new replies.