jwarnimo
Forum Replies Created
-
Forum: Plugins
In reply to: [Genesis eNews Extended] Mailchimp GroupsWow thanks Brandon. This worked perfectly. With the one options it looked good on some screens, but I noticed in smaller screens it would shift around a bit. I just popped in a <div> tag and it seems to be working perfectly. Thanks so much for the help, I appreciate it!
Forum: Plugins
In reply to: [Genesis eNews Extended] Mailchimp GroupsThanks Brandon,
I appreciate your time and understand that the plugin wasn’t designed for that capability. I actually tried changing the width of the #subbox and that helped bump the groups to the bottom for the widget below a post. Thanks for the help and let me know if you think of any small tweaks I can do to make it look a bit better. Thanks!
Joe
Forum: Plugins
In reply to: [Genesis eNews Extended] eNews ExtendedHi Brandon,
Sorry to come back to a thread that was already resolved, but I am trying to put two checkboxes underneath my sign up form, pulling from my mailchimp groups. If you look at my site at writewithwarnimont.com I have been able to copy in the extra code to the hidden fields form but I can’t quite figure out how to make it look right. I’m not sure if this is something your support but I thought I would ask if you have any design recommendations for me.
I would like to stack the two group options and then have the Join Now button below them. Once again I’m not sure how possible this is or if there is a feature I am looking over, but thanks!
Joe
Forum: Networking WordPress
In reply to: When Clicked On, Subdomain Posts Redirect to Main SiteNo, I’m not entirely sure what those plugins do. Are one of these required? Sorry I’m new to this. Thanks!
Forum: Networking WordPress
In reply to: When Clicked On, Subdomain Posts Redirect to Main SiteJust these two for my blog subdomain:
All in one Favicon
Contact Form 7For my primary domain I have quite a few:
AddToAny: Share/Bookmark/Email Buttons
All in one Favicon
Article Directory
Better Author Bio
Custom Logo
Jetpack by WordPress.com
Newsletter Sign-Up
Peter’s Collaboration E-mails
Simple Local Avatars
Social Login for wordpress
Top Contributors
User Photo
WordPress SEOThanks!
Forum: Networking WordPress
In reply to: Internal Server Error For WordPress Multisite – Using BluehostGenius! Thanks bh_WP_fan and lpstenu for all the help! Everything seems to be working perfectly now. Pointing the wildcard to public_html did the trick. Thanks!
Forum: Networking WordPress
In reply to: Internal Server Error For WordPress Multisite – Using BluehostYes I set up my wildcard subdomain as *.mydomain.com. I spoke with bluehost support and they said that it’s probably because I didn’t point the wildcard subdomain to the same folder as the wp-config.php is in. However when I head to my DNS Zone Editor it sayd that there is an A Host Record set as “*” pointing to the correct server. Is this something wrong with my wp-config or htaccess?
This is what I have for my htacess:
# Use PHP5 Single php.ini as default
AddHandler application/x-httpd-php5s .php# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
</IfModule># END WordPress
and for my wp-config (above “That’s all, stop editing”:
define(‘WP_ALLOW_MULTISITE’, true);
define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, false );
$base = ‘/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘entertainmentscribe.com’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );Thanks for the help!
Forum: Plugins
In reply to: [WP-Ad-Manager] Fatal error on WP 3.2.1I’m new at this however all I am seeing in the author-panel.php is this:
<?php
/*
Template Name: Author panel
*/
if (function_exists(‘article_directory_author_panel’)) article_directory_author_panel();
?>Should I be looking in a different place to make this fix? Thanks!