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 'site'

Home / Forums / Search / Search Results for 'site'

Viewing 20 results - 29,541 through 29,560 (of 39,333 total)
  • Author
    Search Results
  • #79103

    Hi there!

    The last weeks i built my new company website with virtue premium and think im doing fine for a newbie…. but i can’t figure out why the second navigation is not showing up.

    i have a “first navigation” in the header on every page and this is also the mobile navigation. but i want a second horizontal menue on every other page except the main page. how can i get this work?

    #79101

    how i can make menu like in the virtue demo site that the features opens in 4 column?
    and how to put a picture in one of columns?

    #79088

    OK found it! He was using a plugin to add the CSS into the site

    #79087

    Sadly it is not in theme options > advanced settings > custom css. Do I need to go in via the Appearance – Editor – Custom_css.php

    Almost there with this site now. thank you so much for your patience with me.

    #79084

    I like to add a small sub-title below the main slider on my home page here:

    http://www.wine-wanderer.com

    As well as under the small slider on my other website under “blog”. When I add a title, it goes above the picture (and is huge)

    Thanks so much.

    #79074

    Wow Ben – Spot on.

    ** Message for prospective purchasers **
    I’m battling with another vendor with support for a plugin and have been playing email ping-pong for two weeks with something relatively simple. It’s frustrating, and I feel miles away from a solution.

    With the support people from Kadence however, they reply sooooo quickly and more often than not – with a fix there and then as they have done for this query for me – yet again !

    Best theme I could have bought – backed up by professionals.

    Very happy with the look and feel of my site – Thanks all, and THANKS BEN FOR YOUR PROMPT FIX

    Russ (webdev71)

    *******************************

    #79063

    My client is using Virtue Pro theme and Intuit QBMS for their payment gateway. Regardless of what they try, they’re unable to accept credit cards via their site. They’ve not had any problem accepting cards on their old site. Quickbooks (and possible Woo) suggested that the problem is with the theme itself. What can I do to get the credit card processing to work? They’re thinking I should just try using a different theme.

    Terri

    #79056

    Hey,
    1. Add this to your custom css box in Theme Options > Custom CSS:

     #containerfooter {
        padding-top: 20px;
        display: none;
    }

    2. I’m not really sure what you mean. Your screenshots don’t match up with your site. You can increase the header height from Theme Options > Site Header. Is that what you mean?

    Hannah

    #79055

    Hi Ben,

    I am trying to get my product images flip on my shop and product category pages with no success.

    – I am using Virtue Premium
    – I went through the previous posts on image flip in this forum and followed what you suggested.
    – I have imported sitestyl04 demo and followed the settings of “shop settings” one by one.
    – I also compared the woocommerce–> settings → Products → display settings of sitestyl04 demo with the ones of my site. So, they are now identical.
    – My images are 1200×1000.
    – My Theme Lightbox is on (Theme options –> Misc. settings –> lightbox).

    So, my issues:
    – Unfortunately, the image flip still is not working.
    – Every time I check the box for “Enable Lightbox for product images” under woocommerce–> settings → Products → display and save, it goes back to unchecked status (again my Theme Lightbox is on).

    Is there anything else I need to do?

    By the way, what is the best images sizes for Virtue Premium and Woo-commerce?

    Thank you for your help,
    Jay

    #79054

    Hey Walter,
    If you want the css to appear site-wide you can drop the entity and just add this:

    h2.entry-title {
        font-size: 30px;
        color: red;
        font-weight: 600;
    }

    Otherwise you will need to find page id’s. This video explains- https://www.youtube.com/watch?v=fLg2T1AvmFE

    Hannah

    #79052

    Well, I tested but the results were not very satisfactory. When I added a manual excerpt to my latest post, I got the formatting and active link displaying properly on the blog page, but without a “read more” prompt. On the home page, the displayed excerpt was unchanged–no formatting, no link, but still had the “read more” prompt. I changed it back, but am not very happy with either option. It’s starting to look as though I just can’t use formatting or links in my first few lines, if I want the excerpt on the home and blog pages to look like the actual post.

    I find this very frustrating. I also can’t tell if it’s a theme-specific issue or WP in general. There is another WP blog I occasionally post to which does not have this problem. I write a post, and it appears in excerpt form on the blog page, with all formatting intact. (I do need to add the “more” tag manually on that one.) On this other site, the blog appears as a page within a larger site; it is not the home page on the site. So I can’t understand, if it’s possible there, why can’t I do it on my own site?

    For most of my posts, this isn’t a big issue. But for my current series, it really screws things up.

    In forum: Virtue Theme
    #79035

    Hey, I can’t seem to get to your site?

    Ben

    In forum: Virtue Theme

    In reply to: Ajax Add to Cart

    #79032

    On the live site I use the Google Pagespeed Module. It’s on the server level. Can be enabled/disabled.
    Of course right now, I’ve activated all the plugins back. Since it’s live.

    But on the localhost, I don’t use any minifier and dectivate all plugins, except woocommerce.

    #79007

    Thanks, Kevin, changing the definition of H2 does work, but then of course it has site-wide effects. I can live with that, but it’d be useful if I could tweak the text on individual pages and not the whole site at once.

    I’ve discovered that the blog post header text attributes are controlled on the home page by H2, but on the blog page itself they’re controlled by H3.

    To bold the blog post font on the home page (orange text) Hannah sent me some CSS code which doesn’t work: .home h2.entry-title {font-weight: 600;}

    If you can help with some CSS, I’d be grateful.

    #78995

    Hello – Can anyone tell me how to utilise the space to the right of my site logo to bring the menu items over to the left more so that they do not go onto two lines please?

    Virtue – PremiumVersion: 3.4.5
    Wordpress 4.4.1

    I’ve tried all the ‘spacing’ options, but no luck

    Issue viewable here :-
    http://www.finditswapit.com

    Thanks
    [email protected]

    Logo Spacing
    Top Spacing

    40
    Logo Spacing
    Bottom Spacing

    10
    Logo Spacing
    Left Spacing

    0
    Logo Spacing
    Right Spacing

    0
    Primary Menu Spacing
    Top Spacing

    40
    Primary Menu Spacing
    Bottom Spacing

    10

    #78978

    1. This CSS will allow you to keep your home title, while removing all titles from other pages.

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

    2. This CSS will allow you to change the attributes of the sidebar h3 elements without effecting other h3 elements on the site.

    .widget-inner h3 {
        font-size: 18px;
    }

    3. Is this CSS still active on your page? If so, would you mind removing it so I can write you the appropriate CSS?

    4. I’m working on a solution for this still, but I’ll have it figured out soon

    Hope that helps!,
    Kevin

    In forum: Virtue Theme

    In reply to: Ajax Add to Cart

    #78974

    I use Wampserver.
    Virtue premium ver. 3.4.5
    WP 4.4.1

    But it also happens on my live site (the shop is under development)
    http://dapur-uang.com/toko-besar

    #78967

    Hello,

    1.)I am wondering if there is a way to selectively hide H1 Page Titles. Specifically, I would like the title to remain on the homepage (due to how I had to configure the page content and the widgets) and on the title names for the individual portfolio projects (I think not displaying the titles on the portfolio pages also hides the portfolio navigation as well) – I would like to hide the page titles everywhere else. How do I do this?

    2.)Additionally, I would like to change the size of the H3 headers in the sidebar. How do I isolate them and change the size/font/etc. without changing all the other H3 headings on the site?

    3.)I used the following CSS to hide the blog navigation on the homepage, but it also removed the page navigation from the blog page – is there a way to hide the navigation on the homepage and still have it remain on the blog page?

    .wp-pagenavi {
    display: none;
    }

    4.) Lastly, is there a way to remove the navigation from the testimonial carousel on the homepage and/or have the title wrap in mobile view?

    wwww.traceyreneehubbard.com

    Thank you for your help

    In forum: Pinnacle Theme

    In reply to: menu not readable

    #78959

    Can you post a link to your site?

    Ben

    #78954

    Hey,
    A link to your site. If it’s on a local then I you would need to wait till you make this site on a live server. Then I could help once I could see the issue.

    Ben

Viewing 20 results - 29,541 through 29,560 (of 39,333 total)