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 - 30,921 through 30,940 (of 39,333 total)
  • Author
    Search Results
  • #69421

    Hi all,

    where can i download the Pinnacle premium demo contents?
    This so i can see where 2 start with building my website

    #69416

    Hi there,

    Was wondering if you can help with a couple of issues on my site please:

    1. When looking at the site on my mobile phone the menu and the logo overlap. How can I avoid this please?
    2. Again when looking at the site on mobile the body font is very small. This does not happen when I resize the browser width only when looking at the site on a phone.

    Any advice would be great. The site is: http://www.TheMarketingMatrix.co.uk
    Thank you so much in advance!
    Trine

    #69408

    Hey, Since I can’t recreate can you send me a temp login and a link to your site.

    You can use the forums to post a private reply by clicking the Set as private reply checkbox.

    Ben

    #69407

    Hi Ben

    I’m seeing the issue on both posts and pages.
    It was working, then I did a Virtue update and it stopped working.
    I’ve disabled all plugins and Virtue SEO, but the issue is still there.. 🙁

    I’ve sent you a pvt mail with the sites in question

    In forum: Virtue Theme

    In reply to: VIRTUE & SENSEI HELP

    #69402

    Hey,
    Really late here, but you can check your site now.
    Ben

    In forum: Virtue Theme

    In reply to: VIRTUE & SENSEI HELP

    #69389

    Hey,
    I will need a link to your site?
    Ben

    #69382

    div#pg-w565842c64fcd2-0 only represents the pagebuilder tag div tag. If you want to change the image you do that in the pagebuilder settings.

    Can you send me a login to your site I’ll take a look at your settings.

    Ben

    Anonymous
    #69363

    All of a sudden we are getting the “You do not have sufficient permissions to access this page” error. There was an upgrade to the php version on the server. We reinstalled WordPress, and nothing else changed. Any ideas?

    In forum: Virtue Theme

    In reply to: Mobile Menu

    #69359
    This reply has been marked as private.
    #69347

    Can you please look at this site and explain to me what is happening. Why is the Logo so small when the width of the page is past a certain width and when window is shrunk it get much bigger.

    Is there a way to make the logo bigger in “full width” say, 1440px browser window? As soon as the browser window goes under 1200px the logo file drops down and is bigger than the header height. This is not a problem in Pinnacle as you can control the size of the header, but this combo of settings is causing issue. It looks weird.

    Current browser: Chrome – Mac OSX

    the same thing happens here, with shrink header, the header size seems to be able to be controlled, so the logo doesn’t bleed out lower than the header:

    Thank You

    #69340

    Hi Ben,

    Sorry I’m just a beginner on wordpress website, kindly explain to me more what do you mean? the link you provide is correct.

    and What do you mean by “URL correct in general settings?” Kindly tell me the specific location and set-up for this?

    Thank you very much Ben.

    #69338

    i should have included a link to our site

    http://beyondq.com.au

    cheers
    Greg

    #69337

    Hi Folks, Love the theme.

    We just upgraded to Virtue Premium. Site looks good. But this morning i cannot access the dashboard, even the site is operational. I get a blank white screen after logging in.

    Seems to be quite a bit on the net about plugins and themes causing a similar problem, and various fixes.

    But as i have only upgraded Virtue, i thought i’d start here, to see if this has happened to others, and if there’s an easy fix.

    The only other thing i did was install the Child Themify plugin to create a child theme of Virtue Premium before i began customising etc.

    Any ideas would be much appreciated!

    Greg

    #69332

    Thanks for your suggestion Hannah 🙂

    Hi Ben, it is a database that is entered on our current site but we also have it in excel format. Which plugins do you suggest?

    Thanks in advance for your help 🙂

    #69329

    Hey guys,

    I’m trying to add a background behind the text in my Virtue – Call to Action widget. I don’t want the background to extend the whole way across, though – just behind the text. Similar to what is available in the Kadence Slider background option.

    Website:
    Username: demo
    Password: demo1234

    Thanks!!

    In forum: Virtue Theme

    In reply to: Featured Products

    #69327

    Hey,
    1. once you install a child theme you will have to assign your menus again since it’s a different theme.

    2. You would just update with the function to unset whatever you want.. see the docs page.. like this:

    add_filter( 'woocommerce_checkout_fields' , 'kt_custom_override_checkout_fields' );
    function kt_custom_override_checkout_fields( $fields ) {
    unset($fields['shipping']['shipping_last_name']);
    unset($fields['shipping']['shipping_postcode']);
    unset($fields['shipping']['shipping_state']);
    shipping_last_name
    
         return $fields;
    }

    3. There isn’t a way to change this based on there shipping choice.

    4. In your settings for woocomemrce can you confirm you have a assigned a different page for cart and for checkout?

    5. You can, I can’t imagine why you would? Most people browser know how to work a website but you can easily add an image or icon and text that says scroll down to any page.

    Ben

    #69319

    Hey,
    so that error has nothing to do with pagebuilder…

    So I can’t recreate the issue on your site, and there are no errors showing on your server. How fast is your internet speeds?

    Your not ever switching to the editor are you? Like once your using pagebuilder you always stay using it right?

    Have you tried deactivating any browser extensions.

    Ben

    In forum: Virtue Theme

    In reply to: VIRTUE & SENSEI HELP

    #69317

    Hey,
    Can you send me a temp login to your site I’ll take a look?
    Ben

    #69315

    Hey Ben,

    So I read https://www.kadencewp.com/child-themes/ downloaded the child theme and added:

    add_filter(‘woocommerce_variable_price_html’, ‘custom_variation_price’, 10, 2);
    function custom_variation_price( $price, $product ) {
    $price = ”;
    $price .= woocommerce_price($product->get_price());
    return $price;
    }

    to the function php file within pinnacle_child folder. I didn’t touch the style.css.

    Here’s my php file:

    <?php
    /**
    * Only display minimum price for WooCommerce variable products
    **/
    add_filter(‘woocommerce_variable_price_html’, ‘custom_variation_price’, 10, 2);
    function custom_variation_price( $price, $product ) {
    $price = ”;
    $price .= woocommerce_price($product->get_price());
    return $price;
    }

    Do I zip the entire pinnacle_child folder then upload the folder, just as I uploaded the pinnacle theme to wordpress?
    Just trying to make sure I’m crystal clear on everything before I add it to the site, I don’t want to mess anything up.

    Thank you!

    #69311

    .. Hmm I see your using the demo store notice.. Here add this css:

    #topbar {
        padding-top: 40px;
    }
    .woocommerce-demo-store #kad-banner {
        margin-top:0
    }

    As for a sticky header I see that on your site.

    You can add this to move the cart icon next to the logo:

    @media (max-width: 767px){
    .topbarmenu ul li a.cart-contents {
        position:absolute;
        left:0;
        bottom: -60px;
        z-index: 1000;
        color: black;
        font-size: 0;
    }
    .topbarmenu ul li a.cart-contents i {
        z-index: 1000;
        color: #7b217b;
        font-size: 28px;
    }
    .kad-header-style-three #logo a.brand {
        margin-left: 60px;
    }
    }

    Ben

Viewing 20 results - 30,921 through 30,940 (of 39,333 total)