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 - 5,781 through 5,800 (of 6,404 total)
  • Author
    Search Results
  • #25683

    I would use a child theme and change the code to move the mobile menu but with your css hack you need to at least add position: absolute; to the code above. which can fix your page title but that still means you have no menu for tablets.

    I would use a media query on that css your adding.

    Ben

    #25639

    Ben,

    Is there a way to do a child them with the sidebar page template so I can have a sidebar before the page content and the normal sidebar after the page content?

    For example I am currently using the subtitle box to for some content on my page, but it does not have the wsywig editor so I want to use a sidebar with the visual editor widget. But I am using the sidebar position for another item.

    Thanks

    Jeremy

    In forum: Virtue Theme

    In reply to: Contact Form

    #25628

    You have this css in your child theme:

    #form {
    width: 400px;
    float: right;
    height: 200px;
    padding-right: 0;
    margin-right: 150px;
    margin-bottom: 40px;
    margin-top: 20px;
    }

    and it’s forcing the contact form to overflow the page. You doing that on purpose?

    Ben

    In forum: Virtue Theme
    #25556

    Aha, that was the missing piece to the puzzle as after adding an @font-face to the child theme’s CSS, GTmetrix was still showing the call to Google.

    #25500

    With the virtue theme it defaults below the logo.

    You can choose the basic header style. (only gives you primary menu options) and that will place the mobile nav beside the logo like here:
    http://themes.kadencethemes.com/virtue-premium-4/

    Or if you tell me what header style your using I might be able to work out a way to make the menu beside your logo on it. Else moving it completely above the logo would require a child theme and you would need to edit the templates/header.php file.

    Ben

    #25495

    Hey,
    Theme options are not part of the theme files, they are saved in the site database so when you update they will be there.

    If you intend on changing theme template files (adjusting code) that would be the reason for a child theme.

    You can download a child theme here: https://www.kadencewp.com/wp-content/uploads/2014/02/virtue_premium_child.zip

    Ben

    In forum: Virtue Theme
    #25485

    It’s an interesting thought I’ve been considering a way to have a font uploader in the theme. I’ll be looking into it.

    If you wanted to you could use a child theme call the font in the css and add this function to turn the call off for the google font:

    function kt_googlefont_dequeue_script() {
       wp_dequeue_script( 'redux-google-fonts' );
    }
    add_action( 'wp_print_scripts', 'kt_googlefont_dequeue_script', 100 );

    Ben

    #25468

    and another question:

    where (which file in the child theme?) I’d better to change my style customizations in order to have them transferred all along the theme updates.

    thank you!

    #25467

    Hi,

    how could I download and install the child theme for the virtue premium theme?
    I checked the tutorials but didn’t manage to find the answer.

    Thanks!

    #25099

    Thank you Ben!

    1. fixed it, the shipping calculator moved perfectly. is there any way to have it be open by default?

    2. I added a multiple page check out plugin, any way to confirm that it doesn’t interfere with the theme or cause issues? I am fairly happy with it

    3. yes I would like to add the logo to the top bar in the center. I also have another logo that is more ‘wide landscape that I could easily fit there. can you tell me what code to use to push it higher and I can play with it?

    4. can I still create a child theme without losing anything in the process?

    5. So I was attempting to make the footer take less space so I added this code, I would like it even smaller is that possible?

    .footer-widget .widget, .footer-widget {
    margin-top:0;
    }
    #containerfooter {
    padding-top: 0;
    }
    .footercredits {
    padding-top: 0;
    padding-bottom: 0;
    }

    6. Any way to integrate the check out with paypal button in the side bar cart better? It looks awkward right now, I would like it to span across under the view cart and check out.

    7. Any easy way to add another side bar on the left on the home page? or move the existing one?

    Thank you again for your support, I have been more happy with your theme in the past 48 hours of owning it than I was with any other eCommerce theme.

    #25080

    Hey Paul,
    There isn’t an easy way to do this but I might be able to help you. Can’t believe a real developer would hack at a theme and not make a child theme but there are bad developers out there.

    There are two themes, virtue_premium and virtue. You have 2.3.1 of virtue but not the latest of virtue premium. In fact your version is around a year old.

    Send me as much as you know about the changes and then send me a link and login to your site, I’ll see what I can do for.

    If you don’t have a copy I’ll make one so we can always go back.

    Ben

    #25077

    Hey,
    1. You can add this css in your custom css box:

    .cart-collaterals .shipping_calculator {
    clear: none;
    float: left;
    }

    2. This would likely take some functions to change how woocommerce organizes the checkout page. Where are you wanting the coupon input?

    3. so you want the logo in the blue topbar? If you want a blue background would be easier to make your header background blue along with the topbar then add some css to push the logo a little higher.

    4. You would have to download the file from the my-account page here. Then change the folder name and upload to have two versions at the same time.

    I don’t recommend going that route. If you update your theme options all transfer so css in the advanced settings will be there with the next version.

    As for adding functions I would strongly recommend you add a child theme and place your functions in that.

    Ben

    #25066

    Hi Ben,

    Here’s a good one for you from a guy who is stuck between developers (me):

    My checkout is down at the busiest time of year and I think this is because I updated WooCOmmerce but not Virtue Premium and now I get the message telling me that my “theme has bundled outdated copies of WooCommerce template files”. (Full copy of the error message copied to the end of this email) You can see form the Templates info that there are lots of parts of the Virtue 1.4 that are out of date for teh current version of Woo Commerce.

    It seems that I need to update to the latest version of Virtue Premium, but I think I would lose a lot of the numerous customisations which cost me money for developers (which I have now fired) to do.

    Here are my questions I’m hoping you can help me out with:

    It seems my developer didn’t make the changes with a child’s theme. Is there anyway of updating without losing all the customisations? Perhaps by retroactively setting up a child’s theme or exporting the current mods before updating and then importing the mods again?

    If I make the update using the export options method as listed on this support page, which of the following mods would be kept?

    – Significant mods to the CSS for a very different page master
    – Extra fields added to the portfolio post page backend.
    – A magnifying function for the product photos.

    Thanks for your help!

    Paul

    Extra info:

    Error message:

    Your theme has bundled outdated copies of WooCommerce template files – if you encounter functionality issues on the frontend this could be the reason. Ensure you update or remove them (in general we recommend only bundling the template files you actually need to customize). See the system report for full details.

    System status:

    Home URL:
    Site URL:
    WC Version: 2.2.8
    WC Database Version: 2.2.8
    WP Version: 4.0.1
    WP Multisite Enabled: No
    Web Server Info: Apache
    PHP Version: 5.4.28
    MySQL Version: 5.5.40
    WP Active Plugins: 26
    WP Memory Limit: 40 MB – We recommend setting memory to at least 64MB. See: Increasing memory allocated to PHP
    WP Debug Mode: No
    WP Language: en_US
    WP Max Upload Size: 10 MB
    PHP Post Max Size: 10 MB
    PHP Time Limit: 30
    PHP Max Input Vars: 1000
    SUHOSIN Installed: No
    WC Logging: Log directory (/home/massagx7/public_html/wc-logs/) is writable.
    Default Timezone: Default timezone is UTC
    fsockopen/cURL: Your server has fsockopen and cURL enabled.
    SOAP Client: Your server has the SOAP Client class enabled.
    WP Remote Post: wp_remote_post() was successful – PayPal IPN is working.
    Locale
    decimal_point: .
    thousands_sep: N/A
    mon_decimal_point: N/A
    mon_thousands_sep: N/A
    Plugins
    Installed Plugins: AddThis for WordPress by The AddThis Team version 4.0.1,
    Custom Facebook Feed by Smash Balloon version 2.2.1,
    Easy FancyBox by RavanH version 1.5.7,
    Google Language Translator by Rob Myrick version 4.0.9,
    MailChimp for WordPress Lite by Danny van Kooten version 2.2,
    Nextend Facebook Connect by Roland Soos version 1.5.3,
    Ninja Forms by The WP Ninjas version 2.8.11,
    oik Weight/Country Shipping by bobbingwide version 1.0.7,
    Recent Posts Widget Extended by Satrya version 0.9.9,
    Revolution Slider by ThemePunch version 3.0.5,
    SIS Accordion by Sayful Islam version 2.1,
    WooCommerce Table Rate Shipping by Mangohour by mangohour version 1.0.2,
    Top 25 Social Icons by Vyas Dipen version 2.0.0,
    Ultimate Google Analytics by Wilfred van der Deijl version 1.6.0,
    W3 Total Cache by Frederick Townes version 0.9.4.1,
    WooCommerce Amazon Payments Advanced Gateway by WooThemes / Mike Jolley version 1.2.5 – 1.2.7 is available,
    WooCommerce MailChimp by Adam Anderly version 1.3.1,
    Woocommerce Weight & Country Based Shipping by Jeriff Cheng version 1.1,
    WooCommerce by WooThemes version 2.2.8,
    WooThemes Helper by WooThemes version 1.3.0,
    WordPress Backup to Dropbox by Michael De Wildt version 4.0,
    WordPress SEO by Team Yoast version 1.7.1,
    WP Better Attachments by Dan Holloran version 1.3.7,
    WP Smush.it by WPMU DEV version 1.6.5.4,
    YITH WooCommerce Zoom Magnifier by Your Inspiration Themes version 1.1.5,
    Zopim Widget by Zopim version 1.3.4
    Settings
    Force SSL: No
    WC Pages
    Shop Base: #7 – /shop/
    Cart: #516 – /cart/
    Checkout: #517 – /checkout/
    My Account: #518 – /my-account/
    WC Taxonomies
    Product Types: external (external), grouped (grouped), simple (simple), variable (variable)
    Theme
    Theme Name: Virtue – Premium
    Theme Version: 1.4.0
    Theme Author URL:
    Is Child Theme: No
    WooCommerce Support: Yes
    Templates
    Template Overrides (WooCommerce): virtue_v1_4_0/woocommerce/archive-product.php,
    virtue_v1_4_0/woocommerce/cart/cart-empty.php,
    virtue_v1_4_0/woocommerce/cart/cart.php version 1.6.4 is out of date. The core version is 2.1.0,
    virtue_v1_4_0/woocommerce/cart/cross-sells.php,
    virtue_v1_4_0/woocommerce/cart/mini-cart.php version 1.6.4 is out of date. The core version is 2.1.0,
    virtue_v1_4_0/woocommerce/cart/shipping-calculator.php,
    virtue_v1_4_0/woocommerce/checkout/cart-errors.php,
    virtue_v1_4_0/woocommerce/checkout/form-billing.php version 2.0.0 is out of date. The core version is 2.1.2,
    virtue_v1_4_0/woocommerce/checkout/form-checkout.php,
    virtue_v1_4_0/woocommerce/checkout/form-coupon.php version 1.6.4 is out of date. The core version is 2.2,
    virtue_v1_4_0/woocommerce/checkout/form-login.php,
    virtue_v1_4_0/woocommerce/checkout/form-pay.php,
    virtue_v1_4_0/woocommerce/checkout/form-shipping.php version 1.6.4 is out of date. The core version is 2.2.0,
    virtue_v1_4_0/woocommerce/checkout/review-order.php version 1.6.4 is out of date. The core version is 2.1.8,
    virtue_v1_4_0/woocommerce/checkout/thankyou.php version 2.0.0 is out of date. The core version is 2.2.0,
    virtue_v1_4_0/woocommerce/content-product.php,
    virtue_v1_4_0/woocommerce/content-product_cat.php,
    virtue_v1_4_0/woocommerce/content-single-product.php,
    virtue_v1_4_0/woocommerce/emails/admin-new-order.php,
    virtue_v1_4_0/woocommerce/emails/customer-completed-order.php,
    virtue_v1_4_0/woocommerce/emails/customer-invoice.php version 2.0.0 is out of date. The core version is 2.2.0,
    virtue_v1_4_0/woocommerce/emails/customer-new-account.php,
    virtue_v1_4_0/woocommerce/emails/customer-note.php,
    virtue_v1_4_0/woocommerce/emails/customer-processing-order.php,
    virtue_v1_4_0/woocommerce/emails/customer-reset-password.php,
    virtue_v1_4_0/woocommerce/emails/email-addresses.php version 1.6.4 is out of date. The core version is 2.2.0,
    virtue_v1_4_0/woocommerce/emails/email-footer.php,
    virtue_v1_4_0/woocommerce/emails/email-header.php,
    virtue_v1_4_0/woocommerce/emails/email-order-items.php version 2.0.3 is out of date. The core version is 2.1.2,
    virtue_v1_4_0/woocommerce/emails/plain/admin-new-order.php,
    virtue_v1_4_0/woocommerce/emails/plain/customer-completed-order.php,
    virtue_v1_4_0/woocommerce/emails/plain/customer-invoice.php version 2.0.0 is out of date. The core version is 2.2.0,
    virtue_v1_4_0/woocommerce/emails/plain/customer-new-account.php,
    virtue_v1_4_0/woocommerce/emails/plain/customer-note.php,
    virtue_v1_4_0/woocommerce/emails/plain/customer-processing-order.php version 2.0.0 is out of date. The core version is 2.2.0,
    virtue_v1_4_0/woocommerce/emails/plain/customer-reset-password.php,
    virtue_v1_4_0/woocommerce/emails/plain/email-addresses.php version 2.0.0 is out of date. The core version is 2.2.0,
    virtue_v1_4_0/woocommerce/emails/plain/email-order-items.php version 2.0.0 is out of date. The core version is 2.1.2,
    virtue_v1_4_0/woocommerce/loop/add-to-cart.php version 1.6.4 is out of date. The core version is 2.1.0,
    virtue_v1_4_0/woocommerce/loop/loop-end.php,
    virtue_v1_4_0/woocommerce/loop/loop-start.php,
    virtue_v1_4_0/woocommerce/loop/no-products-found.php,
    virtue_v1_4_0/woocommerce/loop/orderby.php version 2.0.0 is out of date. The core version is 2.2.0,
    virtue_v1_4_0/woocommerce/loop/pagination.php version 2.0.0 is out of date. The core version is 2.2.2,
    virtue_v1_4_0/woocommerce/loop/price.php,
    virtue_v1_4_0/woocommerce/loop/rating.php,
    virtue_v1_4_0/woocommerce/loop/result-count.php,
    virtue_v1_4_0/woocommerce/loop/sale-flash.php,
    virtue_v1_4_0/woocommerce/myaccount/form-edit-address.php version 1.6.4 is out of date. The core version is 2.1.0,
    virtue_v1_4_0/woocommerce/myaccount/form-login.php version 1.6.4 is out of date. The core version is 2.2.6,
    virtue_v1_4_0/woocommerce/myaccount/form-lost-password.php,
    virtue_v1_4_0/woocommerce/myaccount/my-account.php,
    virtue_v1_4_0/woocommerce/myaccount/my-address.php version 2.0.0 is out of date. The core version is 2.2.0,
    virtue_v1_4_0/woocommerce/myaccount/my-downloads.php,
    virtue_v1_4_0/woocommerce/myaccount/my-orders.php version 2.0.0 is out of date. The core version is 2.2.0,
    virtue_v1_4_0/woocommerce/order/form-tracking.php,
    virtue_v1_4_0/woocommerce/order/order-details.php version 2.0.3 is out of date. The core version is 2.2.0,
    virtue_v1_4_0/woocommerce/order/tracking.php version 1.6.4 is out of date. The core version is 2.2.0,
    virtue_v1_4_0/woocommerce/single-product/add-to-cart/external.php version 1.6.4 is out of date. The core version is 2.1.0,
    virtue_v1_4_0/woocommerce/single-product/add-to-cart/grouped.php version 1.6.4 is out of date. The core version is 2.1.7,
    virtue_v1_4_0/woocommerce/single-product/add-to-cart/simple.php version 1.6.4 is out of date. The core version is 2.1.0,
    virtue_v1_4_0/woocommerce/single-product/add-to-cart/variable.php version 2.0.3 is out of date. The core version is 2.1.0,
    virtue_v1_4_0/woocommerce/single-product/meta.php,
    virtue_v1_4_0/woocommerce/single-product/price.php,
    virtue_v1_4_0/woocommerce/single-product/product-attributes.php version 2.0.8 is out of date. The core version is 2.1.3,
    virtue_v1_4_0/woocommerce/single-product/product-image.php version 2.0.3 is out of date. The core version is 2.0.14,
    virtue_v1_4_0/woocommerce/single-product/product-thumbnails.php,
    virtue_v1_4_0/woocommerce/single-product/related.php,
    virtue_v1_4_0/woocommerce/single-product/review.php version 1.6.4 is out of date. The core version is 2.1.0,
    virtue_v1_4_0/woocommerce/single-product/sale-flash.php,
    virtue_v1_4_0/woocommerce/single-product/share.php,
    virtue_v1_4_0/woocommerce/single-product/short-description.php,
    virtue_v1_4_0/woocommerce/single-product/tabs/additional-information.php,
    virtue_v1_4_0/woocommerce/single-product/tabs/description.php,
    virtue_v1_4_0/woocommerce/single-product/tabs/tabs.php,
    virtue_v1_4_0/woocommerce/single-product/title.php,
    virtue_v1_4_0/woocommerce/single-product/up-sells.php,
    virtue_v1_4_0/woocommerce/single-product-reviews.php version 2.0.3 is out of date. The core version is 2.1.0,
    virtue_v1_4_0/woocommerce/single-product.php,
    virtue_v1_4_0/woocommerce/taxonomy-product_cat.php,
    virtue_v1_4_0/woocommerce/taxonomy-product_tag.php

    In forum: Virtue Theme
    #25008

    http://allabouttea.co.uk/wp-content/themes/virtue_premium-child/style.css

    Nothing to see here. But the file is definitely in that location, with all the css in it.

    In forum: Virtue Theme
    #25007

    Hi

    I have added the css to the child theme css but not removed it from the theme settings.
    I also get a blank page.

    Andrew

    In forum: Virtue Theme
    #24996

    OK, add your css to the child theme css, I was under the impression that was what you were doing.

    as for the file i still don’t see your top part with the child theme info? When I click the link it’s a totally blank file?

    Ben

    In forum: Virtue Theme
    #24984

    When I try to look at your css file it’s blank.

    http://allabouttea.co.uk/wp-content/themes/virtue_premium-child/style.css

    Can you tell me what is in it?

    Ben

    In forum: Virtue Theme
    #24891

    Can you post a link to your site where you have this child theme activated?

    Ben

    In forum: Virtue Theme
    #24881

    I misunderstood you. Custom css overrides child theme css. I read it back to front. I understood from your explanation that custom css was last in the hierarchy. Obviously makes no sense because custom css would then not over-ride the theme. I see that now.

    Anyway, the point is that when I try placing the css shown above into style.css in the child theme, none of it works. From what you said above, I think that is because I need to use more specific classes. But some of them are very specific.

    It’s not a big problem, it would just be quicker to work with in a css file than in the theme settings, and also it’s frustrating me that I can’t work it out.

    Andrew

    In forum: Virtue Theme
    #24871

    I’m not sure I understand the question…

    Yes anything in your custom css box will override the child theme css.

    Ben

Viewing 20 results - 5,781 through 5,800 (of 6,404 total)