Patricia Taylor
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Dyad] primary menu colorHi Stephen,
That worked to add a background color, but not to change the mouse over, and I didn’t like the background, sorry. Any way to just change the text colors? I tried switching out background-color for just color and alas, no results.
I still can’t figure out why this is so difficult. I should be able to just put in the correct css for the class or div and it work but it’s a bit frustrating.
I”m sorry I was not clear. I need to query the db to access a couple of custom fields that I set up, but I can’t even find the data attached to the users when looking through the tables in the DB.
So how would I go about being able to query the db to display those custom fields.
I deactivated all plug-ins except events manager & wp full calendar, set the theme to the default and the calendar still did not display.
Thanks for your help in trying to figure this out.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Jetpack PublicizeI’m so sorry, this is working after all. Sorry to have been a bother.
Thanks
PattieForum: Plugins
In reply to: [Recipe Cards For Your Food Blog from Zip Recipes] Image sizeThanks so much for considering this.
Forum: Plugins
In reply to: [Recipe Cards For Your Food Blog from Zip Recipes] Image sizeI understand that I can edit images in the media library, but what if I don’t want to permanently resize the image? Please think about allowing us to select Full Size, Medium Size, Thumbnail like we can with a regular post, or give us an easy way to adjust the size after inserting the image.
Forum: Plugins
In reply to: [Front End Users] stop log-in page from redirecting to wp-loginYou would have to use the PHP class
Can you provide an example?
Forum: Plugins
In reply to: [Front End Users] stop log-in page from redirecting to wp-loginI do not think that I understand where to put them. I read that I have to put the around the comment block, but what exactly does that mean?
Can you give me a better tutorial? I only want to restrict comments, I don’t care about other content.
I’m getting an error, so deactivated this plug-in, but need it badly as it is EXACTLY what I need to create my simple membership site.
‘Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘wds_bp_registration_options_bp_before_member_header’ was given in /home/b3ach/public_html/oneyearretirementclub.com/wp-includes/plugin.php on line 403′
Kindest
PattieMy error says:
Warning: Cannot modify header information – headers already sent by (output started at /home/b3ach/public_html/oneyearretirementclub.com/wp-content/plugins/buddypress/bp-themes/bp-default/header.php:3) in /home/b3ach/public_html/oneyearretirementclub.com/wp-includes/pluggable.php on line 881
@attila, here is what is in the header.php:
<?php global $suf_cpt_layouts, $suffusion_cpt_layouts; if (isset($suf_cpt_layouts)) { $suffusion_cpt_layouts = suffusion_get_associative_array($suf_cpt_layouts); } wp_head(); ?>
Why wouldn’t that script be included?
I’m having the same issue and I’ve checked the plug-in on the overview page and everything checks out fine.
Forum: Themes and Templates
In reply to: Empty footer.php fileI’m sorry I was not clear. My pages codes are all calling <?php get_footer(); ?> so that they will display a footer. They do display a footer, however, I would like to change that footer.
So I go to the themes and edit the footer but all that is editable is:
<?php?>
This does not make sense to me. Where is the information in the footer coming from other then the footer.php files?