Will Schmierer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: View more button does not show up on second page and thirdDavid looks like it may be an issue with the themes pagination. I know this may not be ideal, but you can check here for some pagination fixes that you might be a help or a point in the right direction. You’ll likely have to edit some code, but I hope this helps.
Forum: Fixing WordPress
In reply to: Changing Image Size for ReaderDo you have a link to your site. I think I’m following along and have some ideas of the issues you’re experiencing, but would be easier to confirm and provide feedback if you have a link to your site?
Do you have a link to the site, might be able to help trouble shoot the issue better?
Forum: Fixing WordPress
In reply to: page background colorThe best way to do this is via css. This tutorial will give you good examples of how to best achieve this for your sites pages/posts.
https://graphpaperpress.com/tips/change-backgrounds-colors-fonts-on-specific-pages/
Forum: Fixing WordPress
In reply to: 4.01 – widget configuration page inoperativeSounds like there may be a javascript issue. Try deactivating all your plugins temporarily and see if you can edit the widgets again. If it works, then enable plugins again one by one, seems like one of them maybe causing an issue for you. Enabling one by one will help you figure out which one is causing an issue. Hope that helps.
Forum: Fixing WordPress
In reply to: WP 4.0.1 'Status' & 'Visibility' links not working in 'Publish' arIf you’re still experiencing this issue, you may want to disable all the plugins to your site temporarily and activate them one by one, as something may be causing a conflict with the page/post editor. Activating one by one will allow you to see which plugin may be causing a conflict.
You might also consider seeing if the issue is happening in other browsers like FireFox or Safari as well.
Forum: Fixing WordPress
In reply to: Trouble Recovering PasswordI would try contacting your hosting company or your designer/developer if the page is 404’ing. It wouldn’t be related to the username and pw you use on WordPress.org. Hope that helps.
Forum: Fixing WordPress
In reply to: View more button does not show up on second page and thirdThere could be a number of issues causing this, do you have a link to the site? It would help trouble shoot the issue more easily.
Forum: Fixing WordPress
In reply to: Unable to import sample data ->> missing/invalid WXR version numberFrom the sound of it you have to unzip(right click on the folder and selected uncompress) the sample data zip folder, and then in the folder you can upload a file that should end in .xml
Uploading a compressed .zip folder will not upload. Hope that helps resolve your issue.
Forum: Fixing WordPress
In reply to: Featured image sizeIt looks like according to the css file, that the image is actually set to be 100% of the column, so regardless of the size you upload, it will stretch the image to fill the space.
This is the part of the css setting the image to fill the space
.wpb_single_image img { height: auto; max-width: 100%; }if you want it to be smaller, just change the max-width. There may be better options, but this would be a start.
Forum: Fixing WordPress
In reply to: How to centre postsI’m not able to see single posts, do you have an example link for the issue you mentioned above?
Forum: Fixing WordPress
In reply to: Remove opt in box from my page.It looks like there may be a setting to turn off somewhere inside of your theme to remove the opt in box.
If not you could use CSS and display none on that particular element, although that’s not the greatest solution. Maybe check your theme settings and if there is somewhere to remove that form, if not we can find another solution?
Forum: Fixing WordPress
In reply to: Texts on my posts not showing upI can see text on single posts, has this been resolved or are you still having an issue?
Forum: Fixing WordPress
In reply to: Font Awesome characters not showingIs this still and issue? I see font icons look to be working but using something other than font awesome?
If you want to switch to font awesome, here’s a good tutorial on getting that setup with your current theme/website.
http://ozzyrodriguez.com/tutorials/font-awesome-wordpress-cdn/
Hope that helps.
Forum: Fixing WordPress
In reply to: What other ways can I shrink my gravatar photo size?remove the strong tags of course, I was trying to highlight the code for you but a max-width set to 100px or whatever size you like should do the trick for you.