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 - 16,121 through 16,140 (of 53,646 total)
  • Author
    Search Results
  • #198319

    After adding an item to Cart, there should be a woocommerce message at the top of the Cart page that says “Product has been added to cart”
    I’m not sure why it’s not showing… Can you help?

    Thanks.

    #198292

    Sorry everything is local. I can’t post a link.

    [url=https://postimg.cc/image/aws3fexc9/][img]https://s20.postimg.cc/aws3fexc9/capture.png[/img][/url]

    I’d like to use it as a heading on a page among other things. For example on the Adventure demo it could go between the top picture and the 3 image menus underneath it.

    Am I making sense?

    #198289

    Hello,

    What I’d like to do is something like you have at the bottom of this page around the Submit button – a horizontal line on the left and right.

    Here’s an example for text –

    I am able to vary single lines but am not able to do this.

    #198270

    Hey Marc,
    That space is you page header, but it looks like you’re adding your title into the content area instead? Are you intentionally doing that?
    You can remove the page header from that page with this css:

    .page-id-149 .page-header {
        display: none;
    }

    Hannah

    In forum: Ascend Theme

    In reply to: Divi Builder

    #198268

    Also if you set the page “content” to fullwidth in your page options then there would be no padding.

    Ben

    #198267

    Try adding this CSS to Theme Options> Advanced Settings, and let me know if it works for you:

    div#pageheader {
        display: none;
    }

    -Kevin

    #198264

    web page .

    hi all
    You see the space free under the primary menu
    Is it possible to reduce it as I want ( could be different on mobile and desktop , possible ? )
    best regards .
    marc

    In forum: Ascend Theme

    In reply to: Divi Builder

    #198263

    Hey, select the elementor template > fullwidth as your page template, you don’t need to use css.

    Ben

    #198261

    It doesn’t “work” on anything anymore then it is on the other. Your content height is defined by the actual content. Text and padding. Your width is defined by the screen size. The a background image set to “cover” it will cover that variable container size. On desktop your height may be 200px and width may be 2400px. That makes a very different ratio than a height of 200px on mobile and a width of 360px.

    If your background image falls closer to the ratio of your current height to width then it’s naturally going to show more of hte image because it’s closer to the ratio of the image. Again the images in the post should help this make sense.

    Backgrounds like this are best when they are not content driven, but in fact just a background. When the information in the image depends on the entire context of the image it’s very content driven and probably shouldn’t be considered a background.

    You can set up custom css to force different sizes on different screens. For example, lets say on larger desktop screens you want 200px padding top and bottom but on smaller screens you want 20px you can do that with css like this:

    .page-header {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }
    
    @media (max-width: 992px){
        .page-header {
            padding-top: 20px !important;
            padding-bottom: 20px !important;
        }
    }

    But that won’t really truly fix your issue because there are too many screen sizes to consider. For example, your “the horses” page on a 28inch screen has cut off and on mobile, it has cut off. It’s only really good for one size screen where the height and width closely match that of your images ratio.

    So with images like the ones you are using in the pages above it’s better to make them content and add them with a slider where the height can be set by the image.

    Ben

    #198258

    Yes that was my back up plan but if I could avoid creating a one-image slider for each page I would have preferred it.

    So the size of a content area cant be defined anywhere? I don’t understand why it works on a mobile but not a desktop, or vice-versa.

    #198255

    Hey,
    So I think there is some confusion about how backgrounds work… Check out this post:
    https://www.kadencewp.com/background-image-sizing/

    Main point backgrounds do not define the size of a content area. They are only a background and the content defines the size. You seem to be wanting the background image to display in full and that would require that the background define the size of the area.

    So instead of using the page title options with a background I suggest using a slider like the Kadence slider and turning on respect aspect ratio. That way the slider (even with one image) will define the height based on the image.

    Does that make sense?

    Ben

    #198247

    it’s not live yet, but you can see it here :

    I currently have the padding settings specified on this page
    https://averti.co.uk/demo/JCAND/horses/

    But not on this page
    https://averti.co.uk/demo/JCAND/the-stables/

    In forum: Virtue Theme

    In reply to: customize style.css

    #198237

    Hey, Marc

    Please do not post in someone else’s topic. When you need to ask a question create your own topic.

    See the create topic at the bottom of this page: https://www.kadencewp.com/support-forums/forum/virtue-theme/

    Thanks!

    This is the css:

    
    .portfolio_item .imghoverclass {
        display: none;
    }
    .portfolio_item .portfoliolink {
        position: static;
        border: 1px solid rgba(255,255,255,.2);
        opacity: 1;
        background: rgba(255,255,255,.4);
    }
    .portfolio_item:hover .portfoliolink {
        border: 1px solid rgba(255,255,255,1);
    }
    #198234

    I dont know what the issue is here – I am using Pinnacle Premium and attempting to use background images for the page title which are 700px high.

    On a desktop, the image displays as a 200px high “slice” of the image, but when I view it on a mobile device, it is responsive and shows the full height and width of the image.

    I can correct the display on a desktop by using the “padding” fields to manipulate it to the correct height, but when I do that, the mobile display is not responsive and only shows a (full height) narrow vertical strip.

    How can I get the full height/full width image showing on all formats?

    And is there a setting which allows the title and subtitle to appear on a coloured background on tope of the image?

    Thanks in advance

    In forum: Ascend Theme

    In reply to: Content cuts off

    #198227

    Hey Lara,

    Can you specify which page elements you’re having issue with? I can’t see anything obviously wrong.

    There isn’t really a way to use page builder on category pages, unless I”m overlooking something.

    One option would be to add the posts with shortcode or widget in page builder, then add the other widgets above.

    An example of blog post shortcodes by category would look like this:
    [blog_posts type="grid" orderby="date" items="4" cat="photos"]

    Here are shortcode options:
    http://docs.kadencethemes.com/ascend-premium/shortcodes/

    Let me know if that’s helpful.

    -Kevin

    #198222

    Hi Paul,
    You can edit your font colors from Theme Options > Typography. Your page titles pull from your h1 settings, and the sidebar titles pull from h3.
    Hope that helps!

    Hannah

    In forum: Ascend Theme

    In reply to: Content cuts off

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

    In reply to: customize style.css

    #198214

    link of the page portfolio is here .. http://mauriziomontobbio.com/portfolio-lighting-designer/

    In forum: Ascend Theme
    #198212

    Good Afternoon,

    I’m using a transparent header on the homepage however now that I’ve added a topbar to it the topbar doesn’t have the same transparency as hte header. I’ve tried to use CSS however this seems to appear infront of the topbar content making it look washed out.

    Is there somthing I can do to fix this?
    The current header transparency is 0.4.

    Many thanks for your help,
    Anthony

    #198203

    loading home page today (no modifications has been made and always was running properly) revolution slider is not loading a vimeo video displaying this message “Vimeo Froogaloop Api Could not be loaded ! Please Check and Renew SSL Certificate !”

    on the themepunch support they say

    As you have received our plugin via a theme purchase, there are two options:

    1. For setup and integration issues, please contact the theme author directly. If you want to update the plugin, you will have to wait for the theme author to include the latest version in their theme. With the latest plugin .zip file you can then do a manual update.

Viewing 20 results - 16,121 through 16,140 (of 53,646 total)