Forum Replies Created

Viewing 16 posts - 41 through 56 (of 56 total)
  • Author
    Posts
  • in reply to: Footer Addition #85532
    husker
    Participant

    I have tried to add CSS to my Child Theme default-options.php and catchresponsive-core.php templates with no success showing on my site.

    I can modify CSS in the main Theme templates and see changes. All my child theme style sheet changes are reflected on my site?

    bayareahuskers.org/wp

    Here is my Child Theme functions.php template

    <?php
    /**
    * Child Theme functions and definitions
    *
    */

    /**
    * Loading Parent theme stylesheet
    *
    */
    add_action( ‘wp_enqueue_scripts’, ‘catchresponsive_child_enqueue_styles’ );
    function catchresponsive_child_enqueue_styles() {
    wp_enqueue_style( ‘catchresponsive-parent-style’, get_template_directory_uri() . ‘/style.css’ );
    }

    Is this correct?

    Brian

    in reply to: Footer Addition #85496
    husker
    Participant

    I use a Child Theme and my additions are not showing up on what I add to Footer.php or default-options.php

    I want to add some addition text with what is shown below by default.

    Copyright © 2016 Bay Area Huskers. All Rights Reserved. | Catch Responsive by Catch Themes

    in reply to: Pro Upgrade #85268
    husker
    Participant

    That’s great but what about this!

    Catch Responsive Pro (Theme Usage for Lifetime and Update for 1 year) × 1 $44.99 for 1 year.

    What is future year cost going to be?

    Brian

    in reply to: Menu and Child Menu #85010
    husker
    Participant

    Ok I found the CSS for that issue.

    But now I can not find the CSS to change Font Size of Menu or Drop Down Menu Font? I have one menu item going to second line when in Ipad size mode.

    Brian

    in reply to: Why does image appear twice in Featured Content #84253
    husker
    Participant

    I solved it by adding the following code in CSS style Sheet Featured Content to hide the automatic image.

    img.pngfix.wp-post-image{
    display: none;
    }

    Brian

    in reply to: Why does image appear twice in Featured Content #84249
    husker
    Participant

    Pralik.

    I solved that one but how do I keep the first image I upload from going to the top of Featured Content? Is does not matter where I place in in the code?

    http://bayareahuskers.org/wp/

    Brian

    in reply to: Featured Content 2 images. #84211
    husker
    Participant

    OK i solved the problem.

    If you want to place an image at the top of the page to be used as Featured Content, you need to upload an image for the Featured Image place on the page and not place it in the text.

    If you not use the Featured Image selection and you upload an image to the text area, you will get two images the same. One before the Title and one after.

    Can I hide the title of each Featured Content section?

    in reply to: Featured Content 2 images. #84205
    husker
    Participant

    If I remove image from the page used to show the featured content, both images on the welcome page go away?

    I am not adding images to featured content?

    Something else if going on?

    http://bayareahuskers.org/wp/

    Brian

    in reply to: Control width of columns in Featured Content #84116
    husker
    Participant

    Mahesh,

    The left column seems be be keeping the 33 1/3 and not letting middle column move left,

    Brian

    in reply to: Control width of columns in Featured Content #84115
    husker
    Participant

    Mahesh,

    http://bayareahuskers.org/wp/

    Here is what happened when I added that code. See site link above. It was close but it pushed the right column down.

    Brian

    in reply to: Widget Header Color #83511
    husker
    Participant

    Bayareahuskers.org/wp

    in reply to: Widget Header Color #83510
    husker
    Participant

    I am using child theme at bayareahuskers.org/we

    Brian

    in reply to: Catch Responsive Child Theme #83376
    husker
    Participant

    I did not move anything or change anything since I added the child theme.

    Like i mentioned above. I set up the Game Counter on the main theme on the right sidebar and that is where it still is located.

    It is showing up on footer on Child Theme for some reason.

    The Child Theme created all the right side widgets you mentioned which I had removed from main theme.

    Do Plugins affect the way this is working. Should a person remove all widgets from main theme and then create child theme?

    I had also changed the Title Colors and the Child theme is not seeing them or the sliders I created in main theme.

    Brian

    in reply to: Catch Responsive Child Theme #83370
    husker
    Participant

    Your seeing the child theme. I changed it back to main theme. The child theme has put the timer in the footer.

    I put the timer on the home page right widget at the top. You will see sliders modified on Main theme but not showing on child theme.

    Brian

    in reply to: Catch Responsive Child Theme #83325
    husker
    Participant
    in reply to: catch responsive-default-options.php #83242
    husker
    Participant

    Thank you I thought of that after I posted and I did download a clean install and pasted the entire file contents into file manager and I am back up again.

    Thanks for the Child Theme thought. I will read the forum on the best way to set that help for my changes.

    Resolved

    Brian

Viewing 16 posts - 41 through 56 (of 56 total)