Forum Replies Created

Viewing 15 replies - 1 through 15 (of 37 total)
  • Thread Starter theemonkey

    (@theemonkey)

    I’m on free hosting 😀 So I can’t change the php.ini like in his post. I’ve seen it.

    http://wordpress.org/support/topic/css-stylesheet-admincss-not-working-in-firefox-weird-output?replies=30

    I tried this. And it should help. define(‘SCRIPT_DEBUG’, true); In the wp-config.php

    It does. I can then see the CSS working and all but for about 5 seconds before the page refreshes and I’m left with a white screen and no more refreshes.

    Thread Starter theemonkey

    (@theemonkey)

    Yeah it’s the same. Still not working. I need help!!!

    Thread Starter theemonkey

    (@theemonkey)

    I’ll do it again just now. Can’t hurt 😀

    Thread Starter theemonkey

    (@theemonkey)

    I’ve already tried this to no avail 🙁

    Forum: Plugins
    In reply to: Need Urgent help!!!
    Thread Starter theemonkey

    (@theemonkey)

    Yeah sorry about not using the right code. It was just off my mind, I know you know what I’m talking but I doubt others will. Sorry bout that. But yeah it’s alright. It’s not a “Deadly” glitch or fatal. I’ll live and so will the customers.

    so will the customers.

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    Bad look on design, I know. But it’s no biggy, to me anyways:D

    Forum: Plugins
    In reply to: Need Urgent help!!!
    Thread Starter theemonkey

    (@theemonkey)

    Okay nvm that’s wrong again. But I just know that when you use show it makes pages.

    BTW theres a little glitch. Currently I am using [list_cat records=”1000″ class =”eshoppanels”] I have 11 products in one page. The 11 products show up fine http://handmadebyerika.com/test-page-shop/anyoccasioncards/ but at the top it says Displaying 1–10 of 10 . Shouldn’t it be Displaying 1–11 of 10?

    It’s probably because I’m not using show. If I was I’m sure it would get updated and not just be stuck on 1-10.

    Wow that’s awesome. I’m going to use the eShop.css in my theme as well.

    Great plugin Pedley.:D

    Forum: Plugins
    In reply to: Need Urgent help!!!
    Thread Starter theemonkey

    (@theemonkey)

    No, I forgot to mention all I wanted to do was show the products on the same page. If you want to have pages then you would do something like show="2" and thenrecords = "6"

    So in my case I was happy 😀 with the products in the same page. I won’t have more then 20 a page so it won’t look bad. When I do which I doubt will happen I will come back and make pages.

    Thanks a billion dude. I owe it to you that I found your article and learned how to do panels, and then panels and excerpts.

    P.S. The company who made my theme is called Billion. Haha. Thanks a billion.

    I’m sorry I meant I could not find where to put the CSS code in my style.css. Sorry for being so stupid but I was trying to add a rule for the entire (li) class. Because in Firebug it didn’t show up as

    ul.eshoppanels li

    it showed up as

    #content .eshop <strong>li</strong>, #content ul.eshopfeatured <strong>li</strong>, #content ul.eshopfeatured li, #content ul.eshopsubpages <strong>li</strong>, ul.eshopcats li, #content ul.eshoprandomlist li, #content ul.eshopshowproduct li, #content ul.eshoppanels li, #content fieldset.eshoppayvia li, #content .pagfoot ul li, #content ul.continue-proceed li {

    So with my limited knowledge I just figured li (class)is what I should to change.

    Anyways I just looked back at your code and saw the ul.eshoppanels li { and just made that rule instead in my theme. It works great.

    Here’s what I got. http://handmadebyerika.com/test-page-shop/anyoccasioncards/

    Wow…. I just realized the class I needed was in firebug after all.

    #content .eshop li, #content ul.eshopfeatured li, #content ul.eshopfeatured li, #content ul.eshopsubpages li, ul.eshopcats li, #content ul.eshoprandomlist li, #content ul.eshopshowproduct li, #contentul.eshoppanels li, #content fieldset.eshoppayvia li, #content .pagfoot ul li, #content ul.continue-proceed li {

    I tried a quick search for “li class” in my theme. None there. Should I just make one?

    I’m having some trouble finding where to put it…

    Good good. Well the CSS will work there alright. The reason I wouldn’t advise putting it in eShop.css is that when you update eShop plugin next you will most likely overwrite the changes you’ve made.
    I would put it in your theme’s css file: /wp-content/themes/[YOUR_THEME]/style.css
    You won’t lose your changes when you put them there. However, If you change your theme down the line you will need to re-add those CSS styles to the new theme’s stylesheet.
    ~mccrodp

    Yeah I tried and it wouldn’t work anywhere. Seems like it inherits alot and builds on with other files(Online). The Firebug CSS file is nothing like the local file.

    I’ll try putting in the theme CSS and see how it goes. Thanks.

    Awesome. Worked for me. Now I make the changes in eShop.css correct?

    Hello, yes no problem, I’ll try and point you in the right direction.
    Firstly if you are not already, ensure you are using the firebug browser plugin or similar, so that you can “Inspect” the CSS of your Products page. Also insure you have the class present in the shortcode as elfin described: [eshop_list_subpages class=”eshoppanels”]
    You should then see the product list with similar markup to the following:
    <ul class=”eshop eshoppanels”>
    <li class=”eshop-product-86″><li class=”eshop-product-87″>….
    All you should need to do then is force the width of the outer container of the products to be narrow enough. The width you chose will determine how many products will fit on each row inside your ul.eshoppanels container.
    For example I set the below CSS on a twentyten child theme using a one column template, this gave me 3 products per row as required

    ul.eshoppanels li {
    width:15em;
    }

    Hope that helps, good luck.
    ~mccrodp

    Yes of course, I have firebug. I can not imagine how I lived without out it before. Firebug is just amazing. And I was using it when trying to inspect my CSS and play around with it but I didn’t have the class. Thanks for the help. It’s very helpful to have panels and excerpts. -Thanks again. And other then that others will see the solutions as well. I hate to come to forums and find out someone’s like “Oh thanks I figured it out.” and not post it.

    -Off trying to edit my CSS

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