Community Forums › Forums › Archived Forums › Design Tips and Tricks › Slider Image Not Loading – Firefox Browser
Tagged: browser compatibility, firefox, hooks, Slider Images
- This topic has 11 replies, 2 voices, and was last updated 11 years, 5 months ago by jmalisos.
-
AuthorPosts
-
April 17, 2013 at 7:45 am #35937jmalisosMember
Using the Lifestyle Theme. One of the homepage slider images will not load when accessing the page via Firefox. I've accessed the site using internet explorer with success so I know it is a browser issue. Is there any way to fix this?
Screenshot of the image:
<img src="http://polarrvsales.com/wp-content/uploads/2013/04/Image_Not_Loading_on_Firefox.png">
http://www.polarrvsales.comApril 17, 2013 at 3:24 pm #36007Brad DaltonParticipantChange the slider to the Genesis responsive slider, Easing Slider or Soliloquy
April 23, 2013 at 3:21 pm #37259jmalisosMemberI deactivated the Dynamic Content Gallery, downloaded the Genesis Responsive Slider and activated the plugin...
What do I need to do in order to get the slider (Genesis Responsive Slider) onto the homepage where the old slider used to be?
April 23, 2013 at 9:00 pm #37309Brad DaltonParticipantApril 24, 2013 at 6:37 am #37360jmalisosMemberUnfortunately there is no widget area that would place the slider where it needs to be. The version of the lifestyle theme I have has a Top Left, Top Right and a Featured Bottom. If there were a Featured Top it would work... what do you suggest?
April 24, 2013 at 10:38 pm #37520Brad DaltonParticipantJune 12, 2013 at 10:14 am #45486jmalisosMemberHi Brad: I'm sorry, but I am not clear... is a hook a widget area?
So I installed the Soliloquy Slider, but I prefer no to have the slider in the header area. I need the slider to be located between the menu area and the featured widgets area (top left, top right) on the homepage. Please advise.
Do you suggest backing up the site prior to making these changes? If so, what is the best and least expensive way of doing it?
Website: polarrvsales.com
June 12, 2013 at 10:25 am #45488Brad DaltonParticipantHi.
Please download a copy of your child themes functions.php file.
You should also create full backups on a regular basis which include all your files and database.
A hook is simply a position in your theme where you can hook in content.
Please change the 88 to the i.d for your slider after installing the plugin and adding your images.
Note: Always copy the code from the view raw link and paste it at the end of your child themes functions.php file using a text editor like Notepad++.
You can also change the genesis_after_header hook.
Code not displaying? Grab it on Github.
These instructions assume you have installed the Soliloquy slider plugin. If you want to use the Genesis responsive slider plugin that is o.k however you will need to create a widget area for it.
Code not displaying? grab it on Github.
June 24, 2013 at 5:24 pm #47576jmalisosMemberThis reply has been marked as private.July 1, 2013 at 12:55 pm #48723jmalisosMemberAfter installing the Soliloquy slider and adding images, I added the following code (with the correct slider id) to the end of the theme functions.php file…
function slider_after_header_home() {
if (is_home()) {
echo do_shortcode(‘[soliloquy id="1019"]‘);
}
};I am still unable to get the homepage slider to work. Does anyone have a suggestion?
July 1, 2013 at 8:39 pm #48779Brad DaltonParticipantYou will need to copy all of the code from the view raw link and paste it. You have missed some of the code.
add_action('genesis_after_header', 'slider_after_header_home');
July 5, 2013 at 10:48 am #49339jmalisosMemberThis reply has been marked as private. -
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.