blackessej
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GivingPress Lite] Remove headers from sub pagesThank you! Close! This worked:
<?php if ( ! is_page() || is_home() || is_page() && is_front_page() ) { ?>
Forum: Plugins
In reply to: [NM Contact Forms] Submit just returns "Submit is required"NM, apparently the field IDs have to be in order or they don’t work? I deleted the fields and set them up again, and it now works.
To follow up – the files are images. I can imbed them in a post, and they show up fine in my media library.
Forum: Plugins
In reply to: [Contact Form DB] CFDB with Google Spreadsheet = error 500Here’s the error I’m getting:
Request failed for https://www.bellinghamultimate.org/wp-login.php?redirect_to=wp-admin/admin-ajax.php%3Faction%3Dcfdb-export%26form%3DSpring%2BLeague%2BRegistration returned code 503. Truncated server response: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>503 Service Temporarily Unavailable</title> </head><body> <h1>Service Tempor... (use muteHttpExceptions option to examine full response) (line 66, file "Code")
I’ve tried all of the above, to no avail…
Forum: Themes and Templates
In reply to: [Storefront Paper] Change link from "home" to page nameNevermind. Solved. I just created a custom menu, since we’re using wp_nav_menu, and set it as my primary menu in the menu settings.
Forum: Plugins
In reply to: [Cyclone Slider] Feature Suggestions Thread@kosinix excited to hear that you’re working on a full-width option. That would be first on my list.
Hi wheatondoor.
Try using this in your header.php:
<?php if ( is_front_page() ): do_action('slideshow_deploy', '25'); endif; ?>
Replacing the number with the correct number for your slideshow, of course.
Forum: Plugins
In reply to: [Slideshow] slides dont show up in pageHi Stefan,
I’m having the same issue. The slideshow works fine when I use a default theme, like TwentyThirteen, but not with my customized theme. I just get a blank slideshow, sometimes with sporadic images.
I have both
<?php wp_footer(); ?>
and<?php wp_head(); ?>
called correctly in their respective places. I’m using:<?php if ( is_front_page() ): do_action('slideshow_deploy', '25'); endif; ?>
to display the slideshow, in the header.php file.
The site: https://www.terrywilsonati.com/
Thanks in advance for any help!
Forum: Themes and Templates
In reply to: [Storefront Paper] Theme margin-topHi VegasKev88, and thanks for the help. Sorry – I was way, way short on details. I was hoping to find someone who knew the theme well. The problem was some styles and tags called via
<?php wp_head(); ?>
, and slapping an !important tag on the end of some inline attributes wasn’t helping. In the interest of preserving the theme through future updates, I found this plug-in that allowed me to remove print styles, which was the culprit. Problem solved! Thanks again!Forum: Themes and Templates
In reply to: Unordered Lists in Posts for Twenty Twelve themeIn fact, upon further investigation, the widget strips out almost all tags other than
<p>
and headers.Forum: Fixing WordPress
In reply to: Hacked – dbYou need to do that manually by going through the entire length of the database, by manually checking each database table, by searching and removing the problematic strings/ codes, and many more methods. It is really not that easy for a person who cannot identify strings/ codes that are malicious.
Thanks, Krishna. This I have tried, but you’re right in that it’s difficult and I’m not knowledgeable enough to know how/where to look. Any links to excellent resources that I can try?
Forum: Fixing WordPress
In reply to: Editor role can't edit postsBacked it all up, converted to a child theme, updated Twenty Ten – voila! Editor can edit posts and pages. Thanks for the tip.
Forum: Fixing WordPress
In reply to: Editor role can't edit postsHi Esmi,
Yes, I’ve tried these things, as mentioned. As for Twenty Ten – I created the site before child themes was the way to go. Unfortunately this meant editing the theme directly. Do you think this may be the cause of my woes?
Thank you.
Resolved (see link in second comment).
Reposted here, fyi: https://themeid.com/forum/post/7667