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 - 1,021 through 1,040 (of 6,404 total)
  • Author
    Search Results
  • #231233
    This reply has been marked as private.
    In forum: Ascend Theme
    #231170

    This is perfect, thanks!

    I’m trying REALLY hard not to child theme this. I did that for my last theme and made lots of adjustments (it was a free theme), but that means when there’s an update, I either have to manually update things or not get new updates. And NOT going through that is one of the reasons I wanted to purchase a theme.

    Unless there’s an easy one-button way to update a child theme that I don’t know about.

    Glad there was an option that got me what I needed without having to go the child theme route. Thanks again.

    #231134

    Hey,
    You need access to the server, through ftp for example. You can’t do this through WordPress admin you need to create files in a child theme. You should not ever edit the parent theme.

    The first image looks like you are editing the wrong file, and the second you are looking at the wrong thing, you need to edit line 95
    'posts_per_page'=> $portfolio_items,

    Change to:

    'posts_per_page'=> 48,

    But do not edit the parent theme, you should only do this through a child theme.

    And since we are talking about this I have to advise you that it’s not good practice to have a carousel that large on a page. For one it adds a ton to your page loading time, for two no one actually scrolls through a carousel of 48 items. It’s too difficult to see where you are and to time-consuming to scan through the content. With that much content, users will move on looking for a grid layout if they want to scan that much content.

    If you need help setting up the child theme send me ftp access to your site along with a wordpress login and I can help

    Ben

    #231130
    This reply has been marked as private.
    In forum: Ascend Theme
    #231068

    In your theme options > blog options you can turn on the forced crop of your images, this would output your images at 420×280 instead of 420×99 to match the uploaded ratio.

    You can also with a child theme define the exact size you want to use:

    add_fitler( 'kt_post_grid_image_width', 'custom_post_grid_image_width' );
    function custom_post_grid_image_width( $width ) {
    return 600;
    }
    add_fitler( 'kt_post_grid_image_height', 'custom_post_grid_image_height' );
    function custom_post_grid_image_height( $height ) {
    return 300;
    }

    Ben

    #231036

    Hey,
    you will need to use a child theme and override the carousel templates.

    You can edit templates/similarblog-carousel.php line 78. There you can change the amount from 8 to whatever you want.

    there is an option in the theme options to display similar posts in a random order, you can find that in your blog options.

    You can hide the content and just show the title with css like this:

    #carouselcontainer-blog .entry-content {
        display: none;
    }
    #231028

    You should not be overriding the post-type.php function file in your child theme.

    That is your next issue, it’s out of date. I suggest you use a plugin like this if you just want to change the post types name: https://wordpress.org/plugins/say-what/

    Ben

    #230933

    What are you adding into your child theme?

    Hannah

    #230917

    No this site uses the Ascend Premium theme using a Child template

    I just updated Ascend to the latest version and everything else is up to date including Plugins

    I have cleared the cache and rebooted my computer but still the Portfolio type is not showing in the Block editor

    #230715

    Hi – I have noticed that the favicon is missing from the landing template and the events calendar templates


    Using Ascend Premium child theme

    #230692

    Using a child theme you can use:

    add_action('kadence_page_content', 'my_custom_add_title', 5 );
    function my_custom_add_title() {
    if ( is_page() ) {
    the_title( '<h1 class="page-title">', '</h1>' );
    }
    }

    Ben

    #230654
    This reply has been marked as private.
    In forum: Virtue Theme
    #230573

    I have to say I’m really surprised by this events plugin, it really should be something they add support for. It’s really odd that their support told you a theme would need to add this.

    I updated your child theme with a custom function.

    Ben

    In forum: Virtue Theme
    #230485

    Hey,
    Virtue doesn’t add special support for that plugin, or templates for it.

    I’ve never used that plugin and would need access to even know what child theme edits you would need to make, can you send me access to your site?

    Otherwise, two events plugins that have native support are modern tribe or event organizer those are two I routinely work in.

    Ben

    #230471

    Events Calendar single event view is not displaying event header title in default template – is this normal?

    I am using Ascend Premium with child theme – I have set all page titles to display in Blog and Portfolio pages but the single events page just has a huge space at the top.

    I switched to the Events template and it then just says Events at the top – so I’ve had to remove the Title completely from the Blog settings.

    Does the Default Ascend Page Template work with the Events Calendar plugin?

    #230470

    Events Calendar single event view not displaying page title – is this normal?

    I am using Ascend Premium with child theme – I have set all page titles to display in Blog and Portfolio pages but the single events page just has a huge space at the top.

    https://annettemorris.art/new/event/sketch-picnic-at-chateau-canet/

    #230205

    Hey,
    Our plugin doesn’t add this option, You would have to do that through a custom plugin or child theme.

    See here: https://stackoverflow.com/questions/22375483/woocommerce-add-product-link-in-processing-order-email

    Ben

    In forum: Ascend Theme

    Topic: jquery error

    #230070

    Hello,
    i contact you because i some error with :

    JQMIGRATE: Migrate is installed, version 1.4.1

    (index):545 Uncaught TypeError: jQuery(…).magnificPopupAU is not a function
    at HTMLDocument.<anonymous> ((index):545)
    at c (jquery.min.js:3)
    at Object.fireWith [as resolveWith] (jquery.min.js:3)
    at Function.ready (jquery.min.js:3)
    at HTMLDocument.H (jquery.min.js:3)
    (anonymous) @ (index):545
    c @ jquery.min.js:3
    fireWith @ jquery.min.js:3
    ready @ jquery.min.js:3
    H @ jquery.min.js:3

    (index):599 Uncaught TypeError: Cannot read property ‘top’ of undefined
    at HTMLDocument.<anonymous> ((index):599)
    at HTMLDocument.dispatch (jquery.min.js:2)
    at HTMLDocument.v.handle (jquery.min.js:2)
    (anonymous) @ (index):599
    dispatch @ jquery.min.js:2
    v.handle @ jquery.min.js:2
    VM882:140 DomDistiller debug level: 0

    357(index):599 Uncaught TypeError: Cannot read property ‘top’ of undefined
    at HTMLDocument.<anonymous> ((index):599)
    at HTMLDocument.dispatch (jquery.min.js:2)
    at HTMLDocument.v.handle (jquery.min.js:2)
    (anonymous) @ (index):599
    dispatch @ jquery.min.js:2
    v.handle @ jquery.min.js:2

    I use a child theme. but i have the same trouble in the mother theme.
    thanks a lot

    In forum: Virtue Theme

    In reply to: Menu cosmetics

    #229537

    If you want to squash the items or make them smaller you can use css like this:

    @media (max-width: 1200px){
        #kad-banner #nav-second ul.sf-menu>li>a {
            padding: 10px 5px;
            font-size: 16px;
        }
        #kad-banner #nav-second ul.sf-menu>li>a.sf-with-ul {
            padding: 10px 15px 10px 5px;
        }
    }

    Add to the bottom of your child theme css file.

    Ben

    #229534

    That would work in a child theme.

    Ben

Viewing 20 results - 1,021 through 1,040 (of 6,404 total)