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 '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 11,221 through 11,240 (of 53,646 total)
  • Author
    Search Results
  • In forum: Ascend Theme
    #231300

    Hey,
    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

    #231299

    Usually, 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

    #231292

    Hi Hannah,

    I have an inquiry about this CSS, it works on all pages created in Elementor.

    Do you now how I can apply site wide to pages not created in Elementor?

    Thanks!

    Heidi

    #231290

    This 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.

    #231282

    no, 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

    #231274

    Hello

    My side bar scrolls with the page content. I’d like it to be stationary, more like a stand alone column.

    I need to be able to apply this by post vs site wide.

    Can this be done with custom posts or fields? If so, is there a plugin you can recommend?

    TIA

    #231267

    Hi 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

    #231262

    Hi can I create a separate home page for mobile site

    #231180

    It will show up in Gutenberg. I forgot if Ascend has its own version or not so I just downloaded it from the plugin store.

    Also I am building this on a bluehost version of WordPress, I’m not sure if that changes anything.

    #231172

    Hey 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

    #231163

    Can you assist, it’s the widget with the 4 blue circles, at the bottom of the page.

    #231135

    We can not modify or update any page with the normal or kadence editor. If you try to save or update any page with the normal or kadence editor, you can’t do it.

    Thanks for all your attention

    #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

    #231133

    I see “comments” below “pages” on the Admin menu – is this where I enter testimonials? I am using Virtue Premium theme.

    Screen-Shot-2019-07-18-at-9-46-01-AM

    #231132

    Hey,
    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

    #231117

    What happens when you try to edit a page? I was able to enter the normal editor on your pages without siteorigin, though it did take some time to load.

    Hannah

    #231116

    Hi 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

    #231109

    Hello
    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 Theme

    In reply to: Content Offset

    #231092

    You 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 Theme
    #231091

    My 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

Viewing 20 results - 11,221 through 11,240 (of 53,646 total)