Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)
  • Thread Starter sirilass

    (@sirilass)

    Just to clarify copying the woocommerce templates over & overwriting the outdated ones did not cause the internal server error 500, it fixed it (as well as a few other problems)

    What was causing the collection page to go out of whack was a huge amount of missing data from the theme’s style.css . Using firebug I copied the data out of the australian Style.CSS and reinstated it in the NZ one.

    I am unsure how this became corrupted but hey it’s fixed. Thank you

    Thread Starter sirilass

    (@sirilass)

    All Fixed, Somehow the stylesheet for the theme had become corrupt and was missing a lot of it’s data. (??)

    Anyway simply copied the data over from theme style.css from the australian site (as this website has been cloned) and it resolved the issue. Thank you

    Thread Starter sirilass

    (@sirilass)

    If it helps (or makes sense) I think i’ve narrowed down the problem to something in style.css by importing the Australian one as custom CSS in visual composer over from info gained off firebug. I’m trying to narrow it down now…

    Thread Starter sirilass

    (@sirilass)

    To fix this error

    First I disabled all active plugins to check there was not a plugin conflict

    Then

    For all the files found to be out of date under Woocommerce -> System Status I updated these in the theme’s Woocommerce directory from the updated WooCommerce directory. They no longer show as out of date & it has fixed a fair few problems including the Internal Server 500 error.

    However i’m more inclined to think that the WordPress update did this as I have backups & reverted to the original theme directory with not updated templates and the /collection page was still the same.

    Unless deactivating and reactivating all plugins or doing this has somehow removed sidebars from the shop page or made it full width and messed with the image sizes. I am regenerating all the thumbnails now…

    This is the style it should look like (Australian version of the site)
    http://tinyurl.com/j7ojm79

    Thread Starter sirilass

    (@sirilass)

    Hey Matthew, Sorry It’s all ready to go live we’re just waiting on communication from our hosting company regarding a Cpanel error that’s stopping us uploading it. Will be live very soon.

    Thread Starter sirilass

    (@sirilass)

    The site will be live shortly and I can link you to it 🙂

    Thread Starter sirilass

    (@sirilass)

    Hi Matthew Ruddy, First all of all, thanks for making this plugin, It’s great, easy to use and does exactly what I want 🙂

    Unfortunately I cannot link you to the site as it being built offline sorry. I can however post any code you require, the site is being built based on twentytwelve theme, in WordPress 3.5.1

    I am pretty new to wordpress, I’ve been doing some research about how to put a plugin in a div but can’t find a clear answer to that, If you could give me a clue how to do that, that would be great 🙂

    Thanks!

    Thread Starter sirilass

    (@sirilass)

    Thanks, I’ve reposted this in Easing Slider plugin support. Regards

    Thread Starter sirilass

    (@sirilass)

    All working now, Here is what I created to fix it in case anyone references this..

    .main-navigation .current-menu-item > a {
      background-image: url(http://localhost/bebawi/wp-content/themes/twentytwelve-child/images/menuselected.png);
      background-position: center;
      background-repeat: no-repeat;
      margin-top: 1px
    }
    
    li#menu-item-16 a { padding-left: 30px; padding-right: 30px; }
    li#menu-item-14 a { padding-left: 30px; padding-right: 30px; }
    li#menu-item-13 a { padding-left: 30px; padding-right: 30px; }
    li#menu-item-12 a { padding-left: 30px; padding-right: 30px; }
    li#menu-item-11 a { padding-left: 30px; padding-right: 30px; }
    li#menu-item-10 a { padding-left: 30px; padding-right: 30px; }

    Marked this as resolved 🙂

    Thread Starter sirilass

    (@sirilass)

    Yes, However, I have no choice but to host it locally at the moment sorry, I’m just hoping someone can understand what i’m trying to do, and recognize what i’m doing wrong with the code and maybe give me some suggestions for me to try and fix it..

    My question is pretty general…

    I have a menu bar, With a main background image and menu items.

    I’d like to create a background image for each Menu item currently selected oversize from the container of just the text i.e. If I specify background-size: ##px ##px, It limits to the text container.

    I want to do this independently of the text, I.e. Without moving the margins of other menu items etc..

    However I think i’ve found a workaround for this, I just have to Adjust the container size of each individual menu item using the CSS Classes and padding, And then re-adjust the positioning. Then re-apply the background and it fits and doesn’t change relative menu items.

    Thanks for replying anyway 🙂 I Appreciate it

    Thread Starter sirilass

    (@sirilass)

    I’ve just tried now.. I can recreate the site, The links however are pointed to the local directory,.. as well as the images etc, And so If I were to share it with you. I think it would appear broken…

    Here’s the link anyway;

    http://cssdesk.com/8b4Cs

    Thanks 🙂

    Thread Starter sirilass

    (@sirilass)

    It’s hosted locally on my computer, and not live… I can link any code from the site you require though.. if that helps. Thanks

    Thread Starter sirilass

    (@sirilass)

    Marked as resolved, Thanks

    Thread Starter sirilass

    (@sirilass)

    I did it! woohoo.

    At first I was able to move the whole menu to the right a bit, using the left CSS command under .main.nav li.

    Then I played around with the menu a bit, assigned each Item CSS Classes, and for some reason it turned my ‘page-items’ into ‘menu-items’

    So currently my HTML reads;

    <nav id="site-navigation" class="main-navigation" role="navigation">
    <h3 class="menu-toggle">Menu</h3>
    <a class="assistive-text" href="#content" title="Skip to content">Skip to content</a>
    <div class="menu-menu-container">
    <ul id="menu-menu" class="nav-menu">
    <li id="menu-item-16" class="HOME menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-16">
    <li id="menu-item-14" class="ABOUT menu-item menu-item-type-post_type menu-item-object-page menu-item-14">
    <li id="menu-item-13" class="RESEARCH menu-item menu-item-type-post_type menu-item-object-page menu-item-13">
    <li id="menu-item-12" class="COACHING menu-item menu-item-type-post_type menu-item-object-page menu-item-12">
    <li id="menu-item-11" class="RESOURCES menu-item menu-item-type-post_type menu-item-object-page menu-item-11">
    <li id="menu-item-10" class="CONTACTUS menu-item menu-item-type-post_type menu-item-object-page menu-item-10">

    And my CSS to modify the placings;

    @media screen and (min-width: 950px) {
    .main-navigation li.menu-item-16 {
       margin-left: 110px;
       }
    .main-navigation li.menu-item-14 {
       margin-left: 15px;
       }
    .main-navigation li.menu-item-13 {
       margin-left: 11px;
       }
    .main-navigation li.menu-item-12 {
       margin-left: 186px;
       }
    .main-navigation li.menu-item-11 {
       margin-left: 0px;
       }
    .main-navigation li.menu-item-10 {
       margin-left: 0px;
       }
    }

    All displaying perfectly now

    Thank you very much for your help 🙂

    Thread Starter sirilass

    (@sirilass)

    I’d just like to adjust the margin of the first ‘Home’ Menu item or alternatively shift the entire menu text along to the right a bit about 100px…

    I can’t seem to find a way to this without creating margins between each menu item… Still trying though. Sorry for double post.

Viewing 15 replies - 1 through 15 (of 19 total)