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 - 27,401 through 27,420 (of 39,333 total)
  • Author
    Search Results
  • #93725

    Ok can you send a temp login to your site using : Set as private reply

    Ben

    In forum: Virtue Theme
    #93724

    In terms of the favicon are you editing your header at all?

    The head is being closed earlier then it should on your site.

    Ben

    In forum: Virtue Theme

    In reply to: RSS Feeds

    #93720

    Hey,
    So a page is only going to have a comment feed. Not going to show portfolio posts.

    Since portfolio isn’t like a blog nor is it supposed to be.

    If you need a feed then you need to make a portfolio type that includes all your portfolio posts. Then you would link to that types feed. for example this is the design feed on the demo site:

    http://themes.kadencethemes.com/virtue-premium/portfolio-type/design/feed/

    Ben

    In forum: Virtue Theme

    In reply to: Virtue Theme Questions

    #93717

    5. What error?

    5.b Everything in the theme options is saved in your database (not in any parent or child theme files). You only need a child theme if you plan to edit template files or add functions.

    If you prefer to write your css in the child theme that is totally up to you but you don’t need css in both places.

    You should be sure to understand css hierarchy if you plan to switch the css to a child theme as the hierarchy changes. Custom css box comes last.

    NEXT SECTION
    2. When you are more ready and turn off coming soon I can use a proxy server and run a tons of tests against your site from different browser and operating systems maybe then I’ll figure out why you are seeing this. It’s key that you’re not seeing it on the demo though.

    10. This will make the page white while it loads:

    
    body {
    opacity:0;
    }
    html.no-js body {
    opacity:1;
    }

    and this will make the product container have a min height so this doesn’t appear:

    .kad_product_wrapper {
    min-height:700px;
    }

    11. The notice is not part of the header, it’s fixed on top the top bar is there fixed it’s just sitting under it because of z-index properties. The notice can’t be included in the header because it’s not part of the header. It’s actually added in the html in the footer of the page just placed on top with fixed positioning.

    So hopefully that explains more. And it’s why there isn’t a built in option to make the notice also be part of the sticky header. You can make it so the notice it left behind as you scroll with this css:

    p.demo_store {
    position: absolute;
    }

    13. The edit would only show to users who have editing permissions.. You need to look at the site logged out for that to not be there. (of course that would have to wait till you remove coming soon).

    Ben

    In forum: Virtue Theme
    #93716

    1. thanks
    2. yep, i have site image set up, and I see it on all admin pages. but not on front end pages.
    3. can I add something like ‘woocommerce_after_out_of_stock_button’ and just duplicate my lanes of code?

    In forum: Virtue Theme
    #93713

    1. You can use css to remove the links:

    
    .kad-wp-gallery .grid_item a {
        cursor: default;
        pointer-events: none;
    }

    2. In apperance > customizer have you set a site image?

    3. That action isn’t called if the product isn’t in stock.. you would need to use something like this hook :

    woocommerce_single_product_summary and trigger on 35 but understand that by doing that you won’t have the buttons in the same form (couldn’t be next to the add to cart).

    Ben

    In forum: Virtue Theme

    In reply to: Anchors won't hold…

    #93711

    Try now. To me the last thing is to get your site to load faster right now it takes several second and the script doesn’t run till it’s finished.
    Ben

    #93706

    Your settings from the previous theme will still be saved, but when you activate Virtue, your site will look significantly different.

    Themes are coded to display your content differently, so if you activate Virtue on that site, you’ll have to make a lot of changes to get it looking the way you want.

    In forum: Virtue Theme

    In reply to: Virtue Theme Questions

    #93701

    1. I guess tablepress could work thanks
    5. I tried to add the code you suggested to the child theme function.php file, which had nothing in it and some error appeared so I removed the code.
    Question – all of the changes to css in theme options, should they be in my child theme files too? I thought that everything I changed css wise was updated in my child theme files due to the fact that I have the virtue child theme activated as my theme.

    NEXT SECTION
    2. This is crazy I deal with it everyday. I’m glad you don’t see it. I’m just want to know that it won’t occur for others. Sorry you are trying it tons of times with no result.
    10. The issue seems to be with safari not firefox. Its so frustrating when the browsers act so differently with sites. Not sure what to do maybe a black white page could work.
    11. So if the sitewide notice is present then the topbar dissappears when you scroll down. If the sitewide notice is not present then the top bar locks and stays static along with the header-logo-top nav and secondary menu. Is there any way to keep the topbar static and also have the sitewide notice present?
    Maybe you are referring to the woocommerce sitewide notice. That overlaps your header because it’s fixed above it. Would you like that to not be sticky?
    13. Sorry to be clear, I was trying to figure out a simple way to may some tables and charts with you theme or woocommerce without using a plugin. I’m trying to use table press but running into some issues. I can’t figure out how to remove the edit link that appears on the left side and I still don’t get how to order them with in the tabs. For that matter I still don’t get how to change the order of the Product Description tab and when I try to reorder other tabs they never go where I want them to. – Thank you for doing what you did to show me, now I just have to see what you did so I can duplicate it. Much appreciated Ben!
    14. I will check that out thanks
    15. thanks that worked.
    16. okay

    #93697

    Thanks Kevin!

    Maybe I’m overthinking this but if I add Virtue Premium and then install it, will it screw up my site? In other words, I would think by installing the theme it would mess up what is already there?

    Best,

    mkb

    #93686

    Hi James,
    Are you using the latest version of the theme as well as woocommerce? I’m seeing several 404 errors on your site which typically have to do with permalinks. I would start by re-saving your permalinks. If that doesn’t work it could be worth deactivating your plugins to test if any are interfering with woocommerce. Let me know if there’s no change.

    Hannah

    #93682

    Hi Sebastian,
    Please start a new thread and provide a link to your site.
    Thanks!

    Hannah

    In forum: Virtue Theme

    In reply to: Anchors won't hold…

    #93678

    Hi Ben,

    Ok, after some experimenting with the content and anchor placement etc I’m now at the following position:

    Anchors are place underneath the text title. Had to do this since some texts are visible on multiple places I put that text in text widgets. (That way I have to maintain that text in 1 location.)
    Anchor offset code changes:
    site-wide offset: -120
    body instead of #nav-main

    issue (without js)
    at the same page: opening 1 tab closes the other. offset is way off
    linking from another page: initial offset is perfect. opening 1 tab closes the other, although offset then is off (since that’s at the same page)

    effects of js:
    The js does mess with the scroll offset, but makes it worse. The page first offsets as it did without the js, then jumps a lot further down the page.

    See next comment for a temp login.

    Thanks!

    #93676

    Hi,

    I have 2 eCommerce sites, one of which uses the Virtue Premium theme. I am no expert at building sites by I built that site myself and everything works perfectly!

    I have another site which was built by web developers that I paid to create. I have since paid them and they transferred ownership to me. When I searched for my site, it says the theme name is “mypilotpro” and the author is Cyber Flavors. I want to purchase another Virtue Premium license and change/migrate this site to use Virtue Premium. Is this something I can do and what is the difficulty level?

    My site that I built myself using the Virtue Premium theme is http://www.myboatingpro.com

    The site I want to migrate/change to Virtue Premium theme is http://www.mypilotpro.com

    Best,

    mkb

    #93675

    Hi, I have recently upgraded my hosting package which involved the hoster moving my site to another server. I had to re-install WordPress amongst other things. I have had some issues but it’s mostly working now

    All menu icons are working properly on all content pages but they do not render on the Woocommerce product pages. I have looked over the support tickets but cannot find a solution where the icons appear in some places but not others.

    contemporaryenergy.co.uk, Virtue Premium, WordPress 4.5.1

    #93659

    Hi Ben

    Would it be easy enough for you to modify the way the virtue_sitewide_banner is displayed? I feel the theme would benefit from it 🙂

    I’m using one and it’s great but of course the SSL security fails on secure pages because the virtue banner is not calling https – instead it’s calling just the http protocol.

    Is there any easy fix other than messing with the header files to hard code an https ?

    And I don’t really want to install a plugin just for one banner image!

    Thank you in advance
    Yours
    Sol

    In forum: Virtue Theme

    In reply to: Nothing shown

    #93658

    Hello Ben,

    I checked but I cannot find any special extension (unless I am looking good). I am using IE 11.
    Any suggestions? Actually the site worked well a couple of weeks back. I am not sure whether this issue started to happen after any theme update.

    Please let me know whether you have any ideas.

    Thanks

    Fabrizio

    #93653

    i cant figure out why my site keep showing this big white block above my slider.. i cant find the setting anywhere!
    clearlyhonest.com

    In forum: Virtue Theme

    In reply to: Mobile Menu tweak

    #93639

    nope, demo is ok, ill make a video

    … still if you disable page builder, will it mess the site ?

    In forum: Virtue Theme

    In reply to: Virtue Theme Questions

    #93638

    1. Not that will have an interface you can always add a table using table html but if you want an interface for it I suggest using tablepress.
    5. I don’t know what you have in your child theme functions file but it shouldn’t matter as long as you place inside of <?php

    NEXT SECTION
    2. I thought this was about the space in your menu and slider? I’ve checked your home page on every browser and don’t see this space. Also in terms of product overlap I have tried literally hundreds of times in every browser… Still yet to have it happen to me.

    10. Content loads as it downloads and it starts to built the page as quickly as it can meaning areas that don’t have images would appear first. If you would like I can give you code to make the whole page blank until it’s loaded? If you fix your loading speed this would not be something you would see.
    11. Your header is sticky? It doesn’t shrink but it’s definitely stick, Are you not want it to be sticky? Cause you can turn that off in your theme options > main settings.
    Maybe you are referring to the woocommerce sitewide notice. That overlaps your header because it’s fixed above it. Would you like that to not be sticky?

    13. I was under the impression order had to do with the tabs and nothing with your tables… (are you having trouble with your table columns?).
    this gets really confusing if terms aren’t correct.

    But speaking of tab order…
    Here is what I did to trying to help you understand and I don’t want you to get frustrated with back and forth… This product has your order so you can look at it and see: http://dilexivos.com/product/dilexi-vos-everything-is-possible-unisex-infant-onesie/

    NOTE: you had only enabled 2 custom tabs so couldn’t really add a terms of sale unless I changed that (which I went ahead and did).

    NOTE 2: The additional information is a defualt tab if you choose the check box “Visible on the product page” for each attribute… You can hide it by not checking that checkbox as I did in the product above.

    Finally it really may help you a lot to look through some of the woocommerce documentation they do have a lot of great info about these kinds of things.

    14. Woocommerce has great shortcode that allow you to add products to a page and gives you options to change the columns so the images are larger please see here: https://docs.woothemes.com/document/woocommerce-shortcodes/

    15. You can use this css:

    div.product .product_image {
        border: 3px solid rgba(0,0,0,.05);
    }
    

    16. You can change the text (theme options > language settings) but there isn’t a built in way to make it a percentage based on the amount the product is. on sale.

Viewing 20 results - 27,401 through 27,420 (of 39,333 total)