exelexys
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [WP FanZone] Child theme style problemDisregard my previous post. Issue seemed fixed, but upon revisiting the site today, problem continues.
Sorry for confusion.
Forum: Themes and Templates
In reply to: [WP FanZone] Child theme style problemAfter more troubleshooting, problem seems to be solved by enqueuing parent stylesheet responsive.css in addition to parent stylesheet styles.css in child’s functions.php file like this:
wp_enqueue_style( 'parent-wp_fanzone_responsive', get_template_directory_uri() .'/css/responsive.css', array(), false ,'screen' );Used this helpful section from Child Themes article in WordPress Codex.
Not sure if this an outcome of using Underscores but it wasn’t obvious this needed to be done.
Wondering if other styleshhets the theme references need to be enqueued the same way?
Forum: Plugins
In reply to: [Easy Image Gallery] Easy Image Gallery in widgetized sidebar?Thanks. What’s the best way to keep up with updates?
Forum: Plugins
In reply to: [PrettyPhoto WPGallery] multiple galleries per pagenot sure if you still need help, but here’s an example of multiple galleries on a page (once PrettyPhoto WPGallery is installed, of course):
[gallery link="file" ids="100,101,102"][gallery link="file" ids="73,74,75"][gallery link="file" ids="22,21,20"]where id corresponds to the image id included in the gallery. The above code will display three galleries adjacent to one another.
Any resolution on this issue?
Experiencing exactly same error as adamsts and though not using the Portfolio Post Type plugin, the child theme contains a manually created portfolio post type.
Was experiencing issues with this portfolio post type and wanted to try this plugin’s Minimum or Executive Archive page for Portfolio post type.
Thanks in advance!
Finally solved this problem.
- Host requires creation of an email account (e.g., user@domain.com) on the domain which is then referenced in php.ini:
sendmail_path = /usr/sbin/sendmail -t -i -f'user@domain.com' - Name field must be included and required on Contact form since since host requires a valid From: email message header value. If Name field value isn’t provided, Contact form defaults Name value to email address which violates RFC 2822.
Host in this case is Bluehost.
Reference links:
https://my.bluehost.com/cgi/help/206
http://wordpress.org/support/topic/contact-form-possible-bug
http://plugins.trac.wordpress.org/ticket/1981Couple of additional data points:
- using WordPress theme Twenty Twelve
- disabled all plugins other than JetPack (no success)
- email notifications are being received for:
- oddly enough notifications aren’t received when new comments are posted unless they are held for moderation, per the following admin options:
Settings > Discussion > Email me when:
(check) Anyone posts a comment
(check) A comment is held for moderation
Settings > Discussion > Before a comment appears:
(check) Comment must be manually approved
— comments awaiting moderation
— new user registrationForum: Plugins
In reply to: [WP Display Header] Header text?Found it:
WordPress Admin > Appearance > Customize > Site Title & TaglineThanks
- Host requires creation of an email account (e.g., user@domain.com) on the domain which is then referenced in php.ini: