Forum Replies Created
-
AuthorPosts
-
huskerParticipant
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
huskerParticipantI 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
huskerParticipantThat’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
huskerParticipantOk 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
huskerParticipantI 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
huskerParticipantPralik.
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?
Brian
huskerParticipantOK 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?
huskerParticipantIf 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?
Brian
huskerParticipantMahesh,
The left column seems be be keeping the 33 1/3 and not letting middle column move left,
Brian
huskerParticipantMahesh,
Here is what happened when I added that code. See site link above. It was close but it pushed the right column down.
Brian
huskerParticipantBayareahuskers.org/wp
huskerParticipantI am using child theme at bayareahuskers.org/we
Brian
huskerParticipantI 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
huskerParticipantYour 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
huskerParticipanthuskerParticipantThank 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
-
AuthorPosts