jgoldberg2013
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Why won't my image float right.sorry guys- thought I gave you all I could by gong the extra mile and providing links to CSSdesk.
Dont’orry – I’ll figure it out. Thanks anyway.
Still no explanation as to why # blank fixed the float right issue!!!Forum: Themes and Templates
In reply to: Why won't my image float right.This is with the blank
#
added to the top.[Please take care when posting links.]
Forum: Themes and Templates
In reply to: Why won't my image float right.ESMI – I am on a localhost as shown in the code givn in the start fo the post so live feed is not possible. That is why I did it for you in CSSdesk so you can see what was going on.
As far as the 40% – that is not the issue, as stated in the post previous – if I add#
to the very top then the image floats right.
Any reason why?Forum: Themes and Templates
In reply to: Why won't my image float right.That is the strangest thing.
If I add in CSSdesk at the very top#
then the image floats right.
Any reason for that???Forum: Themes and Templates
In reply to: Why won't my image float right.Thanks all but checking in firebug is the first thing I do.
and I could not see any conflict there.
Placing html image above text – tried that as well but no good either.
Andrew – that was a typo -sorry, is correct on my style sheet.
Link to CSSdesk so you can all see what is going on.
https://www.cssdesk.com/hCn9Bhope this helps.
Thought this would be an easy thing do – probably something so simple.Forum: Themes and Templates
In reply to: back image into html body classstarted fresh with a new page and yes your suggstion did work.
Thank you. Have no idea what went wrong.Forum: Themes and Templates
In reply to: back image into html body classI have tried that one – does not work.
PS – https://cyberchimps.com/forum-topic gives this answer when asking about coding…
Bryan Hadaway
Keymaster
CSS assistance is reserved for the pro forum.
Its a new thing as last week they were very good at assisting us newbies….
———————————————————–
Issue is I just cant tag the wrapper which has the padding I need to remove.
Here is a clean page with same template for you to see.<body class="page page-id-204 page-template page-template-full-width-page-php logged-in admin-bar no-customize-support custom-background"> <div id="container" class="hfeed"> <div id="header"> ....... </div><!-- end of #header --> <div id="wrapper" class="clearfix"> <div id="content-full" class="grid col-940"> div id="post-204" class="post-204 page type-page status-publish hentry"> <h1 class="entry-title post-title">test</h1> <div class="post-entry"> </div><!-- end of .post-entry --> <div class="post-edit"><a class="post-edit-link" href="https://localhost/coinlogistics/wp-admin/post.php?post=204&action=edit" title="Edit Page">Edit</a></div> </div><!-- end of #post-204 --> </div><!-- end of #content-full --> </div><!-- end of #wrapper --> </div><!-- end of #container --> <div id="footer" class="clearfix">
Forum: Themes and Templates
In reply to: back image into html body classI absolutely agree.
ignore the absolute positioning and !important stuff.
the problem is that the #wrapper has the padding around it.
I need to remove it from this one page. Page-id-84.
Problem I am having is trying to find a tag I can use so ot only effects this one page. The onlt thing I can find is thebody class=""
to identify the wrapper for this page.
I have tried to clear it with `body #wrapper .post-84 {
padding: 0;
border: 0;
width: 100%;
background: #fff;
background: url(https://localhost/coinlogistics/wp-content/uploads/2013/05/background.jpg) no-repeat;
position: top; right;
height: 653px;
}`
but that did not work. Please help.Forum: Themes and Templates
In reply to: back image into html body classhttps://imgh.us/BODY_IMAGE_iisue.jpg
sorry – link did not show in preveious postForum: Fixing WordPress
In reply to: insert background image on pageOk – I have figured how toget the full image to show but now it is not inline with th wrapper – center center. See attached image.
https://imgh.us/un-aligned_image.jpg
as you can see the circle design is over to the left of wrapper.Forum: Fixing WordPress
In reply to: insert background image on pageno the site is on a localhost.
I did do the what you suggested but the image arrives half in the top left corner of screen and not even in the main wrapper.
I figured this much out…#wrapper .post-204 { background: url(https://localhost/coinlogistics/wp-content/uploads/2013/05/background.jpg); no repeat center center; background-repeat: no-repeat;}
do I still have to specify the size if I want to use
background-size: cover;
to ensure it is responsive.Forum: Themes and Templates
In reply to: partial transparency not showingOK – so I am now thinking of a work around by using z0index to layer over the header image with the cutout and animay=ted gif.
How would I use two images within the same div but also using the same tag like
#logo {...
I have inserted into<div id="gif"></div>
into the header.php already.
it is the tag to logo thatI am haveing trouble with now.
Any thoughts?Forum: Themes and Templates
In reply to: partial transparency not showingdo you know of a way of styling that grey option out in the child style sheet?
Forum: Themes and Templates
In reply to: partial transparency not showingHi Andrew – thanks for the prompt reply.
could it be that the image is being loaded into a defaulr header div.
from header.php file. Like this.<div id="logo"> <a href="<?php echo home_url('/'); ?>"><img src="<?php header_image(); ?>" width="<?php if(function_exists('get_custom_header')) { echo get_custom_header() -> width;} else { echo HEADER_IMAGE_WIDTH;} ?>" height="<?php if(function_exists('get_custom_header')) { echo get_custom_header() -> height;} else { echo HEADER_IMAGE_HEIGHT;} ?>" alt="<?php bloginfo('name'); ?>" /></a> </div><!-- end of #logo -->
Forum: Themes and Templates
In reply to: [Responsive] z-index images in div #logoOK – thanks anyway esmi – have great eveing further.