sa_ostad
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] Widgets on Storefront Homepage missingMake sure in your selected home page change the template from default to Homepage
Forum: Plugins
In reply to: [WPS Hide Login] Deprecated error messageSame here
Forum: Plugins
In reply to: [Enhanced Media Library] Get list of Media from specific category in Rest-Apithanks
Forum: Plugins
In reply to: [Enhanced Media Library] Get list of Media from specific category in Rest-ApiI did this but:
Another thing, have you set “Show in REST” option for media_category? You can find it on Settings > Media > Media Taxonomies (tab), click “Edit” button next to the taxonomy name.
for both lowercase and exactly name It just show me list of all medias!
{{base_url}}/wp-json/wp/v2/media?filter[media_category]=leftslideshow
Forum: Plugins
In reply to: [Enhanced Media Library] Get list of Media from specific category in Rest-ApiI test it, but it just return all the medias!
{{base_url}}/wp-json/wp/v2/media?filter[media_category]=LeftSlideshow
Forum: Plugins
In reply to: [Enhanced Media Library] Get list of Media from specific category in Rest-ApiI can use this:
{{base_url}}/wp-json/wp/v2/media?media_category=4
for get the medias in category id 4
but I need to get it base on Media_category name .
Forum: Plugins
In reply to: [WP Photo Album Plus] Slideshows load very slowlyfinally I could get it (around 4 hours delay), It works much better, every thing loads in 10 seconds ??
thank you very much.Forum: Plugins
In reply to: [WP Photo Album Plus] Slideshows load very slowlyAgain I download it from
https://wppa.nl/docs-by-subject/development-version/and
https://www.ads-software.com/plugins/wp-photo-album-plus/advanced/
but both of this links just have 6.6.27.Beta.004 !
Do you think I have to wait ?
Forum: Plugins
In reply to: [WP Photo Album Plus] Slideshows load very slowlyhow can I find that beta version (005) ?
on your website is still (004) !Forum: Plugins
In reply to: [WP Photo Album Plus] Slideshows load very slowlyHi,
thank you for your quick response.
I install beta version, now it’s:- 10 sec to load page content
- 22 sec to load slideshows after html content load
- 32 sec to load whole page content (html + slideshows)
it decreased 20 sec which is good but still a little slow, can you please make it faster?
Another problem is when I open slideshow it shows me first picture with navigation icons but when I click to next icon it shows next picture without navigation icons and it take more than 20 sec to show navigation icons.
Hi,
again I have same problem, every thing related to the plugin (all my slideshows) are slow (long time to load) ??
please take a look at link below:
https://pradgroup.com/category/prad-project-type/aviation/and see how much it take time to load slideshows and icons.
thank you very much.
- This reply was modified 7 years, 10 months ago by sa_ostad.
It work!
after disabling this:
– Untick Table I-B13.2: Start/stop icons
– Untick Table IV-A9.1: Track viewcountsnow is awesome.
Thank you milion times ??
Hi,
Thanks for your complete answer, but after doing this things nothing didn’t change!
when I get the speed of loading page, it take 5 seconds to load all contents include loading images for albums without content of albums, and 50 seconds for load albums contents!Forum: Hacks
In reply to: What is Best Delete Policy without foreign-key on Delete CASCADEActually I am looking for a solution for my plugin.
Because by default wordpress database doesn’t support foreign key, so I need a solution for delete policy.
My question is what is your solution for this problem?
Are you recommend I control all of relations in my database , myself ? Or you can recommend another way?