yogeshyadav20
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Reduce space between Top Menu and contentSorry,
try this CSS.x-main.full { margin-top: 0; } h1.wsite-content-title { text-align: center; margin: 0 auto; } .home .x-main.full { margin-top: 100px; }
https://www.awesomescreenshot.com/image/14008723?key=7c163d6f9b4dcbf6f8c9d4911fb9834c
and this will work for you, and let me know if any issue
thanksForum: Fixing WordPress
In reply to: “That page can’t be found”Hi @penllysbach
Save your permalink setting again and try to recheck
https://www.awesomescreenshot.com/image/14008435?key=dc86ce0c81913cfc0bc77d5a8142c05dThanks
Forum: Fixing WordPress
In reply to: Database errorHi @techbuilts
Follow this article, this might be helpful in your issue
Forum: Fixing WordPress
In reply to: Unable to delete or add new PluginsHi @geraldo85
In my experience, if it is not file permission, then it is an issue related to file ownership. Try the FTP method. Add the following lines in your wp-config.php
define('FS_METHOD', 'ftpext'); define('FTP_USER', 'YOUR FTP LOGIN'); define('FTP_PASS', 'YOUR FTP PASSWORD'); define('FTP_HOST', 'YOUR FTP HOST (without https:// or ftp://)'); define('FTP_SSL', false);
And please let me know if it’s work
Forum: Fixing WordPress
In reply to: Cannot change background color of twentythirteen themeHi @jillyspence
I put your css in my theme style.css and it’s working, see the attachment
https://www.awesomescreenshot.com/image/14005246?key=e8c29070662528250ee9d047d754975eSo please provide site URL or screenshot so that we can observe issue
Thanks
Forum: Fixing WordPress
In reply to: issue with fake registrationHi @veganadvocate
You can delete all fake user- This reply was modified 3 years, 5 months ago by yogeshyadav20.
Forum: Fixing WordPress
In reply to: Nav Menu hover color problemHi @sebad90
You can try this CSS for fixing your problem, but this is not best way to do that.jkit-menu .menu-item a:hover { color: #000 !important; } .jkit-menu .menu-item a { color: #fff !important; }
Thanks
Forum: Fixing WordPress
In reply to: Registering New Image Sizes not WorlingHi @carreiro
Are you passing this size while echoing specific image?, Like
<?php $image_url = wp_get_attachment_image_src(get_post_thumbnail_id($post->ID), 'image-480'); actual URL = $image_url[0]; ?>
- This reply was modified 3 years, 5 months ago by yogeshyadav20.
Forum: Fixing WordPress
In reply to: Post PicturesHi @tashvk
Did you have upload media in Featured image?
see the attachment, and me know
https://www.awesomescreenshot.com/image/13999497?key=98c682b92861e6680fabf5bda724958aThanks
Forum: Fixing WordPress
In reply to: Reduce space between Top Menu and contentIf you want to remove spacing from all page include homepage, then you should try only this css
.x-main.full { margin-top: 0; }
and remove this css from there
h1.wsite-content-title { text-align: center; margin: 0 auto; }
Forum: Fixing WordPress
In reply to: Reduce space between Top Menu and contentFor other all pages
try this CSS.x-main.full { margin-top: 0; }
and
.home .x-main.full { margin-top: 100px; }
And let us know if it work
- This reply was modified 3 years, 5 months ago by yogeshyadav20.
Forum: Fixing WordPress
In reply to: Sharing multiple post categories on your feedHi @fmarchioni
Try to follow this article, hope this will be useful for your requirement.
https://stackoverflow.com/questions/13090307/wordpress-feed-of-posts-in-multiple-categories
Forum: Fixing WordPress
In reply to: Main menu issue showing all page titleokay @giftinapot,
Injoy your dayForum: Fixing WordPress
In reply to: Gutenberg radio control stop to workingHi @rubengc
our problem is caused by a typo:
selected={ attributes.positon }
positon is not the same as position, this should have generated a warning in the browser console, and would have been picked up by appropriate eslint rules
Forum: Fixing WordPress
In reply to: Main menu issue showing all page titleYes, each menu works on the bases of what was tick there, but you have not tick any option, that’s why it was rendering all pages as menu.