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 'child theme'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Theme install failed
In forum: Virtue ThemeTopic: Theme install failed
In forum: Virtue ThemeIn reply to: Slider home page without margins
Hi Ben,
Thanks for your answer. I don’t understand what you want mean by child theme. In virtue theme it’s not possible ?
I just try to edit templates/home/latest-slider.php to 1170 and delete the container class line 6 but no changes.
Edit on admin diaporama i have set the value like this : 450px and 1140(the max)
In forum: Virtue ThemeIn reply to: Comments on Blog Page
June 30, 2014 at 11:30 am #11890The theme doesn’t have comments on “pages” built in by default. You can have comments on “posts” but for pages you have to add this to your page template file right before the closing div:
<?php comments_template('templates/comments.php'); ?>I suggest using a child theme for the edits, if you need help with that let me know,
Ben
In forum: Virtue ThemeIn reply to: Slider home page without margins
June 30, 2014 at 11:21 am #11887Hey,
This really isn’t possilbe without changing some code. Do you have a child theme? if you copy the templates/home/latest-slider.php file into a child theme you can edit line 4 and make the slider width 1170 by adding this at the end of line 4;$slidewidth = 1160;And then you can remove the “container” class from line 6.
Ben
In forum: Virtue ThemeTopic: Using Adsense
Hi Ben,
Do I need to be using a child theme in order to utilize Adsense. I am trying to add the code to a widget in the sidebar, but it doesn’t look like the space is being converted. I tried using multiple sizes too but that doesn’t seem to help. Do I have to alter the php?
Thanks,
EileenIn forum: Virtue ThemeIn reply to: Tagcloud Widget customize font-size
June 27, 2014 at 9:40 am #11670This is controlled by a function in wordpress. You have to filter it and you can only control the large and small size, here is the function you would add to your child theme:
<?php function kad_product_tag_cloud($args) { $args = array( 'smallest' => 16, 'largest' => 28, ); return $args; } add_filter( 'woocommerce_product_tag_cloud_widget_args', 'kad_product_tag_cloud'); ?>Ben
In forum: Virtue ThemeHi Ben and all
I’ve created testimonials for 3 people, and a testimonial page using the testimonial grid, and a testimonial carousel in my sidebar. My only problem is, for the life of me I can’t work out how to have the carousel show ‘read more’ and link through to the testimonial grid page. I’m using the child virtue theme. http://www.revatech.biz/real-estate-tools/.
Thanks in advance.
KarenIn forum: Virtue ThemeIn reply to: child theme css
June 25, 2014 at 1:08 pm #11561If that css isn’t working then something is wrong with your child theme set up. Can you email me a link:
Ben
In forum: Virtue ThemeIn reply to: child theme css
June 25, 2014 at 1:07 pm #11560Hi –
Just about anything, maybe I am using the wrong css and will experiment with that, but here is an example:(I know I can do this in the Theme Options but would like to have some control within my child theme )
.testimonialimg {
display: none;
}Thank you very much!
(I don’t have a public link to post at this time)
In forum: Virtue ThemeIn reply to: Portfolio hide "All" tab from filters
June 25, 2014 at 12:11 pm #11544Hmm, not without adding javascript to force the filter on load, then you could hide the all button with css. It’s not really what the filter was designed for but if I was going to take a quick try at it you would add something like this to the portfolio page content:
<script type="text/javascript"> jQuery(document).ready(function ($) { $('#portfoliowrapper').isotopeb({ filter: '.portfolio-cat' }); }); </script>The period at the beginning of the category slug is important.
the css you can add to the theme options custom css box:
#filters li:first-child { display:none; }Ben
In forum: Virtue ThemeTopic: child theme css
June 25, 2014 at 8:43 am #11520Hello –
I set up a “child theme” for Virtue Premium – I understand from a prior post there is a hierarchy of css with theme options at the bottom of the cascade, and you said to use !important in the css to override all. However, the css changes I make using !important (on style.css but also skins/default.css in the child theme which is active) don’t take.The child theme is active, I tested being able to make some change in templates within the child folder and it works – it’s only the css.
Could you tell me how in child css (instead of theme options) for the child theme I can make css changes?
Thank you
In forum: Virtue ThemeIn reply to: grid posts
June 24, 2014 at 8:48 am #11421Well like I said above the blog grid is the closest thing that this theme has to that layout. The photo though is on top with virtue. You would have to starting editing theme files to change the layout. You can create a child theme and do the code edits that way.
After look at your site though it doesn’t look like you did step 3 and switch the layout to grid mode.
Ben
In forum: Virtue ThemeIn reply to: Blank Theme Options
June 22, 2014 at 12:34 am #11286“only until I activated Virtue Child Theme”
Whats in your child theme?
What are your settings in “IThemes Security”
Can you email me a login so I can take a look?
[email protected]Ben
In forum: Virtue ThemeIn reply to: Blank Theme Options
Update:
None of the Administrator menus are “flying out” either. I’ve disabled all of the plugins and went back to the TwentyFourteen theme. The menus started flying out again. I started enabling the plugins and everything was still ok. It was only until I activated Virtue Child Theme that the admin menu didn’t have flyouts.
In forum: Virtue ThemeHello, I’m having a difficult time figuring out why the contact form on my site is not sending emails. I have the most up-to-date virtue premium theme and am not using a child theme. Any help would be great. Thank you, Here’s the URl: *Login to see link
In forum: Virtue ThemeTopic: Blank Theme Options
When I tried to change some of the Theme options, the right column with the options is blank, but I can see the buttons on the left. I installed the plugin IThemes Security and was adjusting (read: messing) with the options with that. It was after I made the security adjustments that I was able to see the Theme Options and I even changed one of the links of the buttons on the home page and clicked “Save Changes.” It was after it saved the changes that I was greeted with a blank options area.
The errors I saw in Chrome were:
Uncaught SyntaxError: Unexpected identifier pickusottawail.com/wp-admin/load-scripts.php?c=1&load%5B%5D=jquery-ui-core,…iris,wp-color-picker,jquery-ui&load%5B%5D=-accordion,thickbox&ver=3.9.1:49
Uncaught TypeError: Cannot read property 'keyCode' of undefined pickusottawail.com/wp-content/themes/virtue_premium/themeoptions/assets/js/redux.min.js?ver=1403399467:2The website is pickusottawail.com and I’m using a child theme for Virtue.
Any help is greatly appreciated.
Chad
In forum: Virtue ThemeIn reply to: Another Lighbox Plugin
June 20, 2014 at 11:05 am #11201Hey,
That particular plugin is a gallery plugin, does more then what a Lightbox plugin would and you shouldn’t have any problem using it. You may have to deactivate the themes gallery settings in the theme options but other then that you wouldn’t have to turn off the theme Lightbox in regards to conflicts.Worth noting that it doesn’t look like that plugin would do anything to change the lightbox for a product. There may be settings for it but would would have to talk to the developers.
As for deactivating the themes lightbox, it’s possible, not advisable but possible with a child theme.
Ben
In forum: Virtue ThemeIn reply to: Which is the the best way to add custom icons?
June 20, 2014 at 10:44 am #11197You will need an icon font. You can build one here: http://icomoon.io/app/
Import the vector icons and that app will create the font. Make sure you use a prefix for your font classes. The app as a setting for that. Needs to be different from icon, so like my-icon would work.
Then the app will kick out the icon font with a css file you would add both to your child theme. then you could use the new icon font by adding the correct class to the menus for example.
Does that help?
Ben
In forum: Virtue ThemeIn reply to: Search box in the primary navigation menu
June 20, 2014 at 10:31 am #11195You would need to use a custom function. Are you using a child theme?
The function like this would go in your child theme functions.php file:
add_filter('wp_nav_menu_items', 'kt_add_search_form_to_menu', 10, 2); function kt_add_search_form_to_menu($items, $args) { if( !($args->theme_location == 'primary_navigation') ) return $items; ob_start(); ?> <li class="menu-search"><?php get_search_form(); ?></li> <?php $output = ob_get_contents(); ob_end_clean(); return $items . $output; }Ben
-
AuthorSearch Results


