derektop
Forum Replies Created
-
Forum: Plugins
In reply to: [Email Before Download] Where are emails collected?Ok, I now see where the emails are being collected the download log CSV.
But not all the fields in the form are being collected in the download log?
I’m asking for First/Last Name, email, title/position, company.
How do I make sure all of those fields are in the download log?
Here’s the page where I have the form:
http://opusresearch.net/wordpress/2016/05/12/opus-research-report-executive-survey-on-speech-analytics-proven-value-and-future-potential/All help is appreciated. Thanks! – Derek
Forum: Plugins
In reply to: [Email Before Download] Where are emails collected?Hi — I have the same question, where do I find email addresses for those filling out the form & requesting download?
I don’t see it on the settings page … ? And which settings?
Thanks, Derek
Forum: Plugins
In reply to: [Plugin: Sidebar Login] Wanting to remove the dashboard linkupdate! – I was able to make the change by simply adding:
if (current_user_can(‘manage_options’))
just below echo ‘<ul class=”pagenav”>’;
There is an extra line in the sidebar for people who are Subscribers and logged in but works okay. – thanks!
Forum: Plugins
In reply to: [Plugin: Sidebar Login] Wanting to remove the dashboard linkby the way, I did attempt instructions in the above to replace the code in the sidrbar-login.php file and attempted to hide the dashboard link, which it did. But it also completely cut off additional sidebar widgets and the footer. Should say, the section of code you’re referring loooked a little difference in my sidebar-login.php:
echo ‘<ul class=”pagenav”>’;
$links = get_option(‘sidebarlogin_logged_in_links’);
$links = explode(“\n”, $links);
if (sizeof($links)>0)
foreach ($links as $l) {
echo ‘<li class=”page_item”>’.$l.”;
}
echo ‘<li class=”page_item”>‘.__(‘Logout’).’
‘;Forum: Plugins
In reply to: [Plugin: Sidebar Login] Wanting to remove the dashboard linkHello – Per your last message, I would like to remove the Dashboard link AND the Profile link in the Sidebar login for all subscribers, but not for higher-level editors and Admin. Do you have instructions for that sort of removal?
website: http://opusresearch.net
thanks,
Forum: Themes and Templates
In reply to: Problems with is_home() and is_single()I’m having the same problem with is_single in my sidebar.php … did you figure out a fix?
Forum: Fixing WordPress
In reply to: Sidebar footer not workingThe error has occurred recently because I last week I upgraded to WordPress 2.7 (from WordPress 1.5). Basically, while the Home page (and Catagory links) will call up this info:
</div> <!– /content –>
<?php get_sidebar(); ?>
<?php get_footer(); ?>when I click on post page it will not find the subcontent … Any idea why?
Forum: Fixing WordPress
In reply to: Sidebar footer not workingI need help on this, too. – I have a modified Blix theme and the sidebar/footer show up on the home page but now when I click on a post.
Here’s the website: http://www.opusresearch.net
Click on the first post (“Genesys…”) and you’ll see the sidebar/footer disappear
Can you help me?