netposer
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Path] No Submit button on Post comments?I found a fix on another site (I will see if I can find the link) and where the Path theme uses “hybrid-core” the site was using “MYSITE_TEXTDOMAIN”. Other than that it brings the Comment button back.
Open (wp-content\themes\path\library\functions\comments.php)
Find:
‘label_submit’ => _( ‘Post Comment’, ‘hybrid-core’ ),
And on the next line at the two lines below.I added the second and third lines below. I changed the original ‘MYSITE_TEXTDOMAIN’ to ‘hybrid-core’ like the first line.
‘label_submit’ => _( ‘Post Comment’, ‘hybrid-core’ ),
‘submit_button’ => _( ‘<input name=”%1$s” type=”submit” id=”%2$s” class=”%3$s” value=”%4$s” />’, ‘hybrid-core’ ),
‘submit_field’ => __( ‘<p class=”form-submit”>%1$s %2$s’, ‘hybrid-core’ ),Forum: Plugins
In reply to: [RSS Post Importer] rss post just showing {$content}From my understanding this is a plugin that allows a WP site to show an RSS feed on a page or on a post. Correct?
All your videos just show the admin side of the plugin with no implementation videos.
So I setup the feed from the plugin and then what do I do to show that feed to my visitors? Do I use a shortcode? Is there a button in the WP editor? How?
Thanks
Forum: Plugins
In reply to: [RSS Post Importer] rss post just showing {$content}So I’m not sure what this does then?
Isn’t it an RSS aggregater for WordPress?
Meaning I setup feeds in the plugin and thus can display the feeds on pages/post on my site?
Thanks
Forum: Plugins
In reply to: [RSS Post Importer] rss post just showing {$content}I get the same thing. I’m assuming this is some sort of shorcode?
So I add this to the page/post content?
{$content}
Source: {$feed_title}It shows up exactly like above on my pages and posts instead of the feed.
There’s a ton of support info and videos except for an example of putting this in WP via page or post.
Forum: Plugins
In reply to: [Active Directory Integration] ERROR: Please enter an e-mail address.Same thing here.
Only those with a role of “Administrator” can change their profile. Otherwise they get the “ERROR: Please enter an e-mail address.” error.
Forum: Themes and Templates
In reply to: [Path] Comments posting to random postsI’ve seen suggestions as to modify single.php but Path doesn’t have that file. Also I modified comments.php and it didn’t work (see below)
From this
<?php comment_form(); // Loads the comment form. ?>To this
<?php comment_form($args, get_the_ID()); // Loads the comment form. ?>As suggested by this guy
http://johncblandii.com/2013/02/wordpress-comment_form-saving-to-wrong-post.htmlI
Forum: Themes and Templates
In reply to: [Path] Comments posting to random postsNo it does not. Everything works fine if I choose a different theme.
Forum: Plugins
In reply to: [Max Mega Menu] Way to "unbold" header items?I’m having issues also.
Seems the “Theme Location” (in my case Primary > Main menu) gets un-checked when adding new menu items. I have to go to the “Manage Location” tab and re-check it to get my menu to show up. But then it removes random menu items from the bottom of my menus.
And not only that, Mega Menu decides to remove the icons I’ve added for each menu item.