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 - 47,221 through 47,240 (of 53,646 total)
  • Author
    Search Results
  • #31690

    Hi,

    I want to place text on top of the main menu and found a way with pagebuilder and widgets to do it. But now there is too much space between my menu and the slider. How can i resolve this?

    This is my website:

    Thanks in advance,
    Stefan

    #31689

    Hi,

    My domain is:

    At the top of my page, there is a grey band between my sticky header and my revolution slider. This grey band is my content background. Could I remove this small piece of padding so that it is seamless from the sticky header onto the revolution slider?

    Thank you
    Steve

    #31683

    You are talking about your shop page right? not your home page (which is empty)?

    Ben

    #31682

    I looked at your site, I see all the products and images on our shop page?

    What browser are you working in?

    Ben

    #31677

    Hello, I bought the premium Virtue Theme a few days ago. I like everything about it. I had a different theme and also on woocommerce but wanted to switch to this theme. I am working on a new ebooks store, i am still a novice in this. The problem is the images are not showing on my shop page. I have done all the settings but in vain. Wanted my shop to look like the demo style 1 without slider, just static with ebooks displayed. Please help on how to go about it.
    Thanks..

    #31676

    By adding color and size to the containing div it wouldn’t override the rules effecting the elements inside that div. For example. If an h1 font has a color style of black and you place it in a div with the color style white the h1 will still be black because of css specificity.
    http://www.smashingmagazine.com/2007/07/27/css-specificity-things-you-should-know/

    If you want to change the line height of the call to action widget you can use css and you can use css that will only ever apply to that widget through css specificity. For example this will effect the call to action widget on your home page:

    div#pgc-225-0-0 .widget_virtue_calltoaction_widget h1, div#pgc-225-0-0 .widget_virtue_calltoaction_widget h5 {
        line-height: 60px
    }

    Ben

    #31674

    To be clear, your saying portfolio page but you mean portfolio post correct?

    You can use this plugin to duplicate posts. https://wordpress.org/plugins/duplicate-post/

    Ben

    #31672

    I thought you wanted archive pages? You can see here the css if effecting? http://liesellund.com/blog/2014/12/

    Ben

    #31670

    Hi,

    As I’m working to create my Portfolio pages, I got to wondering if it is possible to create a “template” Portfolio page. Since alot of the layout information is the same on each of my portfolio pages, it would save some time to be able to set up a blank one and copy it, then fill it in with the particulars. Then I could be assured of uniform spacing and limit my potential for typos. Is this possible? I didn’t see any option to copy an existing Portfolio page, so I’m thinking not. If not, I would love to see this as an enhancement.

    Thanks!

    Melissa

    #31666

    Thanks, Hannah! 🙂 I wouldn’t have guessed that one. Perhaps this could be added to a tutorial for others? I noticed that there doesn’t appear to be a tutorial for creating a demo style two homepage. Maybe if there were, that would keep this question from being asked again. I will mark this resolved and again, thanks very much!

    #31665

    to make it easier for you i just put the page online: http://www.vomgigler.at
    it is all work in progress but maybe you can see what i mean.
    at the moment there is a slider with two frames. beneath there is a headline “ideen vom gigler”. this is the line i’ve chosen in the home layout menu for the full portfolio.
    if you click on “referenzen”, “tv spots” you’ll see the portfolio post which i made for this section and which don’t appear on the home page.
    Florian

    #31659

    Hi,
    I am trying to figure out how to make an image slider go to the top of the page like in the Pinnacle theme without having the header bar cut it off like in the Virtue theme. Ideally, I would like the header bar to be transparent over the image slider if possible.

    Thanks again!

    Amanda

    #31656

    Hi Ben,
    i have enabled the module in the home layout. and before i created portfolio pages and given them a type like “TV” “print” etc.
    the strange thing is that nothing appears on the home page.
    If I choose the portfolio carousel for the home page everything works fine. but i don’t want to have a carousel on the home page. I’d like to have a a portfolio grid starting right under the fixed header to scroll down through the projects.
    I hope i describe it understandable as english isn’t my mother tongue.

    Florian

    #31652

    The portfolio type is not a page it’s like a category and you can make them right in the portfolio section. Right under add new.

    You don’t have to choose a type for the portfolio grid to show. as long as the module is enabled in your theme options > home layout.

    Ben

    In forum: Virtue Theme

    In reply to: A few small css things

    #31647

    1. You can use this css:

    .tooltip.top .tooltip-arrow {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      border-top-color: #fff;
      border-width: 5px 5px 0;
    }
    .tooltip-inner {
      color: #000;
      background: #fff;
      border: solid 1px #fff;
    }

    2. You can use this css:

    @media (min-width: 992px) {
    html, body {
    height: 100%;
    }
    html body.wide #wrapper.container {
    min-height: 100%;
    position: relative;
    padding-bottom: 91px !important;
    }
    #containerfooter {
    position: absolute;
    width: 970px;
    }
    }
    @media (min-width: 1200px) {
      #containerfooter {
    width: 1170px;
    }
    }

    3. Use this css:

    .woocommerce table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page #content table.cart a.remove {
    color: #414141;
    }

    4. In the shortcode remove the “start=open” if you don’t want the first to start open.
    4b. use this css:

    .panel-body p {
    margin: 0;
    }

    5. You would have to use inline styling in the html. like:
    <h1 style="font-size: 40px; font-family:lato;">100% Kuscheln. 100% Sicherheit.</h1>

    Ben

    #31646

    I want to create a full portfolio on the starting page to display all kind of projects without using a carousel.
    So i created several portfolio pages.
    But in the settings i cannot choose the type so nothing is appears on the starting page.
    In the settings i only see the text “Portfolio Full Category Type. Choose type for the Portfolio Full.” and next to it “No items of this type were found.”
    When i choose the portfolio carousel the thumbnails are visible on the starting page.
    I work on a macbook with yosemite.
    Thanks in advance!

    #31641

    My site has a main black background. On carousel’s and product category pages it gives products a dark gray background. How can this color be changed or background image added?

    #31629

    Hi,
    I recently purchased the Virtue Premium Theme and transferred it via ftp to my WordPress Themes. It shows a blank white page under live preview and very generic text unrelated to the theme when you go to “Visit Site”. I tried reinstalling theme to computer and then re-uploading, but am still having the same issue. Please help. Thank you.

    #31626

    “pre-page” is miss leading. Shortcodes don’t have pages. They don’t function like an archive and wordpress can’t create pages from them.

    When you put 12 your saying I want 12 items.

    Ben

    #31625

    Hi guys,

    Our homepage features a series of horizontal sections that have a headline and a subhead, but not a call-to-action button all the time. I can’t work out how to remove the Virtue Call-to-action button, and I can’t find a default widget that makes it easy to insert a nice-looking headline/subhead set. The visual editor only offers h1, h2, etc. which don’t match the font for the rest of my site.

    At this point, it’s pretty ugly. The slider is OK, but the body is not.

    .

    What do you recommend for a headline/subhead widget?

    Thanks!

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