Will Schmierer
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Pinning a postTom,
Sounds like you might want to check out sticky posts option? Here’s a quick guide on getting started with that and hopefully a start in the right direction based on your description above. Hope this helps.
http://www.wpbeginner.com/beginners-guide/how-to-make-sticky-posts-in-wordpress/
Forum: Fixing WordPress
In reply to: How to make yourls work alongside WordPress?Have you tried this plugin as a solution perhaps to your current issue? Might be a good way to achieve what you’re after?
https://wordpress.org/plugins/yourls-link-creator/
Hope this helps.
Forum: Fixing WordPress
In reply to: Add multiple tooltip comments on one imageI don’t have a recommendation based on personal use, but this article is a pretty reputable source and has a couple different suggestions that might be worth checking out to accomplish your goal. Hope this helps get you started in the right direction.
Forum: Fixing WordPress
In reply to: My site Iuliamotoc.org crashingLuca,
Sounds like it may be an issue with your host. I would check out this thread relating to the redirect loop to see if it helps resolve your issue.
https://wordpress.org/support/topic/this-webpage-has-a-redirect-loop-admin?replies=14
If it’s in fact an issue with your host, I recommend checking out this post on choosing a WordPress host. http://chrislema.com/choose-a-wordpress-host/
Hope this helps.
Will
Forum: Networking WordPress
In reply to: Show only sites where user is administrator in 'My Sites'I would take a look at this page of the codex. I think there is a plugin you can add as well to setup things the way you’re after as well. Hope this helps get you started in the right direction.
Forum: Fixing WordPress
In reply to: WP Tag Cloud widget not taking into account new tagsjpmerx,
Looks like this is a know issue. I think this support question is similar in nature and looks like a fix has been put in place.
I think it’s a matter of personal preference with this question. If you have the current tracking code on multiple websites, it may throw off the reporting. If you don’t change the code you’d have to update the url for sure, but I would think making a new GA item would be the best route. I’m sure Google Analytics probably has more insight into this question on their site. Hope that helps.
Forum: Networking WordPress
In reply to: Subdirectory blogs not loadingHave you followed the steps outlined here in the codex? I’m not very familiar with the Windows 2008 r2 setup, but hopefully this helps you get going in the right direction?
Forum: Fixing WordPress
In reply to: Unable to Add/Insert Image to Blog PostsThis sounds like an unusual issue. I would recommend trying to deactivate all plugins and see if the issue still occurs. If that does resolve the issue, try activating your plugins one by one to see which one might be causing the issue. Hope that helps.
Forum: Fixing WordPress
In reply to: Moving Links/ Social IconsIf I’m understanding correctly you’d like to move the social icons to the top left instead of the top right where they are now? On line 393 of your css you can simply change right: to left: to position them to the left. I hope this helps. looks like you’ve got the icons horizontal now.
.social { margin: 0; list-style: none; position: absolute; right: 10px; /*change right to left*/ top:10px; /* float: left; */ }Forum: Fixing WordPress
In reply to: Multi language Permalink problemI’ve not tried this before, but might be a possible solution to help resolve your issue. Hope this helps resolve your issue.
Forum: Fixing WordPress
In reply to: Page missing from 'all pages'Is it possible that the Page Title itself has another name than the permalink (/galleries-2/)?
I’m not familiar with your particular theme, the only other thing I can think of if that’s not the case above, is that the page is automatically generated by either the theme or a plugin you’re using. Hope this helps.
Forum: Fixing WordPress
In reply to: Loading Images Causing Everything to Slow DownGina,
Adding a lot of images to your site can certainly cause a site to slow down no matter what platform you’re using to build a website. Good hosting is always something to consider when building a website for sure and there are a lot of great hosts with a variety of plans worth considering to best fit your needs. As for the images, I would recommend using a plugin like this to help ensure your images are optimized for the web.
https://wordpress.org/plugins/ewww-image-optimizer/
I would also recommend doing a backup of your site and database before adding and running this plugin just to be safe. Also you may be interested in using a CDN if you’re planning on adding more images as time goes on, this article is a great place to start exploring those options as well. I hope this helps get you started.
http://www.wpbeginner.com/wp-tutorials/how-install-wordpress-cdn-solution-maxcdn/
Forum: Fixing WordPress
In reply to: Hide or remove category tittle-nameOne way to do this would be via CSS. If you look at your style.css file, around line 416 you’ll see
.pinbin-category { display: none; /*add this line here*/ position: absolute; width: auto; background: #000; zoom: 1; filter: alpha(opacity=70); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); opacity: 0.7; margin-top: -36px; z-index: 1; height: 30px; overflow: hidden; left: 0; }Should you want the category text to reappear you would then just remove the line you’re adding. Hope this helps.
Forum: Fixing WordPress
In reply to: Upload limit stuck at 2 MBHi there. Assuming everything you’ve tried thus far was correct, it could be very possible it’s an issue with your hosting company. I would try following some of these suggestions and if it’s still an issue try contacting your hosting company to see if they have any restrictions that might be in place. Hope this helps.
http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/