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

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 13,741 through 13,760 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #214211

    With the last code it seems to be working!
    I have just one column and in the product page the related product image is the right size.
    Thank You so much.
    If I find something wrong I write you again.
    Thanks

    In forum: Virtue Theme

    In reply to: Update PHP to 7.2

    #214197

    Version 3.6.1

    >> Ok, sorry, I see it is a very old version > maybe I need to upgrade ?

    Changes in the child theme :

    – some css
    – and in functions.php :

    <?php

    add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
    function theme_enqueue_styles() {
    wp_enqueue_style( ‘virtue_premium-style’, get_template_directory_uri() . ‘/style.css’ );

    }

    // Fonctions JJ
    // Enregistrement des sidebar et des widgets pour la home page

    if ( function_exists(‘register_sidebar’) ) {
    register_sidebar(array(
    ‘name’ => ‘jj-home-sidebar’,
    ‘before_widget’ => ‘<div align=”center” class=”jj-home-sidebar”>’,
    ‘after_widget’ => ‘</div><br>’,
    ‘before_title’ => ‘<h3 align=”center” color=”#4c698e” class=”jj-home-droite”>’,
    ‘after_title’ => ‘</h3><br/>’,
    ));
    }

    // Enregistrement sidebar pour image

    if ( function_exists(‘register_sidebar’) ) {
    register_sidebar(array(
    ‘name’ => ‘jj-sidebar-image’,
    ‘before_widget’ => ‘<div align=”center” class=”jj-sidebar-image”>’,
    ‘after_widget’ => ‘</div><br>’,
    ‘before_title’ => ‘<h3 align=”center” color=”#4c698e” class=”jj-sidebar”>’,
    ‘after_title’ => ‘</h3><br/>’,
    ));
    }

    ?>

    #214193

    Hello,

    There isn’t any built in way to change the speed of the carousel on your feature page template. I’m trying to find a workaround, but I’ll flag this for a developer followup so that Ben can let us know when he sees this.

    -Kevin

    #214191

    Hi,

    I have a page with 6 tabs, using the kadence blocks. The mobile version looks strange so I selected the accordion layout.
    The first tab has a lot of text, so it’s not really clear for the user that there is more content below/in the accordion.

    We used to use accordion with the site origin editor, and you could set it to be closed when the page loaded.

    My question is if we can do the same for the tabs on the accordion (mobile version)

    the page i am working on is

    and we are sort of playing with the accordions on this one to see what is better

    In forum: Virtue Theme
    #214190

    Hello,

    I am triying to update the PHP version to 7.2.

    Two major problems :

    – Impossible to go on the admin page of WordPress > I have a complete white page (no error message).

    – On my website home page : I have first 18 times this message >

    Warning: count(): Parameter must be an array or an object that implements Countable in /home/jeromeja/www/wordpress/wp-content/themes/virtue_premium/lib/cmb/init.php on line 746

    And after these messages, the page is totally ok.

    – On other pages : same as on the home page

    Any ideas ?

    Thanks a lot.

    Jérôme

    #214187

    Hello all,

    I don’t see where I can change the timing of the image carousel on a feature page. We were hoping to speed it up just a bit. I’ve never used this feature before, but I like it!

    Thank you.

    #214183

    Ben, just to check before I do it: the template option ‘Page Builder’ is just a standard option that appears in the list, not something that was added with the SiteOrigin Page Builder plugin?

    Correct, It’s part of the theme. It’s meant as a template for any pagebuilder or page where you want to build without the content wrapped in a default background and padding.

    Ben

    In forum: Virtue Theme
    #214180

    Hey,
    What version of the theme are you using? Have you tested the carousel on a page that is not your homepage? Can you post a link?

    Hannah

    #214175

    Hey Andy,
    If you were setting your front page as a static page this would be simple as you could just set backgrounds for your rows. With using the homepage layout manager you will need to use css. This would affect all of the classes you mentioned:

    .home-margin.home-padding.kt-home-icon-menu, .home-portfolio.home-margin.carousel_outerrim.home-padding.kad-animation, .home-product.home-margin.carousel_outerrim.home-padding.kad-animation, .home_blog.home-margin.clearfix.home-padding.kad-animation {
        background: #eee;
        padding: 20px;
    }

    If you’re wanting a different background color for a certain class, you can separate them where the commas are. For example, to affect only the home icon menu this is the css you would need:

    .home-margin.home-padding.kt-home-icon-menu {
        background: #999;
        padding: 20px;
    }

    Hope that’s helpful!

    Hannah

    #214174

    Hello I’m using the testimonial carousel on the home page widget, it’s not working. Instead of displaying there is a huge white space gap. I’ve had to remove it for now as it breaks the home page. Any help appreciated. Thank you.

    In forum: Pinnacle Theme

    In reply to: Tawk.to script

    #214172

    Hello,

    Do the scripts need to be added to individual pages, or are they sitewide? If they’re for your entire site, then you should use the theme area.

    If you are trying to specify pages, then I suggest this plugin:
    https://wordpress.org/plugins/header-and-footer-scripts/

    Let me know if that’s helpful.

    -Kevin

    In forum: Virtue Theme
    #214170

    Hello,
    unfortunately I found a new problem with this CSS shortcode.
    It is ok product pages that show just one big product in one column but in the product page the RELATED PRODUCTS are huges.
    You can check by mobile in my website http://www.cibousa.com.
    What can I do?
    Thank you in advance

    In forum: Pinnacle Theme
    #214169

    Hi,

    I need to put 2 different tawk.to javascript widget code to different pages (different languages).
    So I can´t use header/footer -place in theme settings?

    Yours,
    Milla

    #214167

    Hi
    I want to add a background to some of the areas on my home page, set up using home page layout manager.
    Example:
    Icon menu background colour
    Portfolio carousel background colour
    Featured Product background colour
    Blog background colour

    My site:

    Thanks

    #214165

    Hey,
    Navigate to Appearance > Menus and open the dropdown for that menu item. You should see the description there. If you do not see it there make sure Description has been selected from the Screen Options tab on the top right of the page.
    Hope that helps!

    Hannah

    In forum: Virtue Theme

    In reply to: Team webpage template

    #214157

    Hi Hannah,

    I was looking for predefined template such as the one you have for the blog for example. However, I would not like to import any demos for this.

    My objective is to see if I can arrange team members by their respective departments(units) on the subject page.

    Thanks
    Yogi

    #214153

    Hey,

    Sorry both solutions do not work.
    I tried Hannah’s settings, but did not deliver the desired result.

    The photo remains cropped on each separate portfolio item.
    When you click on the picture you will only see the complete picture.

    Unfortunately, the update from Ben has not brought any solution into this.
    My feeling says that somewhere in a document I have to adjust the standard dimensions of the image.

    Can this be correct?

    Take a look at this link as an example, view the picture as it is shown and then click on the image and see how it should be shown on the page.

    https://hansvandervelden.com/portfolio/dommel-in-winter/

    #214149

    “PluginOps Landing Page Builder”

    I don’t know this plugin or what it would be doing but from the code output that menu is in the html <head> meaning it’s not being pulled in by the theme. Can you send me a login to your site so I can look at the settings and get an Idea for what would cause that.

    Ben

    In forum: Virtue Theme

    In reply to: Saving page

    #214143
    This reply has been marked as private.
    #214140

    Hi:

    I am updating on a website using Virtue Premium – Bold. Our home page, landing page is built using PluginOps Landing Page Builder. When I activate Virtue Premium – Bold the Primary Navigation turns from the normal horizontal layout to vertical. Can you help me with a cause and solution?

    Thank you,
    Monty

Viewing 20 results - 13,741 through 13,760 (of 53,646 total)