- This topic has 8 replies, 2 voices, and was last updated 11 years, 1 month ago by
Tom.
-
AuthorPosts
-
January 24, 2015 at 7:22 am #68317
Mary Pearson
Hi Tom,
Can you tell me please how I put Revolution Slider into GP Hooks for home page. This is what I tried and it doesn’t work.
<?php if ( is_front_page() ) { ?>
[rev-slider green]
<?php } else { ?>
<“”>
<?php } ?>Many thanks!
January 24, 2015 at 11:12 am #68359Tom
Lead DeveloperLead DeveloperAll you should have to do is this:
<?php if ( is_front_page() ) : ?> [rev-slider green] <?php endif; ?>You can also use the Page Header add-on so you don’t need to use PHP.
January 24, 2015 at 5:53 pm #68511Mary Pearson
Thanks Tom. I’ve tried the code in GP Hooks and it doesn’t work. Can’t find the Addon for Page Header. The only options I have for Page Header is Page Header Position and Single Post Header Position. Header Content just allows for logo upload Site Title and Tagline. Am I missing something?
Perhaps I’m doing something wrong with the Revolution Slider, although it worked when I had it set up for CharityPlus Theme.
The website in question is http://plantbest.info
Thank you again.
January 24, 2015 at 6:19 pm #68512Mary Pearson
Got it working Tom. Code is
<?php putRevSlider(“grunge”,”homepage”) ?>
Thanks again!!!!
Would still like to know about the Page Header option
January 24, 2015 at 6:29 pm #68520Tom
Lead DeveloperLead DeveloperGlad you got that working.
You can add a page header to each individual page while you’re editing them – look for the “Page Header” metabox 🙂
January 24, 2015 at 7:03 pm #68522Mary Pearson
OMG I have seen that so many times and overlooked it because I was focusing on something else. GREAT addon! Wonderful work Tom.
I’ve tried to post additional reviews of how great your theme, addons and support are but it won’t let me post more than once.
I don’t suppose you would know how to stop the video at http://CaribbeanHoliday.ca to stop looping would you? It is the Featured Video Plus plugin but I cannot get any response from their support or WordPress support. I even contacted the creator on Facebook but I can’t get a response from anyone. This issue was posted over 6 months ago and still nobody has answered. loop=”false” doesn’t do it.
Thanks!
January 25, 2015 at 12:04 am #68557Tom
Lead DeveloperLead DeveloperHmm, it would have to be set inside the plugin itself I’m afraid – you may have to find a better supported plugin.
January 25, 2015 at 3:53 am #68582Mary Pearson
Thanks for the advice Tom. It is very much appreciated!
January 25, 2015 at 3:46 pm #68753Tom
Lead DeveloperLead DeveloperNo problem 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.