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,341 through 50,360 (of 53,646 total)
  • Author
    Search Results
  • #16776

    Love the new theme. I was a fan of the Virtue theme so I had no problem purchasing the new theme.

    With that said. I came across an issue with your theme and W3 Total Cache, specifically the minify settings.

    Seems that when i have Minify enabled all the body content will not populate. The areas where they are suppose to be are click-able so the theme recognizes that the items on the home page are there but you physically can’t see anything in the body.

    For now i just disabled the minify setting and it works great but hopefully you can help me or make the necessary changes to prevent that from occurring to anyone else.

    Thank you.

    #16768

    Yes, I cleared cache and restarted browser
    I have this issue in crome and mozilla. In demo I have this issue too https://cloud.mail.ru/public/e238d3d79581%2Fdemo.jpg
    White stripe only on slider, it’s not on the page below.
    It disappeared after resize of window.

    In forum: Virtue Theme
    #16753

    Is it possible to use the virtue: info box in the pagebuilder without having to use an icon? If so, how would I go about doing that?

    Thanks in advance!

    #16733

    Hey, So I just did some testing your right, looks like the issue is with pagebuilder, I will test a bit more then see if I can come up with a solution for them.

    Ben

    #16729

    You can use this:

    #kad-banner > .container:after {
    content: '';
    background: #000;
    height: 1px;
    width: 100%;
    margin-top: -8px;
    clear: none;
    display: block;
    margin-bottom: 8px;
    }

    if you want to loose the lines around the page title add this:

    .page-header {
    border:0;
    }
    #16728

    great, thanks Ben. That works great for the home page but the line doesn’t show on the other pages.

    The other pages now have two light lines up top.

    Don’t want to bug you too much with this. I’m actually quite happy with things and can lose the lines all together if need be.

    #16727

    You can use css to target a page.. for example your second page you can remove the date with this css:

    .page-id-3362 .postdate {
    display:none;
    }

    Ben

    #16723

    If anyone is curious how the custom fields in the staff posts turned out in the child theme, here’s a link to the page online now. I ended up placing the kanji & title at the front of the name for better responsive layout when the page gets narrow. The user selects the title from a popup on the Staff post backend and the title and associated kanji get pulled in by the template.

    http://traditional-karate.com/about/internationally-certified-karate-instructors/

    #16722

    Ben,
    I have turned on the Virtue theme Blog Option to “Show Date with posts?” and I like the way this makes some of our blog pages look like this one…

    I am also using a blog post page to create a lengthy list of article summaries. On this page I will use the published date to sort the articles by date order but do NOT want the date field to be visible. The article date is also referenced in the citation summary as you can see on this page…

    Is there a way to turn off the display of the date the blog post was “published” on individual posts AND specific blog post pages? I thought I could create an edited page-blog-no-date.php file in a child theme but could not figure out where the date info in pulled in.

    Thanks
    Mike

    #16707

    I’m running WordPress 4.0 and have the latest version of Virtue installed. I am able to modify the layout of the homepage using Theme Options –> Home Layout but when I try to add a new page (Pages –> Add New) or edit pages (Pages –> All Pages –> edit) I get the error below. This error does not occur when I switch to other themes.


    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    #16700

    Sure, here’s a screen shot – bars on the end are where I’d like it to stop. Arrows up and down represent vertical adjustment. Would like it on all menu pages. thanks!

    screen shot of site with line under menu

    In forum: Virtue Theme
    #16687

    Hey, try adding this to your custom css box in theme options > advanced settings:

    .woocommerce span.soldout, .woocommerce-page span.soldout {
    position: static;
    }
    

    Or if you want it to not show at all you can use this:

    .woocommerce span.soldout, .woocommerce-page span.soldout {
    display: none;
    }

    Hope that helps!
    Hannah

    #16673

    Hi

    I have noticed that the woocommerce sold out label is hidden behind the product image. How do I go about bring it forward or totally removing it all together? I think the Virtue theme one looks better but I would like the label to show on the product page too. Sorry if this has been answered before but couldn’t find anything on it.

    In forum: Virtue Theme

    In reply to: Sidebar

    #16630

    You can create extra sidebars in the theme options > misc settings

    You can choose to use them by using the “sidebar” page template. http://docs.kadencethemes.com/virtue/#sidebarpage

    Ben

    In forum: Virtue Theme

    In reply to: Spacing Issues

    #16629

    That works but it makes me leave the page and reload it. I am trying to prevent/avoid that from happening because I want the user experience to be a fluid one. Got any other ideas/scripts?

    Neal

    In forum: Virtue Theme

    In reply to: Custom Background

    #16625
    body.page-id-204 .page-header h1 {
    color: #fff;
    }
    In forum: Virtue Theme

    In reply to: Custom Background

    #16623

    Ew, that makes a white box around it. I just want to change the

    heading.page-id-204 .h1 {
    color: white;
    }

    So just turning the grey/black font to a white font for the heading or h1 on that page. (Employment Opportunities.

    Neal

    In forum: Virtue Theme

    Topic: Sidebar

    #16622

    Hey there!

    I was trying to add a Sidebar to a different page other than my homepage. I have tried to look at others questions on the forum in regards to this but I get lost when trying to implement it myself. So…what I am trying to do is have on my website ccs.tech2call.net a sidebar that shows job listings or Current Job Openings and be able to populate it there. If someone could assist me with this, I’d be greatly appreciative!

    Thanks
    Neal

    In forum: Virtue Theme

    In reply to: Custom Background

    #16621

    going to guess page title:

    .page-header {
    background: #fff;
    }

    Ben

    In forum: Virtue Theme

    In reply to: Custom Background

    #16620

    The header like logo area or header like page title?

    Ben

Viewing 20 results - 50,341 through 50,360 (of 53,646 total)