Ravindra Singh Meyda
@ravindra107 on WordPress.org
Contributions
- Member Since: May 4th, 2023
- GitHub: ravindra107
-
Posted a reply to A plugin that can search, and display, media files uploaded to WordPress, on the site WordPress.org Forums:
Hey @nigelpengelly,All the uploaded data is stored as a custom post type when the user… -
Posted a reply to Unable to set homepage to static page, on the site WordPress.org Forums:
Hey @seaforth, This issue usually happens if there's a conflict with your theme, a plugin,… -
Posted a reply to Critical Error, on the site WordPress.org Forums:
Hey @fluidaesthetics, Enable Debug Mode To identify the source of the critical error, enable WordPress… -
Posted a reply to How to make “private” the only status option when creating new post, on the site WordPress.org Forums:
Hey @literallyadog,Check below code. function customize_post_status_dropdown( $statuses ) { global $post; // Only apply this… -
Posted a reply to SQL: How to increase postmeta value for all posts by a given value?, on the site WordPress.org Forums:
Hey @34503895-1,Check below example. UPDATE wp_postmetaSET meta_value = meta_value + 10WHERE meta_key = 'view_count' AND… -
Posted a reply to How to list custom taxonomy terms in a widget, on the site WordPress.org Forums:
Hey @osakawebbie,No problem at all! I'm glad you were able to find the rest of… -
Posted a reply to How to list custom taxonomy terms in a widget, on the site WordPress.org Forums:
Hey @osakawebbie,Could you please specify the parameters included in the shortcode? Before sending this shortcode,… -
Posted a reply to How to list custom taxonomy terms in a widget, on the site WordPress.org Forums:
Hey @osakawebbie,Please check below shortcode you can put or pass taxonomy in shortcode.[custom-terms-list taxonomy='catgeory' orderby='name'… -
Posted a reply to How to list custom taxonomy terms in a widget, on the site WordPress.org Forums:
Hey @osakawebbie,Check below code $test_cat = !empty( $_POST['test-cat'] ) ? $_POST['test-cat'] : '';$categories = get_categories(… -
Posted a reply to Is it possible to customize the audio player control bar?, on the site WordPress.org Forums:
Hey @ma3ry,You will try below plugins.https://wordpress.org/plugins/mp3-music-player-by-sonaar/https://wordpress.org/plugins/html5-audio-player/https://wordpress.org/plugins/music-player-for-elementor/Also check this url : https://wordpress.org/plugins/tags/audio-player/Best Regards Ravindra Singh Meyda -
Posted a reply to How to list custom taxonomy terms in a widget, on the site WordPress.org Forums:
Hey @osakawebbie,Please check this url https://wordpress.com/support/display-posts-shortcode/It's may helps you. Best RegardsRavindra Singh Meyda -
Posted a reply to Header Moved to Side from Top, on the site WordPress.org Forums:
Hey @lawrencefurniture,The class header-vertical-full is causing an issue. Please check the backend. It might be… -
Posted a reply to How to create theme settings pages upon activation like WooCommerce?, on the site WordPress.org Forums:
Hey @labyrinthman,Above @catacaustic is the best solution. I will show an example of after_switch_theme so… -
Posted a reply to Gallery Images all of a sudden in one column on whole site, on the site WordPress.org Forums:
Hey @ahyatt33,I think you facing the issues on safari or other. Please try this solution.… -
Posted a reply to Gallery Images all of a sudden in one column on whole site, on the site WordPress.org Forums:
Hey @ahyatt33,Could you please provide screenshot because I'm unable to find the issue.Best RegardsRavindra Singh… -
Posted a reply to Help with Website, on the site WordPress.org Forums:
Hey @melinda77, Thank you for your question! When using Best Sellers, the system typically determines… -
Posted a reply to Creating RSS Feed on Website, on the site WordPress.org Forums:
Hey @nubiesan,Please check below url.https://babyquiltlady.com/our-blog-quilting-with-the-baby-quilt-lady/feed/Best Regards Ravindra Singh Meyda -
Posted a reply to Problem uploading a wp theme, on the site WordPress.org Forums:
Hey @julien2707,Please check the URLs below for a better understanding, along with screenshots:https://docs.cmsmasters.net/how-to-upload-a-wordpress-theme-from-themeforest/https://elements.envato.com/learn/install-themeforest-wordpress-themeBest RegardsRavindra Singh… -
Posted a reply to Media Gallery thumbnails – size when clicked open, on the site WordPress.org Forums:
Hey @ull, I checked the website and noticed an issue with image resolution. When I… -
Posted a reply to Help with Website, on the site WordPress.org Forums:
Hey @melinda77,Please check below steps and maybe be some are done.1.Go to Products > All… -
Posted a reply to Gallery Images all of a sudden in one column on whole site, on the site WordPress.org Forums:
Hey @ahyatt33,Here's the CSS you can add to the WordPress Customizer or your child theme's… -
Posted a reply to Media and folders, on the site WordPress.org Forums:
Hey @davet354tfd,Also check below pluginhttps://wordpress.org/plugins/filebird/Best RegardsRavindra Singh Meyda -
Posted a reply to 5,000 Locations – Store Locator Maps Recommendation, on the site WordPress.org Forums:
Hey @sdagency,By using the filter, location data can be loaded from the request, ensuring that… -
Posted a reply to How many lines of code A Single File should have?, on the site WordPress.org Forums:
Hey @justzamir,It's a good idea to organize your plugin code for maintainability and readability, especially… -
Posted a reply to Need help finding a plugin, on the site WordPress.org Forums:
Hey @gothical666,Please check below plugins that have free or paid features. https://wordpress.org/plugins/visualizer/https://wordpress.org/plugins/chart-builder/both plugin shows result… -
Posted a reply to Button to open an image from the media library, on the site WordPress.org Forums:
Hey @aureliewp,Happy New Year, Aurélie! 🎉| You're absolutely correct: when you open an image directly… -
Posted a reply to Need To Reset to “Hello World”, on the site WordPress.org Forums:
Hey @canboatcalgary2024,You can remove the Hello World post from WordPress backend.Go to the WordPress Admin… -
Posted a reply to Editor not saving preferences, on the site WordPress.org Forums:
Hey @petervandoorn,Could you please provide a screenshot? This will help me understand the exact issue… -
Posted a reply to Editor not saving preferences, on the site WordPress.org Forums:
Hey @petervandoorn,As I understand your query try to check with switch the theme like Twenty… -
Posted a reply to Slider Widget, on the site WordPress.org Forums:
Hey @nich24,Could you please provide a screenshot or example code. So I can check closely… -
Posted a reply to How to stop WordPress from deleting Spaces, on the site WordPress.org Forums:
Hey @mrshawntierney,In the Classic Editor's text mode, may appear. Please remove it. Additionally, I… -
Posted a reply to advantage of child theme, on the site WordPress.org Forums:
Hey @mehdijavadi,The main advantage of using a child theme is that it allows you to… -
Posted a reply to How to create sort table ?, on the site WordPress.org Forums:
Hey @keydot,As I understand your query you need all things on front end when user… -
Posted a reply to Hierarchical CPT result in 404 on view, on the site WordPress.org Forums:
Hey @twentyfourdegrees,Try below code <?php/** * Register custom post types for Levatus. * * @package… -
Posted a reply to Cannot Find, Need Help Locating “Simple” Plugin, on the site WordPress.org Forums:
Hey @anonymized-5790536 By using this plugin https://wordpress.org/plugins/advanced-custom-fields/ you can create front-end form and add custom… -
Posted a reply to What Do You Think About Database Sharing in WordPress Multisite Environments?, on the site WordPress.org Forums:
Hey @ioclaudio,I understand you query and in that case you can create separate folder and… -
Posted a reply to Database cars images, on the site WordPress.org Forums:
Hey @pjil-the-beat,As I understand your query see the demo of past communication of the chats.… -
Posted a reply to Using external font sources in theme.json, on the site WordPress.org Forums:
Hey @andrewinsideout,1. External font enqueue. function custo_external_fonts() { wp_enqueue_style( 'google-fonts', 'https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap', array(), null );}add_action('wp_enqueue_scripts', 'custo_external_fonts');… -
Posted a reply to How to create a single WordPress theme with multiple demos using Timber and Twig, on the site WordPress.org Forums:
Hey @xariklios I understand your requirement. For your query you need this plugin https://wordpress.org/plugins/one-click-demo-import/By the… -
Posted a reply to Recurring post, on the site WordPress.org Forums:
Hey @haonas,You can scheduled the post a for a specific date and save the post.Here… -
Posted a reply to Elementor Plugin is causing a critical issue on the website I’m working on, on the site WordPress.org Forums:
Hey @larisa1,Using SFTP or FTP, you can remove the Elementor folder. After that, reinstall the… -
Posted a reply to Changing my existing domain name to another new domain name, on the site WordPress.org Forums:
Hey @joypress,Before any action you need to take full website backup. After then you can… -
Posted a reply to Unable to import website, on the site WordPress.org Forums:
Hey @appleguideweb,I have another solution is you can setup WordPress on local machine. And Import… -
Posted a reply to Changing my existing domain name to another new domain name, on the site WordPress.org Forums:
Hey @joypress,You need to connect with hosting provider they can help you by using domain… -
Posted a reply to Suddenly appearing big gaps between thumbnail and title within the same element, on the site WordPress.org Forums:
Hey @ridaayesha,You have Elementor PRO. So you need to regenerate css or upgrade the plugin.… -
Posted a reply to my site is facing critical error due top plugin crashes, on the site WordPress.org Forums:
Hey @harsh2004bansal, To enable WP_DEBUG_LOG in WordPress, follow these steps:1. Edit the wp-config.php file:Locate the wp-config.php file in the root directory… -
Posted a reply to Issue with Email Notifications in Forminator, on the site WordPress.org Forums:
Hey @uweys,You can track your email shoot or not with the help of below plugin.https://wordpress.org/plugins/wp-mail-logging/… -
Posted a reply to wordpress theme installation issue, on the site WordPress.org Forums:
Hey @sithanya,You can try with manually install theme by FTP.You can download theme from below… -
Posted a reply to Issue with a page error on my Tutor LMS site, on the site WordPress.org Forums:
Hey @zulaika48 Could you provide screenshots or siteurl? So I can check and provide the… -
Posted a reply to Daily restaurant menu managed by staff, on the site WordPress.org Forums:
Hey @chidoleet,CPT that means Custom Post Type. By the help of developer you can execute…