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

    Pagebuilder just redid there entire plugin. You can back up and install the previous version from here: https://wordpress.org/plugins/siteorigin-panels/developers/

    I haven’t have a situation where my page didn’t transfer so it could be a plugin issue thats causing your pages to not switch over. Have you tried deactivating plugins.

    Ben

    #25698

    The white line is caused by

    .contentclass {
    padding-bottom: 5px;
    }
    

    make that 0 and it will be removed.

    As for the sizes on one page you have all equal column sizes.. .that is the page where it looks small.

    On the other page you have the outside columns at around 10% and the inside at 14

    Ben

    #25697

    Hi Ben,

    I just updated to the newest version of Virtue, Page Builder, and the new WordPress install.

    The bg images on my site are all out of whack and when I click on a page to edit, it comes up as text and when I click on the page builder tab it asks if I want to convert the content to Pagebuilder. When I do that, it puts it all into one widget, which causes even more issues.

    Any thoughts on what is going on?

    Thanks,
    Greg

    In forum: Virtue Theme

    In reply to: Contact Form

    #25695

    How can I align my sample websites horizontally on the page with their captions?

    #25694

    brilliant thank you! That worked.
    Okay (so sorry about this) but my original problem is now back again. I have changed my ‘button menu’ the info boxes at the bottom so they are no longer using the old style wide grey class – I have got the grey background and white line at the bottom but for some reason even though they are set up exactly the same one one page it looks great and another the boxes are small and far apart again…

    Any help?

    This is the one that is right:
    http://ruttle.co.uk/plant-hire/

    And this is the one that looks small:
    http://ruttle.co.uk/plant-sales/

    many thanks

    nic

    #25686

    Ok, got it.
    I will just put “Page Content” in the homepage layout manager.
    That does it as well

    #25685

    You can use this css:

    .kad-info-box img {
    margin: 2px 0;
    }

    The bottom, looks like the old pagebuilder classes.. you can add this:

    .panel-row-style-wide-grey {
    padding-top: 10px;
    }

    Ben

    #25683

    I would use a child theme and change the code to move the mobile menu but with your css hack you need to at least add position: absolute; to the code above. which can fix your page title but that still means you have no menu for tablets.

    I would use a media query on that css your adding.

    Ben

    #25682

    Okay I have temporarily disabled maintenance mode. You can see here:
    http://ruttle.co.uk/doosan-dx80-tracked-excavator/
    it is the boxes on the right (download a brochure, quote me now, etc) that the spaces between needs to be smaller.
    Also the menu buttons on the bottom of the page (plant hire, plant sales etc) there is now more grey space above them – I have tried loads of different combinations to reduce the space to what it was but to no avail.

    The new pagebuilder update has kind of put me back a few steps – i’ve even lost an entire page!!! http://ruttle.co.uk/cat-730-dumptruck/ and have no idea why!

    Many thanks

    Nic

    #25679

    Hey,
    With the new pagebuilder you shouldn’t have to use 1 any more.

    I can’t tell you what the css should be without seeing the site. anyway you can make it open for a while or send a link?
    Ben

    #25666

    Hey, you can still use the home slider with a static page. So you can enable the flex slider through theme options > slider settings.

    Hannah

    #25664

    Hello,
    I will use a static page as start page.
    So I was able to transfer most of the elements I needed to shortcodes:
    New!
    [recent_products per_page="4" columns="4"]
    Bestseller
    [best_selling_products per_page="4" columns="4"]
    On Sale
    [sale_products per_page="4" columns="4"]
    Featured Products
    [featured_products per_page="12" columns="4"]
    News
    [blog_posts items="4" orderby="date" cat="blog"]
    Categories
    [product_categories columns=”6″ parent="4"]

    The only short left needed (or any other way to implement) is the slider code.
    How do I insert the flex slider manually into a page?
    Regards
    Juergen

    #25654

    Hey, you can do this using css and page-id’s. So it would look something like this:

    .page-id-71 .titleclass {
    display: none;
    }

    Only with correct page-id.

    Hannah

    #25652

    I was happy with the padding between the info boxes but client now wants them even smaller.
    Can’t post a link as the site is currently in maintenance mode. But here is what it looks like now:
    http://www.auntydotssweets.co.uk/wp-content/uploads/2014/12/Ruttle-Hire.jpg

    And here is the padding/spacing that I would like it to look like (approx half):
    http://www.auntydotssweets.co.uk/wp-content/uploads/2014/12/Ruttle-Hire-Approved.jpg

    I have it set up in pagebuilder and the padding in the pagebuilder setting is at 1 (as recommended in above thread) and I also have the CSS in the theme options:
    .kad-info-box {
    padding: 0px;
    }

    Help!
    Many thanks
    Nic

    #25651

    Hello,

    Is there a way to hide the page title on some pages (but not all) please?
    using Virtue Premium.

    many thanks

    Nic

    #25647

    Hey Ben,

    I may be totally blind and it’s probably an obvious option, but I can’t find a way to translate a Home Custom Carousel (running WPML).
    So I have been trying to build a Virtue Gallery in PageBuilder, or similar, and I just can’t find out how to make such a widget look exactly like the custom carousel.

    What are my options here? what would you recommend?
    Thanks!
    Anne

    #25640

    I would suggest using pagebuilder, You can create a layout with two columns then have one act like a second sidebar.

    Ben

    #25639

    Ben,

    Is there a way to do a child them with the sidebar page template so I can have a sidebar before the page content and the normal sidebar after the page content?

    For example I am currently using the subtitle box to for some content on my page, but it does not have the wsywig editor so I want to use a sidebar with the visual editor widget. But I am using the sidebar position for another item.

    Thanks

    Jeremy

    #25634

    Hi, I’m building a personal site and my portfolio page is working fine except there’s a <H5> menu that shows up on the page that says “All” as in All Portfolio Items. I believe the idea is then to add new “portfolio types” that will show up beside the All button. The only problem is that I’d like to change the font to all UPPERCASE on these menu items.

    The page in question is:

    I tried going into the portfolio PHP and adding an “ALL” beside the existing <H5>code, but I just ended up with an extra button on top of the existing one (my new button read ALL in caps, and it even highlighted when I rolled over it which was nice, but the other button was still there so I know I didn’t change the right thing).

    I think the code in question is (grabbed from firebug):

    <section id=”options” class=”clearfix”>

    <ul id=”filters” class=”clearfix option-set filter-collapse”>
    <li class=”postclass”>

    <h5>All</h5>
    <div class=”arrow-up”/>

    The h5 should read “ALL”

    But I can’t figure out where on my site the <h5> heading is to change.

    I can see all of the php files in the editor section – is there an html page hiding somewhere? Or a way to access the html in the Portfolio page? I imagine this is simple and I’m just not looking in the right place.

    Thanks for any help!

    Sarah

    In forum: Virtue Theme

    In reply to: Contact Form

    #25628

    You have this css in your child theme:

    #form {
    width: 400px;
    float: right;
    height: 200px;
    padding-right: 0;
    margin-right: 150px;
    margin-bottom: 40px;
    margin-top: 20px;
    }

    and it’s forcing the contact form to overflow the page. You doing that on purpose?

    Ben

Viewing 20 results - 48,481 through 48,500 (of 53,646 total)