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 - 50,021 through 50,040 (of 53,646 total)
  • Author
    Search Results
  • #18344

    Hi Hannah,

    thanks for your quick reply. My page isn’t live yet.
    I meant the pictures which are inserted with a normal editor in page biulder. when you hover over the picture there’s a slight shadow around in grey.
    I don’t manage to delete it.

    Best
    Tilman

    #18341

    I put the css on my child page, sorry. Do you want me to move it? I just thought I would keep it with all my other changes.

    #18340

    The sliders were activated on the plugin page. I then went in to the theme options and chose the plug in on the slider option page. Right now I have the image chosen in the carousel slider option and the image extends past the borders of the home page. It just doesn’t adjust with the screen. The flex slider image adjusts with the width of the screen but stops short at the text and menu items on the home page. I’m sorry if this is not making sense. I’m just really new at this and may not be using the right terminology. Like I said before, I really can live with the image stopping short. Thanks for your help!

    In forum: Virtue Theme
    #18335

    If you want to do this with just an image you would have to choose “none” in the project options where you choose image. Then add your second image to the page content, just be sure to set your layout as three rows.

    As for other options, you can set your portfolio page to have a masonry look where you turn the ratio cropping off too.

    Ben

    In forum: Virtue Theme

    In reply to: Version 2.6.3

    #18334

    Bruno,
    You can update right in wordpress but I just made sure you can also download from the my-account page. Sorry about that.

    Ben

    #18333

    ok, this css would work:

    
    .home .kad-header-left, .home .kad-header-right {
    display:none;
    }
    .home.page-id-668 .kad-header-left, .home.page-id-668 .kad-header-right {
    display: block;
    }

    Ben

    #18332

    I am creating an online portfolio and I am looking for a way to have a different featured image on the portfoli-single page than the main image I want to display. This would allow me to choose a specific image to show on the portfolio grid versus a cropped version of the larger image I want on the page. The theme does this if you are using a image slider or video, but not if you just want to use a single image.

    Am I missing something in the template/ is there an easy way to fix this?

    #18327

    this is the page you land on when you type in my URL

    This is the page I labeled Home on the menu

    The top bar code worked perfectly. Thank you.

    #18325

    You have a page called home and a home page?
    Can you post a link?

    #topbar {
    display:none;
    }
    .post-type-archive-product #topbar {
    display:block;
    }

    Ben

    #18322

    That worked a little too well. 🙂 It removed the menu and logo from the page set as my homepage, as well as a page I labeled Home. Is there any way to remove from the homepage only without renaming the page I labeled Home?

    Also how do I get the topbar to only show on the Store pages?

    #18320

    This has to do with the size of your images.
    They are 850px wide. But the page content is 848px wide, so the browser resizes to fit. Browsers have a hard time resizing images when it’s only a matter of 2px it means that the height gets a funky half pixel resize effect.

    Ben

    #18319

    Hey,
    You can use this plugin: https://wordpress.org/plugins/ce-wp-menu-per-page/

    as for hiding the logo and menu on the home page you can use this css:

    .home .kad-header-left, .home .kad-header-right {
    display:none;
    }

    Ben

    #18317

    Padding wouldn’t increase quality but shows it’s normal size. Without this padding it has more width in browser than it has normally. So image has worse quality.

    You can see this on this page: http://lifewelove.com/en/intriguing-hyperboloid-on-the-top-of-jested/

    see the photo with caption: The water reservoir in Jablonec nad Nisou is the largest urban area of ​​water in Central Europe.

    If you change on this class: `media=”all”
    .thumbnail [class*=wp-image] {` padding from 0 to 10px you will see better quality. Look at he peaople on the beach. with padding: 0; they are a little blurred.

    #18316

    Is there any way to have different menus visible on individual pages? I would like to turn off the logo and standard menu on my home page only. I would like the topbar to only be visible on my shop page.
    Link to home page

    #18314

    “Under the reading section I have the front page set to static and I do not have a post page selected.”

    If you want full blog posts on your home page then you have to set the font page as your latest posts page.

    And you would use the “page content” in the enabled and not your “latest blog posts”

    And at the bottom of your theme options > home layout where is says: “Page Content Options (if home page is latest post page)”

    You need to select “Latest Post Display” full.

    Ben

    #18305

    Hey Ben,

    I have been trying to make the blog posts on my home page show full posts and no matter what changes I make to theme options it stays as an excerpt.

    Under the reading section I have the front page set to static and I do not have a post page selected.

    For each article in a feed, it is set to Full Text under reading section.

    Under theme options for home page, I have Latest Post Display set at full.

    Here’s a link to the homepage http://www.spartanhomeservices.com

    Thanks, Derek

    #18302

    Assuming your talking about the featured products.. (you didn’t post a link)
    The order depends on the order of your products in the admin products page. you can change the order by clicking the sort products button.
    Ben

    #18299

    The Kadence, cyclone and revolution slider are all plugins, you set up the slider in the plugin area and then assign in on the home page.

    If you mean the white space that extends beyond 1140px (page width) then I don’t understand why you where saying carousel slider was any different. It doesn’t extend to the screen with unless you are on a screen smaller then 1040.

    Ben

    #18297

    You are using the secondary menu it is spaced by percentage of each item. So regardless of the items letter length each would be say 16% of the page width.

    You can change that to a padding base with this css, just add in the theme options > advanced settings:

    #nav-second ul.sf-menu>li {
        width: auto;
    }
    #nav-second ul.sf-menu>li a {
       padding: 10px 20px
    }

    Ben

    #18293

    That link it talking about showing the category image on the category archive page. Which with virtue you can show a slider with multiple images or just one image. That isn’t at all talking about the single product page. SO I’m still confused on what your asking.

    Ben

Viewing 20 results - 50,021 through 50,040 (of 53,646 total)