Rob

Forum Replies Created

Viewing 25 posts - 1 through 25 (of 44 total)
URL to the page in question:
  • Author
    Posts
  • in reply to: Sidebar and Menu on the Right #16029
    Rob
    Participant

    Hey Bill . . . I do understand about the @media only bits however I can’t find the code to stop the widgets and menu from covering the content when minimized like it does already on the left. I changed over to right

    #content {
    position: absolute;
    width: 620px;
    margin-right: 0px;
    padding: 0px 30px 30px;
    float: right;
    background-color: rgba(0, 0, 0, 0.84);
    }
    #sidebar {
    float: right;
    position: relative;
    width: 200px;
    }

    Is it in the php files? I am still learning. I know just enough to get in trouble. I love your themes because they are so basic and easily customizable.

    in reply to: Internet Explorer 8 #14237
    Rob
    Participant

    Thanks a bunch!

    in reply to: Change "Staff" name? #14125
    Rob
    Participant

    Got it and was able to change permalinks . . . thanks again and great feature to add. Appreciate it

    in reply to: Change "Staff" name? #14123
    Rob
    Participant

    can’t expand zip file 🙁

    in reply to: Change "Staff" name? #14122
    Rob
    Participant

    Thanks!

    in reply to: Change "Staff" name? #14120
    Rob
    Participant

    I followed the download link and just get version 2.0.4 . . . is there a different link to get the updated version?

    in reply to: Change "Staff" name? #14116
    Rob
    Participant

    Is there a particular file or group of files I can just overwrite instead of entire theme . . . I made changes to some files like header.php etc.

    in reply to: Change "Staff" name? #14110
    Rob
    Participant

    Yikes . . . I don’t see that option. Can only disable section . . .

    in reply to: mobile staff descriptions #14109
    Rob
    Participant

    Thank you! Works great . . . thanks again for such a great theme!

    in reply to: Changing height of submenu items #14045
    Rob
    Participant

    Thanks Bill . . . that worked great. One byproduct is the sub menu lingers after the selection is made. Any ideas?

    in reply to: Sidebar/Content Dimensions #12287
    Rob
    Participant

    Thank you

    in reply to: Sidebar/Content Dimensions #12285
    Rob
    Participant

    No . . . I mean in some browsers like Google Chrome you get a big mess saying

    This XML file does not appear to have any style information associated with it. The document tree is shown below. etc . . .

    My customer thinks it’s my shortcoming. I told him it was a browser thing. Do you know of a fix?

    in reply to: Sidebar/Content Dimensions #12282
    Rob
    Participant

    btw . . . have you had an issue with rss feed having issues not showing up in some browsers?

    in reply to: Sidebar/Content Dimensions #12281
    Rob
    Participant

    Bill !!! That rocks! Thanks sooo much. Man . . . I have learned so much with tweaking your theme. Thanks again

    in reply to: Sidebar/Content Dimensions #12279
    Rob
    Participant

    Thanks Bill! . . . I guess what I need is when viewed on smaller screens or tablet and it’s tucked underneath the content, how can I have the sidebar go to 100% of the screen to match the content box.

    in reply to: Jigoshop Product page messing up Menu #11960
    Rob
    Participant

    I updated to the new jigoshop . . . that is when the problem began and I tried to load an earlier version . . . still no luck. Searching . . .

    in reply to: Internet Explorer's css handling #11503
    Rob
    Participant

    I know I’m a pain in the neck . . . this is what I have and there are 2 drop downs the first is getting the black background but the second sub is transparent.

    /* Internet Explorer Styles */

    .ie7 .staff-list article,
    .ie8 .staff-list article,
    .ie7 aside.sidebar .widget,
    .ie8 aside.sidebar .widget,
    .ie7 .page-content,
    .ie8 .page-content{
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF); zoom: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
    }

    .ie7 header,
    .ie8 header,
    .ie7 aside.sidebar nav a,
    .ie8 aside.sidebar nav a,
    .ie7 aside.sidebar nav a:visited,
    .ie8 aside.sidebar nav a:visited,
    .ie7 aside.sidebar nav li li a,
    .ie8 aside.sidebar nav li li a,
    .ie7 aside.sidebar nav li li a:visited,
    .ie8 aside.sidebar nav li li a:visited,
    .ie7 .current-menu-parent ul.sub-menu li a,
    ie8 .current-menu-parent ul.sub-menu li a {
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000); zoom: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
    }

    .ie7 aside.sidebar nav .current-menu-item a,
    .ie8 aside.sidebar nav .current-menu-item a,
    .ie7 aside.sidebar nav a:hover,
    .ie8 aside.sidebar nav a:hover,
    .ie7 .current-menu-parent ul.sub-menu li a:hover,
    .ie8 .current-menu-parent ul.sub-menu li a:hover {
    background-color: #ffcb00;
    filter: none;
    -ms-filter: none;
    }

    .ie7 p.header-links,
    .ie8 p.header-links {
    height: 30px;
    width: 600px;
    }

    in reply to: Internet Explorer's css handling #11497
    Rob
    Participant

    Awesome Bill . . .that was really easy once you pointed that out. Haven’t gotten on the corners but figured out the color/opacity thing. Thanks!

    What is the element for the sub menu background . . . it’s transparent in IE.

    in reply to: Internet Explorer's css handling #11491
    Rob
    Participant

    I’ll try that . . . what about corner radius

    in reply to: Fixed notification bar? #11484
    Rob
    Participant

    I just realized that I am not using the logo feature . . . I have an image map in the header so I just added a p and a br above my image code and it worked.

    in reply to: Fixed notification bar? #11452
    Rob
    Participant

    You rock . . . I removed all code after scanning and not finding the error. Put only the fixed header bit and it worked great. I think what’s throwing me off is the “@media only screen” code can’t remember how that is in there. I now need to move the logo space down. Stay safe down there!

    in reply to: Fixed notification bar? #11453
    Rob
    Participant

    You rock . . . I removed all code after scanning and not finding the error. Put only the fixed header bit and it worked great. I think what’s throwing me off is the “@media only screen” code can’t remember how that is in there. I now need to move the logo space down. Stay safe down there!

    in reply to: Fixed notification bar? #11450
    Rob
    Participant

    seadog.tagworkshop.com

    in reply to: Fixed notification bar? #11448
    Rob
    Participant

    Nope. . . unless I’m doing something wrong. 🙁

    in reply to: Font color of newsletter bar text #11385
    Rob
    Participant

    Thanks for all the help

Viewing 25 posts - 1 through 25 (of 44 total)