davidfhannes
Forum Replies Created
-
Hi Renee
Thank you for your reply.
RE. I can confirm that Site Kit has appropriately placed the Adsense snippet on the site, so the next step would be with Adsense directly.
It is an impossible process to reach a human. Thus my reach out on a forum board for ideas.
Seems like Google AdSense doesn’t want to talk to unhappy applicants. Here is what the ‘1-8—Live-person’ page sent me after reaching out via: https://support.google.com/adsense/gethelp
? To contact a live person in Google Adsense via e-mail or live chat you will need a working account with Adsense and also a certain revenue per month. Click help on top right and then under “Contact us” select e-mail option. If this option is not visible it means your account is not eligible for e-mail or live chat support.
As you’d expect …. On my page, top right, there is no “Help” !
It’s a catch 22 process.
Forum: Reviews
In reply to: [Social LikeBox & Feed] Your Plugin Wrecked my Client’s LayoutYou can find info on the client site and the theme they use here: https://www.develop4u.com/portfolio-items/john-wallick-jewelers/.
All software is up to date.
Here’s a screenshot of the issue: https://www.screencast.com/t/spksiMBE2u
Note: I did find and install an alternative plugin in the interim.
Forum: Plugins
In reply to: [Adminimize] iHide Duplicate Page for authors ignoredHi.
My apologies for the delayed reply. The plugin is:
Duplicate Page
Duplicate Posts, Pages and Custom Posts using single click.
Version 2.1 | By mndpsingh287 | View detailsForum: Plugins
In reply to: [Adminimize] iHide Duplicate Page for authors ignoredHi.
Thank you for replying. Here is a screencast that relays the issue at hand: https://www.screencast.com/t/TxcU92VjsZ2.
If you have any advise on why the adminimize plugin ignores hiding “Duplicate This As Draft” for the authors I’d appreciate it.
Regards,
Forum: Fixing WordPress
In reply to: Hide admin toolbar New menu for AuthorsHi… I stand corrected.
In regards to the original issue, hiding the Add New button under edit post for authors this code does hide the Add new button but at a cost.
If an author previews or presses update the author sees a blank window with no indication as to what the problem is. If the author presses update the revisions are applied but the author would not know that that the authors taken to a white screen.
Note: The administrator of the same post does not incur this problem. This is limited to the authors.
This is likely a php 500 error. That something is occurring before line 100 as I immediately get the white screen and that the php code was stopped before the command was given.
If I remove the code below as provided by cedcommerce from the child theme’s functions.php file the problem goes away.
/* ---- DNOTE: wp.org Hide ADD NEW Button for authors ---- */ function hide_add_new_link() { if( is_admin() ) { if ( is_user_logged_in() ) { $user = wp_get_current_user(); if ( !empty( $user ) ) { // check if currently logged-in user has role: author if ( in_array( 'author', (array) $user->roles ) ) { global $pagenow; if( 'post.php' == $pagenow ) { $css = '<style>'; $css .= '#wpcontent .page-title-action {'; $css .= 'display: none;'; $css .= '}'; $css .= '</style>'; echo $css; } } } } } } add_action( 'init', 'hide_add_new_link');
It appears I’m back to square one and still looking for a solution to hiding the Add New Button.
Any additional advise is appreciated
Forum: Fixing WordPress
In reply to: Hide admin toolbar New menu for AuthorsHi cedcommerce
Thank you for the continued input and participation.
Unfortunately the code, when placed in functions.php file for the child theme breaks the site.
I did hear back from the PLUGIN developer who in turn wrote this:
Hello
I found way on how to hide this metabox on your site. I’ve added new rule to Adminimize (The 3rd party plugin) to hide this whole box from authors view:
Please check it if this also works on your side.
THis resolves the issue of the Membership Access box.
I will still inquire about your code but it looks like everything is working.
Forum: Fixing WordPress
In reply to: Hide admin toolbar New menu for AuthorsHi.
This code works perfectly! Thank you!
Re. the Membership Access. This is developed by WPMU’s Membership 2 Pro plugin. https://premium.wpmudev.org/project/membership/
This is the code as sourced by Firebug:
<div id="ms-membership-access" class="postbox"> <button class="handlediv button-link" aria-expanded="true" type="button"> <span class="screen-reader-text">Toggle panel: Membership Access</span> <span class="toggle-indicator" aria-hidden="true"></span> </button> <h2 class="hndle ui-sortable-handle"> <span>Membership Access</span> </h2> <div class="inside"> <div id="ms-metabox-wrapper" class="ms_metabox ms-wrap"> <div style="clear:both;"></div> </div> </div>
I tried Writing custom CSS
div.inside { display: none !important; }
This did not work.
Any suggestions you may have re the Membership Access pane would be appreciated.
Forum: Fixing WordPress
In reply to: Hide admin toolbar New menu for AuthorsHi cedcommerce and thanks for participating on this thread.
I was able to hide the New menu using this plugin: https://www.ads-software.com/plugins/adminimize/
It’s pretty good. It does much of what I want.
I’m still unable to hide two components on the dashboard end from authors.
The “Add New” post button when editing a post.
The “Membership Access” pane.
Here is an example screen shot:
https://162.144.73.104/~taggedbyanangel/wp-content/uploads/ss_edit_post_hide_add_new_button.jpg
Again I want to hide these functions from Authors.
Any advise would be appreciated.
Forum: Plugins
In reply to: [Contact Form 7] Inconsistant Form Submission FailureForum: Themes and Templates
In reply to: How to remove Date in WP Jetpack mobile themeSorry, I left this out. This is the article I wrote with screen shots and links re. the solution. Hope this helps.
https://www.develop4u.com/how-to-remove-date-stamp-jetpack-mobile-theme/
Forum: Themes and Templates
In reply to: How to remove Date in WP Jetpack mobile themeHi.
I ran into the same problem and found a very simple solution. I wrote about it here: .
Install Simple Custom CSS or similar plugin
Simple Custom CSS is an easy-to-use WordPress Plugin to add custom CSS styles that override Plugin and Theme default styles.
Add this CSS rule to hides the post date:
.mobile-theme .entry-date {
display: none;
}Note: .mobile-theme is the body class for the Jetpack Mobile Theme and .entry-date represents the date field.
That’s all there is too it. Try it out. Let us know how it goes.
Forum: Plugins
In reply to: [WP eCommerce] Wp Ecommerce and PayPal AdvancedThanks for replying.
Re. PP Standard. It’s really meant for very few products and yes it is easy to accept credit cards this way without being a member…but you would not want to generate a unique button for each of 80 or 800 or 8000 products. PP Standard is really meant a few products.
I have had many problems getting a Blue Host server to be PCI compliant in the past, thus my desire for processing payments on a remote sever.
This wraps me back to the Topic at hard. To reiterate: is there a plugin that will enable me to process payments with PayPal Advanced when using WP E-commerce?
Y/N?
Forum: Fixing WordPress
In reply to: Drop Down Menu does not work in WP 3.9.1Hi alphaalec.
Thank you for the reply.
I I found that the nav bar works at cha-chachic.com but only if I am not logged in. For whatever reason it works when logged out of the dashboard but is inactive when I am logged in.
I was able to duplicate this partial functionality by replacing the js folder of JWJ with the ch-chachic site so it’s progress and I thank you for the advice.
If you or anyone else has a clue why it becomes disabled when I login to the dashboard I’d appreciate hearing from you.
Side note: disabling all active plugins does not seem to help.
Forum: Fixing WordPress
In reply to: Drop Down Menu does not work in WP 3.9.1Hi Ravi.
Neither reinstalling WP nor turning off all of the plugins does the trick.
I’m on a dedicated server with a lot of resources. I wouldn’t think that is of issue.
Note: this is the source code for the nav bar if that is of any help:
<div class=”main_navi clearfix hybrid_dropnavi”>
<ul id=”menu-custom-navbar1″ class=”menu”>
<li id=”menu-item-1280″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-1280″>
Home<li id=”menu-item-1214″ class=”has-flyout menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-1214″>
Portfolio
<ul class=”sub-menu”><li id=”menu-item-1213″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-1213″>
<li id=”menu-item-1211″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-1211″>
<li id=”menu-item-1212″ class=”menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-1044 current_page_item menu-item-1212″>
Coupons<li id=”menu-item-1215″ class=”menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1215″>
<li id=”menu-item-1771″ class=”has-flyout menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1771″>
Education
<ul class=”sub-menu”>
<li id=”menu-item-1772″ class=”menu-item menu-item-type-post_type menu-item-object-post menu-item-1772″>
<li id=”menu-item-1777″ class=”menu-item menu-item-type-custom menu-item-object-custom menu-item-1777″><li id=”menu-item-1761″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-1761″>
Virtual Diamond Vault<li id=”menu-item-1228″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-1228″>
<li id=”menu-item-1210″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-1210″></div>
Forum: Fixing WordPress
In reply to: Product Categories Menu GlitchYES! AWESOME!
brocheafoin YOU are AWESOME!
Needless to say that worked ??
THANK YOU!