Slider not showing
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Hi Love your Theme, unfortunately I can’t get the slider to show at all. Any assistance would be greatly appreciated.
Did you tick the “Disable Slider” option in the theme’s Graphene Options admin page?
In my case, the issue was caused by a “missing” (NULL) option in WordPress. Clicking Settings -> Reading -> Front page displays -> Your latest posts, caused the slider to reappear.
Oddly, neither “Your latest posts” nor “A static page” where selected (and WP could not determine whether it was rendering the first page or something else -> the is_front_page() function always returning false).
Before:
mysql> select * from wp_options where option_name LIKE ‘%on_front’;
+
| option_id | blog_id | option_name | option_value | autoload |
+
| 62 | 0 | show_on_front | | yes |
| 322 | 0 | page_on_front | 0 | yes |
+
After:
mysql> select * from wp_options where option_name LIKE ‘%on_front’;
+
| option_id | blog_id | option_name | option_value | autoload |
+
| 62 | 0 | show_on_front | posts | yes |
| 322 | 0 | page_on_front | 0 | yes |
+
hth,
ciao,
—
Giuliano
Viewing 3 posts - 1 through 3 (of 3 total)
This free Support Forum relies on contributions from our support staffs and fellow Graphene themes users. While we endeavour to provide adequate and timely support, due to its voluntary nature responses are not guaranteed and may be delayed.
If you require urgent assistance, you may like to consider our Priority Support option.
Made with by Graphene Themes.