jessicaZ
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mobile Menu - The Mobile-Friendly Responsive Menu] reduce z-indexThanks! I ended up increasing the z-index of the mailchimp banner, basically approaching it from the opposite angle. But this may help someone else. I appreciate your time.
perfecto! thank you!
I’m getting this message:
“This notification doesn’t support additional email fields due to a limitation in WordPress.”for both the user lost password – for users and new user registration – for users
Never mind, I figured it out, some how the htaccess had been replace with the standard wp code instead of the multisite code.
it SHOULD be this:
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [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]you should be able to edit it in the events.css file within the-events-calendar/resources/events.css
Try adding a width to the first item:
.category-events #tec-content { background:#fff; width:870px;
also look at this item for the event post dimensions, I used these margins to control the width:
.tec-event .post {position:relative; margin-left:10px; margin-right: 10px; padding: 10px;
`