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 - 32,621 through 32,640 (of 53,646 total)
  • Author
    Search Results
  • #98952

    The only place I can see where to set a ratio is on a page with the template of a portfolio grid but not in a portfolio itself nor on a page that is set to the default template rather than the portfolio template. There are times I would like an image gallery on a page with a default template. With the CSS code I think the images still need to be sized more than 300×300. If I tried with images less than 300×300, some images would skew.

    #98950

    Hi Ben,

    Contact page is fixed, thanks!

    Title in portfolio item is still not working…

    Here’s the CSS:


    @media
    (min-width: 992px) {
    .main.col-md-12, .sliderclass .flexslider {
    padding-left: 110px;
    }
    .page-header {
    margin-left: 110px;
    }
    }


    @media
    (max-width: 992px) {
    .wrap.contentclass {
    background: #fff;
    }
    }

    .postid-36 .flexslider.kt-flexslider.kad-light-gallery {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    }
    .kad-info-box {
    text-align: center;
    }

    .kad-info-box i {
    float: none;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    }
    .titleclass h1 {
    display: none;
    }
    .page-header {
    display: none;
    }

    @media
    (min-width: 992px) {
    #main.col-md-6 {
    padding-left: 110px;
    }
    }
    .page-header.single-portfolio-item {
    border: 0;
    display: block;
    }
    .page-header.single-portfolio-item h1 {
    display:none;
    }

    #98942

    Hey,

    2. Use this css:

    @media (min-width: 992px) {
    #main.col-md-6 {
        padding-left: 110px;
    }
    }

    3.

    .page-header.single-portfolio-item {
        border: 0;
        display: block;
    }
    .page-header.single-portfolio-item h1 {
        display:none;
    }

    and put this back in.

    .page-header {
    display: none;
    }

    Ben

    In forum: Virtue Theme

    In reply to: activation

    #98936

    The slider and the gallery are differnet things. Did you see in the docs where there is a meta box area for slider images? near the bottom of the page?

    Ben

    #98934

    Hi Kevin,

    Your last suggestion was already in the CSS.

    2. Still no effect, contact page is still misaligned
    3. I added your code, the portfolio items now display the double horizontal line again but without the title.

    Here is the complete code as it is now:


    @media
    (min-width: 992px) {
    .main.col-md-12, .sliderclass .flexslider {
    padding-left: 110px;
    }
    .page-header {
    margin-left: 110px;
    }
    }


    @media
    (max-width: 992px) {
    .wrap.contentclass {
    background: #fff;
    }
    }

    .postid-36 .flexslider.kt-flexslider.kad-light-gallery {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    }
    .kad-info-box {
    text-align: center;
    }

    .kad-info-box i {
    float: none;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    }
    .titleclass h1 {
    display: none;
    }
    .page .page-header {
    display: none;
    }
    }

    @media
    (min-width: 767px) and (max-width: 1199px) {
    #pg-28-0 .panel-grid-cell {
    padding-left: 100px;
    }
    }


    @media
    (min-width: 1200px) {
    #pg-28-0 .panel-grid-cell {
    padding-left: 125px;
    }
    }

    In forum: Virtue Theme

    In reply to: Kadence Slider

    #98931

    Hey Ben

    Sorry still no carousel on the page even with the new shortcode.

    #98930

    Actually, remove this CSS altogether. It’s not necessary when you are hiding the page header.

    .titleclass h1 {
        display: none;
    }
    #98929

    2. I’m not sure why this isn’t working. It works in inspect tool for me. Maybe it will go into effect after you fix answer 3.

    3. You’re missing a closing bracket in your custom CSS here:

    .titleclass h1 {
        display: none;
    .page .page-header {
    display: none;
    }

    It should look like this.

    .titleclass h1 {
        display: none;
    }
    .page .page-header {
    display: none;
    }

    Try fixing that and let me know if problem 2 still persists.

    #98928

    Thanks Kevin! Here are the results:

    1. Solved
    2. Seems to have no effect, have a look at the page if you will.
    3. The double horizontal lines have returned on all pages inclusing the portfolio items, but without the title in the portfolio items.

    #98925

    1. You can enable this by going into Theme Options> Menu Settings> and set “Hover and Active Font Color” as well as “Hover and Active Background Color.” Try this and let me know if that works for you!

    2. Try this CSS.

    @media (min-width: 767px) and (max-width: 1199px) {
    #pg-28-0 .panel-grid-cell {
        padding-left: 100px;
      }
    }
    
    @media (min-width: 1200px) {
    #pg-28-0 .panel-grid-cell {
        padding-left: 125px;
      }
    }

    3. Replace this:

    .page-header {
    display: none;
    }

    to this:

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

    Let me know if this works for you!

    #98922

    Hi Kadence themes,

    I have recently applied the virtue premium theme to my website mobitecture.com. All is well but I have a few questions about its appearance.

    1. As you can tell I have removed the page title and lines using custom CSS. To have some kind of indication what page you are viewing I would like to highlight the page name in the menu by underlining the page title, by making it bold or by changing its colour. Is there any way to achieve this?

    2. You have already given me a custom CSS to shift the spacing on the left to accomodate room for the vertical line. This works great on all pages except for the contact page. Please have a look at and tell me how to fix it?

    3. I would like to display the title at the top of each portfolio item. I suppose removing this option from the theme might not be the best solution since this apparently also removes it from the portfolio items. Is there a way to set this option per page? I saw a video for the pinnacle theme where you can choose to hide or display the page title, is this possible for the virtue theme as well?

    Since I have already made some modifications to the CSS I hereby post the custom code to give you the best possible impression on how my site is made.


    @media
    (min-width: 992px) {
    .main.col-md-12, .sliderclass .flexslider {
    padding-left: 110px;
    }
    .page-header {
    margin-left: 110px;
    }
    }


    @media
    (max-width: 992px) {
    .wrap.contentclass {
    background: #fff;
    }
    }

    .postid-36 .flexslider.kt-flexslider.kad-light-gallery {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    }
    .kad-info-box {
    text-align: center;
    }

    .kad-info-box i {
    float: none;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    }
    .titleclass h1 {
    display: none;
    }
    .page-header {
    display: none;
    }

    #98898

    Hello : )
    Can you tell me if it is possible to adjust the Shop category display? I tried drag and drop in the Product Category, but they will not move. I would like to put the more important products first.

    Also, this page is still not lining up correctly.

    Thanks!!!
    deb

    In forum: Virtue Theme

    In reply to: activation

    #98894
    This reply has been marked as private.
    #98885

    Which page? portfolios have a ratio option do you know what ratio you have set?

    Ben

    #98875

    Hi Ben,

    I see the following message on my WordPress admin page.

    Your theme (Virtue – Premium Child) contains outdated copies of some WooCommerce template files. These files may need updating to ensure they are compatible with the current version of WooCommerce. You can see which files are affected from the system status page. If in doubt, check with the author of the theme.

    I checked the system status page but I didn’t see anything unusual.

    Can you please let me know if you have any update on the files you have included in the original Virtue Child Theme?

    Thanks for the help,
    Jay

    #98866

    Hey,
    You don’t need to backups.

    One is fine woocomerce and vaultpress are owned by the same company so thats why they are suggesting to use it.

    This theme is ready for the update. I’ve been testing for a couple weeks. The big change in terms of what impacts the theme is a redesign to the my-account page. It’s set up more with tab like navigation now.

    BUT woocommerce made a huge change to how shipping is dealt with. This will impact any shipping system you are using even the normal core shipping options so you need to be ready to in some ways remake your shipping options and you need to check with any shipping plugin your using to make sure they are ready for the update.

    I hope that helps,

    Ben

    #98858

    Hello again, I couldn’t solve this problem by my own, help me..
    Here is the front page and I want to make list view like in the red box.
    Using page builder and that red box is a widget ‘Woocommerce products’, it only has 3 options which are all products, featured products, on sale products.
    I need list view of specific category. Is there a way? or similar looks to show?

    hermadeals.com
    Thanks always,
    Heejae

    #98852

    Hi! After last update (today), at the my site http://www.herodesign.cz disappeared portfolio page. In fact, there is all portfolio – just click on the clicked area – but disappeared, for now 🙁
    Do you have an idea, for correction this problem?
    Thanks

    Breta

    #98846

    In the category pages of our WooCommerce shop the images and text for each product is not being displayed, however if you hover over where each product should be you can still click to follow the links through to each product, and this page works fine. The page has a loading icon for a very long period as if it is trying to load the content. The pages which are not working correctly are any which include a list of multiple products. Here is an example of one of those pages:

    I switched to the 2015 theme, and this issue was no longer occurring so I know that it is linked to the theme and not to WooCommerce itself.

    Thank you for any help you can give me.

    #98845

    Hi,

    Is Virtue Theme supports PHP7?

    My site works perfectly fine under PHP5.6, but server error 500 shows up in certain pages/posts when switched to PHP7.

    I have WPML team to check on this & they feedback it is not related to WPML.

    Enclosed some of the details from error log fyi:

    Tue Jun 14 13:22:54.700901 2016] [lsapi:error] [pid 982566:tid 140480012490496] [client 188.121.41.186:49248] [host edinskincare.com] get_client_block(16384) failed
    [Tue Jun 14 13:22:54.700950 2016] [lsapi:error] [pid 982566:tid 140480012490496] [client 188.121.41.186:49248] [host edinskincare.com] Client error on sending request(POST /xmlrpc.php HTTP/1.1); uri(/xmlrpc.php) content-length(97445): user_get_body(3, 16384): read from client failed
    [Tue Jun 14 14:46:21.485503 2016] [lsapi:error] [pid 1040494:tid 140480418440960] [client 62.149.143.75:34654] [host edinskincare.com] get_client_block(16384) failed
    [Tue Jun 14 14:46:21.485553 2016] [lsapi:error] [pid 1040494:tid 140480418440960] [client 62.149.143.75:34654] [host edinskincare.com] Client error on sending request(POST /xmlrpc.php HTTP/1.1); uri(/xmlrpc.php) content-length(97445): user_get_body(3, 16384): read from client failed

    PS:
    Site: http://www.edinskincare.com
    I have switched back to PHP5.6 at the moment

    Thanks.

Viewing 20 results - 32,621 through 32,640 (of 53,646 total)