impsart
Forum Replies Created
-
Forum: Localhost Installs
In reply to: MAMP localhost not loading in browserI’m glad you worked it out. Happy coding! ๐
Forum: Everything else WordPress
In reply to: Removing Plugins from admin menuHi Tanya,
Probably the easiest method is by using a plugin for this.
Have you seen the Admin Menu Editor?Though do take note that user management is only available with the Pro version. I haven’t personally tried the Pro, but the free version works wonders for me.
Hope that helps.
Forum: Themes and Templates
In reply to: Twenty Eleven ThemeHi Amy,
You actually need to remove the /* */.
What that does is, it comments out anything in between those characters and will not take effect on the code. So just remove them and that should work ๐You can also try to use this instead ( I’ve removed the redundant code that’s why it’s shorter):
#access a { padding: 8px 0 0 40px; }Forum: Themes and Templates
In reply to: Twenty Eleven ThemeHi Amy,
Hope you don’t mind me chiming in.
You can either use Jetpack as @bill suggested or use Simple Custom CSS.
From your WordPress Dashboard, just head to your Plugin > Add New and then search for Simple Custom CSS. Once Installed, just activate it.
The go to Appearance > Custom CSS. Paste the code that Bill provided there and save the changes. You’re all done. ๐For further reading, you can checkout the codex guide to installing a plugin.
Forum: Themes and Templates
In reply to: Need help urgentlyI don’t see the boxes either. A screenshot would be helpful as @stephencottontail suggested. If you could also provide additional details like what browser are you using and does it persist on other browsers.
Forum: Localhost Installs
In reply to: MAMP localhost not loading in browserI’m actually the free version too. I was hoping it could be of some help.
Anyway, I’ll look around and let you know if I stumble upon a possible solution.Forum: Localhost Installs
In reply to: MAMP localhost not loading in browserHi @mcoxy,
I’ve recently upgraded to Yosemite and had issues making MAMP work after that.
Our issues slightly differ from mine, where Apache was failing to start. The second part might work for you but here’s what I did from the top:I followed this guide to check and fix my Apache settings. I only did the Apache config.
Then after that I went to my /Applications/MAMP/Library/bin folder and renamed envvars to _ennvars. After that I was good to go. You can read more about this fix in this stackoverflow thread.
Hope that helps!
Forum: Themes and Templates
In reply to: Portfolio items per rowSince Wonder is a premium theme, have you tried reaching out to Themebeans for support?
To answer your question, I had a quick look at the template files, and the portfolio rows are being handled by the isotope.js file. It will return more than 3 columns when the screen width is larger than 1200px. So modifications are required on that file to keep it 3 columns. But chances are, this file will be overwritten whenever you update the theme.
Forum: Fixing WordPress
In reply to: Residual code after uninstalling pluginYou might want to first try if your browser is not caching the pages.
Make sure you do a hard refresh on your page or clear your browser’s cache.Then check your wp-config.php file and see if there’s this line of code.
define('WP_CACHE', true);You might need to set it to false.
Forum: Localhost Installs
In reply to: Redesign in localhost while site is liveHi @dhanawalt
Have you already figured this out? You might want to give this plugin a try.
WP Migrate DBThere’s also the very useful search and replace script.
Forum: Reviews
In reply to: [Advanced Custom Fields (ACFยฎ)] TerribleI don’t normally comment on other people’s ratings, but I had the urge to disagree on OP’s views especially on documentation. I started using ACF when I was just picking PHP about 2 years. I saw its power and decided to get Pro and never looked back. I’ve been using ACF extensively on projects and I have never been in a situation where the documents never answered my issues. So stating the documents are ‘useless’ is an unfair/invalid argument if others, even beginners are finding it useful.