Paolo
Forum Replies Created
-
AuthorPosts
-
September 22, 2014 at 4:57 pm in reply to: Only have one custom post type show up in a search? #16157
Hi,
that’s how it works. You can only search 1 CPT at a time. That select only allows to move from 1 to the other.
You could hide the select option with css:
.search_by_post { display: none; }
Let us know,
Thx
Just FYI :
wirenine.com (which is a managed hosting) will be faster than all other suggested hosting provider suggested for 1 simple reason.
It uses litespeed as webserver while all others use Apache.
Nginx and litespeed are generally up to 10 times faster than apache when installed on the same machine.
We uses Nginx and Fastcgi to avoid using any type of caching plugin on our servers.
This means that if it takes 30 seconds now it could take as low as 3. Obviously if you also follow Guust and Simone suggestion of optimizing your website, you will get even better results.
Thx
If your media settings are correct now, it shouldn’t happen again…
September 22, 2014 at 4:22 pm in reply to: WPML: how to show places in default language when translation is missing #16148Hi,
this looks like a good question for WPML forum?
Thanks.
Ok Stiofan did see the problem TØm, the picture uploaded to that listing was probably uploaded before the medias were set to be organized in year/month cause the URLs are not linking to that year/month :
yoursite.com/wp-content/uploads/409_Irish-Red.png
should have been
yoursite.com/wp-content/uploads/2014/09/409_Irish-Red.png
Thx
No, I don’t think so, I think it’s code related.
The preview image is saved in the temp folder correctly and retrieved in the add listing form. (if you click on go back and edit you will see the image is there.)
Than when listing is pubblished image is correctly uploaded to the upload folder and removed from the temp folder.
Please send us both wp admin and ftp credentials and we will have a deeper look.
Thx
@tØm Babwá, the image URL is in the database and the image is not in the upload folder.
I thought it was the other way around… I don’t think GD has something to do with this to be honest.
The function I was talking about was editing the attachement posts (linnk between image and listing), not the image from the upload folder.
I’ll ask Stiofan if he can think about something else.
Thx
Hi,
we had to split the avada child theme in a child theme and a plugin. That’s why it took a little longer.
We will release it today.
Thx
Hi again,
admin credentials sent are not working, but I did some test with a normal user.
It appears that you customized the details page and the preview listings page to move sidebar elements inside the content area.
My best guess is that you edited the code of the preview listing page to get the image from the “temp” folder. Maybe it’s trying to get it from the final images location like the details page? That would explain it, because not being saved there yet, it couldn’t find it.
The only way to confirm that would be to have a look at your customizations.
Let us know,
can you please send wp admin credentials pls?
Thx
Yes, it could be the sessions folder not writable. You can verify by looking at php settings with :
phpinfo();
Let us know,
September 20, 2014 at 5:22 pm in reply to: When creating a listing, an empty post is created. Bug? #15981yes please provide wp admin credentials and we will have a look.
I can’t seem to recreate this in our test sites. Did you created that test listing via front or back end form?
Let us know,
Thx
Hi,
this is in our to do list already and should be fixed in next version.
Thx
Hi,
no, but your server does. It is a PHP otion and it’s not the size in pixel that is checked, but the size in MB. Most server have a 2mb limit and a 5312×2988 image is definitely heavier than that.
The media settings will define the size in width and hieght to which images are resized when uploaded, but if the image is heavier than the maximum PHP limit, it will not upload at all.
To increase PHP max upload size, you will need to ask to your server admin.
Thank you
I would set Location peramlink to localracks in GD >> Permalinks and in the translation file edit “Location” to “Local Racks”. http://docs.wpgeodirectory.com/category/translation/
I wouldn’t modify post title in the db which in the end is the same to changing the page title in the Wp dashboard. It shouldn’t be necessary.
Let us know,
Thx
-
AuthorPosts