Aravinda Mondal
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Editing Box Color ChangedYou are trying to write all your content in a particular text-color which is a lighter color.
Since you have a white background on the editor, you are facing issue.
However, that same color looks good on your website because your website has a dark background.
You should change the text color to black on the WordPress editor.
Write down all content with text in black. Then select sections of content that you want to change text color and give your desired color.
I hope this works. Let me know.
Forum: Fixing WordPress
In reply to: How to create RateMyProfessors?Can you elaborate on your idea?
From your brief, I can understand that there will be professors on one side and students on another side.
All users will have their profiles. And students can rate their professors.
If this is what you want, you should install a rating plugin.
You don’t have to manually attach rating plugin to each page. The plugin should do it.
Let us know what plugin you found for this purpose.
Forum: Fixing WordPress
In reply to: Grey area at the top of my web pageI am on Google Chrome. I don’t see the white bar. Looks good. Could you please take a screenshot?
Forum: Fixing WordPress
In reply to: Grey area at the top of my web pageTry adding this custom CSS code
.home .site-header, #page .site-header, .home .main-navigation ul ul a, .top-navigation li ul.sub-menu li a, .home #header-right ul ul a, .home .site-header .cart-content-details { background-color: #D2CDAE; }How do you add custom CSS code?
Use this plugin to edit your CSS: Simple Custom CSS
I strongly suggest using a child theme when editing CSS in your theme.
If you don’t know how to use a child theme, here is a great article https://codex.ww.wp.xz.cn/Child_Themes
You can also create a child theme using a plugin: Child Theme Configurator
I hope this helps.
Forum: Fixing WordPress
In reply to: Get rid of white space on my homepage!I am glad I could help. Cheers.
Forum: Fixing WordPress
In reply to: website hackedI checked the website. It looks fine. Have you managed to restore the site by yourself. If yes, please share how you did it. This will help other members in future.
Forum: Fixing WordPress
In reply to: Get rid of white space on my homepage!Thank You Steve.
Add this little CSS to your style.css file
.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper { padding-top: 1.25%; }How do you add custom CSS code?
Use this plugin to edit your CSS: Simple Custom CSS
I strongly suggest using a child theme when editing CSS in your theme.
If you don’t know how to use a child theme, here is a great article https://codex.ww.wp.xz.cn/Child_Themes
You can also create a child theme using a plugin: Child Theme Configurator
I hope this helps.
Forum: Fixing WordPress
In reply to: Author sectionHi, I checked the website you shared.
Try adding this custom css code.
.author-post { visibility: hidden; }If you don’t know where to put your custom css, install this plugin
Simple Custom CSSPaste the code and update it.
Remember, always backup your site before you update any code on your website.
Here is a plugin BackUp WordPress you can use to backup your site.
Hope this helps.
CheersForum: Fixing WordPress
In reply to: what is this slider optionThe slider menu is a custom post type.
Forum: Fixing WordPress
In reply to: Get rid of white space on my homepage!@moderator , with your permission, can I provide solution to these? I am new to this forum. Please guide me in the right direction.