• Resolved srower

    (@srower)


    1. When I add to the page, it changes the body font size of the entire page, including the nav menu. If I disable bootstrap, my font size is back to normal, but I lose the columns and images instead stack vertically. How would I fix this?

    2. Is there a way to just have title and short description on the back? Deleting the default text just causes it to return and can’t seem to eliminate the URL function.

    3. What is image size or ratio to use? I am making perfect square images and keep trying different sizes but the plugin keeps cropping off the tops of heads.

    Thank you in advance for the assistance. Love the plugin!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @srower,

    Thanks for using and appreciating our plugin.

    1.) If you want to disable bootstrap then you have to customize columns according to your requirement.
    2.) Image size: For the image “object-fit: cover” css property is used that’s why image crops.
    If you want to make perfect square images and of different size then try another css “object-fit” property.
    3.)To hide the URL from back use this custom css.

    .flip_link {
        display: none!important;
    }

    Fee Free to contact us if you need any further assistance.

    Thanks

    Thread Starter srower

    (@srower)

    Thank you for the information. I had already figured out to use my own columns with a shortcode for each flip to resolve the issue but I appreciate the css direction. That did hide the URL and I was also able to hide the “extra text” by using the suggested css with .image-label. It seems the plugin defaults to including the words “Extra Text” even when I delete it from the Flipbox item – as soon as I hit Publish, the words Extra Text reappears in the field and shows on the flip. If possible, it would be great if that field wasn’t required.
    Thanks for a great plugin.

    Hi @srower,

    If you want to remove default words “Extra Text”. 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']:'';

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page font changes, and remove unneeded text’ is closed to new replies.