sopedro
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajax Data Filter] 500 (Internal Server Error)Hi,
This is permissions issues when call the inc/post.php.
Place the code of post.php directly in ajax-data-filter.php and test.
All the best,
Pedro
Forum: Plugins
In reply to: [Lava Directory Manager] Change Permalinkurl / SlugHi lava,
And an option to remove the slug completely without modify the plugin core files?
I want to use the listing as similar to normal posts.BTW, this is an amazing plugin.
Thank you,
Pedro
Hi,
This is AJAX so, AJAX doesn’t work with ordinary urls.
Theres is some benefits but theres is some bad things too.
The benefits are that since google doesn’t index urls with # in it you don’t have duplicated content issues, the bad things are that all traffic and backlinks that you have to your app doesn’t count to page rank.
Nothing is perfect ??Thanks,
Pedro
- This reply was modified 7 years, 6 months ago by sopedro.
fixed…see this tread https://www.ads-software.com/support/topic/missing-files-23/
Forum: Plugins
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] Missing FilesHi,
Thanks, problem solved
Forum: Plugins
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] Missing FilesHi,
I don’t know if you’re talking about same thing.
I see this error in my logs and website gets error 500 after install v4 of your plugin.
`FastCGI sent in stderr: “PHP message: PHP Warning: require(/home/admin/web/happy.com.pt/public_html/wp-content/plugins/awesome-support/includes/functions-reply.php): failed to open stream: No such file or directory in /home/admin/web/happy.com.pt/public_html/wp-content/plugins/awesome-support/awesome-support.php on line 422Same issue here, can you share the solution?
The ads are inject on top and bottom of article just in AMP.Forum: Plugins
In reply to: [Favorites] How to change star icon to heart icon?Hi this is a simple task, just go to backoffice and in button text add the fontawesome classes “fa fa-heart”
Hope this helps,
Forum: Plugins
In reply to: [Better AMP - WordPress Complete AMP] CSS problem with post / articleHi,
It’s a bug, just disable completly the “Show share count?” in plugin settings and posts and pages working.
Note: I found this error in nginx logs….
Hope this helps others….
- This reply was modified 7 years, 8 months ago by sopedro.
Forum: Plugins
In reply to: [W3 Total Cache] W3 minify is not workingIt’s not normal that a lot of people, including me, have this issue.
But….
I try other plugins to minify and combine js and css files, and when i use rewrite option, all of them not working too.
So, i think the problem is in nginx…
Please, someone, found the solution…It must be a very small thing, but i can’t realize where is the “small thing”.Thank you!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Hooks OrderHi Themeboy,
I came back to this point again.
I tried this hook but it inserts the description before all the template and what i want to do is place de description between player details(photo, team, etc…) and the player statistics.Is this possible?
Regards,
Pedro
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Hooks OrderThank you Themeboy.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] error after upgrade!Hi Themeloy,
Just one suggestion, in event-performance.php i moved the if condition
<?php if ( $has_players && $show_players ): ?>
outside the table, without this hack, even if i switch off the players from events it shows an empty table.Regards,
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] error after upgrade!You’re the man,
The solution you gave me work very well, thanks.
I don’t know if i did the right thing, but i change the taxonomy-venue.php to place a map in full screen, than in venue-map.php i list the events below map.Then i create another file venue-map-list.php and i call this file from event-venue in this way
<?php sp_get_template( 'venue-map-list.php', array( 'meta' => $meta ) ); ?>
, so i can template this file too…Note: I like the new translation system, more simple to use as wordpress. ??
Regards,
Pedro
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] error after upgrade!One more thing,
I’m listing the events below venue map, but how can i list only the events of that venue.
Right now i’m getting a list of all events in all venues.
Regards,