vamban
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type UI] Build a Address Management WebsiteHi mic
Please share your email address to communicate with you further.
Forum: Plugins
In reply to: [Custom Post Type UI] Build a Address Management WebsiteHi Mic
Thanks for your reply. Will you please help me to setup such a website using CPTUI WordPress plugin? Where i can start?
Expecting your reply
With regards
Selvam.SForum: Plugins
In reply to: [Scripts To Footer] Mobile Device issueSorry to say that, still the issue exists.
Forum: Plugins
In reply to: [Scripts To Footer] Mobile Device issueHi joshua
I did contacted in this regard with theme developers and they replied that…
———————————————————–
Well, maybe you should consider trying our this plugin here: https://ww.wp.xz.cn/plugins/above-the-fold-optimization/
It should resolve the “above the fold” issues for you. Please let me know the results once you install and configure the plugin. Looking forward for your reply.
———————————————————–
Any clue?
Forum: Plugins
In reply to: [Scripts To Footer] Mobile Device issueHi joshua
Desktop devices test report seems good and all JS files moved to footer except jQuery and jQuery migrate that i have allowed loading in header.
https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.wpdiv.ml%2F&tab=desktop
But check the mobile devices test report..
https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.wpdiv.ml%2F&tab=mobile
All JS files loading in header. i have no clue what is happening.
Will you please help me on this?
Forum: Plugins
In reply to: [Scripts To Footer] Mobile Device issueHi Joshua
Thanks for your quick reply.
Via plugin options i did allowed loading jQuery and jQuery migrate in the head section and that not a problem. But rest of the JS scripts loading the head section when i test the website via Google page speed for mobile devices. http://prnt.sc/a8jqbq
But desktop test report seems fine and have a look here…
https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.wpdiv.ml%2F&tab=desktop
I have problem only for mobile devices Google page speed test report…
https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.wpdiv.ml%2F&tab=mobile
Any clue?
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache and CDN issueHi kalina
W3C total cache is completely free to use. But you are unknowingly enabled the cdn options under general settings. http://prntscr.com/94f6tc
Simply disable the checkbox and make save changes does the trick.
Good day!
Forum: Plugins
In reply to: [Toolbar Publish Button] Feature request: add a Save Draft optionHi
Thanks for the adding new save draft feature.
Forum: Plugins
In reply to: [Toolbar Publish Button] Feature request: add a Save Draft optionIs there any updates regarding draft button in toolbar?
Expecting the same like ‘Marcelo Pedra’ who requested before.
Forum: Plugins
In reply to: [ACF: TablePress] Table Title now showingHi tyler
Its very rare to find WordPress plugin like yours with awesome support and quick feedback. I am really lucky to be the user of your ACF Tablepress add on.
Forum: Plugins
In reply to: [ACF: TablePress] Table Title now showingTitle Seems Working now with H1 class, is it possible to set different class for the same?
Forum: Plugins
In reply to: [ACF: TablePress] Table Title now showingHi tyler
Thanks for your quick update via WordPress repository plugin update. But you have not updated the plugin compatibility version and still showing it as compatible up to 4.2.4.
Forum: Plugins
In reply to: [ACF: TablePress] Table Title now showingFor the sake of convenience of other wordpress community users i am publishing your suggested code here.
Definitely sounds like a problem on our end! it looks like I hard-coded ‘print_name’ to false when we generate the table as rendered html. I should be able to get a fix in the next couple days, but in the meantime, you can get the title to show up by setting the return format to “Table ID” and replacing “the field ();” with the following php code:
<?php $tablepress_id = get_field( 'your_field_here' ); $args = array( 'id' => $tablepress_id, 'use_datatables' => true, 'print_name' => true ); if ( function_exists( 'tablepress_print_table' ) ) { tablepress_print_table( $args ); }Forum: Plugins
In reply to: [ACF: TablePress] Table Title now showingThanks for your heads up
Let me try the same and revert back to you soon.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Featured imageHi
I did tested used post_thumbnail to setup featured image. But it creates duplicate images. How can i overcome this issue?