Radices
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot save post edits if revision limit has been reachedThat’s good to know, thanks for sharing.
Forum: Fixing WordPress
In reply to: Need help; ecommerce via form or woocommerce .I’d just go with WooCommerce I think. There’s so many add-ons and you never know what you might need once you get it rolling.
Have you tried turning on Debug mode to see if its throwing an error?
Forum: Fixing WordPress
In reply to: Automatic upgrades – non-core files ?Can you explain a bit more please?
Forum: Everything else WordPress
In reply to: login issues and more…Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, access your server via FTP or SFTP, navigate to
/wp-content/themes/and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).Forum: Fixing WordPress
In reply to: Where do I correct html errors from validatorThe PHP files that render the html are in your wp-content/themes/your active theme folder.
Forum: Fixing WordPress
In reply to: Multiple HomepagesYou could easily use sub domains. To do all that in one WordPress site is possible but you’d need a lot of customization’s and in the end it would be much easier to have 4 sites that you link to off the menu of the main site.
Forum: Fixing WordPress
In reply to: PHP file upload limit is 8M but WP showing limit as 1MIt should be the same. Run a phpinfo on the site and check where the php.ini file is that its using and confirm its set to 8m.
Forum: Fixing WordPress
In reply to: How to modify content siderbar (twenty fourteen) via post?I use this plugin for that kind of thing.
Forum: Fixing WordPress
In reply to: Trying to move siteYou need to first create the database and then do the import from within it. In other words make sure you have clicked on the database you want to import the data into.
Forum: Fixing WordPress
In reply to: Why does private page appear in menu?Give this a look. You can make the menu conditional on User Roles.
Forum: Fixing WordPress
In reply to: Resize Buttons on mobile devicesYou will have to use CSS to do a Media query and resize the button based on the device. Below is just an example to get you started.
@media screen and (max-width:480px){ .button { padding:8px; font-size:11px; } }Forum: Fixing WordPress
In reply to: Category ID including posts not in that categoryNot quite 🙂 Set the Permalinks to Post Name and then look at your site and click on the Reading menu link. Look in the URL bar of your browser and take note of what it is.
Forum: Fixing WordPress
In reply to: Category ID including posts not in that categoryWhat are your permalinks set to? I think you need to change them for the pretty ones to work.
Settings>Permalinks
On my site it comes out like this if I add a category to the menu when my permalinks are set to %post%
Forum: Everything else WordPress
In reply to: Want to send a link for PortfolioYou can add pages and not have them shown on the menu? Then you could share the link to the page and they could go directly to it.