Ali Shan
Forum Replies Created
-
Forum: Plugins
In reply to: [Web Stories] Video Trimming is not available for usersHi @swissspidy,
I set the upload capability. Actually, I am embedding the iframe from other server on the Story Editor page. (To give more information to my clients).
So, if I disable CORS on Web Story editor by using web_stories_media_optimization then trimming is also disabled.
After reading the file web-stories/includes/Admin/Cross_Origin_Isolation.php, We decide to enable trimming and not to embed the iframe. However, if this is possible in future, then it’s a great turn.
Thank You,
- This reply was modified 2 years, 8 months ago by Ali Shan.
Forum: Fixing WordPress
In reply to: (DATA) Comparison plugins?Hi @guthixious,
WordPress is “WordPress is a free and open-source content management system written in PHP and paired with a MySQL or MariaDB database.” REF: https://en.wikipedia.org/wiki/WordPress
By default, WordPress doesn’t have such kind of functionality. But there are several plugins available that can be used for data comparison. As an example, you suggested “Hotel Comparision”. Yes! WordPress has different plugins for this.
So, the answer is that we can use WordPress Plugin for comparing different posts (data). The thing that matters is that which plugin you are using. And the plugin features.Feel free to ask more.
Thank You,Forum: Reviews
In reply to: [BX Slider by TRS] Flexible and easyThank You,
Regards,Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected ”_wptouch-disabl’Hi,
It seems that wptouch plugin is broken and so you are getting this error.
Please navigate to your files from cPanel or Plesk whichever you are using.-
Go to wp-content/plugins directory.
Rename wptouch directory to wptouch-oldIt will disable wptouch plugin and your problem will resolve.
Once you can access your dashboard you may re install this plugin.
Regards,
TheRightSolutionsForum: Fixing WordPress
In reply to: https problemHi,
I recommend you to not do this. Because by doing this, your whole website become insecure. Think it like real world, if a Bank secure three walls and left one insecure. What will happen ?
The short answer of your question is yes you can do, but not recommended.
Below are the two reference websites:
https://security.stackexchange.com/questions/71512/is-it-possible-to-force-a-browser-to-use-http-in-an-ssl-enabled-https-websiteRewriteEngine On RewriteCond %{REQUEST_URI} ^/unsecure [NC] RewriteCond %{HTTPS} ^on RewriteRule ^(.*) https://example.com/$1 [R=301,L]
Regards,
TheRightSol- This reply was modified 7 years, 5 months ago by Ali Shan.
Forum: Fixing WordPress
In reply to: How to Center Images on Mobile ?Hi,
There are 3 steps,
-
Add Image
Set display property to right
check OutputFor more elaboration please check this link. I attached images in this link
Thank You,
[signature removed by moderator per forum rules]- This reply was modified 7 years, 5 months ago by Ali Shan.
- This reply was modified 7 years, 5 months ago by stephencottontail. Reason: removed signature
Forum: Plugins
In reply to: [YITH Live Chat] Unable to configure chatIt is done now.
the problem was that I was entering wrong API Secret.
For anyone who is facing same issue, below is the solution:
1) To find firebase API :
2) I just visited https://console.firebase.google.com
3) Select my firebase project.
4) click on gear icon on right side and click on project setting.
5) Under project setting there is a tab for Database.
6) Click on it and it will display a Database Secret. then click on show me.
7) and copy that secret into yith plugin.its done.
Forum: Plugins
In reply to: [YITH Live Chat] Unable to configure chatI just created a new Firebase app from console.firebase.google.com but it also giving me exactly the same error.