Featured Icon Blocks Display Bug

  • Author
    Posts
  • #50346

    All of a sudden my featured icon blocks don’t display correctly. The third icon & excerpt is now displaying under the second one, and if I try to add a fourth, it goes under the 2nd and the 3rd one. I don’t recall doing anything that could have provoked such a bug..

    Website: www.cicerone.firmecreative.com

    #50432
    Zed
    Cryout Creations mastermind

    Your “Groupes scolaires” source page has broken markup which makes the third block part of it (affecting the layout).
    I see you’re using a panels plugin – double-check that all its shortcodes/tags are opened and closed properly in that page.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #51166

    It seems to be caused by the <!–more–> tag although I don’t know why. Is there another way to customize the excerpt?

    #51229
    Zed
    Cryout Creations mastermind

    Use the manual excerpt field for posts and you can install a plugin to turn on manual excerpts for pages as well.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #51577

    (Noob alert)
    Sorry to ask for help again on this subject, but the icon blocks now display all 3 in one column instead of 3 columns in 1 row. Seems similar to my first issue yet the problem’s source is definitely not the same. Help?

    Website: cicerone.firmecreative.com

    #51653

    I went and changed the .lp-block to float: left and it seems to be working now

    #51892
    Zed
    Cryout Creations mastermind

    Your copy of Septera appears to have modified styling in its main styling file:

    .lp-block {
    	position: relative;
    	display: block;
    	float: middle;    <--
    	overflow: hidden;
    	background: transparent;
    	margin-right: 4%;
    }

    However there’s no middle/center float value in CSS.

    I recommend keeping the theme files unmodified and performing all customizations through the child theme.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Featured Icon Blocks Display Bug’ is closed to new replies.