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'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Number of posts in recent post carousel
In forum: Ascend ThemeIn reply to: Thumbnail size for archives
July 18, 2019 at 3:38 pm #231170This 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.
In forum: Virtue ThemeIn reply to: Number of posts in recent post carousel
July 18, 2019 at 10:01 am #231134Hey,
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
In forum: Virtue ThemeIn reply to: Number of posts in recent post carousel
In forum: Ascend ThemeIn reply to: Thumbnail size for archives
July 17, 2019 at 4:01 pm #231068In 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
In forum: Virtue ThemeIn reply to: Number of posts in recent post carousel
July 17, 2019 at 1:15 pm #231036Hey,
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; }In forum: Ascend ThemeIn reply to: Portfolio Type invisible in Gutenberg Blocks?
July 17, 2019 at 12:53 pm #231028You 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
In forum: Ascend ThemeIn reply to: Portfolio Type invisible in Gutenberg Blocks?
In forum: Ascend ThemeIn reply to: Portfolio Type invisible in Gutenberg Blocks?
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
In forum: Ascend ThemeHi – I have noticed that the favicon is missing from the landing template and the events calendar templates
*Login to see link
*Login to see linkUsing Ascend Premium child theme
In forum: Ascend ThemeIn reply to: Page Title in Content instead of Header
July 12, 2019 at 2:46 pm #230692Using 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
In forum: Virtue ThemeIn reply to: Photo Captions disappear after latest update
This reply has been marked as private.July 12, 2019 at 9:57 am #230654In forum: Virtue ThemeIn reply to: Custom post/featured image
July 11, 2019 at 11:44 am #230573I 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 ThemeIn reply to: Custom post/featured image
July 10, 2019 at 4:04 pm #230485Hey,
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
In forum: Ascend ThemeEvents 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?
In forum: Ascend ThemeIn reply to: Tribe Event Calendar compatibility with Ascend
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/
In forum: Membership ForumsIn reply to: Email Design Customizer
July 8, 2019 at 9:54 am #230205Hey,
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 ThemeTopic: jquery error
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: 0357(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:2I use a child theme. but i have the same trouble in the mother theme.
thanks a lotIn forum: Virtue ThemeIn reply to: Menu cosmetics
June 30, 2019 at 12:03 am #229537If 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
In forum: Ascend Theme -
AuthorSearch Results


