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 ThemeIn forum: Virtue ThemeMarch 22, 2014 at 5:55 pm #6509
Ps to hide a sidebar just use the fullwidth page template: http://docs.kadencethemes.com/virtue/#fullwidthpage
Ben
In forum: Virtue ThemeMarch 22, 2014 at 5:54 pm #6508In your custom css box in the theme options > advanced settings, You are selecting on page by: “Just using the page title, which becomes a css tag in the body”
So if you page is titled “my page” then the css would be:
.my-page header.banner, .my-page #containerfooter, .my-page .page-header { display:none; }Ben
In forum: Virtue ThemeIn forum: Virtue ThemeMarch 22, 2014 at 5:44 pm #6506Here is my example page: http://themes.kadencethemes.com/virtue-premium-3/no-header-test/
Just using the page title, which becomes a css tag in the body I added this css:
.no-header-test header.banner, .no-header-test #containerfooter, .no-header-test .page-header { display:none; }Ben
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Virtue_Premium_Child theme issue
Hi Ben,
Thanks for that. That worked and I should have thought of that – silly me. But just on the matter of child themes, my real objective is the remove the sorting function drop down on the shop page. I created another functions.php file in the child theme and added the code:
<?php
remove_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_catalog_ordering’, 30 );?>
When I refreshed the shop page however, the default sorting drop down is still there?? Again have I omitted to do something? Any suggestions would be appreciated.
Jas
In forum: Virtue ThemeTopic: Categories buttons name
March 22, 2014 at 7:05 am #6485Hi,
Because of SEO with woocommerce catégories, and because the fabulous <H1> tag is used for the catégories title, i use a long name for them.
I would like to use the categories id instead of gategories name with the button on the catégories pages. check my website @ sacsdelivraison.fr/coursier/sacs-a-pizza-isotherme/ for exemples.Thank you
In forum: Virtue ThemeIn reply to: Fixed Header – Possible
March 22, 2014 at 12:13 am #6478Yes, just make sure you have the latest version installed. Then go to theme options > main settings bottom of the page.
Ben
In forum: Virtue ThemeTopic: Fixed Header – Possible
In forum: Virtue ThemeThe Google Analytics field in the theme options—>advance settings is super helpful! I was trying to add demographic data to my google analytics reports, but when I use GA to validate if this type of tracking has been enabled, GA notifies me that “Demographic Interest Reports…Tracking code changes needed.” Per GA, I need to update a line of code, although I’m not sure where I can find that code.
I looked through the footer and header.php files but I couldn’t find this code anywhere. I also searched the theme folder for an ‘analytics.js’ file, but came up empty handed. Do you have any recommendations on how I could update this code on the Virtue theme?
Here is the single line of code update that GA recommends (*Login to see link
To implement Remarketing, Demographics and Interests reporting, or GDN Impression Reporting, replace the bold text in this example:
<script type=”text/javascript”>
var _gaq = _gaq || [];
_gaq.push([‘_setAccount’, ‘UA-xxxxx-y’]);
_gaq.push([‘_trackPageview’]);
(function() {
var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true;ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘http://www’) + ‘.google-analytics.com/ga.js’;
var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
with the bold text in the example below:<script type=”text/javascript”>
var _gaq = _gaq || [];
_gaq.push([‘_setAccount’, ‘UA-xxxxx-y’]);
_gaq.push([‘_trackPageview’]);
(function() {
var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true;ga.src = (‘https:’ == document.location.protocol ? ‘https://’ : ‘http://’) + ‘stats.g.doubleclick.net/dc.js’;
var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(ga, s);
})();
</script>In forum: Virtue ThemeIn reply to: Blog Post Title Placement
March 21, 2014 at 6:16 pm #6471You can add this and make the post sit up a little more:
.single-article article { margin-top: 0; }Or to push the titles down:
.page-header {
margin-top:15px;
}In forum: Virtue ThemeIn reply to: Blog Post Title Placement
March 21, 2014 at 6:05 pm #6469Yeah you can remove it with this css:
.page-header { border:0; }Ben
In forum: Virtue ThemeIn reply to: Blog Post Title Placement
Actually Ben you are way ahead of me – I changed the head content to ‘none’ as you suggested and that solved the issue with the images not appearing in the summary, then I added an image to the left of the content. All is close to good, because now the title appears at the top of the page where I want it. However, it doesn’t have the lines above and below like on the page titles. So, I now ask whether there is a way to just get rid of those lines above and below the page titles?
Thanks!
In forum: Virtue ThemeTopic: Blog Post Title Placement
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Testimonial images not showing in latest update
March 21, 2014 at 4:23 pm #6452Yeah I see it, Can you email me a login to your site, I want to check something I think I see the issue, your images have a funny url:
http://www.rozin.com/wp-content/uploads/2014/03/66x63xscitex.png.pagespeed.ic_.vV3lrNo3iv.pngBen
In forum: Virtue ThemeIn reply to: Testimonial images not showing in latest update
In forum: Virtue ThemeIn reply to: Adding Twitter
March 21, 2014 at 1:34 pm #6445Hey,
You just add the virtue:social widget to one of the footer widgets of your site.
Go to the appearance > widgets page and add whatever widgets you want to the footer columns.Ben
In forum: Virtue ThemeTopic: Adding Twitter
Is there a tutorial that explains how to add the home icons as they are shown on
*Login to see linkYou will see that at the bottom of the page there are a 4 blocks with information – one is Contact and it includes small icons (facebook etc.). I would like to add 4 similar blocks and in particular I would like to include a follow-me twitter link and a follow0me pinterest link under contacts. I cannot find help on this- could you please help me or point me to a tutorial.
My site is DanTaylor.com
-
AuthorSearch Results


