ProjectArmy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Nav-menus.php not loading, unable to access appearance > menu'sHave you tried reinstalling the core files?
Forum: Fixing WordPress
In reply to: How to display page specific header image on phoneThe homepage looks weird. How are the headers supposed to look like? Can you provide a screenshot?
Forum: Fixing WordPress
In reply to: How to do these?The square on the left is called a breadcrumb and the square on the right is called a dropdown sort filter. Those will appear depending on what theme and ecommerce plugin you use.
Forum: Fixing WordPress
In reply to: Featured Images Lost From PostDo you have a backup of the site?
Forum: Fixing WordPress
In reply to: Show random content rotator on front page?The easiest way is to use a plugin.
Forum: Fixing WordPress
In reply to: Contact Form 7 don't work with Office 365I don’t think it has anything to do with Office 365. But yeah, you should ask this from the plugin’s support forum. This most likely has something to do with your server mail settings.
Forum: Fixing WordPress
In reply to: Profile Field Expiration DateIf it’s not readily available in the plugin. It may require some custom work and it’s not going to be a simple one. It’s better if you post this in their support forum:
https://wordpress.org/support/plugin/ultimate-member
Maybe they can cook up some custom code for you to set up the notification functionality.
Forum: Fixing WordPress
In reply to: The page content are different in website and wordpress editorDoes this page have any child pages?
Forum: Fixing WordPress
In reply to: Detect e-mail to set user permissions.This might help.
Forum: Fixing WordPress
In reply to: HTML Widget Not WorkingHow is it supposed to look like? I see that some of the elements follow the styling from the inline HTML style code.
Forum: Fixing WordPress
In reply to: Can't loginYou got the site URL wrong in your settings.
I think this is what you set:
http://carcaremonmouth.com/welcome-to-car-care/It should just be be:
http://www.carcaremonmouth.com/You can refer to this guide on how you can change the site URL.
Forum: Fixing WordPress
In reply to: Database repair errorI think it’s best if you posted this question here:
Forum: Fixing WordPress
In reply to: VC Grids are not working in mobile view!That is a premium plugin. I suggest you contact the plugin’s developer since they know a lot better than the guys here.
Here’s the link to their support. http://support.wpbakery.com/
Forum: Fixing WordPress
In reply to: VC Grids are not working in mobile view!By VC, do you mean Visual Composer?
Forum: Fixing WordPress
In reply to: Sometimes CSS not loadingI think it was updated in 2014. The codex reference that I linked has additional references in the bottom. Here’s the reference as to why @import is not a good idea.
Anyway, I’m not here to argue. I just want to share what I know based from the WordPress bible which is the codex. If you want to enqueue styles and scripts, the codex recommends that you do it in functions.php.