Sajid Manzoor
Forum Replies Created
-
@collizo4sky i have latest plugin version installed. Any ways, i have disabled the plugin, until i have a solution for this issue.
Thank
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Javascript issueHello @jules-colle
I have checked and I still have the same issue.
You can check at https://www.optimumcreative.com/demo/gaylord/
Open this URL in the browser and then see the console for error information.
If I disable Contact form 7 Conditional fields, then the issue is fixed.Due to this error, the image slider on-page is not working. See the heading “CUSTOMER SERVICE IS OUR TOP PRIORITY” on the home page. You will see a blank white space at the left side of this heading. This space should not be blank.
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Javascript issueHello @jules-colle
I have noticed you have released a new update of the plugin. I have updated the plugin. I will test and give you the feedback.Yes, I use a minification plugin but it is disabled for now.
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Javascript issueHello @jules-colle
Did you get some time to fix this issue.
Actually it has impact on my entire website. Some of the KingComposer page builder components are not working along with Conditional Fields Plugin. Please check and fix this.Thank you
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Javascript issueHello @jules-colle
okay.. i am waiting for this to be fixed.
I have conditional fields in the form. You can check at https://www.optimumcreative.com/demo/gaylord/
Click on Submit a Claim and it will open form in a modal. There is a drop down with heading Payment Information. Conditional fields should be visible, when we change the value of the drop down but currently it is not working.I have added the same form at https://www.optimumcreative.com/demo/gaylord/claim-form/ and on this page it works fine but error is still visible in console.
Thank you for your response.
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Javascript issueHello @jules-colle
I hope you are fine and you are back after holidays.
Did you got some time to see the issues. If yes, please suggest any solution to fix the issue.Thank you
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Javascript issueHello @jules-colle
I have checked and i am using latest version of Contact form 7, Contact form 7 Conditional fields and WordPress. This issue started appearing after latest update for Contact form 7 and WordPress.@jancso @marcokiel77 Are you able to fix this issue? If yes please share how?
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Javascript issueHello
I also have the same issue.Forum: Fixing WordPress
In reply to: Showing WooCommerce Product Category On Different subdomainsHello
Please check this code# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / # custom rules for subdomain matching RewriteCond %{HTTP_HOST} ^([^.]+)\.example\.com$ [NC] RewriteRule . https://example.com/%1 [R=301,L] # default WordPress rules RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Replace example.com with your domain name. You will need to add this in your htaccess file on root. You don’t need to create a sub domain as well. for more details see this
https://wordpress.stackexchange.com/questions/258006/how-to-add-a-custom-redirect-rule-for-sub domains@cuongthan1998 can you please explain, what you want to say.
This issue is with most of the elements. I have double checked this. For now, I have added a class to parent row and then in CSS, I have set
float:none
for each element in that row on smaller screens. This is a temporary workaround and it does not look clean. I want a cleaner way to do this.Forum: Fixing WordPress
In reply to: Allow user to post content in specific categoryThank you @sterndata & @joyously for your reply.
@sterndata I have installed the plugin. I checked this and it ful fills my half of requirements.
Logged in user can edit content from other categories. I want User to restrict editing contents from other categories as well.
Is there any way.Thank you for your reply.
Hello tiameg
Please use Autoptimize or any other optimization plugin along with KingComposer to optimize your website for performance and SEO.I personally like Autoptimize plugin which is very easy to use. Autoptimize will merge all you css and JS files into one css and JS file and move all JS to footer which will remove Page blocking javascript and CSS issue.
For leverage caching issues, please specify cache expire headers. Follow this article to overcome leverage browser caching issues https://varvy.com/pagespeed/leverage-browser-caching.html
You will also need to use YoastSEO or any other SEO plugin to manage your website meta tags.
Let me know, if there is any thing else in which i can help you.
Sajid.
Forum: Plugins
In reply to: [Autoptimize] Autoptimize removed Google ads conversion tracking codeHello @optimizingmatters.
Thank you for reply.
I have tried this. Now issue isMy Actual code is like
<!-- Google Code for 10P Blue Form Conversion Page In your html page, add the snippet and call goog_report_conversion when someone clicks on the chosen link or button. --> /* <![CDATA[ */ goog_snippet_vars = function() { var w = window; w.google_conversion_id = XXXXXXXXXXX; w.google_conversion_label = "YYYYYYYYYYYYYYYYYYY"; w.google_remarketing_only = false; } // DO NOT CHANGE THE CODE BELOW. goog_report_conversion = function(url) { goog_snippet_vars(); window.google_conversion_format = "3"; var opt = new Object(); opt.onload_callback = function() { if (typeof(url) != 'undefined') { window.location = url; } } var conv_handler = window['google_trackConversion']; if (typeof(conv_handler) == 'function') { conv_handler(opt); } } /* ]]> */
And it is printing like this
Google Code for 10P Blue Form Conversion Page In your html page, add the snippet and call goog_report_conversion when someone clicks on the chosen link or button. --> /* */ goog_snippet_vars = function() { var w = window; w.google_conversion_id = XXXXXXXXXXX; w.google_conversion_label = "YYYYYYYYYYYYYYYYYYY"; w.google_remarketing_only = false; } // DO NOT CHANGE THE CODE BELOW. goog_report_conversion = function(url) { goog_snippet_vars(); window.google_conversion_format = "3"; var opt = new Object(); opt.onload_callback = function() { if (typeof(url) != 'undefined') { window.location = url; } } var conv_handler = window['google_trackConversion']; if (typeof(conv_handler) == 'function') { conv_handler(opt); } } /* */
See this image.
https://drive.google.com/file/d/0BwIWuJmCDI1vZC1NUW52WWdSUms/view?usp=sharingwaiting for reply
Thanks
Forum: Plugins
In reply to: [Listo] Translate Country list to arabicYou can deny clearly, if you don’t want to help.
I have followed translation references and tutorials to use PO and MO files to translate plugins. But your plugins does’not seems to be working with PO files.
Thank you
Forum: Plugins
In reply to: [Listo] Translate Country list to arabicHello,
I am still waiting for reply.Sajid