Will Schmierer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot import theme content, please help?This may be an issue with the content files size. Here is a good list of ways to increase your upload limit in WordPress/PHP. I’m guessing that is what the issue is with importing the content to your site. I hope this helps get you started.
Forum: Fixing WordPress
In reply to: How to change the temporary url to domain nameHi Gary,
Have you tried following these steps when moving your site from the temporary url to the new domain?
http://codex.wordpress.org/Moving_WordPress
You may need to run a search and replace tool on your site to help fix some of the incorrect links as well. This is a really good tool to help you do so as well. https://wordpress.org/plugins/search-and-replace/ Hope this helps resolve your issue.
Forum: Fixing WordPress
In reply to: Insert text into Header at fixed locationChris,
This solution is for the footer, but you could easily add the same to the header.php file as well. You’ll just need to look inside the file to see where exactly you want to place it. You may also want/need to add some styling to you css file. Hope this helps you get started.
https://wordpress.org/support/topic/how-to-add-a-content-copyright-notice-to-footer?replies=5
Forum: Everything else WordPress
In reply to: Translation issueIt’s possible that particular string of text may not have been setup to be translatable is my guess. You may have to check the template files and follow some of these steps. If that’s the case you’ll want to fix that and then rescan the site to have it picked up and then add to the po/.mo files. That would be my guess, but very hard to tell just from the front end of the site. Hope this helps.
Forum: Everything else WordPress
In reply to: Plugin to manage users from dashboardHi there, I’m not sure about a specific plugin to do what you’re trying to achieve, but here is a pretty solid list of 5 or so plugins that are along the lines of what you may be after. Hope this helps a bit to resolve your issue.
Forum: Fixing WordPress
In reply to: Showing Summary of latest postsMay depend on the theme you are using, but you should be able to either add an excerpt below the post content in the post editor or you can also try using the more tag. Hope this helps:
Forum: Fixing WordPress
In reply to: Switch from temp to live URL. ImagesHi there, I would recommend following these steps to ensure a smooth transition. You might also consider backing up the site as well before you switch things over for safe measure. Hope this helps.
Forum: Fixing WordPress
In reply to: How to add Bar to top of website?Not sure if this plugin might do the trick for you? I think there are similar ones to this if it’s not exactly what you’re looking for. Hope this helps.
Forum: Fixing WordPress
In reply to: Can't login to wp-adminOh sorry I misunderstood, when you enter your username and password you’re being redirected to the home page, but their is no admin bar at the top of the page to get back into the dashboard? Trying to trouble shoot the issue for you, but looks like you’re using the default theme, so I’m not sure what’s happening. Did you install any plugins recently? That could be the cause of the issue taking place if so.
Forum: Fixing WordPress
In reply to: Change all post content headings from h3 to h2?This might be a good option for you and I think you can search and replace specific portions, like just posts or just pages etc. I haven’t used it in awhile, but you may find it helpful. Hope this helps.
https://wordpress.org/plugins/search-and-replace/Forum: Fixing WordPress
In reply to: importing images to new siteI’m not sure if there is a free plugin that will help with this, but you can check out Migrate DB Pro and use the media files addon https://deliciousbrains.com/wp-migrate-db-pro/#addons. I’ve used it in the past and works very well. Hope this helps.
Forum: Fixing WordPress
In reply to: the_author() not workingHugodroid,
Not sure if this is exactly what you’re after, but this may point you in the right direction for what you’re trying to achieve. Hope this helps.
http://codex.wordpress.org/Function_Reference/get_author_posts_url
Forum: Fixing WordPress
In reply to: How to make post load first then widget in responsive themeVijaya,
I’m not really seeing that issue when looking in Chrome, but perhaps this is happening because the videos that are embedded can take a second to load into the page? Not sure there is a fix around that but just wanted to offer some insight. Might just depend on connection speed user is viewing the site on as well.
Forum: Fixing WordPress
In reply to: Can't login to wp-adminYann,
Has this been resolved? I could get to the admin screen in Chrome on Macbook?
Forum: Fixing WordPress
In reply to: Post titles in categoriesDo you have a link to where this is happening and what color is currently displaying and the color you want to change it to?