Forum Replies Created
- Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236
gardibolt
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Found a fix here for the slider being messed up on mobile devices (it hides the slider altogether for them):
It would be better if it resized along with the site itself, but at least now it doesn’t look like a total mess.
AdvertismentDeprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236gardibolt
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220That makes it work fine on a computer, but it does not work on mobile, so there’s still improvement to be had there.
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236gardibolt
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Sorry, correction (why is there no post edit function on this forum?!?!):
Here’s a step by step of what I did (all using the Theme Editor page):
1. Open index.php and copy the 3rd, 4th and 5th lines.
2. Open template-content-sidebar.php and after the container line, (div id=) inserted a line and pasted in those 3 lines.
3. On the first of those lines, changed “is_home” to “is_front_page”
4. Save.
5. Open functions.php. My lines aren’t numbered, but if you do a “find” for “flexslider”, go to the 4th instance (the last one). On the stuff right before that, again change “is_home” to “is_front_page”
6. Save.
7. Go back to index.php, and delete those 3 lines to get the slider off the blog page.
8. Save.Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236gardibolt
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220I was able to get it working on my static front page, finally. The static front page was using the content-sidebar template, not the page.php that everyone else seems to be using in the other threads. Which template you’re using for the static front page shows up when you open the static front page in “Edit Page.” It’s on the right, under Page Attributes>Template.
Here’s a step by step of what I did (all using the Theme Editor page):
1. Open index.php and copy the first 3 lines.
2. Open template-content-sidebar.php and after the container line, (div id=) inserted a line and pasted in those 3 lines.
3. On the first of those lines, changed “is_home” to “is_front_page”
4. Save.
5. Open functions.php. My lines aren’t numbered, but if you do a “find” for “flexslider”, go to the 4th instance (the last one). On the stuff right before that, again change “is_home” to “is_front_page”
6. Save.
7. Go back to index.php, and delete those 3 lines to get the slider off the blog page.
8. Save.Voila! If you’re smarter than me, you probably did a child page template first, but so it goes.
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236gardibolt
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220I should add that I tried the method listed in a couple places in the forums of moving lines 3-5 of index.php and putting them at line 3 of page.php, but while that took it off the Blog page, it did not appear at all on the front page.
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236gardibolt
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220I am having the same problem. I have a static front page, and I have the Display a slider of sticky posts on the front page checked, and have a post marked as sticky, but it displays on the Blog page, not the front page. Is there a way to make it display on the actual front page?
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236gardibolt
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220I’d like to know this too; I’ve also poked around in the php files and come up empty. This really seems like something that should be in the UI rather than hidden in the code anyway.
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236gardibolt
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220You can disable commenting on specific pages using the user interface in the WordPress dashboard. You go to Pages>All Pages, hover over the page name so the dropdown menu appears, and then click Inline Edit for the specific page. There is a checkbox for “Allow Comments.” It’s checked by default; simply uncheck it and save. You have to repeat this for each page you want to disallow commenting on, but it’s a straightforward way to deal with it in the UI without messing with php, and still allow commenting on some pages.
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236gardibolt
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220I was having the same problem. Apparently Esplanade has some bug that causes both sidebars to appear at once if you select one sidebar (that is, you have both the left and right sidebar showing up in your right sidebar).
What fixed this situation for us was to go to Appearance>Theme Options>Design, and in the Custom CSS box, put this code:
#sidebar-right {
width: 100%;
}That cleared the problem right up.