spespam
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Videoblog] I can’t believe you stole my email to spam meSorry but I am still very upset. I never seen such a behavior before.
You collect data without our consent and the cancel is in blue so that is all you can see.
And you hide it in the capture, but there is an option that is BY DEFAULT a consent to send you PRIVATE DATA. And then you spammed me.
This is not acceptable.
Forum: Themes and Templates
In reply to: [Videoblog] You have to refresh the page to make it display !100% sure. I got back to my previous theme and now, that problem disappeared.
Sorry, I don’t want to make my web site public here.
Forum: Themes and Templates
In reply to: [Videoblog] Sidebar display problemsIt does that on “landscape mode” on smartphones. I mean, when you lean your smartphone to 90°
Forum: Themes and Templates
In reply to: [Videoblog] Specify cover image width/height ratioOk, I will try that.
Forum: Reviews
In reply to: [Videoblog] They steal your email to spam youYou’re right. I will create a new thread in the forum.
And I give you a 5 stars because the support is excellent !
Thank you !
Forum: Reviews
In reply to: [Videoblog] They steal your email to spam youThank you for your response. Waiting for the update then 😉
By the way, there is also another bug that I found. When you update a cover image for a post, the thumbnail size is not updated in the frontpage.
Example : I wrote a post with a cover image sized 480 × 360px. Then I changed the cover image with the size 960 × 540 px. BUG : the thumbnail size proportion is not updated.
Forum: Reviews
In reply to: [Videoblog] They steal your email to spam youI succeeded in removing the dots myself. Thank you.
But there is a problem with the sidebar on mobile phone. I added two items on the sidebar. On desktop, no problem. But on mobile phone, they appear side to side, and it is really ugly. The screenshot is below.
http://images2.hiboox.com/images/1117/21cf42b473850cdb24217502f20514ac.png
And on desktop, the display is ok (see below).
http://images4.hiboox.com/images/1117/ffa5e4474f407e5ec27903b1f369d605.png
Even after the update, it keeps saying this. LOL !
Forum: Reviews
In reply to: [Videoblog] They steal your email to spam youThank you for your response.
2. I don’t understand why it does that with only certain themes, and not others.
Forum: Reviews
In reply to: [Videoblog] They steal your email to spam youWhen installing the theme, I have a message in my admin area saying that this theme needs Jetpack to be installed.
For the strange dots, I don’t want to display my website here so I made a screenshot. But if you want, I can send it to send in private email.
http://prem1.hiboox.com/images/1117/66aff151f3c314c5cc599d6850530016.png
Thank you.
Forum: Plugins
In reply to: [Download Monitor] Hide counter hitsI managed to do it by myself. Thank you for your help 🙂
Forum: Plugins
In reply to: [Download Monitor] Hide counter hitsThank you for your reply.
Will this work with a child theme ?
Also, the template I use is content-download-button.php
I’m a newbye so what should I remove in this code to hide the name of the file and the number of downloads? Thank you for your help.
<?php /** * Download button */ if ( ! defined( 'ABSPATH' ) ) { exit; } // Exit if accessed directly ?> <p><a class="aligncenter download-button" href="<?php $dlm_download->the_download_link(); ?>" rel="nofollow"> <?php printf( __( 'Download “%s”', 'download-monitor' ), $dlm_download->get_the_title() ); ?> <small><?php $dlm_download->the_filename(); ?> – <?php printf( _n( 'Downloaded 1 time', 'Downloaded %d times', $dlm_download->get_the_download_count(), 'download-monitor' ), $dlm_download->get_the_download_count() ) ?> – <?php $dlm_download->the_filesize(); ?></small> </a></p>I use it via shortcode.
I inserted the shortcode inside a plugin called Boxzilla (it’s a pop-up where the user can enter his email).
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Import FB comments doesn’t workI did what you asked.
Here is the result.
There is a pop-up, and it’s written “Getting replies from FB”, then a “Close button” appear.
But nothing is imported.
And there is nothing in the log right after that.
Maybe I should remove and reinstall the plugin and starover ? What do you think ?