swayam.tejwani
@swayamtejwani on WordPress.org, @swayam.tejwani on Slack
- Member Since: August 30th, 2012
- Website: swayamtejwani.wordpress.com
-
Posted a reply to Too much padding, on the site WordPress.org Forums:
@holdthatmayo Check in theme blocks which you're using that might be having some settings for… -
Posted a reply to JetElements crashing Elementor, on the site WordPress.org Forums:
@itsnickwhite that could be some plugin conflict, you can try disabling plugins other then JetElements… -
Posted a reply to Plugin Issue, on the site WordPress.org Forums:
There might be a clear cache option in litespeed cache which you need to select… -
Posted a reply to Products have category list between image and description, on the site WordPress.org Forums:
unfortunately the link is not working which you've shared, which theme or plugin you're using… -
Posted a reply to Accidentally deleted Entire Menu from Appearance –> Menu, on the site WordPress.org Forums:
As far as I know, there is no way to restore menu in wordpress however… -
Posted a reply to Error on Blog page, on the site WordPress.org Forums:
@guilllemes this is because the error is on blog landing page and category page loads… -
Posted a reply to Error on Blog page, on the site WordPress.org Forums:
You need to enable error log in config file to understand what is the issue,… -
Posted a reply to remove block under header, on the site WordPress.org Forums:
@holdthatmayo that might require some cusotmization in theme code which is out of scope as… -
Posted a reply to Single product page is not loading up in half page on desktop/laptop, on the site WordPress.org Forums:
You have an error on product page if you check the screenshot above, due to… -
Posted a reply to remove block under header, on the site WordPress.org Forums:
You can simply hide this through css as well section.entry-hero.page-hero-section.entry-hero-layout-standard{display: none;} -
Posted a reply to Can’t Remove Call Now Button On Bottom Right Of Page, on the site WordPress.org Forums:
that's a call button actually and It will work on mobile device to prompt to… -
Posted a reply to wrong display on mobiles and tablets, on the site WordPress.org Forums:
Hi @vesna21 it seems like you have maintenance mode enabled on your site which means… -
Posted a reply to Blog appears first instead of landing, on the site WordPress.org Forums:
In wordpress backend, under settings->reading you need to set front page as home page which… -
Posted a reply to website not accessible., on the site WordPress.org Forums:
As you're using premium wordpress theme https://themeforest.net/item/cvio-cv-resume-wordpress-theme/25607381 reaching out to theme support would be helpful -
Posted a reply to Blog post formatting issue, on the site WordPress.org Forums:
Keep the same size for featured images and it will look good -
Posted a reply to Blog post formatting issue, on the site WordPress.org Forums:
Seems to be working I believe https://techhelpfornonprofits.org/blogs/ ? -
Posted a reply to Not displaying posts under the blog address, on the site WordPress.org Forums:
https://silvawebdesigns.com/how-to-add-blog-in-front-of-your-single-post-urls-in-wordpress this might be helpful -
Posted a reply to PLEASE HELP!!! SOME OF MY BLOGS ARE EMPTY!!!!, on the site WordPress.org Forums:
You can check with your hosting provider if they have backup then they can help… -
Posted a reply to Blog post formatting issue, on the site WordPress.org Forums:
Where you have added the css, I can't see it on page reflecting?I tried it… -
Posted a reply to Blog post formatting issue, on the site WordPress.org Forums:
You can add below css code in Appearance->Customize additional css .elementor-72 .elementor-element.elementor-element-a3c0e1d .elementor-posts-container .elementor-post__thumbnail{padding-bottom:0;} .elementor-228… -
Posted a reply to Blog post formatting issue, on the site WordPress.org Forums:
There is a padding being applied to image in elementor, check screenshot link -
Posted a reply to Blog post formatting issue, on the site WordPress.org Forums:
I see you're using Elementor page builder and I think for row option you have… -
Posted a reply to This is a database error, on the site WordPress.org Forums:
Is your website working as expected on front end, if not I would suggest to… -
Posted a reply to Javascript error! ThickBox and Jquery, on the site WordPress.org Forums:
You need to include thickbox library to make it work<?php add_thickbox(); ?> -
Posted a reply to Newly added Images are not displaying on frontend of website, on the site WordPress.org Forums:
Hi @shreeeneblur,Apart from the solution provided by @jerrymayalor555 you can also check if there is… -
Posted a reply to Have new WordPress site, but cannot update anything, on the site WordPress.org Forums:
Hi @markonu123,Possibly you need to reach out your hosting provider and check for this error.… -
Posted a reply to Problem after WordPress update, on the site WordPress.org Forums:
Hi @alecek52Can you provide website link in question? Are you able to access wordpress backend?… -
Posted a reply to Problem after update, on the site WordPress.org Forums:
If you're able to access wordpress backend then try disabling all the plugins and check… -
Posted a reply to Calculated field with global variable, on the site WordPress.org Forums:
Hi @johnexp,You can use gravity form plugin to achieve this, it supports shortcode inside value… -
Posted a reply to Post titles not appearing properly, shows one letter per line, on the site WordPress.org Forums:
Hi @stephunique It seems like you have too many columns on posts listing page in… -
Posted a reply to Fatal error while editing attendee info, on the site WordPress.org Forums:
Here is the link https://drive.google.com/file/d/1vuZz8uqtuNaJuzFdzK0UkmHIXrZOkB3o/view -
Posted a reply to Fatal error while editing attendee info, on the site WordPress.org Forums:
Hi, am attaching screenshot of the error am getting. Also, pls find below information as… -
Created a topic, Fatal error while editing attendee info, on the site WordPress.org Forums:
When I add this event https://staging.probonoaustralia… -
Posted a reply to Cant log into WP from bluehost portal or ADMIN login, on the site WordPress.org Forums:
I dont think we can help you out over here as this seems to be… -
Posted a reply to Pages table with category sort, on the site WordPress.org Forums:
Seems like it needs to be custom coded and by default we dont have categories… -
Posted a reply to Posts with category assigned not showing under the category page, on the site WordPress.org Forums:
I think the problem is happening because you have page & category with the same… -
Posted a reply to How to hide active menu links, on the site WordPress.org Forums:
using css li.current-menu-item{display:none;} -
Posted a reply to Function WP_Scripts::localize was called incorrectly, on the site WordPress.org Forums:
You can try by switching to default wordpress theme like 2022 and check if it… -
Posted a reply to White overlay on all product images, on the site WordPress.org Forums:
Seems like you're using Elementor and there is setting for overlay in that, you can… -
Posted a reply to WP Query Is_404 set to true for page 2 and above in custom page template, on the site WordPress.org Forums:
As its custom theme we're not sure about what code used for WP_Query but I… -
Posted a reply to Building site without domain, on the site WordPress.org Forums:
You can install wordpress zip on folder on your live domain which will act as… -
Posted a reply to WordPress Blank Page in Admin Page with Elementor & Elementor Pro Plugins, on the site WordPress.org Forums:
In Elementor, you get safe mode, check enabling it makes the page work? -
Posted a reply to Automatically select category “X” when user is “Author”, on the site WordPress.org Forums:
@sc00t I think that would require custom code to achieve this, not sure if any… -
Posted a reply to Can’t add new user, on the site WordPress.org Forums:
I think you can try with re-installing wordpress core files on server? Also try switching… -
Posted a reply to Hide posts in subcategory, on the site WordPress.org Forums:
You can hide subcategories using this code in functions.php of your theme function wpse_filter_child_cats( $query… -
Posted a reply to WP Query Issues with version 6.0.2, on the site WordPress.org Forums:
Thank you so much, we're having this issue on live site and your reply helped… -
Posted a reply to Calendar View broken, on the site WordPress.org Forums:
yep, facing same issue as above. On front end its loading fine though but backend… -
Posted a reply to Images problem, on the site WordPress.org Forums:
Localhost is local to your system only not on the network :) -
Posted a reply to installation missing, on the site WordPress.org Forums:
Take the backup of database and wp-content, delete jetpack and try to reinstall wp, this… -
Posted a reply to Error in Converting Static page to Default Homepage, on the site WordPress.org Forums:
Few things you can try to debug the issue 1) Switch to default theme and…