southamericaliv
Forum Replies Created
-
All that displays is the line of code that I am putting in the header.php file on the top of every page. No slider.
How can I find someone to help me install this? Thanks.
Definitely, but am not sure I’ve put the code in correctly, actually pretty sure I haven’t, so really need someone who knows PHP to help. My site has errors already I know, so don’t want to add any more sloppy code that has to be fixed later! Want this done right.
I’ll try to find someone but again, if anyone can help please contact me via my contact form at https://www.southamericaliving.com. Love the plugin, can’t wait to use it, thanks for all the great help wp-maverick, I’ve read your other replies to other posts too.
wp-maverick, thanks so much for the info! I gave it one more shot, but have to have someone more skilled do it.
I will pay via PayPal for this help, should be very simple for someone skilled, if you or anyone you know can help out please send e a note via my contact form on the website – https://www.southamericaliving.com/contact-us/
Would hugely appreciate it!
I’m sorry, I corrected the code to add to home.php (syntax error above and found a new line in the settings area), but still does not work at all.
This is the code I have in home.php (above line corrected):
if ( function_exists( 'get_wp_parallax_content_slider' ) ) { get_wp_parallax_content_slider(); }
Note: I DID add ‘backticks’ using the code button to the above code. If not showing, I do NOT know why & apologies.
I’m sorry, I corrected the code to add to home.php (syntax error above and found a new line in the settings area), but still does not work at all.
This is the code I have in home.php (above line corrected):
if ( function_exists( 'get_wp_parallax_content_slider' ) ) { get_wp_parallax_content_slider(); }
Here is the code that I added to, the code above slider code was already in template, and when I removed that, broke the whole site (again, I have not done dev work for many years, am a writer/publisher now).
<div id="featured-slider"> <?php if ( $paged < 2 ) { // Do stuff specific to first page ?> <?php if (have_posts()) : ?> <?php $my_query = new WP_Query('showposts=1'); while ($my_query->have_posts()) : $my_query->the_post(); $do_not_duplicate = $post->ID;?> <?php endwhile; ?> :<?php if ( function_exists( 'get_wp_parallax_content_slider' ) ) { get_wp_parallax_content_slider(); } ?> </div>
[Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]