Forum Replies Created
-
AuthorPosts
-
August 21, 2016 at 7:17 pm in reply to: HELP!! Making the featured Content images a hyperlink.. #15810gedbrockieParticipant
Guys, I have added the above code to my own site’s child theme functions.php file as I want my featured posts on the home page to be clickable as well….for some reason the posts do not then become clickable. Any ideas?
gedbrockieParticipantOkay, if you can’t see it then I don’t know how else to describe it…the website loads, the slider loads up, then once loaded it very quickly disappears and quickly re appears again…it’s not the end of the world if you cant see it. Just trying to increase load times and wondered if this was a slow down to the website.
Thanks
GedgedbrockieParticipantYes, it’s always there…if you watch when the screen loads, the slider loads, then very quickly it loads again…it does it every time..
Ged
gedbrockieParticipantGuys, found a previous post and got it sorted from code you put up. Thanks!
gedbrockieParticipantps I am using a child theme for education hub pro…so can you tell me if code should go in the child theme css comments or in the regular education hub pro?
gedbrockieParticipantGuys, it’s all working great now. Didn’t need to do the later stuff as all was well. There was a slight problem with one of the characters above as they were being encoded?…anyway, that’s been done and the site looks amazing.
Thanks once again for your fantastic work and theme which has really going to contribute to GMI’s continued success.
Best
Ged
gedbrockieParticipantps how do I attach images to these support forums?
gedbrockieParticipantWell, I don’t know what I am doing wrong, very frustrating. I take the code that you gave me and paste it in to the fuctions.php file that I detailed above.
As soon as I upload it….the site goes down. Take the above code out, and it reappears again….
Any ideas?
Ged
gedbrockieParticipantGuys, thanks so much for this and taking the time to help me. I am slowly getting there.
Sadly, I’m not a programmer…I have now got a child theme up and running after a bit of bother but:
1. The site seems to crash when I change the phone number and email in the customise area. Only a restart on Apache at the server level gets it up and running again. What could I have done wrong on this?
2. The functions.php file…where and exactly how do I insert the above code? I have the following in my functions.php file
<?php
/**
add_action( ‘wp_enqueue_scripts’, ‘enqueue_parent_styles’ );function enqueue_parent_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri().’/style.css’ );
}//*
gedbrockieParticipantHi thanks for getting back so quickly.
1. In this first example, if you go down to the bottom of the page, you can see that the primary sidebar is still showing and is also out of place. It really just shouldn’t show.
http://www.guitarandmusicinstitute.com/course/quick-start-beginners-guitar/
2. In this example within the course lessons, there should be a woothemes sidebar which shows all the lessons on the right, currently there is nothing. The above code I gave from my previous theme installation ensured that these were visible.
http://www.guitarandmusicinstitute.com/lesson/lesson-1-the-anatomy-of-the-guitar/
Your theme renders everything else beautifully, I just want to have a better integration with the woothemes sides bars for the course for my students.
Thanks
-
AuthorPosts