marisaporter
Forum Replies Created
-
http://aistaging.net/bangla, parallax pro by genesis.
I just checked out my screenshots and I see a lot of relevant options checked. Which ones am I missing?
I never got notification of your reply. I kept looking for it. How was I supposed to know you had replied?
Thanks but I already got that message.
Marisa
[link removed]Forum: Plugins
In reply to: [Broadcast] a little help with custom post type of "template" for wp-typesThanks for the support. Custom plugin worked great.
These are from all the sites. If there would be a way to group them by site, even better, so if someone knows how to do that, great. But I’m marking this as resolved.
http://drugfreepa.org/events/It works guys! Philipjohn, thank you so much. I had initially tried that but not to completion because it made all my events go away. All I had to do was re-save them all (they were still in the admin panel view). I disabled broadcast from broadcasting events and I turned on 3 global settings and resaved all my events. I was very surprised when all the events showed up on the main sites events page, as I thought that I would have to train the user to place them there, too, which I wanted to avoid. Great solution. Great plugin. I don’t even think I needed Pro to do that but I’m happy to contribute to a great plugin so I don’t care that I upgraded.
ok notifications are sort of working now – I can’t use aliases for some reason. But when I use regular email addresses the notifications are sent.
Forum: Plugins
In reply to: [Widgetize Pages Light] stylingok I think I’m good to go. I have .otw-sidebar-1 for the whole sidebar
.otw-sidebar-1 hw.widgettitle for the headings
and
.otw-side-bar .widget for the individual widgets.I think there’s nothing left after that besides paragraph and text and heading styling.
So thank you so much!
Forum: Plugins
In reply to: [Widgetize Pages Light] stylingHi – this is great!
So I looked at the source code and found all these classes (I should have started there).
I can style .otw-sidebar and give it a background color. I can style .otw-sidebar-1 h2.widgettitle and effectively style the headings.
But then I noticed that each widget has a different name “.otw-widget-1”, “.otw-widget-2” etc. I tried various things. When I try to style .widget .otw-widget, nothing happens. When I try to style .otw-widget, nothing happens. When I try to style .widget .otw-widget ul li, nothing happens.
Should they be styled by .otw-widget, or using ul li? What am I doing wrong?
Thanks for the help and great plugin!
Forum: Plugins
In reply to: [New User Approve] replace wordpress logo with custom logoReplace my image file and my website with yours.
Forum: Plugins
In reply to: [New User Approve] replace wordpress logo with custom logoHi place this code in your functions file if you’re having this issue:
function change_login_page_url( $url ) { $link_url='http://marisaporter.com/drugfreepaauction'; return $link_url; } add_filter( 'login_headerurl', 'change_login_page_url' ); function my_custom_login_logo() { echo '<style type="text/css"> h1 a { background-image:url('.get_bloginfo('template_url').'/images/dfpa_logo_color_transparent_fordemo1.png) !important; background-size: 150px auto !important; } </style>'; } add_action('login_head', 'my_custom_login_logo');[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] add a custom fieldperfect. For anyone else, I did this:
enable event attributes, yes.
#_ATT{website}
entered the above into event attributes under Settings > Genera Options.Under Formatting > Events >Default even list format, added this:
<td><a href="#_ATT{website}">#_ATT{website}</a></td>Under Formatting > Events > single event page added the same.
This created a place for user to enter a url of the website. Also, when viewing the event, the website user can click the link and it takes them to the website in a new window.
Forum: Plugins
In reply to: [LoginWP (Formerly Peter's Login Redirect)] redirect from url to urlSo after reading
http://wordpress.org/support/topic/redirect-if-url-is?replies=2 about 6 times I finally understood what he was saying. I put his code in my template, which I called “tech”. I applied it to my tech page. Now all techs go to myurl.com/tech, it redirects them to login, when they login it takes them to the URL specified in the plugin settings page. Cool.I had looked at this before but didn’t understand it. Thanks to insertcoinforjoy!
Exactly. Why? How do we get support? There are no settings under settings.