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,881 through 5,900 (of 6,404 total)
  • Author
    Search Results
  • #21584

    What have you edited in your child theme?

    Ben

    #21583

    Hi I just updated my theme to latest version and it messed up my child-theme styles and the styles to the whole site. I was wondering if there was a way to revert back to last version update with the video lightbox or if there is something I have to change in my Child Theme to make it compatible with the latest update? Thanks

    #21333

    Well assuming your using a child theme you can place in any folder just make sure you point to it.

    get_stylesheet_directory_uri(); will get the child theme if your using one.

    Ben

    #21304

    I’m not adding, it was pointed out to me that this is more of a plugin territory thing… so I removed. Easy to add in with a child theme.

    Ben

    In forum: Virtue Theme

    In reply to: header style contents

    #21127

    That isn’t a built in option with the theme, the only way would be to create a child theme and code out the header.

    Ben

    #21096

    Hey,
    It’s part of the woocommerce pricing. The theme doesn’t override that so you would have to edit the plugin. Regardless the Ajax price filter is going to be pointless for your set up, even if you change it to show one option it’s still not going to adjust to the option your showing.

    This guy wrote about something he did that you can try (your going to need a child theme):
    http://stackoverflow.com/questions/23065821/woocommerce-variation-product-price-to-show-default

    Ben

    In forum: Virtue Theme

    In reply to: Products not inline?

    #21064

    No, the theme is not set up for that kind of thing. It’s one or the other. I supposed you could work out code for it in a child theme though.
    Ben

    In forum: Virtue Theme
    #21033

    ok, then using a child theme is the way to go. and the header.php file you want to edit is in the templates folder. The empty header file in the theme folder is supposed to be there supposed to be empty and you don’t need to use.

    Ben

    In forum: Virtue Theme
    #21024

    Hey,
    If you need to add in the header I suggest using the header widget area. You can enabled in the theme options > main settings. Choose the forth logo layout option.

    Else if you need to add through the files you would add to the templates/header.php file.. I recommend a child theme if you plan on overriding theme template files.

    Ben

    #20997

    Hi,

    Is it possible to customize the the Bottom Portfolio Carousel on a Portfolio Item to display items from ANOTHER Portfolio Type instead of its own? (not All, but specifically one distinct other type?)

    Or is there a way to add a Portfolio Carousel to the bottom of a Page without using Page Builder? I can add code to my child theme if necessary, but hoping to not have to rely on additional plugins. There are so many built in solutions that I was hoping to try here first.

    Thank you!

    In forum: Virtue Theme

    Topic: theme options

    #20944

    Hi,
    after installing premium theme and a child theme activated,
    some theme options are not updated when we change it from theme options panel,
    Do you know what could be the reason?

    #20937

    Google Analytics (Speed ​​Suggestions) PageSpeed ​​Insights.

    Remove JavaScript and CSS resources that blocks playback of content at the top of the page
    Page has 15 time (s) resource script and 8 (a) CSS resources lock, which causes a delay in rendering the page.
    No part of the content displayed at the top of the page could not be played without waiting for loading the following resources. Try to delay or asynchronous upload resources to lock or upload inline essential parts of those resources directly in HTML.

    Remove JavaScript that blocks playback of content:















    Optimize CSS broadcast the following URLs:








    – How do I do this
    Thank you

    #20926

    Hey,
    1. Are you using the topbar widget area? Is it enabled and you added a widget?

    2. That isn’t a feature built into woocommerce or the theme… there might be a plugin but I’m not aware of one specific to woocommerce.. wordpress has the default admin bar you can use and show to non logged in users: https://wordpress.org/plugins/admin-bar-login/

    Else you would have a write some custom functions in a child theme… Checking for the user if logged in then the name and so on. I would start by doing a little search for a plugin that would get you close. maybe contact woocommerce and see if they know of one.

    Ben

    #20917

    Hi I have a problem that there seems to not even exist a secondary menu or header widget area , I have been through all settings and am at loss for what could cause this. Any ideas? I tested the original premium files as well as newly created child theme

    In forum: Virtue Theme

    In reply to: Image menu

    #20887

    @Omar,
    You would have to do more then edit css… would need to remove the link from the item and place it in a div that only showed then the user taped then you would need to add javascript to correctly read the tap and add a css class to the item to trigger the event… In short, your welcome to use a child theme and try but it’s not something theme support can provide and it’s not a simple task.

    Ben

    #20752

    You can use the hook “get_header” if you want to add the divs before any other divs in the header. If the divs need to be right before the logo then you would need to copy the template file into your child theme and edit…

    In the child theme create a folder called templates

    Then copy the header.php file from the virtue_premium/templates/header.php into your child theme templates folder.

    The header.php that is empty and not in the templates folder is used but not in the way that you would thing. You can leave it alone it is supposed to be empty.

    Ben

    In forum: Virtue Theme

    In reply to: Logo Alt Attribute

    #20743

    Hey,
    I’ll add the alt for the retina logo to the next update.

    Yes if you edit the header.php file you will lose your changes in the update. If you need to edit the header I recommend using a child theme then overriding the template.

    Ben

    #20742

    Can you tell me what your function is? You have the child theme activated and parent set to premium? I do this exact thing with this store in a child theme so I know it works.

    Ben

    #20739

    I am using a child version of the Virtue Premium Theme and have my header style set to “Standard” in Theme Options–>Main Settings –>Header Style.

    For the site’s logo I am using a large image spanning most of the width of the page.

    I need to position some DIVs on top of this image. I have done this in the past through using a “hook” in a previous web site that used a different theme. I do not see an option to add HTML to the header through a “hook” here in Virtue Premium.

    If I understand correctly, I can create a copy of the header.php file, edit it and add it to my child theme.

    However, currently the header.php residing in my “virtue premium” folder only contains the following:

    <?php
    /* empty */

    In other support discussions in this forum, I have seen people reference lines with high numbers (say, 17, or 60, or whatever)… but my header.php file from the theme really doesn’t contain anything.

    Could you please point me in the right direction as to where I can find the right file to modify? Again, to clarify, all I need to do is add some DIVs that will overlay my logo image, which I will then style using CSS in my child theme’s style.css file.

    Thank you!

    #20723

    Hi guys,
    I’ve created the child theme for virtue premium, but when I add some strings in the functions.php code it doesn’t work, while in virtue free it did… My goal is to customize che checkout form fields and to keep the template as it is when updated.
    I’m not a PHP expert, and I need some help!

    Thank you so much to who will answer!

Viewing 20 results - 5,881 through 5,900 (of 6,404 total)