LiberMedia
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Bulk edit to product categoryHi Immograf, I have the same issue at the moment.
Have you found a solution for this?
Thanks!
LiekeForum: Fixing WordPress
In reply to: Media Files not showing upHave you guys seen this thread + possible solution yet?
https://www.ads-software.com/support/topic/image-media-not-uploading-after-update-to-423?replies=18Forum: Fixing WordPress
In reply to: Image & Media not uploading after update to 4.2.3.Just adding that I have the same issue with various websites. Have tried the solution suggested by Josh (change theme to 2015, deactivate plugins, clear cache), but no luck yet. Still can’t upload images on websites where the latest WordPress and latest Plugin versions are installed…
Leaving this comment so I can stay up to date on any further suggestions or developments.
Forum: Fixing WordPress
In reply to: Media Library not showing image thumbnails@andrew, even when deactivating all plugins, the problem persists. This isn’t just an issue on 1 website, but on at least 5 different websites I’m currently working on. Any other ideas on what could cause this issue? (or better yet; how to solve it!)
Forum: Fixing WordPress
In reply to: Media Library not showing image thumbnailsPwrhouse, then what was the issue you discovered?
Please share, we’re all looking for a solution here.Forum: Fixing WordPress
In reply to: Media Library not showing image thumbnailsI have deactivated all plugins, but the problem persists.
Forum: Fixing WordPress
In reply to: images disappearedI can’t see your (old) images either ailleurs. Can you see those images in your Media Library?
Along with some other peeps, I am dealing with the same problem; thumbnails of our images don’t appear in the Media Library anymore and the images don’t appear on our sites.
Also see this thread: https://www.ads-software.com/support/topic/media-library-not-showing-image-thumbnails?replies=3
Forum: Fixing WordPress
In reply to: Media Library not showing image thumbnailsSame problem here. Don’t see image thumbs in either list or grid mode.
Even worse, the uploaded images appear as broken images on the site too – so the problem isn’t limited to images not being visible in the WordPress admin.
Please help WordPress! I’m working on several websites for clients and all of them have this issue. Quite a big issue, as all of them need to have images with their products or blogs or pages.
Forum: Reviews
In reply to: [fART] not mobile friendlyIs that your experience or is it a suspicion you have?
Forum: Themes and Templates
In reply to: [Pitch] Slider image sizeAny image you add will be downsized to 960 by 360 pixels, so your image should be larger than this. Pitch wont upsize your images and smaller images make the slider look a little weird.
Source: Pitch documentation
Forum: Themes and Templates
In reply to: [Pitch] Pitch and Siteorigin page builderYes it is
I’ve created some pages today in Pitch with the PageBuilder pluginForum: Themes and Templates
In reply to: [Pitch] add more ProjectHiya!
I had the same problem today and after trying a bit it turned out to be amazinly to edit this.
- In the Appearance menu go to the editor
- Look for the home.php template and select this one to edit
- Somehere in the middle you’ll see the following piece of code
- Change the number after “posts_per_page” to the number of projects you want to show
if(siteorigin_setting('type_project')){ pitch_display_loop( siteorigin_setting('front_page_home_title_latest_projects', __('Latest Projects', 'pitch')), array( 'posts_per_page' => 15, 'post_type' => 'project', 'orderby' => 'name', 'all_link_url' => 'ASC', 'order' => 'ASC',
As you see I’ve already changed the posts_per_page bit to 15 instead of 10.
At the bottom I added a line to decide in which order I want the projects to be displayed. You can find more info about the order & orderby parameters here
Good luck!