fuzzie
Forum Replies Created
-
Forum: Plugins
In reply to: [ApplyOnline - Application Form Builder and Manager] Custom [aol] pageRemove the period right before the  : at the end of this line:
$form_output.= '<label for="'.sanitize_key($option).'"><input type="'.$field['type'].'" id="'.sanitize_key($option).'" name="'.$prepend.$field['key'].'[]" class="aol-checkbox '.$field['key'].'" id="'.$field['key'].'" value="'.$key.'" '.$checked.'> '.$option .'. </label>';
$form_output.= '<label for="'.sanitize_key($option).'"><input type="'.$field['type'].'" id="'.sanitize_key($option).'" name="'.$prepend.$field['key'].'[]" class="aol-checkbox '.$field['key'].'" id="'.$field['key'].'" value="'.$key.'" '.$checked.'> '.$option .' </label>';
Forum: Plugins
In reply to: [ApplyOnline - Application Form Builder and Manager] Custom [aol] pageThanks. I added featured images but they still didn’t appear on the landing page. I figured out I could edit the Excerpt and display whatever I wanted. Thanks so much.
Also, I had periods after my checkbox values. I found the code in the function and removed it (I saw that an update fixed it, but I think it only fixed the radio button issue, not the checkbox one)
Forum: Fixing WordPress
In reply to: Redirect www link to specific page/post*bump*
I can’t believe we are the only ones with this problem?Is there a way to show the name instead of the link?
I’d like that function too.
Tip: We have a page, using TablePress plugin and the shortcode wasn’t working. I added a blank shortcode [hide_email ] before the table, and it fixed it.
Check it out here:
https://gulfridgecouncil.org/allohak/contacts/Forum: Fixing WordPress
In reply to: Change Template For Category ListingAh, thanks….that solved it. Sometimes you just need help with search terms.
Forum: Networking WordPress
In reply to: .htaccess for child site uploads?I figured out my issue:
I had this in my htaccess
RedirectMatch 301 /([0-9]+)/([0-9]+)/([0-9]+)/(.*)$ https://mydomain.com/$4
to fix permalinks.I had found that here: https://www.webanddesigners.com/20-htaccess-hacks-to-prevent-your-wordpress-site-from-hacking/
Now to see if anything else broke.
Forum: Networking WordPress
In reply to: .htaccess for child site uploads?I wish that fixed mine…
My rule was already
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
Forum: Fixing WordPress
In reply to: RewriteRule for .htaccess for uploaded files in a child site?Same issue, same condition.
Worked before upgrading to 3.5.1.I can see the image attachment page in the backed, but inserting the image into a post or page breaks the image.
Forum: Plugins
In reply to: [Weather Underground] icons-ecast hosedCan I just download these icons and serve them up from my WP install?
Forum: Themes and Templates
In reply to: Custom index.php for Subsiteresolved, if statement worked
Forum: Themes and Templates
In reply to: Custom index.php for SubsiteThis might be the answer…
https://wordpress.stackexchange.com/a/43172But not what I really want to do.
Can I add an if statement to the theme index.php page to check if it is the /newsletter subdir, and if so, redirect it to index-newsletter.php?Forum: Themes and Templates
In reply to: Custom index.php for SubsiteWell, I thought I had solved it, but the static page doesn’t give me what I want.
I’m trying to mimic this: https://www.boyscouting.com/Calendar/NewsandEvents.aspx
here: https://gulfridgecouncil.org/newsletter/
I thought I just copy my theme page.php file, rename the copy page-newsletter.php, edit that file to remove the reference to sidebar1.php and then customize the loop to generate the content.
For whatever reason I am missing, that is not working.
Any help is greatly appreciated.Forum: Themes and Templates
In reply to: Custom index.php for SubsiteI resolved it with a static page.
Forum: Plugins
In reply to: [WP Custom Login] Site Name still links to www.ads-software.comI have Version 1.3.0…is there a newer version?
Forum: Plugins
In reply to: [WP Custom Login] Site Name still links to www.ads-software.comPerfect…thanks…great support, very prompt, and 100% correct!
Is it ok to put it at the end of styles.css or should I create a custom css file?