Dave Naylor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Team Member option how do I remove link "view profile"What theme are you using? What’s your site URL? What provides the Team Members option?
Forum: Fixing WordPress
In reply to: Software Configuration Problem-showing plain text onlyWhen did the problem start happening? You’re using WP Super Cache. Have you tried clearing its cache? Your hosts have an article about that:
Forum: Fixing WordPress
In reply to: WordPress won't communicate with actual blog.What’s your site URL?
Forum: Fixing WordPress
In reply to: Parse Error – Function.phpCan you access the file via your hosts panel software such as cPanel?
Forum: Fixing WordPress
In reply to: Core-Theme on I-Phone/I-PadCommercial themes aren’t supported here since no-one has access to the source files. The good news however is that your vendor provides support for their themes and your support page is here:
https://themeforest.net/item/core-minimalist-photography-portfolio/240185/comments
Forum: Themes and Templates
In reply to: Featured image problem….please help…..!What you are seeing is the default background of the element that contains the featured image. That’s 1030px wide. You are uploading images less than this width. So, the theme is centering the image on the element and you see some of the background.
Simple answer, upload images greater than or equal to 1038px wide, WordPress will create its own smaller images for you.
Forum: Fixing WordPress
In reply to: How to Make Footer Text of Addresses allignInstall the custom css plugin I linked to above. Once installed, go to Dashboard -> Appearance -> Custom CSS. Insert the CSS I outlined above into the editor and save. Done!
Forum: Fixing WordPress
In reply to: How to Make Footer Text of Addresses allignWhere did you put the CSS. It’s not present on your site?
Forum: Fixing WordPress
In reply to: Help – page not foundWhat’s your site URL?
@andiargast, @ingridzm, @ivorjohn
It’s best, and indeed forum policy to open a new topic for issues related to your own sites, even if you think they are similar to the one described in this post. When the OP returns to this thread he wants to see responses to his question, not everyone else’s.
Forum: Fixing WordPress
In reply to: Changing a WordPress theme name to something elseBy creating a child theme. Any parent theme updates will not overwrite child theme settings, including the theme name.
Forum: Fixing WordPress
In reply to: Help – page not foundIn the navigation menu on your site, it’s likely that the Home link is merely a link back to the landing page and not actually a WordPress page.
Forum: Fixing WordPress
In reply to: Logo not inline with social links and search barWhat’s your site URL?
Forum: Fixing WordPress
In reply to: How to Make Footer Text of Addresses allignTry this CSS in a custom css plugin or a child theme:
.footer .block { float: left; text-align: left; margin: 10px 20px; width: 20%; }
Forum: Fixing WordPress
In reply to: weird characterIt may be an issue with your database character set. Take a look at this codex page:
https://codex.www.ads-software.com/Converting_Database_Character_Sets