Profiles

Bio

I am working with WordPress last 4+ years .

I put all best efforts not only to website development but also to make it successful.
I am working on complete life cycle of the project like requirement analysis, design , development and testing.

I have the passion for doing core contribution to WordPress and other open source community and help them via suggestions.

Contributions

vpraveen60 contributes 7 hours per week to the following teams: Community, Design, and Support.

  • Member Since: November 20th, 2019
  • Location: Bangalore
  • Find me on:
  • Posted a reply to 15 different subfolders with different wp installs?, on the site WordPress.org Forums:
    If you are more bothered about SEO then use the same Site for Multisite. If…

  • Posted a reply to 15 different subfolders with different wp installs?, on the site WordPress.org Forums:
    Hi It's good to go with WP multisite option here you can have separate Dashboard…

  • Posted a reply to Can I select which post I can show in sites in a multisite, on the site WordPress.org Forums:
    In this case, it is good to have tags for posts and based on the…

  • Posted a reply to Can I select which post I can show in sites in a multisite, on the site WordPress.org Forums:
    Hi In WP Multisite we have separate Dashboard for each site also all of the…

  • Created a topic, Really nice, on the site WordPress.org Forums:
    Really nice and very helpful to everyone.

  • Posted a reply to images overlapping, on the site WordPress.org Forums:
    you can add it in style.css file

  • Posted a reply to images overlapping, on the site WordPress.org Forums:
    use below CSS for single blog below the fold post/ pagination images/ images between posts…

  • Posted a reply to images overlapping, on the site WordPress.org Forums:
    Hi I can see that every image container is having a fallback image along with…

  • Posted a reply to Remove grey overlay on header, on the site WordPress.org Forums:
    Hi use below css .custom-header-media:before { background: transparent !important; } changes: https://prnt.sc/qn1ws7 Thank you Praveen…

  • Posted a reply to Re arranging elements in the page, on the site WordPress.org Forums:
    Hi Here you go add below script and CDN in the theme header or footer…

  • Posted a reply to Style.css in Child Theme doesn’t show changes, on the site WordPress.org Forums:
    you are not using child theme I believe you still using the parent theme, check…

  • Posted a reply to Style.css in Child Theme doesn’t show changes, on the site WordPress.org Forums:
    Hi Try to clear CDN cache / Server Cache also if you are using any…

  • Posted a reply to Removing post excerpts completely, on the site WordPress.org Forums:
    @colby-ross please check the Single quote before you use the code

  • Posted a reply to Removing post excerpts completely, on the site WordPress.org Forums:
    Hi use the below code paste it in the functions file function new_excerpt($more) { global…

  • Posted a reply to white border on photos, on the site WordPress.org Forums:
    Hi put below css in your style sheet. .widget a img { box-shadow: none !important;…

  • Posted a reply to logo in heading too big on mobile, on the site WordPress.org Forums:
    Hi Put below css in style.css file @media (max-width: 768px){ .main-header .logo img { width:…

  • Posted a reply to Only show images in “product” widget, on the site WordPress.org Forums:
    Hi I was trying to check the site and assist you but I don't find…

  • Posted a reply to Cart icon not showing, on the site WordPress.org Forums:
    Hi do not paste css in functions.php please paste below css in below header.php file…

  • Posted a reply to Cart icon not showing, on the site WordPress.org Forums:
    Hi Put the css in style.css or header.php file in the theme files.

  • Posted a reply to Cart icon not showing, on the site WordPress.org Forums:
    Hi You can use below CSS if you do not find any solution put this…

  • Posted a reply to Needs support for Customization, on the site WordPress.org Forums:
    Hi if you want any result from that code to be used in wp then…

  • Posted a reply to Needs support for Customization, on the site WordPress.org Forums:
    Hi Since WP is totally different environment(Framework) we can not integrate JAVA custom components in…

  • Posted a reply to Only show images in “product” widget, on the site WordPress.org Forums:
    Hi Christina if you follow the below screenshot https://prnt.sc/q8vrxw you can see an red arrow…

  • Posted a reply to Only show images in “product” widget, on the site WordPress.org Forums:
    Hi send the site width to - max-width: 1167px; https://prnt.sc/q8vrxw

  • Posted a reply to Only show images in “product” widget, on the site WordPress.org Forums:
    make the image width 100% so that right side space will fillup with image ,…

  • Posted a reply to Only show images in “product” widget, on the site WordPress.org Forums:
    To keep only name remove span.product-title from used CSS

  • Posted a reply to Only show images in “product” widget, on the site WordPress.org Forums:
    Hi Use below span.woocommerce-Price-amount.amount { display: none !important; }

  • Posted a reply to Only show images in “product” widget, on the site WordPress.org Forums:
    Hi Add below CSS in your css file or Header span.woocommerce-Price-amount.amount, span.product-title, small.woocommerce-price-suffix { display:…

  • Posted a reply to Disable Share icon, on the site WordPress.org Forums:
    if it related to footer just try to uncheck you may have a widget block…

  • Posted a reply to Disable Share icon, on the site WordPress.org Forums:
    Hi at style.css file in your theme

  • Posted a reply to Disable Share icon, on the site WordPress.org Forums:
    Hi Check the widget section it might have added from the widgets section. else use…

  • Posted a reply to create new page template with full width, on the site WordPress.org Forums:
    Hi use below css .grid_16.alpha { max-width: 100% !important; width: 100% !important; } Thank you…

  • Posted a reply to How to add flag icons in the mobile version menu, on the site WordPress.org Forums:
    please make sure script open / script close tag is proper.

  • Posted a reply to How to add flag icons in the mobile version menu, on the site WordPress.org Forums:
    Hi I have solved this by using the script, you can use the below script…

  • Posted a reply to website updates not appearing – not caching issue, on the site WordPress.org Forums:
    Hi Try to clear cache from WP Fastest Cache plugin which is been used in…

  • Posted a reply to WordPress removing thead tag classic editor, on the site WordPress.org Forums:
    Hi Try the below Table, you won't face any issue <table> <tbody> <tr> <th colspan="2">Prizes</th>…

  • Posted a reply to Hide row on desktop, on the site WordPress.org Forums:
    Hi Try with below CSS @media (min-width:769px) { .no-desktop { display: none !important; } }…

  • Posted a reply to Site backup complete?, on the site WordPress.org Forums:
    Hi I will suggest you the better way to download files and DB from Wordpress…

  • Posted a reply to Website down and cannot login to WP dashboard, on the site WordPress.org Forums:
    Hi Try to access wp-config.php file in your site’s root directory using FTP/Server and add…

  • Posted a reply to Can not upload photos, on the site WordPress.org Forums:
    Hi Deactivate Lazy Load plugin and check it once.

  • Posted a reply to WooCommerce product image and short description no longer aligned, on the site WordPress.org Forums:
    Hi Really strange, but you can try with below options Option1: Install this plugin https://wordpress.org/plugins/string-locator/…

  • Posted a reply to WooCommerce product image and short description no longer aligned, on the site WordPress.org Forums:
    Hi Try to find single product php file in the backed end. look for line…

  • Posted a reply to Sorting attributes numerically, on the site WordPress.org Forums:
    Hi We can use usort method here which is Natural order string comparison follow below…

  • Posted a reply to WooCommerce product image and short description no longer aligned, on the site WordPress.org Forums:
    Hi We can see in the inspect Element that the summary div width is given…