zscheimer
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Adding Image Instead of Slider – ChildthemeAwesome! Thank you so much!
Forum: Themes and Templates
In reply to: [Customizr] Adding Image Instead of Slider – ChildthemeI put that in and it still doesn’t put the image there.
Forum: Themes and Templates
In reply to: [Customizr] Adding Image Instead of Slider – ChildthemeI finally have my website back up. Would you mind sending all of the code that you believe needs to be in the functions.php file in order for that to work?
Forum: Themes and Templates
In reply to: [Customizr] Adding Image Instead of Slider – ChildthemeI put that in (seemingly incorrectly) and I now don’t have access to my website (http://www.midwestsportstrips.com)
Forum: Themes and Templates
In reply to: [Customizr] Adding Image Instead of Slider – ChildthemeI’m saying that there is literally nothing else other than the code above in the functions.php file in my child theme. What am I missing?
Forum: Themes and Templates
In reply to: [Customizr] Adding Image Instead of Slider – ChildthemeThe same issue occurred. That is the only code in the functions.php file.
Forum: Themes and Templates
In reply to: [Customizr] Child Theme functions.php Adding ImageThat is what happens when i put this in:
add_filter(‘tc_fp_block_display’, ‘content_before_fp’);
function content_before_fp($html) {
$before_fp = ‘<img src=”http://midwestsportstrips.com/wp-content/uploads/2015/06/Capture.png” alt=”Baseball Trips FP” style=”width:844px;height:344px;”>;’
return $before_fp.$html;
}Below is the code that I put in my functions.php file of the child theme. If you go to http://www.midwestsportstrips.com you will see error that I’m seeing.
add_filter(‘tc_fp_block_display’, ‘content_before_fp’);
function content_before_fp($html) {
$before_fp = <img src=”http://midwestsportstrips.com/wp-content/uploads/2015/06/Capture.png” alt=”Baseball Trips FP” style=”width:844px;height:344px;”>;
return $before_fp.$html;
}Thanks
Ah perfect! Thank you!
That doesn’t solve the problem. It then puts the content i want (static image or different plugin) below the featured pages. I am looking for a way something in that same location above the featured pages.
Forum: Themes and Templates
In reply to: [Customizr] Header – Menu/Social On Different LinesAwesome thanks!
Forum: Themes and Templates
In reply to: [Customizr] Header – Menu/Social On Different LinesThat is exactly what I wanted! Is there any way to justify that at the bottom instead of the top?
Forum: Plugins
In reply to: [Meteor Slides] Slideshow not appearingI ended up using a different slideshow as a placeholder I am going to work on it again at a later time when there isn’t as much traffic going to the site (probably later tonight). heinzfieldribfest.com
Forum: Themes and Templates
In reply to: Home pageAwesome thanks!