Will Schmierer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image description font sizeEquinestaff,
You can do this by editing the css file most likely. If you post a link to your site, I can try and point you to a more exact location of where to make the changes you’re after.
Forum: Fixing WordPress
In reply to: Primary Menu Not Working in MobileHi Pressinon,
Do you have a link to the site?
Forum: Fixing WordPress
In reply to: An error occurred in the upload. please try again later wordpressThis seems like there may be a plugin activated that could be causing the error/conflict. I would recommend disabling all plugins to see if you can then add the images as expected. If that works, then try re-activating plugins one by one to see if you can track down which one might be causing and issue. Hope this helps.
Forum: Fixing WordPress
In reply to: How to Clean an Infected DatabaseIf you think your site has been hacked/compromised. You might want to check out Sucuri to see if they might be able to help you recover your site. I don’t know if there are free options out there as well, but this is the route I would take if I experienced issues.
https://sucuri.net/website-antivirus/signup
Hope this helps you resolve your issues.
Forum: Fixing WordPress
In reply to: How to Prevent Permalink Change when add a 2nd Category to a Post ?Marie,
I’ve not tried this plugin before in full disclosure, but look like it may help resolve your issue with permalinks changing? Hope this helps resolve your issue.
Forum: Fixing WordPress
In reply to: Move layout to the rightLena.
Looks like if you edit this area you should be able to increase the width of the post content here in your css file:
#content p { width: 640px; }If you change that to 100%, it will fill the column completely and still leave space between the content and the sidebar. Hope this helps.
Forum: Fixing WordPress
In reply to: Why I Cant uploading VediosIs it possible that you’re videos are either too large or that your format is not one of the formats that are allowed by default in the WordPress Media Library?
Here is a reference for uploading files in the Dashboard:
Forum: Fixing WordPress
In reply to: Specify image dimensions on the sidebarsThat seems like it should be correct. If you’re doing responsive design with images you might want to check this out as well:
https://wordpress.org/plugins/picturefillwp/
and perhaps optimizing images as well if you’re not already?
https://wordpress.org/plugins/ewww-image-optimizer/
Hope that helps a little.
Forum: Fixing WordPress
In reply to: 'select page' on mobile navI’m not sure what you’re using to translate the site, but usually depending on if you’re using a plugin or not, there should be a place to override or add translations for specific words and phrases somewhere in the settings. Are you using a specific plugin to translate the site? I think a little more information would be helpful to help resolve this issue for you. Thanks.
Forum: Fixing WordPress
In reply to: Logo SizeIt looks as though a size can be changed in the css or there may be a setting in your theme that allows you to increase the size of your site logo. Have you checked the customizer options in your theme to see if it can be increase there?
In your css right now there is this:
.site-logo { text-align: left; padding: 0px; width: 30%; float: left; }Increasing the width will allow the logo to be increased in size. Hope this helps.
Rochellezhang,
Perhaps there is a conflict occurring with other plugins installed and the one you’re trying to upload and activate? Try disabling all the plugins and then activating the one you’re trying to add first. Then if that works enable the remaining plugins one by one to see if there is a conflict. It’s possible that there may be some other issues occurring, but I would start with that to see if it helps.
Will
Redtailboas,
Not sure there may be a plugin that would do that, definitely check out the plugin repository to see if there is one available. Here is a tutorial that may be helpful regarding what you’re after. Hope this helps.
http://wplift.com/how-add-text-featured-images-different-scenarios
Will
Forum: Fixing WordPress
In reply to: Site goes down oftenHave you checked with Siteground regarding the issues your experiencing as well? From my experience they’re very helpful and can usually pin point the exact issue and let you know if it’s something on your end or theres that is causing the site to go down often?
Forum: Fixing WordPress
In reply to: Repost a post on one site on another?Openbayou,
Not sure if this solution might be something you’re after, but might be a good starting point? hope this helps get you going in the right direction.
http://premium.wpmudev.org/blog/how-to-publish-to-multiple-wordpress-sites-from-a-single-install/
Will
Forum: Fixing WordPress
In reply to: Social MediaSam,
I’m not sure if this fits your needs exactly, but looks like it matches your requirements listed above. Hope this helps with what you’re after.
https://wordpress.org/plugins/easy-social-icons/
Will