isitegate
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to make Custom dashboard widgets collapsed by default?Thank you very much..
as i’m beginner in WP.. Will i add this code to functions.php?
I mean ..$closed_widgets = get_user_meta( $user_id, 'closedpostboxes_dashboard', true ) ?: array(); $closed_widgets[] = 'my_dashboard_widget_id'; update_user_meta( $user_id, 'closedpostboxes_dashboard', $closed_widgets )and how to hook it plz?
Thanks a gain.Forum: Localhost Installs
In reply to: #1273 – Unknown collation: ‘utf8mb4_unicode_520_ci’Thanks alot .. that was fun.
Forum: Fixing WordPress
In reply to: How to make website two different types of users, Sellers and buyersThank you Steve & Dhara..
I have tried some plugins so far.. but i believe while these plugin can handle logins it can’t do this ..
First, I need much more than just a simple redirect. Sellers must be able to create and manage custom post type entries (products), see and manage orders of their products etc. Buyers must be able to create and manage their orders. They will have different menus, different actions on items available for them, access to different areas of the site etc. Not to mention lots of transactional emails and other “internal” components.Basically, we are introducing two different user roles, and both require more capabilities (permissions) than a default “Subscriber” role (for example, subscribers can’t create post type entries, in my case – products).
Great.. Thanks a lot.
Thank you aantony10,
I deactivated all unnecessary plugins then .. it worked!!
I mean: even when set to: [email protected], it goes to the sender junk mail.
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7: file upload doesn’t send .zip or .rar filesThanks a lot for ur help.
I actually ended up contacting my host provider and they solved the problem somehow.
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7: file upload doesn’t send .zip or .rar filesMine is red.
But only when uploading zip file.Forum: Plugins
In reply to: [Contact Form 7] Contact form 7: file upload doesn’t send .zip or .rar filesThank you for replying
I see an error below the form saying :
There was an error trying to send your message. Please try again later.Forum: Fixing WordPress
In reply to: contact form 7 can’t upload zip fileBrilliant, Thanks a lot.
Forum: Fixing WordPress
In reply to: How to prevent URL redirect?Thank you for ur reply..
I have my main site on http://www.isitegate.com
but created another site on a subdirectory, When i visit About page it goes up to my main site/about-us
Hope it is clear.Forum: Developing with WordPress
In reply to: How to create another admin menu in the dashboard areaThank you guys for this valuable advice,yes I forget about the updates 🙁
So now if I wanna make my own plugin??
What code block should make me able to remove the left side menu and creste another menu in the dashboard, probably pics n vids too?
Thanks a lot in advance.Forum: Fixing WordPress
In reply to: Searching for a plugin(s) to customize WP dashboardHi Steve, I’m customizing the admin/ dahsboard page.
I need somehow to build a similar menu like on the left side, (or to move it with css if possible) so ill remove the left side and include the menu items in the dashboard area.the html code for the admin menu is in /wp-admin/menu-header.php,
and i’m trying to copy / paste the div#adminmenuwrap or the whole file to the wp-admin/include/dashboard.php.
but it is throwing an error.
can you help me?Thank you in advance.
Forum: Fixing WordPress
In reply to: Searching for a plugin(s) to customize WP dashboardThis one looks so tempting. Thanks a lot really.
Forum: Fixing WordPress
In reply to: Searching for a plugin(s) to customize WP dashboardThanks Seteve again 🙂
I have tried White label but didnt do all the targets above, for example point no 4.