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,681 through 29,700 (of 39,333 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #78083

    Are you able to access your dashboard at all? If so, then I would first attempt disabling all of your plugins one by one to see if they are causing the issue. The theme has recently been updated, and it’s possible that you may have a plugin that is interfering with the correct operation of you site.

    #78079

    Ok just tried again and I’m seeing that you have mobile redirects breaking the site. Can you again deactivate AddFunc Mobile Detect

    Keep getting redirected to http://litprism.com/about-mobile/shop/

    Ben

    #78069

    Hi .. I am stunned now. I am setting up a few other sites with both Virtue Premium and WooCommerce and basically the settings are identical.

    However – on this one site, I can only see products on the individual product page. Here is what it looks like on either the “…/shop/” page or “…/product-category/xxx” page ..

    If you see – the product images are actually there in the picture and I can click on them .. and, if I hover over any of them my pinterest app will detect and let me send the pic to pinterest. Speaking of which, this is what Pinterest sees – so the images Are there somehow?

    Is it a possible setting that I missed? Have you seen this before? is there a way to fix this?

    Thanks
    HART

    #78065

    Sorry but please could you give me more informations.
    my website is nearly finished and it seems a lot people like the way I create my website , so thanks so lot and I am very please to have chosen virtue theme

    but when i go to Theme option ( option theme for me in french )
    Advanced settings : Where is it ?
    I dont see ” css box” ??????

    #78050

    Thanks Hannah. I was using a basic flex slider with only one picture. It seems to have returned so hurrah! I will look up the other links you have included.

    I have another question regarding my other site. I am linking the two but only by an actual link (to see my blog ‘click here’ type of thing). Maybe I will try to incorporate some posts in my main work site but having the link is just okay for now.

    What I would like to do, however, is have the title show the same font and color as my blog as well as have the same picture in the way it looks like on my blog. So basically another flex slider and then different font. This will unify them together better. Is this possible?

    Right now, the blog page on my main work site only has the default font and color as the site itself and the picture is very small.

    My main site is: http://www.robinkickmw.com (blog page)

    And my blog site is: http://www.wine-wanderer.com (title page, obviously) 🙂

    Thanks

    In forum: Virtue Theme
    #78042
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Increase row width

    #78040
    This reply has been marked as private.
    #78038

    Hi,

    I’ve got Virtue Premium installed and running on my site, but there is no option to update the theme inside of WordPresss (normally going to plugins and updating from there).

    In the theme details it says it’s currently running Virtue Premium 3.3.3.

    Any help is greatly appreciated!

    Martin.

    #78037

    Hi,
    On this site… akrasprint.com, I’m having problems with the sidebar shrinking and looking bad on mobile. When I add the css @media (min-width: 992px) It fixes it, but then makes other css code not function properly. For example, in my woocommerce shop page, I have hidden the price for products, and when I add the @media (min-width: 992px) code the price will appear again when viewing the site in mobile version.

    So essentially the @media (min-width: 992px) code fixes the sidebar mobile problem, but creates another problem with the pricing being shown on my store.

    Do you know what I’m missing? Here is all my custom css.. thanks.


    @media
    (min-width: 992px) {
    .page-header > h1 {
    font-size: 0;
    line-height: 2px;
    margin: 0;
    }
    .post-header > h1 {
    font-size: 0;
    line-height: 2px;
    margin: 0;
    }
    #kadbreadcrumbs {
    font-size: 14px; padding-top: 35px; padding-right: 30px; padding-bottom:15px;
    }
    .category .2015-2016-News #kadbreadcrumbs {
    font-size: 14px; position: absolute; padding-top: 25px; padding-right: 40px;
    }
    .main.col-lg-9 {
    width: 78%;
    }
    .kad-sidebar.col-lg-3 {
    width: 22%;
    }
    .tw-recent-posts .excerpt {
    padding-bottom:25px;
    }
    .tw-recent-posts .excerpt {
    border-bottom: solid 1px #0F2674;
    }
    .tw-recent-posts h4 {
    padding-top: 25px;
    }
    .panel-grid-cell .widget-title {
    display:none;
    }
    .kad-sidebar {
    background-color: #f2f2f2;
    padding: 5px 30px 30px 30px;
    }
    .main.col-lg-9 {
    width: 73%;
    }
    .kad-sidebar.col-lg-3 {
    width: 27%;
    }
    .sidebar {
    border-radius: 10px;
    }
    #topbar{
    border-radius: 5px;
    }
    .kad-banner {
    padding-top:30px;
    }
    .single-article .post .entry-title {
    padding-top: 40px;
    }
    .single-article .post .entry-title {
    padding-top: 40px;
    }
    .topbarmenu ul li a {
    color: #000000;
    }
    #topbar-search input[type=text], #topbar-search #searchsubmit {
    color: #000;
    }
    #topbar-search .form-search ::-webkit-input-placeholder {
    color: #000;
    }
    #topbar-search .form-search ::-moz-placeholder {
    color: black;
    }
    #topbar-search .form-search :-ms-input-placeholder {
    color: black;
    }
    #topbar-search input[type=text] {
    border: 1px solid #000;
    }
    #nav-main {
    background-color:#f2f2f2;
    }
    #nav-main ul.sf-menu>li>a {
    border-right: 1px solid #000;
    }
    #nav-main ul.sf-menu>li:last-child > a {
    border: none;
    }
    #nav-main ul.sf-menu>li:first-child > a {
    border-left: none;
    }
    .product_item .price {
    display:none;
    }
    .product_item .notrated {
    display:none;
    }
    .senior-masters .summary .price {
    display:none;
    }
    .woocommerce .quantity
    input.qty {
    display:none;
    }
    .post-384 .summary .price {
    display:none;
    }
    .post-386 .summary .price {
    display:none;
    }
    .post-387 .summary .price {
    display:none;
    }
    .post-246 .summary .price {
    display:none;
    }
    .post-243 .summary .price {
    display:none;
    }
    .post-286 .summary .price {
    display:none;
    }
    .post-285 .summary .price {
    display:none;
    }
    .post-284 .summary .price {
    display:none;
    }
    .post-243 .summary .price {
    display:none;
    }
    .post-330 .summary .price {
    display:none;
    }
    .post-360 .summary .price {
    display:none;
    }
    .post-361 .summary .price {
    display:none;
    }
    #nav-second ul.sf-menu {
    padding-top:15px;
    }
    .home #nav-second ul.sf-menu {
    display:none;
    }
    .about #nav-second ul.sf-menu {
    display:none;
    }
    .classes #nav-second ul.sf-menu {
    display:none;
    }
    .schedules #nav-second ul.sf-menu {
    display:none;
    }
    .florida-pro-kart-series-classes #nav-second ul.sf-menu {
    display:none;
    }
    .contact #nav-second ul.sf-menu {
    display:none;
    }
    .category-2015-2016-news #nav-second ul.sf-menu {
    display:none;
    }
    .shop #nav-second ul.sf-menu {
    display:none;
    }
    .woocommerce
    input.input-text,
    form.checkout
    input.input-text {
    width:50%;
    }
    .checkout .woocommerce
    input.input-text,
    form.checkout
    input.input-text {
    width:100%;
    }
    #nav-main {
    border-radius:5px;
    }

    #78034
    This reply has been marked as private.
    #78011

    Hey Connie,
    Check out minute 2.56 in this video- https://siteorigin.com/page-builder/documentation/
    Hope that helps!

    Hannah

    #78006

    ok, seems like something with the htaccess file then in your wamp wordpress site. Have you looked through that?

    Ben

    #78005

    Can you send me a login to the site I can take a look. Have you had any purchases on that site in terms of the best selling?

    Ben

    #78004
    This reply has been marked as private.
    #78002

    Hey,
    Woocommerce and wordpress need those ajax items to run. Those items can’t be cached else the site wouldn’t work.

    I don’t know what the first item you posted is? Plugin? Have you tried deactivating?

    Try rebuilding your minify cache. Are you seeing the error on your front end?

    Ben

    In forum: Virtue Theme

    In reply to: Increase row width

    #78001

    Hi David,
    Do you mind posting a link to your site? You can set as a private reply.
    Thanks!

    Hannah

    #77997

    Ok so no template files? can you send me a temp login to your site then?

    Ben

    #77992

    Hi,

    I’d like to have the same header style like here

    1) in my site I have problem with the logo: it’s not centered between menu items and I can’t fix it…
    2) when I reduce window size, menu items desappear…how can I have the small manu icon like here

    thank you

    #77980

    Hi,

    My website works great on desktop computer, but (only in home page) on mobile devices there is a black gap on the right side. And page is displayed in a weird way. Its like there is an empty side bar. It must have something to do with that page specifically, and be super simple, but can not figure it out. 😀

    Also when rotating mobile device the whole site looses scale. And the right gap enlarges.

    Thanks for your time!
    Midas

    In forum: Pinnacle Theme

    In reply to: banner size

    #77966

    Ben,

    I just whant to see the image i made as the actual image not a part of it.
    now its just quesssing what will be the header
    do you have pixel image size settings ? or settings i can do
    i cant show you the website beucase its not online yet

Viewing 20 results - 29,681 through 29,700 (of 39,333 total)