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 '
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Product Category Image Cropping
October 2, 2014 at 11:48 am #18991I 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/
In forum: Pinnacle ThemeHi,
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?
ThanksIn forum: Virtue ThemeIn reply to: "On sale products" not showing in Home page
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
And, I really like this page
http://www.frizerskistudioin.hr/Can you tell me how I can build it?
Thankyou 🙂
In forum: Virtue ThemeHello!
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 🙂
In forum: Virtue ThemeHi,
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: *Login to see link
Latest blogpost: “Kleurrijk Marokko”. But i see “Noodweer Pinkpop” as the last one.In forum: Virtue ThemeIn reply to: Pages don't appear after the 1st one
Hi Hannah,
This is the main site
http://www.whitepartydressonline.com
Here are specific pages where I can’t advance to see all the products
http://www.whitepartydressonline.com/?product_cat=maxi#038;paged=3
http://www.whitepartydressonline.com/?product_cat=prom
http://www.whitepartydressonline.com/?product_cat=cocktailIn forum: Virtue ThemeHi 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
In forum: Virtue ThemeHi:
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 ) :In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Bug?
October 1, 2014 at 4:03 pm #18921Your 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
In forum: Pinnacle ThemeIn reply to: Pinnacle homepage choppy scroll on Safari
In forum: Virtue ThemeIn reply to: Change sidebar/main width via grid classes
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 ThemeIn reply to: Hide Social Media Icons?
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
In forum: Virtue ThemeIn reply to: Logo with Menus left and right
October 1, 2014 at 12:45 pm #18892The 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 ThemeIn reply to: Reactivate Sidebar Topbar
October 1, 2014 at 12:27 pm #18885In 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
In forum: Virtue ThemeTopic: Portfolio Filter Disappears
Hi,
I’ve noticed a minor issue where the portfolio filter disappears when page is sized down, then back up.
On the following page: *Login to see link
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.
In forum: Pinnacle ThemeIn reply to: Pinnacle homepage choppy scroll on Safari
October 1, 2014 at 11:56 am #18879This 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
In forum: Virtue ThemeHello,
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 ThemeIn reply to: Portfolio pages
In forum: Pinnacle ThemeI’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.
-
AuthorSearch Results


