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 - 12,921 through 12,940 (of 53,646 total)
  • Author
    Search Results
  • #219563

    Hey,

    With css you can change a lot of things. What are you wanting to do exactly? For example, if you want to change the background image you can do that with css.

    If you want to programmable remove it (check the browser before you send a response from the server) you can’t use page caching which will slow down your site more than any single thing. So I don’t suggest you do that. The home page outputs both html showing one or the other based on screen size.

    You can simply hide it with CSS and easily set the background to transparent so that nothing but the few lines of html load.

    Ben

    #219557

    I have most probably not last version of Ascend but after Gutenberg was introduced the website changes. Most of Kadence theme features are killed, as columns, galleries, etc. And I cannot change them. On some pages I used page builder which can be problem too.
    Question is if I will update last version will this be fixed automatically? or need really use only what Gutenberg offer or eg. Elementor?

    #219555

    I guess I will have to keep this thread going unfortunately.

    The AMP pages no longer look malformed. However, I went into Google Search Console and started the validation process for the errors being fixed.

    Google crawled it yesterday and notified me today that there are still major errors on 48 pages.

    Error Only amp-boilerplate and amp-custom ‘style’ tags are allowed, and only in the document head. Failed 46
    Error Custom JavaScript is not allowed. Failed 46
    Error External stylesheets not supported, except for whitelisted font providers. Use the document inline ‘style amp-custom’ tag instead. Failed 46
    Error HTML Event attributes, aka ‘on*’, are not allowed in AMP. Instead use ‘amp-bind’. Failed 46
    Error Disallowed attribute or attribute value present in HTML tag. Failed 46
    Error A mandatory attribute is missing from an HTML tag. Failed 41
    Error A tag on this page requires an AMP component ‘script’ tag, which is missing. Failed 40
    Error Referenced AMP URL is not an AMP Not Started 2

    Any ideas?

    In forum: Membership Forums

    In reply to: Member Suggestions

    #219554

    I see that setting with rows/columns, which is great. I was referring to background opacity on things like an info box. I can set the color with your settings, but would love to be able to set the opacity at less than 100%. On a home page, I’ll often style things like info boxes over top of a full page width photo. I can force the color/opacity in my style sheet, but I’d prefer to be able to define it within the block settings. I’ve also used an accordion block on my home page that is over a full width photo and I’d like the container and even the title to have less than 100% opacity. Again, I’ve forced it in my style sheet, but would prefer to be able to specify it in the block settings itself.

    #219537

    Ben,

    I love the mobile version of the home page header option. Is there a way for me to replace the page title area on mobile using a function or something? I don’t want to just hide it because as I understand the html and any images will still load and slowdown my mobile page load time.

    Any suggestions?

    Cheers

    Jeremy

    #219531

    Yes it showed fine with Live Preview. And it doesn’t work on the three pages I tried. I decided to just use images for the time. Ever since I changed over to Gutenberg, there are several things I need to clean up. Will troubleshoot later. Thanks.

    #219526

    Hey,
    Is the slider displaying correctly in the backend? Have you tested it on other pages? It could be a conflicting plugin. You could try deactivating your plugins to test.

    Hannah

    #219524

    You can adjust the mobile font size with this css:

    @media (max-width: 768px) {
    .single-portfolio h1.entry-title {
        font-size: 20px;
    }
    }

    Or remove it and the arrows altogether with this css:

    @media (max-width: 768px) {
    .page-header.single-portfolio-item {
        display: none;
    }
    }

    Hannah

    #219522

    That worked, thank you. I have one more question – Is there a way to change the font size on mobile? It’s looking a little bulky on the mobile experience.

    I’d either like to hide the page title & arrows all together on mobile OR make the page title text small on mobile.

    Is there a way to do that?

    #219503

    Hello Ben,

    Thanks for the reply.

    1. Downloaded the installed the kadence-woocommerce-elementor, can you tell me where to adjust the template please? is it inside elementor of the page i created as below? cannot find it.

    elementor

    https://ibb.co/YB7prT0

    2. Ok. i will try to solve this.

    3. circle as below screenshot.
    circle

    https://ibb.co/YPWWpZ6

    Thanks again!

    #219502

    So you just want to change the color of your page title on your portfolio posts? You can use this css:

    .single-portfolio h1.entry-title {
        color: #000;
    }

    Hope that helps!

    Hannah

    #219496

    When you set a page template for a page you will need to save and refresh the page.
    Glad things are working!

    Hannah

    In forum: Ascend Theme

    In reply to: Switch to Ascend

    #219494

    Most of your page builder formatting will likely change because the widgets vary theme to theme.
    I just meant that we are happy to answer questions you have regarding this change or questions familiarizing you with Ascend.

    Hannah

    #219492

    Hi Hannah,

    That wasn’t showing up even when I tried creating a new page which is why I was confused. So I deleted the pages created, cleared cache and now it works.

    Sorry about that. But thank you!

    #219489

    Hey,
    When using the testimonial grid page template you should see an option under Testimonial Options to set the number of columns. See here: http://docs.kadencethemes.com/ascend-premium/templates/testimonials/
    Does that work for you?

    Hannah

    In forum: Ascend Theme

    In reply to: Switch to Ascend

    #219483
    This reply has been marked as private.
    In forum: Pinnacle Theme
    #219482

    I’m not sure what you are asking, can you post a link to a page where you are having trouble so I can see what you mean.

    #219476

    Hello,

    I would like to make all testimonials excerpts and a uniform size but I can’t find the option to do that. My preference is a Testimonial Carousel with one row and 3 columns rather than filling a page with them all. I do use Elementor for some pages so that is an option.

    Is there a way to do this?

    In forum: Membership Forums

    In reply to: Google Warning AMP

    #219467

    Which page is the error on? Likely that just means you have invalid amp html in the page and you need to either turn off amp for that page or create custom amp content. Amp is very limited in what kinds of content it allows.

    #219460

    Hi,

    I’ve already got my H1 set for my site and the text color is white.

    I want to use page titles on my portfolio that I will be launching and I want to use a different style for that heading.

    Is there css code I can use to update the page title font style?
    Or is there a setting somewhere I can change to set the page title style to H2 or H4?

    Thanks,
    Jenna

Viewing 20 results - 12,921 through 12,940 (of 53,646 total)