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 - 26,741 through 26,760 (of 39,333 total)
  • Author
    Search Results
  • #98116

    Hi There i am trying to set the secondary navigation to the style 3 site but its not displaying i have set the menu and its location properly

    could you please recommend some solution or even better if you can give me some video based tutorials for it

    #98114

    Hi Ben,

    going to Theme Recommended Plugins I found to update Kadence slider
    Installed version: 1.5.3 Active, Requires Update
    Minimum required version: 1.5.4
    Available version: 1.5.4

    but clicking on the update it popups notice the plugin is at its latest version
    Please check what happen because it’s the same behaviour in all my 3 website with Pinnacle Premium while Revolution Slider updated regularly.

    Thanks
    Angelo

    #98110

    The link you posted isn’t taking me to your site so I kind of had to guess. Is there any chance you can check it and get the correct address posted up?

    thanks!

    #98105

    This is the first time I have used this plug in. Any ideas why I am getting this alert and the email from yesterday?


    What does this alert mean? = “Detected Proxy Header- WPBruiser has detected that your web site is behind a web proxy server!”

    Please explain. I haven’t ever used WPBruiser before. So not familiar with any of this. And it seems to ask for me to register the proxy header.

    Just an FYI… I received this email message yesterday:
    16 failed login attempts (4 lockout(s)) from IP: 52.87.248.65
    Last user attempted: admin
    IP was blocked for 24 hours

    I assume that it is spam??? Any ideas related to WP and Virtue Premium theme? I sent email to WPBruiser also.

    #98098

    Greetings, I’ve watched your tutorial on variable products and I’m near-certain I’ve got everything set up right. The site (currently a dev version) sells books. Each book has two versions, the only difference being the price. Society members get a discount price. Users get to self select, honor system. Quaint, I know.

    Test product/book here:

    I’ve added the book as a variable product.
    I’ve applied the attribute ‘Status’ to the product.
    I’ve added 2 variations (Member and Non Member). All good so far.
    I expanded the rows for the 2 variations and entered unique prices for each variation and hit save.
    When the page refreshes the price details I added are gone. They will not commit. Multiple tries, attempted to change other things (like weight or dimensions, just for kicks – no luck).
    And when viewed from the front end, the variation’s options are not available.

    Screenshots of product admin settings:
    This one shows the attribute tab settings:

    This one shows how I have 2 variations, and I’ve edited price on the ‘Members’ variation of the book.

    As soon as I hit save, the details of the ‘Members’ variation closes of its own accord. Rolls up tight.

    When I expand either of the rows of the variables, I see that my changes did not stick. Where did my changes go, I ask myself?

    I turned off every plug-in I had installed on this site, (other than woocommerce, obviously). Didn’t do any good.

    Any ideas?

    Thanks!
    Chris

    #98097

    My entire site crashed after I place the coding in the header footer script area……. I don’t know what to do now…

    In forum: Virtue Theme

    In reply to: Product Gallery Images

    #98093

    Thanks Kevin… I was hoping there would be a setting within the theme itself (I’m trying to limit using plugins because they slow the site down). I always thought that the theme would automatically display the additional gallery images as smaller thumbnails because I see this all the time with the newer themes.

    In forum: Pinnacle Theme

    In reply to: API Activation

    #98082

    Hey,
    Whats your site url?

    Ben

    In forum: Virtue Theme

    In reply to: Search form not valid

    #98079

    1. this is a clear error
    2. next time READ what I wrote then you will see that I already fixed it
    3. not valid is not valid – be it amazon or any other website in the word

    #98075

    It looks like you put a script into the custom css box. Don’t do that. JS Scripts are not css and you will only break the site by adding to a css box. Add in the theme options > header footer scripts area.

    Ben

    #98065

    1. Try adding this CSS to Theme Options> Advanced Settings.

    .kad-info-box i {
        float: none;
    }
    
    .kad-info-box {
        text-align-last: center;
    }

    2. When you create your gallery, be sure to set Masonry to FALSE. Or, you can disable masonry site wide via Theme Options> Misc Settings> and disabling “Use Masonry Feature on Virtue Galleries.”

    Let me know if that helps!

    #98062

    Hi there Kadence Themes,

    I just applied the premium theme to my website because of the page builder option that allows me to make nicer page layouts. I’m rebuilding the about page but have a few questions.

    I’m using virtue info boxes to display some services. Can I make them in such a way that the desciptions goes below the icon instead of on the side?

    I’m using virtue gallery to display some client logo’s on the bottom of the page. It’s a masonry 6 column layout, the images are 300×100. How can I make sure the thumbnails show the entire image and not just a portion? Also, is there a way to remove the border around the logo’s?

    In forum: Pinnacle Theme

    In reply to: API Activation

    #98055

    Hey Rob,
    What version of php are you using?

    Can you send me a temp login to your site?

    Ben

    #98054

    Hi.

    I’m having trouble getting a photo to stop appearing in my revolution slider. I’ve deleted the image from the slider and the website entirely, but somehow it keeps appearing right when a user opens up the blog, before the rest of the page has loaded.

    I’ve attached a picture of the image that pops up below — I only want the three images that follow and are part of the revolution slider to appear.

    Any thoughts on what I can do to fix this?

    Thanks!

    In forum: Virtue Theme

    In reply to: Search form not valid

    #98053

    More than likely, this is a false positive being thrown at you by the validator. Many times, these types of tools will give errors when in fact everything is just fine.

    We’ll have to wait for confirmation from the theme developer, but more than likely you have nothing to worry about.

    For example, run Amazon.com through the validator. It’s one of the most successful sites on the internet and will throw many errors at you.

    https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.amazon.com%2F186-6443328-7649860

    #98052

    Hi,

    I have just noticed the below error when I go in to theme options

    Parse error: syntax error, unexpected ‘.169’ (T_DNUMBER) in /var/sites/o/outdoor-wholesale.co.uk/public_html/wp-content/themes/pinnacle/themeoptions/redux/templates/panel/header.tpl.php on line 15

    Please see below what is inside my header.tpl.php

    <?php
    /**
    * The template for the panel header area.
    * Override this template by specifying the path where it is stored (templates_path) in your Redux config.
    *
    * @author Redux Framework
    * @package ReduxFramework/Templates
    * @version: 3.5.4.18
    */

    $tip_title = __( ‘Developer Mode Enabled’, ‘redux-framework’ );

    if ( $this->parent->dev_mode_forced ) {
    $is_debug = false;
    $is_10.169.0.94 = false;

    $debug_bit = ”;
    if ( Redux_Helpers::isWpDebug() ) {
    $is_debug = true;
    $debug_bit = __( ‘WP_DEBUG is enabled’, ‘redux-framework’ );
    }

    $10.169.0.94_bit = ”;
    if ( Redux_Helpers::isLocalHost() ) {
    $is_10.169.0.94 = true;
    $10.169.0.94_bit = __( ‘you are working in a 10.169.0.94 environment’, ‘redux-framework’ );
    }

    $conjunction_bit = ”;
    if ( $is_10.169.0.94 && $is_debug ) {
    $conjunction_bit = ‘ ‘ . __( ‘and’, ‘redux-framework’ ) . ‘ ‘;
    }

    $tip_msg = __( ‘This has been automatically enabled because’, ‘redux-framework’ ) . ‘ ‘ . $debug_bit . $conjunction_bit . $10.169.0.94_bit . ‘.’;
    } else {
    $tip_msg = __( ‘If you are not a developer, your theme/plugin author shipped with developer mode enabled. Contact them directly to fix it.’, ‘redux-framework’ );
    }

    ?>
    <div id=”redux-header”>
    <?php if ( ! empty( $this->parent->args[‘display_name’] ) ) { ?>
    <div class=”display_header”>

    <?php if ( isset( $this->parent->args[‘dev_mode’] ) && $this->parent->args[‘dev_mode’] ) { ?>
    <div class=”redux-dev-mode-notice-container redux-dev-qtip”
    qtip-title=”<?php echo esc_attr( $tip_title ); ?>”
    qtip-content=”<?php echo esc_attr( $tip_msg ); ?>”>
    <span
    class=”redux-dev-mode-notice”><?php _e( ‘Developer Mode Enabled’, ‘redux-framework’ ); ?></span>
    </div>
    <?php } elseif (isset($this->parent->args[‘forced_dev_mode_off’]) && $this->parent->args[‘forced_dev_mode_off’] == true ) { ?>
    <?php $tip_title = ‘The “forced_dev_mode_off” argument has been set to true.’; ?>
    <?php $tip_msg = ‘Support options are not available while this argument is enabled. You will also need to switch this argument to false before deploying your project. If you are a user of this product and you are seeing this message, please contact the author of this theme/plugin.’; ?>
    <div class=”redux-dev-mode-notice-container redux-dev-qtip”
    qtip-title=”<?php echo esc_attr( $tip_title ); ?>”
    qtip-content=”<?php echo esc_attr( $tip_msg ); ?>”>
    <span
    class=”redux-dev-mode-notice” style=”background-color: #FF001D;”><?php _e( ‘FORCED DEV MODE OFF ENABLED’, ‘redux-framework’ ); ?></span>
    </div>

    <?php } ?>

    <h2><?php echo wp_kses_post( $this->parent->args[‘display_name’] ); ?></h2>

    <?php if ( ! empty( $this->parent->args[‘display_version’] ) ) { ?>
    <span><?php echo wp_kses_post( $this->parent->args[‘display_version’] ); ?></span>
    <?php } ?>

    </div>
    <?php } ?>

    <div class=”clear”></div>
    </div>

    Hope someone can help.

    Thanks

    #98040

    Hi!

    I would love for the “Text/Caption” of the “Virtue: Image” widgets on my Collections pages to appear only when the mouse hovers over them. I would also love for this Text/Caption to appear over the bottom edge of the image, as opposed to below it, which lengthens the image box. I haven’t been able to find any code for this, and am wondering if it is possible.

    This is my site:
    (And this is what I’m going for:

    Thanks 🙂

    Jennie

    In forum: Virtue Theme

    In reply to: Virtue Theme Questions

    #98023
    This reply has been marked as private.
    #98012

    Hi,

    today I open my site (www.innave.it) and I find something strange: in all pages, all blue background rows have a 15px padding left and right…but I didn’t set it!

    you can see it here:



    what could it had happended?
    thanks for suggestions!

    #98006

    Greetings – what would have to happen to have Product Search Box appear under the header like this site:
    Many thanks
    Ian

Viewing 20 results - 26,741 through 26,760 (of 39,333 total)