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 'page '
-
AuthorSearch Results
-
In forum: Ascend Theme
In reply to: Site error log filling up
July 19, 2019 at 3:35 pm #231300Hey,
That error log doesn’t give enough information for me to guess at the cause. I can’t see that happening because of the theme on test pages.If you can send me a login to your server I may be able to determine more.
Ben
In forum: Ascend ThemeJuly 19, 2019 at 3:33 pm #231299Usually, the title is not referring to your sites name unless it’s specifically saying site title. Page and individual page settings all refer to the page title. So in your logo settings turn on the site title and tag line. You can then hide the site title with this css:
#logo .kad-site-title { font-size: 0; line-height: 0; } #logo .kad-site-title .kad-site-tagline { font-size: 14px; line-height: 20px; }Ben
In forum: Ascend ThemeIn forum: Ascend ThemeJuly 19, 2019 at 2:24 pm #231290This still shows the title text as well. If I hide the .kad-site-title element it also hides the .kad-site-tagline since it’s nested within the title element. I essentially want the effect of “display:none;” on the title element, so it doesn’t take up any space, but I still want the tagline to show.
There are options in the logo settings, page settings and then also in the individual page editing area to show/hide the title. It’s hard to know which one is taking the lead and which one trumps the other two. Should all of these be “off” if I don’t want the title to show? But, then that will eliminate the tagline too, I’m afraid.
In forum: Virtue ThemeIn reply to: Separate homepage for mobile site
July 19, 2019 at 12:04 pm #231282no, I would suggest you just create a new page called “mobile home” and then simply redirect your home page to that page for mobile viewers.
Ben
In forum: Virtue ThemeIn forum: Ascend ThemeHi Ben and Hannah
This solves an issue I had, thanks! Except my tabs shortcode is half way down the page and I’d like the page to scroll back to the top after the selected tab has been set. I have only limited knowledge of scripting so I would be grateful for the extra code to add to achieve this.
Cheers
Julian
In forum: Virtue ThemeIn forum: Ascend ThemeHey guys,
I’m trying to reduce top padding for the home page only in mobile view. Right now I’m using:
#content {
padding-top: 50px;
}This works for everything, hoping there was a way to override for the one page only. The site is digitalflightwire.com
Thank you in advance!
Mark
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: We can not modify any page without SiteOrigin Editor
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: How to Content to Testimonials
July 18, 2019 at 9:47 am #231133I see “comments” below “pages” on the Admin menu – is this where I enter testimonials? I am using Virtue Premium theme.
In forum: Virtue ThemeIn reply to: How to Content to Testimonials
July 18, 2019 at 9:38 am #231132Hey,
If you are using the widget you can add testimonials for it by going to the testimonials post section in your admin menu. You should see testimonials right below pages as a post option.Ben
In forum: Virtue ThemeIn reply to: We can not modify any page without SiteOrigin Editor
In forum: Ascend ThemeHi Pawel,
I have both Kadence Block and Siteorigin running on my site and am not having issues with either. Are you working in the block editor and adding a Siteorigin Layout block to your page, or are you working in the siteorigin editor? Do Kadence Blocks show up if you are not using the siteorigin editor on a page?Hannah
In forum: Ascend ThemeHello
1.) Do Kadence Blocks – Gutenberg Page Builder Toolkit and Page Builder by SiteOrigin dislike each other?
if I turn on Page Builder by SiteOrigin the elements of Kadence Blocks disappear
2.) I like Kadence Blocs more but he does not have element animation (for example fade in)Pawel
In forum: Ascend ThemeIn reply to: Content Offset
July 17, 2019 at 10:54 pm #231092You seem to be adding this css:
@media (min-width: 992px) { aside#ktsidebar { width: 20%; padding-right: 10px; } }Which is not correct, if you want to change the width of your sidebar then you have to change both the sidebar and the content.
@media (min-width: 992px) { aside#ktsidebar { width: 20%; padding-right: 10px; } .main.kt-sidebar { width: 80%; } }Please note that you sidebar content is much less than 20% of page width so there is still going to be a larger gap between that and the content simply because the text in your sidebar is short.
Ben
In forum: Ascend ThemeIn reply to: Number of posts displayed
July 17, 2019 at 10:50 pm #231091My guess is that it’s pulling information from the blog template meta data. Try turning off the wordpress reading settings and editing the page, setting it to the blog template and changing the posts per page there. Then you can set it back to the reading settings page.
Ben
-
AuthorSearch Results



