Amir
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin Menu Editor] Depth more than 1Oh, I didn’t know. thanks 🙂
Forum: Plugins
In reply to: [Admin Menu Editor] Depth more than 1I you add admin bar (top of the page) editor feature, it would be great 🙂
Forum: Plugins
In reply to: [WooDiscuz - WooCommerce Comments] WPDiscuz FeaturesIs there any ETA for this? 🙂
Forum: Plugins
In reply to: [Admin Menu Editor] Depth more than 1Thank you so much Janis 🙂
Forum: Plugins
In reply to: [Admin Menu Editor] Depth more than 1Thanks Jan, But my question is not regarding to pro version. Just want to tell the author I have bought this 🙂
My question is about the general function of the plugin 🙂
Forum: Plugins
In reply to: [Comments - wpDiscuz] Suggestions and ProblemsThanks Gvectors 🙂
About number 4: This is not translation. This is transliteration. It means writing in their language but with English alphabet. Many users around the world write in their language but with English letters , because it is easier for them to type, but it is harder to read!
So that plugin supports these languages:
Persian, Tamil, Telugu, Hindi, Malayalam, Kannada, Arabic, Nepali, Marathi, Punjabi, Bengali, Gujarati and UrduAnd activate this feature with ctrl + G. And when they write in english letters, it transliterates it to for example Persian language.
Everything else is fine, thanks 🙂
Hi Rogier
Sorry to bring this up again. I used this tutorial for switching to https:
https://www.keycdn.com/blog/http-to-https/So in my htaccess I entered this code:
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]And I noticed it’s similar to your plugin’s code:
RewriteCond %{HTTPS} !=on [NC]
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]I want to be sure are these equal? I can remove the other code?
Thanks
He also added:
we would suggest not forcing this redirect via .htaccess as WordPress has its own rewrite engine, using .htaccess adds load time to your page.Do you agree with this? Can you guide me a bit?
Hey Rogier
Sorry, I got another problem. Few days ago my developer installed this on my website and from that time gtmetrix and gwt can not open my site.My website has not been optimized yet, but at least I could open it in gtmetrix and gwt, before.
My webhosting told me this:
Instead of changing in htaccesss, change the http to https inside the wordpress. The .htaccess method is adding load time to your site.So is this correct? Did you have similar issue in the past?
Thanks
Hey filip, we figured out what the problem was. My designer installed it on his site and the problem was also there. So here is the explanation:
This problem occurs for non-English sites, for example my site is in Persian.
How we fixed it?
In “tooltip.php” file which is in “includes” directory, we edited “scan_linkpreview”. After the line 36, right before $html, we added this:
$html = html_entity_decode($html);
To get it out from html entity and count correctly the characters in excerpt.Thanks 🙂
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] SupportOk thanks, because the last message you sent me, you told me describe exactly what I want, so I expected an answer.
In regarding to your method that you said they schedule wordpress posts for 8pm, this is wrong method. The big sites publish more than 30 posts each day. The site must publish news 24 hours a day. The problem is traffic peak on social networks.
And regarding to that part you said nobody else seems to do what I am doing, maybe others are doing it wrong! This is the first lesson of social network marketing to post only in high traffic hours otherwise the post will be burnt.
I didn’t say that implementing this, is easy, I said this is basic need for autoposting.
I’m not seeking further for this topic. Ofcourse you are the developer and you decide. I just wanted to say my reasons. Thanks anyway for your plugin which is the best among other services with a lot of supported services. I really appreciate it. And it really makes life easier!
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] SupportHi Jan
I mean the first comment on this thread 3 days ago. Since 3 days ago he answered others but not mine.They really provided a good support before, I was very satisfied. But I don’t know why they don’t answer me anymore in despite of reading my emails?!
This is my email context, hope they answer me here:
What do I need?
I need, SNAP posts on social networks on specific time. (always, for all posts and all social networks)Why this is extremely important?
Because when I publish a post at 1am there is no traffic on social networks. Everyone is sleep at that time. So, I want SNAP posts on all social networks on specific time (my case is 20 – 23 pm, this is the traffic peak on social networks)Your current global settings:
http://i.imgur.com/nJiruQx.png
As you can see in this image, you provided to schedule autoposts, that’s good man. Because scheduling is very important. The thing you forgot to add here is scheduling timings!For now, the only way to scheduele autoposts is that when I want to publish a post in wp, I change the “time to post”.This is the manual method. I want global settings.
http://i.imgur.com/iIvwQZw.pnghttp://i.imgur.com/xIQitXH.png
You even have this feature in your repost settings!!But not in autoposting section. It does not make any sense at all.So how should it be?
http://i.imgur.com/uuYCQ9z.png
As you can see in the image, there must be schedule options which let us define the start and finishing of autopostings.You have all of the features related to this in your plugin, you only have to add these timings there.
In other words, I want SNAP always work only between 20 to 23 pm. Starts the autoposting on 20pm from the posts have been already published before in wp, and ends the autoposting on 23pm. This is a basic feature of autoposting serivces.
Thanks
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Support14 days ago I sent you an email, I didn’t get an answer for that. It’s turning a bit rude to not answer my topic here, but you answer others. Do you have any specific problem with me?
we are using this:
echo wp_html_excerpt(strip_shortcodes($excerpt), 170, ‘…’);Hey Filip, how are you man? 🙂 My designer couldn’t find the conflict problem. The posts excerpts on homepage become to only 42 characters. This number is not familiar for you? You don’t remember maybe use this number in any part of the plugin?