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,241 through 48,260 (of 53,646 total)
  • Author
    Search Results
  • #26740

    Hannah,

    That is closer. There is now a bit of spacing between the page content and sidebar. And the areas are ALMOST the same width. Check it out at steamerssoccer.com

    Thanks!

    #26736

    Hi,
    I’m trying to remove the gap under the secondary menu when I’m not on my homepage. I’ve got CSS to remove it on the homepage, but it’s present in all the other pages. I’m using pagebuilder. It’s fine on pages where my first row has a white background, but very noticeable on pages where the first row has a background colour.
    Thanks!

    #26732

    Link: ( I can email you a temp dashboard login if you like )

    Hi Ben,

    I’m rebuilding my site and would like to display all images on pages (shop, portfolio, blog, product etc) in their original ratio without cropping them?
    Currently the images display with bits missing as per these screenshots where the bottom of the swing picture is missing:


    &

    I don’t want to have to change picture ratios as I upload them as that is a hassle for the type of photo heavy site I will have.

    I have found these instructions which explain how to do set images to soft crop for an older version of WordPress, but can’t connect the dots to make this work in the Virtue Premium Theme

    Could you help me with the following points:

    – Do you have an easy easy way to implement what I want?
    – How can I tell the theme to display the images without cropping
    – Can I use the following code: add_image_size( $name, $width, $height, $crop); to add suitable sizes with the ‘soft-crop’ function? If so, can I just paste it at the end of the Child Theme functions file?
    – Can I use the following type of code format: the_post_thumbnail(‘medium’): // The Medium Size version to instruct the theme? If so, do you know the exact code and where it goes?

    FYI: My current Child Theme functions.php file is only this: ( I made it following instructions here so don’t know if it is actually working as i’m new to all this:

    <?php add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
    function theme_enqueue_styles() {
    wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );
    wp_enqueue_style( ‘child-style’, get_stylesheet_uri(), array( ‘parent-style’ ) );
    }
    remove_action( ‘wp_head’, ‘wp_generator’ ) ;
    remove_action( ‘wp_head’, ‘wlwmanifest_link’ ) ;
    remove_action( ‘wp_head’, ‘rsd_link’ ) ;

    #26726

    Resolved. I added the Woocommerce shortcode to the “cart” page.
    See next post for error re: checkout page.

    #26724

    Okay.. when the site resizes and puts the sidebar underneath the page content – How can I make the widths of the sidebar and page area line up?

    Thank you so much Ben!

    #26723

    Hello!
    I’m having trouble getting my topbar cart link to work. No matter what page I’m on, I click on the cart link and it and it just stays on the same page.

    Using most recent version of Virtue.

    website:

    Thanks!
    Autumn

    #26718

    Hello Ben,

    I installed Event Registration plugin which is simple but enough full of features to fit my needs.
    After creating successfully the event and showing in the page the calendar you can see it at

    I got a problem. Try to register and see that when you arrive at almost bottom page it stops working, I mean you can fill the form but when select in the dropdown menu it stops working and also everything in the page stops working your arrow to go on top page, the menu etc. maybe is a conflict but I cannot understand what to do.
    Please, have a check.
    If you need I send you again the admin data

    Thanks
    Angelo

    In forum: Virtue Theme

    In reply to: Page speed

    #26715

    Hi Ben,

    Not sure what’s happening with the site as I haven’t done anything since we last spoke but it seems the widgets aren’t fully loading.
    E.g. the testimonials only load sometimes, other times only a few load…you will have to refresh the page a few times to see this: http://movemigration.com.au/testimonials/

    Similarly for the Blog entries: http://movemigration.com.au/blog/

    And it looks like the same issue for my pulldown menu …the menus expand but don’t disappear after the cursor moves away.

    It’s also affecting my woocommerce products where some product images will load sometimes. The links will stil be there but the area where they are meant to be displayed will be blank: http://movemigration.com.au/standalone/ and http://movemigration.com.au/packages/

    Would appreciate your help with this.

    #26711

    That is the default. If it’s not working then it means something is erring on your checkout page. Can you post a link?

    Ben

    #26707

    On the checkout page of my site I am seeing both the Billing Details and the Shipping Details fields.

    Normally I would expect the Shipping details fields only appear when the ‘ship to a different address’ is selected – otherwise the country, name, company, address, city, state and zip fields are hidden and the only thing on the right is the Notes field.

    I suppose technically this behavior is only expected when from the backend one has:

    WooCommerce > Settings > Shipping > Shipping Options > Shipping Destination set to “Default to billing address”

    There’s a WordPress.org thread about it here:

    #26706

    Ben, you da man! Thanks again for the awesome support. This is coming together..

    I have two question – and they might be related..

    – how can I get the social media buttons (Virtue Social Widget) to align to the right?
    – when I resize the browser or use my phone, the side bar pushes left and expands. Did I mess up the responsive design somehow? My custom css is:

    .container {
    width: 960px;
    }

    .boxed #wrapper.container {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }

    .page-header {
    display: none;
    }

    .sliderclass {

    padding-bottom: 10px;

    }

    .sidebar .widget {
    background: #fff;
    padding: 5px;
    }

    .main {
    background: #fff;
    padding-top: 10px;
    }

    .flexslider .kt-flexslider .slides {
    margin-left: -15px;
    margin-right: -15px;
    }


    @media
    (min-width: 1200px) {
    .main.col-lg-9 {width: 66.66666666666666%;}
    aside.col-lg-3 {width: 33.33333333333333%; padding-right: 0px}
    }

    .widget-first {
    margin-top: 0px;
    }

    #cat_nav > .container {
    padding: 0;
    }

    #nav-second ul.sf-menu > li {
    border-radius: 10px;
    background: #329555;
    background: -moz-linear-gradient(top, #45cc74 0%, #2d874d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45cc74), color-stop(100%,#2d874d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #45cc74 0%,#2d874d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #45cc74 0%,#2d874d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #45cc74 0%,#2d874d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #45cc74 0%,#2d874d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#45cc74′, endColorstr=’#2d874d’,GradientType=0 ); /* IE6-9 */
    }

    #nav-second ul.sf-menu > li {
    border-radius: 0;
    }

    #nav-second ul.sf-menu > li:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    }

    #nav-second ul.sf-menu > li:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0px;
    }

    #nav-second ul.sf-menu>li>a:before {
    content: “”;
    display: block;
    float: right;
    height: 20px;
    border-right: 1px solid #2d874d;
    }

    #nav-second ul.sf-menu>li:last-child >a:before {
    border:none;

    .basicinfo {
    background: #329555;
    }

    .sf-menu ul, .sf-menu li:hover ul, .sf-menu li.sfHover ul {width: 187px;}

    .col-md-6 col-sm-6 .kad-topbar-right .virtue_social_widget .topbar-widget {
    float:right;
    }

    THANKS AGAIN!

    -Brian

    #26705

    Hey, I think your best is to use a kadence or revolution slider and place them above the header. You could add a custom menu widget through the home widget area or page builder, but the layout wouldn’t be the same at all.
    Hope that helps!

    Hannah

    #26699

    Hi there,

    I just bought and downloaded the premium edition of the Virtue Theme. Shortly after I followed the installing instruction as simple as they were. But every time I try to upload the .zip file that I downloaded directly from the link it just goes “Page is missing”. So I lose connection to the site and have to re-login once more. This has happened 5 times now and I’ve tried to search the internet for clues including the Virtue Forums but without luck. Maybe someone can tell me what’s going on? I already tried to reinstall WordPress completely by a one click installation provided by my internet provider. I also submitted a ticket at their support in case the problem lies on their shoulders. I’ll try to contact WordPress as well if it’s their mistake.

    Thanks to whoever can help me.

    Sincerely,
    Andreas

    #26696

    There isn’t a built-in featured projects option like there is with products. You would need to create a portfolio category (or type) and add the portfolio posts that you want to display in the homepage carousel. Then select that specific category in theme options > home layout.
    Hope that’s helpful!
    Hannah

    #26695

    No your response didn’t answer my requirement.
    Though I have used portfolio carousel in home layout manager and limited the number of posts to a required number, that is not giving me an option to select few important portfolio items to be displayed as Featured Products carousel on the Home page.
    For example, if I have 10 portfolio items and I wanted only 2nd, 4th and 6th portfolio item to be displayed in the portfolio carousel of featured products, what is that I need to do is my question.

    Please resolve.
    Usha

    #26690

    Hey,
    This is actually a wordpress 4.1 issue. Its supposed to be fixed in the next version of wordpress. You can get the pagination to work now if you just use the “page title” permalinks in the permalink settings.

    Ben

    In forum: Virtue Theme

    In reply to: new widget area

    #26684

    Hey,
    So if you want a to go a route where you don’t use a child theme you can use this plugin and add the shortcode to the bottom of your post: https://wordpress.org/plugins/widgets-on-pages/

    else
    You can add the function to your child theme functions file.

    You can add this part to the template/content-single.php file line: 169

    <?php if ( is_active_sidebar( 'content-bottom-1' ) ) : ?>
    <div class="content-bottom-1" role="complementary">
    <?php dynamic_sidebar( 'content-bottom-1' ); ?>
    </div>
    <?php endif; // end content-bottom widget area ?>

    Ben

    #26675

    Ben, that looks better..

    – Is there a way to make that menu span across the entire container so that it lines up with the slider and widgets?
    – Can I remove the shadow lines around the website? On the sides of the Heading, Menu and Body and Footer areas?
    – I removed Page Headers as I plan to do something custom in the body. But it appears the area where the header is shown is still there and pushing the page content down. Can I remove the header section and push the content up? See the Home Page…

    FYI, I used this to remove the page headers:
    .page-header {
    display: none;
    }

    In forum: Pinnacle Theme

    In reply to: Editing Order Note

    #26671

    Hi, I’m wondering if I can add on to this. WooCommerce isn’t helping with this issue. I want to move the Amazon and coupon buttons below the billing info, so that it is all together at the bottom of the page. Can I do that in the custom CSS of Virtue or do I use a child theme in WooC? If child theme, can you direct me to a page that explains that well?

    http://carclubcustom.com/checkout/

    Thank you,

    Luke

    In forum: Virtue Theme
    #26669

    Hi Ben,
    Thank you for your prompt reply.
    Re ‘other fonts on Menus page’ … doh!
    Re footer text … I have seen other posts about this and will check them out first. Should be able to make the change from there.
    Thank you for your assistance!
    Best
    Belinda

Viewing 20 results - 48,241 through 48,260 (of 53,646 total)