Marc Queralt i Bassa
Forum Replies Created
-
Forum: Plugins
In reply to: [DeMomentSomTres Display Posts] No PHP FileThis is a duplicate plugin.
Real one is demomentsomtres-display-post-shortocode.
Sorry for the inconvenienceForum: Plugins
In reply to: [DeMomentSomTres Facebook Events List] Session Cookie header errorThank you for this update.
MarcForum: Plugins
In reply to: [DeMomentSomTres Facebook Events List] Event textCan you please describe exactly what do you need?
Thanks in advance
Marchi,
you think it will be useful to put an parameter on the shortcode in order to choose the picture size?
I’ll try to put it as soon as I have enought time.
I’m very busy.Forum: Plugins
In reply to: [DeMomentSomTres Restaurant] documentacióForum: Plugins
In reply to: [Gantry 4 Framework] Multisite problems and solutionThe solution I suggested stopped working also for me.
The problem with noise.png is exactly the same.
To solve the awesome font problem I’m using any other plugin that forces it to be downloaded like awesome more icons or similar.
Noise.png i force the URL in the *-custom.less image.@jakub: I’m using a sub-directory install. Don’t hesitate to contact me if you have any doubt.
Forum: Plugins
In reply to: [WordPress Leads] No MULTISITEAre you planning to have it multisite compatible?
May I help you?Forum: Plugins
In reply to: [Simple Share Buttons Adder] Counter not workingYou can do the same test using the other functions inside lib folder of this component.
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Counter not workingAttached you’ll find the test I build to verify twitter was working fine.
<?php function getTwitterShareCount($urlCurrentPage) { // get results from twitter and return the number of shares $htmlTwitterShareDetails = file_get_contents('http://urls.api.twitter.com/1/urls/count.json?url=' . $urlCurrentPage); print_r($htmlTwitterShareDetails);echo'<br/>'; $arrTwitterShareDetails = json_decode($htmlTwitterShareDetails, true); print_r($arrTwitterShareDetails); $intTwitterShareCount = $arrTwitterShareDetails['count']; return ($intTwitterShareCount ) ? $intTwitterShareCount : '0'; } echo '<pre>'; echo '<br/>'.getTwitterShareCount('http://demomentsomtres.com/catala/'); echo '</pre>';Put it in a folder of your web server and try to call it.
Check previously your server is configured to show warnings.
Hope it worksForum: Plugins
In reply to: [Simple Share Buttons Adder] Counter not workingCheck if the php directive allow_url_fopen is active.
If not active it will only show 0.
I had the problem and I solved it that wayForum: Plugins
In reply to: [Simple Share Buttons Adder] Counter not workingCheck if the php directive allow_url_fopen is active.
If not active it will only show 0.
I had the problem.I got the problem solved asking the hosting provider to set the php.ini config on a domain basis.
Same situation found.
As my PHP memory limit is set to 128MB the admin hangs showing a 64MB exhausted memory message.FAQ area of WordPress Plugin Developer page updated with possible solutions to your possible problems.
I also get it