Ramiz Manked
Forum Replies Created
-
Forum: Plugins
In reply to: [Variable Column Block] Responsive SupportI’d rather request you to migrate Gutenberg Variable Columns block(s) into core Columns block since same functionality incorporated within core Columns block now.
Hope this helps, Thanks!
Forum: Plugins
In reply to: [Post List with Load More] Can’t translate “Read More” and “Load More”‘Load More’ button should be able to translate to other language now.
Thank you
Forum: Plugins
In reply to: [Post List with Load More] Can’t translate “Read More” and “Load More”@junglized I appreciate your feedback.
I’ve added support for multilingual for plugin internationalization.
Thank you
Forum: Plugins
In reply to: [Variable Column Block] Latest Version Not WorkingHello @lcklem
I’m really sorry for not getting enough time to reply on threads. Basically, I am a full-time web developer which is my primary job. I do love to contribute to WordPress community but for that I have to take out time from my hectic schedules. I hope you can understand.
If I talk about an issue you are facing, I haven’t got any email regarding the same. Instead, can you please post screenshot here so other users can get update if they are facing same?
Thanks
Forum: Plugins
In reply to: [Variable Column Block] Can’t put more than 2 blocksHey @jiquaglia
Thank you for posting.
I tried to regerate the issue from my end but I could add any number of blocks per my requirement. Here is the screenshot of my backend.
Can you please try again with fresh install and let me know if you still facing problem.
Thanks
Forum: Plugins
In reply to: [Variable Column Block] Latest Version Not WorkingHello @sounds
If the plugin named as “Gutenberg Variable Columns” in Plugins section of your WordPress dashboard then yes, we are referring to the same plugin.
Thanks
Forum: Reviews
In reply to: [Variable Column Block] Affects all columnsHi @grezes
Hope you are doing great!
Sorry, I was busy with other development stuffs but the good news is, I got time to work on the issue(s) reported and as a result I recently updated the plugin v1.1.0 which also supports other blocks to be nested in Variable Columns.
Please do let me know if you still face any issue.
Thanks
Hi @sounds
Hope you are doing great!
Sorry, I was busy with other development stuffs but the good news is, I got time to work on the issue(s) reported and as a result I recently updated the plugin v1.1.0 which also supports other blocks to be nested in Variable Columns.
Please do let me know if you still face any issue.
Thanks
Forum: Plugins
In reply to: [Variable Column Block] Only works with textHi @phalancs
Hope you are doing great!
I recently updated the plugin with v1.1.0 which supports other blocks to be nested in Variable Columns.
Please do let me know if you still face any issue.
Thanks
Forum: Plugins
In reply to: [Variable Column Block] Breaks regular columns blockHi @phalancs
Hope you are doing great!
Sorry, I was busy with other development stuffs but the good news is, I got time to work on the issue(s) reported and as a result I recently updated the plugin v1.1.0 which also supports other blocks to be nested in Variable Columns.
Please do let me know if you still face any issue.
Thanks
Forum: Fixing WordPress
In reply to: Gap Between imagesHi @carlsimp
You can consider using Regenerate Thumbnails plugin to generate thumbnails of preferred size.
In addition to @kartiks16 comment, I had a look at your website and noticed that your site is using Flexslider plugin to render the slider. You can try changing ‘smoothHeight’ parameter to true. That will animate the height of the slider smoothly for slides of varying height.
Thanks
- This reply was modified 5 years, 11 months ago by Ramiz Manked.
Forum: Fixing WordPress
In reply to: Dynamic URLs with Dynamic ContentHi @rwkiii
You can consider using Page Generator in your WordPress installation. If required, you can also go for Pro version further. This plugin allows you to generate dynamic posts including dynamic contents and permalinks.
Thank you!
Forum: Developing with WordPress
In reply to: admin-ajax error 400Hi @sutheodor
I think, you should consider using wp_ajax and wp_ajax_nopriv for processing Ajax data into callback funtions.
In your case:
add_action( ‘wp_ajax_get_data’, ‘get_data’ );
add_action( ‘wp_ajax_nopriv_get_data’, ‘get_data’ ); // If you are handling AJAX requests from unauthenticated users.public function get_data() {
// your code goes here.
}- This reply was modified 5 years, 11 months ago by Ramiz Manked.
Forum: Fixing WordPress
In reply to: WordPress Site is Slow in Google Page SpeedThe domain pointing to the link you provided above seems expired. Can you please re-check or provide the correct URL?
Thanks