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'

Home / Forums / Search / Search Results for 'child theme'

Viewing 20 results - 6,101 through 6,120 (of 6,404 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Theme install failed

    #11971

    This is my actual message. Destination folder already exists. /data/21/2/86/144/2575144/user/2823361/htdocs/wordpress/wordpresshome/wp-content/themes/virtue_premium_child/. But I can’t seem to find it.

    #11970

    Ben, I finally got back up and running. Well, back to the start page. I am trying to install the child theme like you suggested before. But, I keep getting theme install failed. Can you help?

    #11892

    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 Theme

    In reply to: Comments on Blog Page

    #11890

    The 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

    #11887

    Hey,
    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 Theme

    Topic: Using Adsense

    #11791

    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,
    Eileen

    #11670

    This 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

    #11638

    Hi 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.
    Karen

    In forum: Virtue Theme

    In reply to: child theme css

    #11561

    If that css isn’t working then something is wrong with your child theme set up. Can you email me a link:

    [email protected]

    Ben

    In forum: Virtue Theme

    In reply to: child theme css

    #11560

    Hi –
    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)

    #11544

    Hmm, 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 Theme
    #11520

    Hello –
    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 Theme

    In reply to: grid posts

    #11421

    Well 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 Theme

    In reply to: Blank Theme Options

    #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 Theme

    In reply to: Blank Theme Options

    #11279

    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.

    #11273

    Hello, 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:

    #11272

    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:2

    The website is pickusottawail.com and I’m using a child theme for Virtue.

    Any help is greatly appreciated.

    Chad

    In forum: Virtue Theme

    In reply to: Another Lighbox Plugin

    #11201

    Hey,
    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

    #11197

    You 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

    #11195

    You 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

Viewing 20 results - 6,101 through 6,120 (of 6,404 total)