ProjectArmy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: add code into head of home pageRight. However you’d still have access to the dashboard if you get a PHP error from editing the header.php. If you make a mistake from editing the header.php just remove the code that you added and it should work.
Besides, the codes that google wants you to add to the header are non-PHP so it shouldn’t do harm. Again, just put it before the
</head>tag. To be more specific:PUT CODE HERE </head>Forum: Fixing WordPress
In reply to: add code into head of home pageAn alternative to the FTP is if you have access to the Editor option under Appearance. You can access and edit the header.php file from there. Just put the code that google gave you before the
</head>tag.Screenshot: http://screencast.com/t/Qxa2SqBifZT
Forum: Fixing WordPress
In reply to: Cant activate sidebar for my themeCan you try changing the
nameto something likename=>'Widget Name',? That works for me.Forum: Fixing WordPress
In reply to: What would yoy do? with this issueJust to clarify, are you doing all this from your host’s control panel?
Forum: Fixing WordPress
In reply to: Photo upload problemHave you tried contacting your host about this?
Forum: Fixing WordPress
In reply to: Changing the site URLWhat should be the correct url? Have you tried using the functions.php method?
update_option( 'siteurl', 'http://example.com' ); update_option( 'home', 'http://example.com' );If your site is hosted locally, have you tried using the usual structure like
http://localhost/site-folder-name?Forum: Fixing WordPress
In reply to: strpos() expects parameter 1 to be stringAfter trying to disable the theme and plugins and it’s still not working, try reinstalling the core files then.
You can use this guide for reference: https://codex.wordpress.org/Upgrading_WordPress#Manual_Update
Forum: Fixing WordPress
In reply to: How to make STICKY main nav menuHere’s the code:
.header-fill { position: fixed; z-index: 10; left: 0; right: 0; }Put it in the style.css of your child theme. If you don’t have a child theme, use a plugin that will allow you to add CSS codes to your website.
This might be useful.
Forum: Fixing WordPress
In reply to: Lost regarding footerI installed the theme. The option should be under Appearance > Chameleon
Screenshot: http://screencast.com/t/z78IsC0WCaKForum: Fixing WordPress
In reply to: website lost sidebar on one browser onlyCan you please post the url of your site so that we can see?
Forum: Fixing WordPress
In reply to: No CSSPerhaps you got the site URL set up wrong. Can you post the URL of your site here?
Forum: Fixing WordPress
In reply to: Custom Twenty FifteenI think it depends on how well you customized it. Basically, I’d say it still depends on how the website looks no matter what theme is used.
Forum: Fixing WordPress
In reply to: Tracking Referrals From AliasThis might be handy.
Forum: Fixing WordPress
In reply to: Colour of images changes when savingWhat do you mean by the colors completely change? Can you please post a screenshot?
Forum: Fixing WordPress
In reply to: CSS for Tertiary MenuIt’s sticky from my point of view.