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 - 821 through 840 (of 6,404 total)
  • Author
    Search Results
  • #243810

    I can’t tell why your changes are not taking effect in your galley settings. Can you tell me what all you’re adding to your child theme?

    Hannah

    #243733

    1.
    Hi Hannah

    Seems weird that one page has the option and another one doesn’t

    Where are you seeing an option for this? There isn’t a built-in option for mosaic galleries within portfolio posts. You could add an external gallery though.

    When I create a new page and set the page template to Portfolio, I can then select Mosaic style for the portfolio grid (see screenshot 1)

    ascend-screen1

    Another rather annoying issue I’ve come across is that when I go to edit a gallery and it opens the media library, all the layout option dropdowns revert to ‘default’

    This shouldn’t happen when editing a gallery. Is this only happening for portfolio galleries? What version of the theme are you running?

    I’m running a child theme from version 1.9.8 of Ascend, which I believe is the latest version. It seems to be Portfolio galleries only – see screenshot 2.
    ascend-screen2
    The option for a mosaic layout is even listed for portfolio gallery (see screenshot 3), but it doesn’t seem to do anything when selected.
    ascend-screen3
    The dropdown boxes aren’t present on the media library pop up when I edit a gallery inserted into a standard page (the layout options there are part of the sidebar admin options)

    2. From Theme Options > Portfolio Options > Portfolio Post Bottom Carousel you can choose to enable a similar or recent post carousel. This can be overridden for each specific post from the edit page(s).

    Thanks, I seem to have sorted this part out now

    #243687

    If you have a WooCommerce Subscription and use Stripe for WooCommerce, then go to your account then to “My Subscription” and then to “Change payment” then the label next to input radio bullet is misaligned. I tried to fiddle around and see why this happens but my CSS knowledge is just not good enough. Also none of our Child theme CSS is applied here, so I think it is rather a general (though minor) incompatibility issue of Virtue’s CSS and of the aforementioned plugins.

    Also note the “::marker” being shown a few pixels bottom left of the radio input.
    Happens in both Firefox and Chrome.

    Maybe it is because it is an ul > li > ul > li with two input type=radio intervened. But this is just guessing.

    Screenshot:

    #243681

    Hi Hannah,

    Thanks again. Point 1. resolved with your CSS.

    Point 2. I prefer keep the other h2s as h2s. I have hunted online and found the following code which needs to be placed at the bottom of your child theme functions.php file. This fixes my problem completely.

    // Remove the product description Title
    add_filter( 'woocommerce_product_description_heading', 'remove_product_description_heading' );
    function remove_product_description_heading() {
     return '';
    }
    

    Hopefully this may help somebody else in the future.

    Kind regards
    Paul

    #243426

    I activated Block Pro with another site (https://waterstonepoa.com -Ascend Theme) and tried to use Split Content block. I got this message in editor:
    “This block encountered an error and cannot be previewed”

    It seems I get the same error when using the Gutenberg media/text block as well. Usually when I use media/text block, save and refresh it shows up ok. But with your Block Pro/Split Content refreshing it doesn’t correct view.

    I haven’t added Block Pro to https://hcarcheology.org yet. Is it the same block pro for Virtue Premium (child) I have using? And do I need to have Kadence Block before I install block pro? Your help appreciated.

    • This reply was modified 6 years, 3 months ago by Sharon.
    In forum: Ascend Theme

    In reply to: Issue With Menu Icons

    #243406

    For obvious reasons I had to comment out that css part because it is live site, you can see it in style.css of the child theme, i::before element.

    In forum: Ascend Theme

    In reply to: Checkout notices

    #243367

    The coupon you can hide by turning off coupons or through a custom function in a child theme. Note that inside Kadence Woo Extras you can change how coupons show on the checkout page which can make for a better interface.

    https://twitter.com/i/status/1100528756039475201

    Ben

    #243364

    Hey,
    1. You can add in the category description which will show it above the products. And in the product description area. That would let you without using a child theme. If you need a widget area there you can use a plugin like this to create a widget area that you place via a shortcode: https://wordpress.org/plugins/widgets-on-pages/

    However I might suggest using a plugin like this: https://www.kadencewp.com/product/kadence-woocommerce-elementor/
    That will let you build out templates that can be applied to all your products and all your category pages.

    2. If you can post a link so I can see how you have you header setup, likly you can use the topbar widget area.

    Problem with this is that any B2B clients still using non-widescreen monitors aren’t seeing that menu as is. I’m not sure how I could make it responsive for mobile either.

    Can you post a link so I can understand what you are talking about there?

    3. It’s really probably better if you add your styling inline, meaning in the html you add you would place the background color.

    So in your text widget that could look something like this:

    <div style="padding:20px;background:blue;color:white;">
    This is your text
    </div>

    However, you can also target by widget id and custom css for that we need a link as the id would be generated and not something we can know without seeing the page.

    I hope that helps!

    Ben

    #243256

    I’m trying to show in my Home-page only the portfolio’s pages of the main categories.
    I don’t want to show the subcategories.

    ok, That is possible, with a shortcode in the page content.
    [portfolio_types orderby='date' columns='4' height='300']

    items is not a parameter of the shortcode, so it would not have any effect.

    childcategories is set to the boolean false by default. If you don’t want child categories then you leave that parameter out of your shortcode. The shortcode can’t pass a boolean, only a string so the string “false” is the same as “true” when looking for a boolean response. By adding childcategories=false you were actually changing the default behavior and making it so children wouldn’t show. (YES I realize that is confusing, Sorry, that is what threw hannah off. I’ll update that in the theme in the future)

    I set up the portfolio shortcode for you and added a child category so you can see it working.

    Ben

    #243136

    Hi Hannah,
    sorry for the delay but I haven’t received any post information in my email box.
    1- I had set the typography in the theme options to raleway font or at least this was but I saw my body text whatever change I make there is not affected by.

    I then created this blog entry to promote a page and also did how test https://www.wocmultimedia.biz/en/why-drumming-30-and-the-more-reasons-to-drum/
    How you can see to get such a raleway font I had to use the heading settings
    I want to you just check to see if it’s another Q-translate-X issue just this because I’m also going to change multilingual plugin in next days.

    2- no modifications are set in CSS child theme

    3- Can you send me a file .pot of your latest Virtue Premium version, because I have no such a theme installed and otherwise I cannot make the Italian translation
    Thanks
    Angelo

    #243089

    Hi,

    with the current Related Content plugin, version 1.0.5 I see these deprecated warnings that fill up my developement log:

    Edit: I’ve put it here: because otherwise content here is blocked.

    Maybe this could be fixed in a future release. It is not that urgent, but just filling up the logs and during development I cannot see my own logs from my child theme anymore. This is with php 7.3.12

    #243068

    Kadence Blocks Pro 1.4.1
    Kadence Blocks – Gutenberg Page Builder Toolkit 1.7.15
    Beaver Builder with child theme

    #243039

    Hey,
    This means something is editing your htaccess file on the server level. I suggest you contact your hosting provider.

    This has nothing to do with a child theme and you don’t need a child theme. It’s not even something the theme controls. it means you have something on the server that is effecting this.

    Ben

    #243004

    Hey,
    What caching do you have enabled? Have you tried turning your caching off?
    You do not need a child theme unless you plan to edit the core theme files. See here: https://www.kadencewp.com/child-themes/

    Hannah

    #242995

    Help. My site is live and working well EXCEPT that every couple of days, pages and portfolio links all stop working until I go to <Settings><Permalinks> and Save that page. I don’t make any changes to the site or on the Permalinks page. This happened a great deal when I was developing the site, but now that we are live, why is it still happening? And how do I make it NOT HAPPEN?

    I am now getting panic calls from the site owner because it happens out of now where. When this happens the page says ‘link has expired or the page does not exist.’

    I am working from the parent Kadence Virtue theme. Should I have made a child theme? Is it too late? Could that be part of the permalink issue?

    Thank you for your continued support. I could not do this without you folks. – Lorian

    #242990

    Hi Jonathan,
    Sorry for the delay!
    1. Can you post a link to your search results page so I can see this?
    2. There isn’t a built-in function to customize the search results page. Are you using a child theme?

    Hannah

    #242936

    No, not touched any of the theme files. This is line 866 in custom.php. Should be the latest version:
    $posts[] = & get_post($GLOBALS['post']->post_parent);

    My site is running a child theme of virtue premium but there’s not much code in the child theme, and its not been altered in ages.

    #242669

    Hi Angelo,
    Sorry for the delay! Can you link to an area in your site where your assigned body text is not taking effect? Can you tell me what you’re adding to your child theme?
    Thanks!

    Hannah

    In forum: Virtue Theme
    #242623

    Hello Team Kadence!

    I’m wondering if you can add revision support to the custom post types for the Virtue theme? Example:

    'supports' => array( 'title', 'editor', 'excerpt', 'author', 'page-attributes', 'thumbnail', 'custom-fields', 'comments', 'revisions' ),

    I tested this on the Portfolio custom post type and adding it works.

    If you can’t add it for the custom post types, what’s the best way to add it via a child theme? Thank you!

    #242461

    Hi Ben,

    The child theme or code snippets plugin looks like the better solution for me. 🙂 Thanks for the code and thank you for your help!

    Rashelle

Viewing 20 results - 821 through 840 (of 6,404 total)