Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • in reply to: Swift Page Builder Not Loading Page Content #303095
    cehdcomm
    Member
    Post count: 5

    thank you!

    in reply to: Swift Page Builder Not Loading Page Content #303084
    cehdcomm
    Member
    Post count: 5

    All plugins have been disabled except for Swift Framework. Still not working.

    in reply to: Search results page #302278
    cehdcomm
    Member
    Post count: 5

    I am currently running the 1.3.14 theme, and shortcodes are also showing up in my search results. Also, how can I remove the large placeholders in the search page? I’d like my search results to just show text and no codes. Ideally, I’d like my search results to just show page titles with no excerpts.

    example: http://cerd.tamu.edu/?s=research

    in reply to: Logo Squished on iPhone #230776
    cehdcomm
    Member
    Post count: 5

    I was able to fix it by adding the following:

    @media only screen and (max-width: 479px) {
            // fix logo warping on iphone
    	#logo img, #logo img.retina {
    		max-width: 200px;
    		height: auto !important;
    		min-height: inherit !important;  // <---this was the issue.  by default it is min-height:none!important;
    	}
            // remove excess space in header when logo is smaller
    	.header-container > .row, .header-5 header .container > .row, .header-6 header > .container > .row {
        		height: auto !important;
    	}
    }
Viewing 4 posts - 1 through 4 (of 4 total)