Forum Replies Created
-
It was an issue with the code for calling the Meta Slider in.
Graphene Top Content -> PHP Widget ->
Originally the code was:
<?php
if (is_front_page() || is_home()) {
echo do_shortcode("[metaslider id=98]"); //replace 123 with slider ID
}
?>I simply changed the code to this:
<?php
if (is_page(home)) {
echo do_shortcode("[metaslider id=98]"); //replace 123 with slider ID
}
?>Marking the issue as resolved.
Anyone?
Viewing 2 posts - 1 through 2 (of 2 total)
