swayam.tejwani
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: website not accessible.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
Forum: Fixing WordPress
In reply to: Blog post formatting issueKeep the same size for featured images and it will look good
Forum: Fixing WordPress
In reply to: Blog post formatting issueSeems to be working I believe https://techhelpfornonprofits.org/blogs/ ?
Forum: Fixing WordPress
In reply to: Not displaying posts under the blog addressForum: Fixing WordPress
In reply to: PLEASE HELP!!! SOME OF MY BLOGS ARE EMPTY!!!!You can check with your hosting provider if they have backup then they can help restore the site from last working stage.
Forum: Fixing WordPress
In reply to: Blog post formatting issueWhere you have added the css, I can’t see it on page reflecting?
I tried it in firebug and it seems to work. https://www.awesomescreenshot.com/image/45370412?key=7acaceaa562a3827c2009ec124daf9f9Forum: Fixing WordPress
In reply to: Blog post formatting issueYou 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 .elementor-element.elementor-element-1517480 .elementor-posts-container .elementor-post__thumbnail{
padding-bottom:0;
}however this is not an effective solution as I believe there might be settings for padding in Elementor whether in row or somewhere else (need to check in wp-admin) but for the time being the above solution will work and fix the spacing issue.
Let me know if this helps.Forum: Fixing WordPress
In reply to: Blog post formatting issueThere is a padding being applied to image in elementor, check screenshot link https://www.awesomescreenshot.com/image/45333810?key=1914dcc34dc7808a17f810c0a67728c7
- This reply was modified 10 months, 2 weeks ago by swayam.tejwani.
Forum: Fixing WordPress
In reply to: Blog post formatting issueI see you’re using Elementor page builder and I think for row option you have used fit height option which is why its taking more height for the columns.
Forum: Fixing WordPress
In reply to: This is a database errorIs your website working as expected on front end, if not I would suggest to take backup of your site and upgrade wordpress & plugins versions to the latest and see if it resolves the issue, if not then you need to hire developer to fix it for you
Forum: Fixing WordPress
In reply to: Javascript error! ThickBox and JqueryYou need to include thickbox library to make it work
<?php add_thickbox();??>Forum: Fixing WordPress
In reply to: Newly added Images are not displaying on frontend of websiteHi @shreeeneblur,
Apart from the solution provided by @jerrymayalor555 you can also check if there is any caching plugin installed, then clear cache or try to deactivate for troubleshooting purpose, if it still doesn’t solves the problem then there might be an issue with theme/plugin.Forum: Fixing WordPress
In reply to: Have new WordPress site, but cannot update anythingHi @markonu123,
Possibly you need to reach out your hosting provider and check for this error. Updating wordpress & installing new theme/plugins should not be an issue.
BTW your wordpress login and ftp login should be different. Are you trying to install theme from ftp?
Let us know more details about it so we can better understand.Forum: Fixing WordPress
In reply to: Problem after WordPress updateHi @alecek52
Can you provide website link in question? Are you able to access wordpress backend? Did you check with the hosting company your site is hosted at?Forum: Fixing WordPress
In reply to: Problem after updateIf you’re able to access wordpress backend then try disabling all the plugins and check if the front end page loads? if yes, then enable plugin one by one to debug which is causing this issue, by the error it seems like some language plugin is causing this but you can check that.