Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter lasca

    (@lasca)

    Thx ! worked like a charm!

    Thread Starter lasca

    (@lasca)

    I have figured it out! It i9s because I amlogged in as admin that it does not show up ans it is hidden for registered users!

    Thread Starter lasca

    (@lasca)

    Ok thx wil do!

    Thread Starter lasca

    (@lasca)

    OK thx that did work. thx.

    So i am not crazy to want to use the selectors I was using at the start.
    Now just to learn why the media queries was mucking everything up for me. But that is for another session on lynda.com………..

    Thx for you help.

    Thread Starter lasca

    (@lasca)

    OK on very small screen it works correctly. On slightly bigger screen it does not. Now I am even more confused.

    On full sized browser it does not work on larger size it does not.

    Thread Starter lasca

    (@lasca)

    I am using Child theme, I was just looking at the structures int he parent theme to make sure I keep inline with their styles.

    I have just done it under the all the media size screens and it is not working.

    The first indication that is it not working there should be a 100 px space between the breadcrumbs and the image.

    @media screen and (max-width: 980px) {
    /* =Domain registration page
    -------------------------------------------------------------- */
    body {}
    	#dmdataholder{
    	position: relative;
    	width: 800px;
    	margin-top: 100px;
    }
    
    #dmimg{
    	position: relative;
    	float: left;
    	width: 200px;
    }
    #dmdata{
    	position: relative;
    	float: left; 
    
    }
    }
    /* =Shortcut bars on services pages
    -------------------------------------------------------------- */
    
    @media screen and (max-width: 960px) {
    #dmdataholder{
    	position: relative;
    	width: 800px;
    	margin-top: 100px;
    }
    
    #dmimg{
    	position: relative;
    	float: left;
    	width: 200px;
    }
    #dmdata{
    	position: relative;
    	float: left; 
    
    }
    
    }
    @media screen and (max-width: 480px) {
    #dmdataholder{
    	position: relative;
    	width: 800px;
    	margin-top: 100px;
    }
    
    #dmimg{
    	position: relative;
    	float: left;
    	width: 200px;
    }
    #dmdata{
    	position: relative;
    	float: left; 
    
    }
    
    }
    @media screen and (max-width: 320px) {
    #dmdataholder{
    	position: relative;
    	width: 800px;
    	margin-top: 100px;
    }
    
    #dmimg{
    	position: relative;
    	float: left;
    	width: 200px;
    }
    #dmdata{
    	position: relative;
    	float: left; 
    
    }
    
    }
    @media screen and (max-width: 240px) {
    #dmdataholder{
    	position: relative;
    	width: 800px;
    	margin-top: 100px;
    }
    
    #dmimg{
    	position: relative;
    	float: left;
    	width: 200px;
    }
    #dmdata{
    	position: relative;
    	float: left; 
    
    }
    
    }

    The text should be next to the image on the right side not underneath.

    Thread Starter lasca

    (@lasca)

    This is the specific theme that i am using media construct: taken from the parent style.css file

    @media screen and (max-width: 980px) {
    /* =Domain registration page
    -------------------------------------------------------------- */
    body {}
    #dmdataholder{
    	position: relative;
    	width: 800px;
    	margin-top: 100px;
    }
    
    #dmimg{
    	position: relative;
    	float: left;
    	width: 200px;
    }
    #dmdata{
    	position: relative;
    	float: left;
    }
    /* =Shortcut bars on services pages
    -------------------------------------------------------------- */
    #shortcutbarimg,
    #shortcutbardes{
    	clear: left;
    	position: realtive;
    	width: 960px;
    	margin-top: 150px;">
    
    }
    
    #scbimg1,
    #scbimg2,
    #scbimg3,
    #scbimg4,
    #scbimg5,
    #scbimg6,
    #scbdec1,
    #scbdec2,
    #scbdec3,
    #scbdec4,
    #scbdec5,
    #scbdec6{
    	position: relative;
    	float: left;
    	width: 150px;
    	text-align: center;
    }
    }
    
    @media screen and (max-width: 650px) {
    
    }
    @media screen and (max-width: 480px) {
    
    }
    @media screen and (max-width: 320px) {
    
    }
    @media screen and (max-width: 240px) {
    
    }

    I was taking that as it start with the biggest i will start with the bigegst screen formatting and the adjust it as the screen gets smaller.

    I was just formatting with in their structure.

    Thread Starter lasca

    (@lasca)

    O meant to say style.css

    Thread Starter lasca

    (@lasca)

    I am adding that to my scc style sheet under the
    @media screen and (max-width: 980px) {
    entry.

    Thread Starter lasca

    (@lasca)

    HI Andrew,

    Thx for your reply. i have been been using Firebug fir that purpose and have not been able to solve my problem.

    On grounds of you screen shot I have changed my scc and I am still no further.

    #dmdataholder{
    	position: relative;
    	width: 800px;
    	margin-top: 100px;
    }
    
    #dmimg{
    	position: relative;
    	float: left;
    	width: 200px;
    }
    #dmdata{
    	position: relative;
    	float: left;
    }

    I have tried to use the .post-entry, and the content-full selectors in conjunction with the above id’s and is still not getting the formatting required.

    Thread Starter lasca

    (@lasca)

    update, deleted the blog page an recreated it. Showed the comments field, then I linked my comments on settings reading and comments was missing, broke that link and comments was visible again.

    Hope this helps a bit

    Thread Starter lasca

    (@lasca)

    Hi Alchemyth,

    This was viewed in IE 9. Is this a problem for IE 9 also? I thought IE 10 was still only in beta?

    Thread Starter lasca

    (@lasca)

    Alchemyth your a star!

    Back to training for me!

    Thread Starter lasca

    (@lasca)

    Thx Paul,

    Wasn’t aware that it related to Jetpack. Thx for you help. I did get a temp solution from your link.

    Atleast It can be read!

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