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 - 48,741 through 48,760 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #24553

    Hi again…

    To be clear, the only page I am having trouble with is the homepage of the site, which is set in Woocommerce to be the Shop page. The column settings for for Products, but not for Categories. I would like either 2 x 2 or 1 x 4 categories on the homepage!

    Thanks,

    Valerie

    In forum: Virtue Theme
    #24550

    I had the same problem. The page ID doesn’t work, but the page slug does! Brilliant, Hannah, thank you.

    #24532

    So if you look here the video shows some options for your home page.. layout out how you can use pagebuilder: https://www.kadencewp.com/creating-a-home-page-with-virtue/

    Inside page-builder you can add a virtue: carousel widget and choose to show blog posts.

    If you want to show a grid then you would make your home page the latest posts. in your settings > reading. The “page content” becomes your posts and you can select grid at the bottom of your theme options > home layout.

    Ben

    #24530

    Hi
    Could you please give me more details about your shortcode proposal and how to do the blog carroussel.
    Playing with the different options i only succeed to display a blog post carroussel on the bottom of posts but not on the home page
    Sorry to disturb you
    Thanks and best regards

    #24524

    Hello, I am attempting to design our schedule page, but seem to be running into some difficulty getting [tab] and [accordion] to play nice.

    The schedule page is meant to be designed as follows:

    One Tab for WEEKDAYS and one Tab for WEEKENDS
    Inside WEEKDAYS Tab, accordions for Monday through Friday
    Inside WEEKENDS Tab, accordions for Saturday and Sunday

    However, on the WEEKENDS Tab, the accordions for: Wednesday, Thursday, and Friday are still visible. Since this is a live site, an example page of the intended design with the bug can be viewed (here).

    In forum: Virtue Theme

    In reply to: responsive

    #24516

    thanks lot work successfully i have menu in my home page http://www.ponelec.com/fr i wanna know how to change sub menu size and colors

    the menu name : Services

    In forum: Pinnacle Theme

    In reply to: Blog page

    #24509

    In the settings > reading. Make sure you don’t have that page set as your latest post page.

    Then in the page settings scroll down and turn the page header off.

    Ben

    #24504

    I have added a Virtue Gallery Widget to the sidebar on one of my pages but the images seem to be fuzzy – I have tried resizing them (smaller) but it doesn’t seem to make any difference. How might I get the images to be sharper please?
    Susan
    Here is a link to the page

    #24502

    I have my new website up and running ( but I’m having a few issues. The first issue I am having is with my mobile navigation menu being stuck behind the revolution slider on the homepage. When I originally input the slider it was going full screen so we had to make an adjustment by adding some css code. Now I think that code is forcing the slider in front of the menu:

    .sliderclass {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    }

    So I’m not sure how to make that slider code only applicable when viewing the desktop version.

    Second issue I’m having is with the mobile version of my site. I want to use a different slider for the mobile version but I’m missing the plugins for the kadence and cyclone sliders.

    Third issue is also related to mobile. When my mobile menu expands it is transparent and you can barely see any menu items. I’m certain that my css is clobbering it but I can’t pick it out. Any thoughts?

    /***** GLOBAL *****/
    .sliderclass {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    }

    #kad-banner {
    padding-bottom: 20px;
    }

    #logo {
    padding-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    }

    #thelogo {
    height: 75px;
    width: 360px;
    margin: 0 auto;
    padding-top: 10px;
    }

    #topbar {
    pardding-top: 20px;
    padding-bottom: 0;
    }

    #kad-banner>.container {
    height: 80px;
    padding-top: 0;
    margin-top: 0;
    }

    .page-header h1 {
    font-size: 28px;
    text-transform: uppercase;
    color: rgb(68,68,68);
    font-weight: bold;
    }

    .footerclass {
    border-top: 2px solid #BEB6BF;
    }

    /***** HOMEPAGE *****/
    .home_content {
    margin-top: 20px;
    }

    .home_content h5 {
    border-bottom: 1px solid #BEB6BF;
    margin-bottom: 15px;
    padding-bottom: 5px;
    }

    .home_content a {
    text-decoration: none;
    color: #9773F1;
    }

    /***** BLOG *****/
    .vendor_link {
    text-decoration: none;
    color:#B175BD;
    }

    /*****INFO PAGES *****/
    .info_pages h1 {
    font-size: 28px;
    text-transform: uppercase;
    color: rgb(68,68,68);
    font-weight: bold;
    }

    .info_pages subtitle {
    text-transform: uppercase;
    }

    .info_page h5 {
    color: #76777A;
    }

    /***** FAQ PAGE *****/
    .faq h5:hover {
    color: #000000;
    cursor: pointer;
    }

    .faq>.question>h5 {
    color: #000000;
    cursor: pointer;
    line-height: 30px;
    }

    .faq>.answer p {
    font-style: italic;
    }
    .faq a {
    text-decoration: none;
    color: #9773F1;
    }

    /***** ABOUT *****/
    #contact_info {
    padding-top: 0;
    }

    #submit {
    // background-color: #898785;
    background-color: #D0CFCE; background-image: -webkit-gradient(linear, left top, left bottom, from(#D0CFCE), to(#BCBCBC));
    background-image: -webkit-linear-gradient(top, #D0CFCE, #BCBCBC);
    background-image: -moz-linear-gradient(top, #D0CFCE, #BCBCBC);
    background-image: -ms-linear-gradient(top, #D0CFCE, #BCBCBC);
    background-image: -o-linear-gradient(top, #D0CFCE, #BCBCBC);
    background-image: linear-gradient(to bottom, #D0CFCE, #BCBCBC);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#D0CFCE, endColorstr=#BCBCBC);
    color: #000;
    }

    #submit:hover {
    background-color: #BBBAB9; background-image: -webkit-gradient(linear, left top, left bottom, from(#BBBAB9), to(#A9A9A9));
    background-image: -webkit-linear-gradient(top, #BBBAB9, #A9A9A9);
    background-image: -moz-linear-gradient(top, #BBBAB9, #A9A9A9);
    background-image: -ms-linear-gradient(top, #BBBAB9, #A9A9A9);
    background-image: -o-linear-gradient(top, #BBBAB9, #A9A9A9);
    background-image: linear-gradient(to bottom, #BBBAB9, #A9A9A9);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#BBBAB9, endColorstr=#A9A9A9);
    }

    #24501

    Ben/Hannah,

    Thanks for getting back. I have product ordering set as “custom ordering+name”. At this link you will see my main product page http://pilgrimagepublications.com/pp_2014/

    In full screen 1680 px wide the top line reads menu-item 0,1,2,3 the next line 5,7,6,4.

    If have since noted that if I shrink the window width to that of the top bar the second line becomes 4,7,6,5.

    If I further shrink so that there is just enough space for 3 cols the order of the first 8 items becomes 0,1,2,3,5,4,6,7

    At 2 cols window width the first 8 are fine but there is a prob lower.

    When I finally shrink to 1 col – everything is fine. Unfortunately 4 col seems to be the visual display!

    #24481

    Hey,
    In the settings > pagebuilder. You can enable for portfolio items.

    Ben

    #24480

    Hey,
    The images are sized to fix the columns they are in. And if you have more columns they would be smaller. The “latest posts module” only has a 2 column option but you can use a shortcode for a blog carousel. Or change the page to be your latest post page then use the “page content” to display your posts in a grid like the blog grid page.

    Ben

    In forum: Virtue Theme
    #24471

    Thanks – how do I make the widgets align horizontally rather than vertically on the page?
    gocon.com.au

    #24464

    Hi
    Does the virtue premium theme support site origin page builder. It works for pages and posts but not my portfolio items. How can i get the portfolio to have page builder appear as an editing option.

    Thank you
    Angie

    #24463

    Thank you.

    I still get (SKU: N/A. Category: Class.) on the product pages.
    Did I miss something?
    Thank you

    Patricia

    #24462

    I just install virtue premium and i have a very basic question :
    How to re-size the image displayed in the section “latest from the blog” of a static home page with virtue premium.
    The heigh & width are too large and i would like to reduce the default size
    I didn’t find any option in the home page setting . The max column for blog is 2.Is it possible to increase this amount?
    if yes do the images will be automatically resized or may i have to modify or introduce some code ?
    Thanks a lot for ypur help

    #24460

    Not sure if this issue is with the theme or with Woocommerce, but I am trying to use custom ordering to ensure that my most important products appear first in my shop page(s) and that other related products are closely grouped.

    On the Products/Sort Products admin page everything is fine and consistent. In Products/Product Data/Advanced/menu order …everything is fine, but on the site when I display the shop page (4 column), the first row is fine and then in subsequent stuff gets jumbled. I have tried to find a pattern but to no avail.

    In forum: Pinnacle Theme

    Topic: Blog page

    #24457

    Hi guys

    My Blog Page “News” Page is malfunctioning, here is the link how can I fix it? I would like to have it exactly the same as other pages! As you can see there’s an extra header!

    In forum: Pinnacle Theme
    #24439

    Great Hannah! I didn’t know the use of Image menu in the home page. There’s a plenty of options and features so little by little I’m learning the use of them.

    Angelo

    In forum: Pinnacle Theme
    #24437

    Hey, you can do this in theme options > home layout. Just enable the image menu and customize as desired.
    Just so you know, page builder is a great way to add widgets to pages. You can customize heights, widths, columns, etc.

    Hannah

Viewing 20 results - 48,741 through 48,760 (of 53,646 total)