Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Search Results for 'child theme'

Home / Forums / Search / Search Results for 'child theme'

Viewing 20 results - 6,361 through 6,380 (of 6,404 total)
  • Author
    Search Results
  • #2375

    Hi Ben,
    I would like to set all custom css in the style.css of my child theme rather than using the custom css box in the wp-backend. But the theme writes the styles of the main settings directly into the header of each HTML file. Is there a way to switch that off? (I’m actually sure there is, but in which file does it happen?) You can just tell me where to look and I will be able to figure out the rest.
    Thanks!
    Best,
    Sven

    #2301

    Hi Ben,

    There’s no HTML in the title that I am aware of.

    I’ve tested a few more things. The text in the title changing after a ” in Chrome happens with my Virtue child theme and the Virtue Premium (1.8.3) theme but not with the original Virtue Free theme (1.5.4).

    I deleted and re-uploaded the Virtue Premium 1.8.3 files. This has fixed the text spacing issue with titles and price info clashing but not the ” issue. When I upgraded to 1.8.3 I think I just uploaded the files over the top of the previous install rather than deleting the whole directory first.

    Will keep testing to try and figure out what is going on in Chrome but glad the layout issue is now fixed.

    Thanks for your quick response and help

    Steve

    #2241

    Hi Ben,

    logged out… still description missing ,also in non-logged -in chrome

    The Virtue Toolkit is not needed in Premium? So can dectivate?

    Am using child theme to not later loose changes to ie. functions.php, languages etc

    Dan

    #2239

    Also is there any reason you are using child theme?

    #2201

    Hi,

    I have an issue where long product titles which span 2 or 3 lines or more are clashing with the price text below.

    This happens on the product page in desktop and mobile browsers as well as the catalogue page on mobile. I have added a min-height value to the .product-details which fixed the clash in desktop browsers on the catalogue pages. Removing that edit does not help with this issue.

    I’m using a child theme and have customised a few options but this issue still occurs if I drop back to the default Virtue Premium theme.

    Which file should I edit to try and get the spacing correct?

    I’ve also noticed in Chrome products with ” in the title render the text differently (lighter, serif font) after the quote mark unless the next character is a numeral. This doesn’t happen in Firefox. Do you know how to force Chrome to render all the text the same?

    Many thanks for your help

    Steve

    #2026

    Hi,
    I upgraded our theme from Virtue to Premuim with the Child theme. It looked so great – the only problem is a big one. After the upgrade, we launched the site, and now the payments are not working! I reverted back to the regular theme, and is working. However, I cannot use the Revolution slider, the Featured Products, and a few other options that are in the Premium version. I saw a thread about WooCommerce on WordPress.org – WooCommerce Checkout Not Working – and it’s the exact problem I’m having. I deactivated a few plugins, but the conflict stopped when I went back to the free version of Virtue. Is there a fix for this? I know there are tons of plugins and possible conflicts that you can’t possibly correct everyone, but shouldn’t it work with WooCommerce? Please tell me if there’s anything you can do to help or if I can modify something to make it work with Premium. Thanks in advance!

    #1964

    Wanted to let you know that I also just updated to 1.8.0 from 1.7.9. I’ve setup the child theme. Everything rolled over nicely.

    Thanks,

    Richard

    #1951

    Hey, I’m about to update the theme, with a better path and then I’ll write a little post about it.

    Originally 1.7.5 was supposed to run a script on activation that updated the theme options. It copied and imported the old theme options data into the new. But for whatever reason, child theme or whatever the script was only working for half the people. So I just made a new script that runs in your theme options panel. It spits out code that you can then use the import feature to get your old settings.

    Should be out in the matter of a couple hours,

    Ben

    #1883

    Thanks Ben!
    Deleting the front-page.php makes sense, I didn’t know there is a template fo the home page.
    Inspired by another post, I found a way to add the cropping on the front page by adding this to the child theme’s style.css:

    
    /*set max size for home portfolio items */
    .home-portfolio .portfolio_item a, .home-portfolio .portfolio_item .flexslider {
        max-width: 650px;
        max-height:300px;
        margin: 10px auto;
        overflow: hidden;
    
    }

    So you don’t need to hurry with the update.
    Sven

    #1783

    I’ve updated your child theme, let me know how it goes,

    Ben

    #1764

    I have tried to add support for Custom Header – I am using the Child theme and added the code to /lib/custom.php – but when I do that I just get a blank page, no site.

    Am I adding the code to the wrong file?

    Thanks

    In forum: Virtue Theme
    #1748

    oh and just a heads up version 1.7.6 has new icons, or really just an extra 150 icons. But the update changed the name of a few so you made need to updated the classes in your menu.

    You can see all the icons here: http://themes.kadencethemes.com/virtue-premium/icons/

    Ben

    In forum: Virtue Theme
    #1746

    Ok,
    You can download version 1.7.6 it has this fixed.

    Ben

    In forum: Virtue Theme
    #1744

    yea that is weird. I’m gonna run some test real quick and get it fixed then update. one sec.

    Ben

    In forum: Virtue Theme
    #1743

    Hi Ben,

    I’ve tried that just now but it’s still the same… and the custom CSS is making it [class*=’wp-image’] after saving. Can that be the issue?

    Thanks again…

    Breezy

    In forum: Virtue Theme
    #1742

    I see, so it’s funny but the ” are messing it up. Try this:

    [class*='wp-image'] {-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border:none;}

    Ben

    In forum: Virtue Theme
    #1741

    Hi Ben,

    Hide Image Border is set to OFF. Here’s the link: http://komikonbaguio.com/

    Thank you.

    Breezy

    In forum: Virtue Theme
    #1738

    is the border set to off? in the theme options? can you send a link.

    Ben

    In forum: Virtue Theme
    #1736

    Hi Ben,

    I’ve updated to the latest version of Virtue 1.7.5, but after the update the above custom CSS:
    [class*=”wp-image”] {-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border:none;}

    you gave didn’t work anymore… Can you please advice?

    Thank you.

    Breezy

    In forum: Virtue Theme

    In reply to: ICon on topbar

    #1602

    ok, any chance you are using a child theme? with a header.php file? Either way open up your header.php file and on line 31 make sure the i class is “icon-basket-2”

    Ben

Viewing 20 results - 6,361 through 6,380 (of 6,404 total)