• Resolved AzureDesigns

    (@azuredesigns)


    I have uploaded a test website which displays fine on my pc (Windows XP
    Firefox 20.0
    IE 8

    On my laptop it’s not displaying properly and it has the following programs:
    Windows 8
    Firefox 20
    IE 10

    On my husbands laptop it doesn’t display properly and he is using:
    Windows 7 Pro
    IE 9
    Firefox 8.0

    Can anyone assist – the site is https://www.umhlaliclub.co.za/test/umhlali-country-club

    Thanks
    lisa

Viewing 15 replies - 1 through 15 (of 16 total)
  • Thread Starter AzureDesigns

    (@azuredesigns)

    Thanks for your response, however I have made the changes to the child theme CSS but still it views incorrectly on different pc’s / laptops.

    Can anyone help???

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Have you checked the theme’s demo website? If the issue persists there, you need to contact the theme’s vendors.

    Thread Starter AzureDesigns

    (@azuredesigns)

    Hi Andrew, thanks for that. I checked the twenty eleven demo site and it works on all machines. They I decided to change my child theme back to the original twenty eleven theme and although it’s a bit muddled, it views on all machines.

    So it seems it’s with my child theme. But now I have no idea what because I’m not that experienced with CSS.

    Let me take a look and fiddle a bit and see if I come right.

    Thanks for pointing me in the right direction

    Thread Starter AzureDesigns

    (@azuredesigns)

    Okay, I have figured out that the content and footer on all machines is viewing correctly, however the header on both laptops isn’t viewing correctly.

    So I am guessing it’s my child theme css. This is what I have, can anyone assit?

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]

    /*
    Theme Name:     Twenty Eleven Child
    Theme URI:      https://www.umhlaliclub.co.za/test/umhlali-country-club
    Description:    Child theme for the Twenty Eleven theme
    Author:         Azure Designs
    Author URI:     https://www.umhlaliclub.co.za/test/umhlali-country-club
    Template:       twentyeleven
    Version:        0.1.0
    */
    @import url("../twentyeleven/style.css");
    /* =Reset default browser CSS. Based on work by Eric Meyer: https://meyerweb.com/eric/tools/css/reset/index.html
    -------------------------------------------------------------- */
    body, input, textarea {
    	color: #373737;
    	font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-weight: 300;
    	line-height: 1.5;
    }
    
    #branding hgroup {
    	margin-top: -175px;
        	border-top: 3px solid #EE6600;
    }
    
    /* One column */
    .one-column #page {
    	max-width: 900px;
    }
    
    #branding #s {
    	display:none;
    }
    
    #access {
        background: transparent;
        box-shadow: none;
        clear: both;
        display: block;
        float: right;
        margin-top: -259px;
        width: 88%;
    }
    
    #access ul {
    	font-size: 12px;
    	list-style: none;
    	margin: 0 0 0 -0.5em;
    	padding-left: 0;
    }
    #access li {
    	float: left;
    	position: relative;
    }
    #access a {
    	color: #327220;
    	display: block;
    	line-height: 8px;
    	padding: 7px;
    	text-decoration: none;
    }
    #access ul ul {
    	display: none;
    	float: left;
    	margin: 0;
    	position: absolute;
    	top: 22px;
    	left: 0;
    	width: 180px;
    	z-index: 99999;
    }
    #access ul ul ul {
    	left: 100%;
    	top: 20px;
    }
    #access ul ul a {
    	background: #E7ECD7;
    	border-bottom: 1px dotted #327220;
    	color: #327220;
    	font-size: 12px;
    	font-weight: normal;
    	height: auto;
    	line-height: 10px;
    	padding: 6px 6px;
    	width: 80px;
    }
    #access li:hover > a,
    #access ul ul :hover > a,
    #access a:focus {
    	background: #E7ECD7;
    }
    #access li:hover > a,
    #access a:focus {
    	background: #E7ECD7;
    	color: #327220;
    }
    #access ul li:hover > ul {
    	display: block;
    }
    #access .current-menu-item > a,
    #access .current-menu-ancestor > a,
    #access .current_page_item > a,
    #access .current_page_ancestor > a {
    	font-weight: bold;
    }
    
    #main {
    	clear: both;
    	padding: 0;
    }
    .singular .entry-title {
    	display:none;
    }
    .entry-content, .entry-summary {
        padding: 0.5em 0 0;
    }
    
    .one-column.singular .entry-meta .edit-link a {
        left: 0;
        position: absolute;
        top: 28px;
    }
    
    #site-generator a {
        color: white;
        font-weight: normal;
    	font-size: 10px;
    
    }
    #site-generator {
    	background: #327220;
    	border-top: 2px solid #F15A01;
    	color: White;
    	font-size: 10px;
    	padding: 1em 0.5em;
    	text-align: center;
    	width: 100%;
    }

    [Duplicate post deleted]

    Try commenting out portions of it to find which one(s) are a problem. I’d look at the negative margins and absolute positioning.

    Thread Starter AzureDesigns

    (@azuredesigns)

    Okay tried that and nothing worked, but I have just figured out it could be an issue with the media file. I checked one of the other pages on the two laptops and images aren’t showing up nor can I link to pdf files (I get the 404 not found – unable to connect to host).

    Very strange because it all works find on my machine in both Firefox and IE *

    I am so lost and I need to get this site live – HELP please

    I get a totally blank page on Chrome (Mac) so yes, you have some major issues going on.

    You could deactivate your plugins to see if that changes things.

    Thread Starter AzureDesigns

    (@azuredesigns)

    Thanks for persisting with me.

    Can you see anything if you scroll down?? Because I am viewing something different on every machine….

    Weird

    Thread Starter AzureDesigns

    (@azuredesigns)

    Okay all plugins are deactivated – no luck

    I don’t see any images on any browser, so you’re likely seeing a cached version…

    This does not look like a valid file path

    https://localhost/umhlali-country-club/wp-content/uploads/2013/04/ucc-image81.jpg

    Did you move this site?

    Thread Starter AzureDesigns

    (@azuredesigns)

    Yes, I originally designed on my pc, then uploaded it to the test folder. Do you know where I can change this link?

    PS – I click CTRL and F5 to refresh everytime – as I thought maybe I was viewing the cached version as well.

    You can use this plugin to change the URLs and links in your site –

    https://www.ads-software.com/extend/plugins/velvet-blues-update-urls/

    But do be sure to make a backup or your DB and site first.

    Thread Starter AzureDesigns

    (@azuredesigns)

    Hi

    Can you see it now? I think it has come right.

    I used the plugin to change links, but then I also had to upload images from my pc again and delete the images that were already loaded. Which I think means that I made some error when moving the site.

    Please let me know if you can see the site and then hopefully I can mark this off as resolved.

    Thanks for all your help, I really appreciate ALL the help and assistance you have offered.

    Regards
    Lisa

    BINGO :)! Looks great too!

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Site not displaying on various pc's/laptops but displaying on others’ is closed to new replies.