chupo_cro
Forum Replies Created
-
Thank you for the reply.
Apparently, I am not alone with the same problem and there are more similar issues. If you think the problem is with my DB server, do you have any suggestion what setting could be wrong and how is it possible everything else works without problems? It is a fresh Apache+PHP+mySQL+WordPress install and visitor database is almost empty (just a few test visits). If you have any suggestion I can change every possible setting to try to make plugin work all the time.
2.
You can control how long a visitor is considered “online” in the settings.
Do you mean Check for online users every: 30 Second, Time for the check accurate online user in the site. Now: 30 Second setting? Why would the time between 2 checks affect the number of users detected. E.g.:
time = 0, users = 0 time = +5 s, user arrives on site time = 30 s (check), user is detected, users = 1 time = 60 s (check), user is still at the site so count should still be 1 and not 0 regardless of the time between two checks setting
3.
Timestamps are not recorded for visits, except the last one, which is how we determine the online status of a user.
Here you said:
The time stamp is in the database but there is no UI to view it at this time.
can you add one in?
It’s on the list, but a low priority at this time.4.
You don’t have to track the user to show how the users are browsing the site, e.g. what was their path to find some of the posts/pages. That information is very helpful to improve the site structure.Hi,
thank you for the reply. Which function is used to retreive the value? I’ve checked with
ini_get()
and the value is reported as 128M. However, WP Statistics reports 256M :-/Now it is OK. Thank you very much!
Best regards
Same here. From phpinfo():
memory_limit 128M 128M
Reported by WP-Stats:
PHP Memory Limit: 256M
The server is mine, fresh WP install, no cache-ing, no interference with other plugins.
I’ve replaced the file but nothing changed.
I have just sent you the URL. If you have any additional information, just send me a note.
Thank you very much for very detailed and clear explanations!
I (still) don’t have a public website but rather a test install on the server inside of my local home network. Since the server is Raspberry Pi and my upload speed is only 80 kB/s I cannot post the URL here on the forum, however I can set up dynamic DNS and open port 80 so you can temporarily (e.g. in the next 24 hours) access the server. Can you please tell me the email address where I can send you the URL?
Regards
Here you are the screenshot displaying two posts without and with Ajax Load More (you can zoom the picture to see better). As you can see, in the first post there are two Latex expressions – one displaying the word ‘Latex’ and the 2nd one displaying the formula. When displayed with Ajax Load More:
– the post title is missing
– only one Latex expression is rendered (the word ‘Latex’ is missing, the code is $latex\LaTeX&s=2&fg=0000ff$
)
– the text is below instead of before the formula
– post date is not formatted
– in the 2nd post the post title is there but not formatted
– in the 2nd post the code snippets are not highlighted, although the highlighter code was partially processed (because there are rectangles around the first two snippets)Here is another screenshot with the same post without and with Ajax Load More. Besides problems described above, you can see the smiley which should be at the end is displayed over the post title.
I have tried with:
<li<?php if (! has_post_thumbnail() ) { echo ' class="no-img"'; } ?>> <?php if ( has_post_thumbnail() ) { the_post_thumbnail(array(150,150)); }?> <h3><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3> <p class="entry-meta"> <?php the_time("F d, Y"); ?> </p> <?php $postid = get_the_ID(); $content = do_shortcode(get_post_field( 'post_content', $postid )); $content = apply_filters('the_content', $content); echo $content; ?> </li>
but there was no change in the output.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Which one is 'the right way'?So that would be c) then.
Thank you very much for answering me.
Regards
Forum: Plugins
In reply to: [Social Share Icons & Social Share Buttons] Rectangle Facebook share icon?I believe quite a few users think that would be really nice and are looking forward to be able to use both rectangle like and share Facebook buttons.
I’ve set up the dynamic DNS, opened port 80 and sent you the link so you can access the test server (if Raspberry Pi can be called a server at all ?? ).
If you need any additional information, just send me a note.
Here is the picture of what I think he was asking.
I think what semerouk would like is not to change the design of the share button but to not to display it in the pop-up along with the like button (but rather alone). What he was asking is in fact very similar to my question.
As I said here I have a test WP install on the server inside my local network but I can open port 80 and send you my temporary IP (I don’t have the static one) so you can check. However the IP address would change in an hour or two. Can you give me an email address where I can send you my present IP?
Forum: Plugins
In reply to: [Social Share Icons & Social Share Buttons] Underlined iconsTwenty Sixteen is one of the default WordPress themes used by many so every plugin would certainly benefit from working correctly along with it.