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 - 49,901 through 49,920 (of 53,646 total)
  • Author
    Search Results
  • #18991

    I have my settings switch on and set to ‘square 1:1’ and all images on my category page are square except the last one I added http://www.hatchedinfrance.com/store/

    #18960

    Hi,
    I appear to be having icon issues again. When switching to Pinnacle free they’re all there and present when switching back to Pinnacle Premium they vanish, my server host as reset my IP a number of times which will bring them back temporarily except on pages which use https:// instead of http://, then after a couple of hours they seen to disappear again, front and backend, they’ve removed all mod security blocks that came up when I installed pinnacle premium, yet the icons still aren’t present. http://loveridgedesigns.co.uk/wp-content/themes/pinnacle_premium/assets/css/fonts/kt-icon.svg?-vp28cu#kt-icon is no longer showing as no permission allowed, so I’m at a bit of a loss and so is my server host, is there anything you can suggest?
    Thanks

    #18956

    Sorry, links not worked for some reason here a copy, hope they works

    Hello!

    I’m tryng to have a page like this on my home page
    https://www.kadencewp.com/creating-demo-3-layout-homepage/” title=”demo3″

    But the “on sale products” are not showing, it’s strange that having just one product on sale that product is showing in the “featured products” but not in the “on sale products”. Here a link to my page

    http://www.massimoroman.it

    And, I really like this page
    http://www.frizerskistudioin.hr/

    Can you tell me how I can build it?

    Thankyou 🙂

    #18955

    Hello!

    I’m tryng to have a page like this on my home page

    But the “on sale products” are not showing, it’s strange that having just one product on sale that product is showing in the “featured products” but not in the “on sale products”. Here a link to my page

    And, I really like this page

    Can you tell me how I can build it?

    Thankyou 🙂

    #18951

    Hi,

    I have just post a new blogpost to my site. Also i create another slide to my hompepage slider.

    Both items are not visible on serveral devices. On my phone i cant see the update, on my I-pad i cant see the update and also at another PC i cant see the update. I only see the update when i’m logged in at my site in my browser. When i use another browser (without logging in) i cant see the update.

    Can anyone help me please.

    Bas

    Site:
    Latest blogpost: “Kleurrijk Marokko”. But i see “Noodweer Pinkpop” as the last one.

    #18947

    Hi there,

    I have two questions: I am looking at a product category on my site, and at the bottom you can see there are several pages of products, but when I click on any of the numbers and even the arrow, I’m not taken anywhere. I can’t get off the first page of products.

    Second: How can I get rid of the line of text that says “Not Rated”, which appears for each product right above the price?

    Can you help with these issues?

    Thanks in advance!

    Samara

    #18935

    Hi:

    I added virtue_premium_child, no results appear
    Plus it is this:

    http://iamvictor.net/temp/20141002-3.png

    <div id=”blog_carousel_container” class=”carousel_outerrim”>
    <?php global $post; $text = get_post_meta( $post->ID, ‘_kad_blog_carousel_title’, true ); if( $text != ”) { echo ‘<h3 class=”title”>’.$text.'</h3>’; } else {echo ‘<h3 class=”title”>’.__(‘Similar Posts’, ‘virtue’).'</h3>’;} ?>
    <div class=”blog-carouselcase fredcarousel”>
    <?php if (kadence_display_sidebar()) {$itemsize = ‘tcol-md-4 tcol-sm-4 tcol-xs-6 tcol-ss-12’; $catimgwidth = 266; $catimgheight = 266; $md = 3; $sm = 3; $xs = 2; $ss = 1; } else {$itemsize = ‘tcol-md-3 tcol-sm-3 tcol-xs-4 tcol-ss-12’; $catimgwidth = 276; $catimgheight = 276; $md = 4; $sm = 3; $xs = 2; $ss = 1; } ?>
    <div id=”carouselcontainer” class=”rowtight”>
    <div id=”blog_carousel” class=”blog_carousel clearfix”>
    <?php $categories = get_the_category($post->ID);
    if ($categories) {
    $category_ids = array();
    foreach($categories as $individual_category) $category_ids[] = $individual_category->term_id; }
    $catimgwidth = 266; $catimgheight = 195;
    $temp = $wp_query;
    $wp_query = null;
    $wp_query = new WP_Query();
    $wp_query->query(array(
    ‘category__in’ => $category_ids,
    ‘post__not_in’ => array($post->ID),
    ‘posts_per_page’=>6));
    $count =0;
    if ( $wp_query ) :

    #18923

    It’s possible put the logo starting from the extreme left of page, aligned with the wide picture? Or, alternatively, reduce the space between the words in the menu?

    Thanks a lot

    In forum: Virtue Theme

    In reply to: Bug?

    #18921

    Your the first to mention and this and I can’t duplicate I have to assume its the server.
    Which low max php would make some sense. But if you installed redux and activated the plugin you don’t need to do anything else. Don’t activate the demo mode or anything. If the plugin is activated it will run and run the options panel from the plugin and not the theme.

    If that didn’t help then you want to increase your php settings. It’s different for each server but for most there is a php.ini file that you can access through your servers file manager. A lot of hosts will help you and change the settings for you if you call.

    You can check the settings if you have woocommerce by clicking the woocommerce > system status page and looking for you max php.
    Or by downloading a php info plugin like: https://wordpress.org/plugins/wordpress-php-info/

    Ben

    #18904

    No that page looks great in Safari! I switched to the Revolution slider on my site and the choppiness went away. So that fixes the issue for me, I have no idea what was causing the problem, exactly.

    #18902

    To avoid squashing the homepage (which uses full page layout) I had to modify slightly:


    @media
    (min-width: 1200px) {
    #content .main.col-lg-9 {width: 66.66%;}
    #content aside.col-lg-3 {width: 33.33%;}
    }

    But that is basically a partial-overwrite of the grid classes. “Yeah, I know you’re claiming to be 9 columns wide, but I’m going to call you 8 columns. And you, you’re claiming to be 3 columns wide, but I’m going to make you be as wide as 4.”

    It’s semantically rough around the edges. But it’s working for now if the only other option is to modify the config.php

    In forum: Virtue Theme
    #18895

    Hi Hannah, hi Ben,

    thank your help 🙂

    I had the Page Builder deactivated, that’s why I did not see it…

    and I mixed up Widgets and Plugins, now it’s clear and I killed it.
    Looking now for a widget for share and tweet to place them in side bar.

    Thanks again and have a nice day

    Martin

    #18892

    The header option just sets what the widget will be for your menu items.

    If you go to the appearance > menus page, you can assign one menu to the “primary menu location” and one menu to the secondary menu location.

    If you want three on each side then add three to the menu assigned to primary and three to the menu assigned to secondary.

    Ben

    In forum: Virtue Theme
    #18885

    In the theme options > topbar settings. do you have the widget area turned on?

    Then in the widgets page of the wordpress admin have you made sure the widget is in the topbar widget area?

    Ben

    #18880

    Hi,

    I’ve noticed a minor issue where the portfolio filter disappears when page is sized down, then back up.

    On the following page:

    If I resize the page down to the narrowest width the filter tags collapse into the mobile “Filter Projects” item, which is great.

    Sizing it back up to full width (on a large screen) brings the filter items back, which is great.

    BUT if I toggle the “Filter Projects” menu open/closed while the window is sized down, and then I resize the window back to full screen, the filter items disappear. Reloading the page at full screen brings them back.

    #18879

    This page has both.. I’m not seeing a choppy scroll? are you?

    http://themes.kadencethemes.com/pinnacle-premium/home-style-02/

    Another thing you can try is enabling smooth scroll in your theme options > misc settings

    Ben

    #18866

    Hello,

    Sorry for my english but i’m french.
    1. So i want to know how to make a virtue_banner which takes all the width of my page (in full width)?
    2. And other question how to space out the titles of the pages of my menu ?
    Thank you in advance for your answers.

    In forum: Virtue Theme

    In reply to: Portfolio pages

    #18842

    That works! 😀

    I didn’t use pages for the categories, but i had the categories itself as a link in my menu..
    I think that was the problem 🙂
    It works now!
    Thanks very much!

    Margriet

    #18837

    I’m working on a site using the pinnacle theme and we’ve been steaming along, site looking and working great on Firefox and Chrome but we noticed tonight, at the last minute, that the homepage scrolling on Safari is extremely choppy. I can’t seem to pin-point what’s causing it. If anyone else has encountered this and figured it out I would greatly appreciate any insight.

    http://69.195.124.144/~stogeroi/

Viewing 20 results - 49,901 through 49,920 (of 53,646 total)