narolainfotech
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Plugin to sell online lessons (not courses)Hi @tisould
I appreciate your question. Well there is a plugin called LearnPress you can use it as per your requirement. You can download that plugin from below url.Plugin Url – https://www.ads-software.com/plugins/learnpress/
Thank you.Forum: Fixing WordPress
In reply to: Unable to delete postsHello @devformtesting
Please check this video and follow same for delete posts.
https://nimb.ws/NDbzuUq
Thank youForum: Developing with WordPress
In reply to: Category description fieldHello @elmando111
You can add “Visual Term Description Editor” plugin, go to admin dashboard-> plugins-> Add new plugin and past that name in search box and then install it.Forum: Everything else WordPress
In reply to: How to change mobile menu active border color?Hi @trishahdee
I appreciate your question.
1. If you want to add border in menu you need to add below CSS.#menu-main-menu .menu-item a { border: 1px solid red; }
2. Well if you want to add border in whole box then add below CSS.#menu-main-menu .dropdown-menu { border: 5px solid red; }
Above code looks like – [ https://prnt.sc/NoDy4aD__rm5 ] given in Screenshot
3. If you want to add border in menu items only then add below CSS.
#menu-main-menu .dropdown-menu .menu-item a { border: 2px solid red; }
Above code look like [ https://prnt.sc/rRJULDpUJGYp ] this.
You can change color which you want also you can change width of border like 1px, 2px, 3px, according to your need.
Hope you find your answer. Thank you- This reply was modified 8 months, 4 weeks ago by narolainfotech.
Forum: Fixing WordPress
In reply to: bar with “no song selected” in the bottomhello @kwaliteit, I understand your concern.
Please check plugins for music player if you find then deactivate it. You can go admin dashboard-> plugins. where you find the list of plugins.
you can also use below css to hide it.div#sirvelia-player { display: none; }
Also check you theme settings for disable this option.
Thank youForum: Fixing WordPress
In reply to: Footer Showing up on All Pages@moonlakeresort, If you’re not able to find widget then add below css.
section#search-5 { display: none; }
Thank you.
Forum: Everything else WordPress
In reply to: Legacy Widget@hervemapierre, you can just follow above steps in wp-admin dashboard, if you stuck somewhere then you can ask here. Thank you.
Forum: Fixing WordPress
In reply to: Posts in Sidebar@sailingval did you find your answer with the help of above plugin?
Forum: Networking WordPress
In reply to: How to fix 404 error in the site?welcome ibrabd.
Forum: Fixing WordPress
In reply to: Text running vertically down home pageHello,
I understand your concern. I see that some css impact with the section width. So please add below css to fix your issue..et_pb_section_1>.et_pb_row, .et_pb_section_1.et_section_specialty>.et_pb_row { width: unset !important; max-width: unset !important; }
Hope you find your answer. Thank you
Forum: Everything else WordPress
In reply to: Can’t remove image border/shadowHello,
I understand your concern, well here is a CSS to unset shadow of image.img.wp-image-915 { box-shadow: unset !important; }
Please try this, it’s sure working for you. Thank you
- This reply was modified 9 months, 3 weeks ago by narolainfotech.
Forum: Fixing WordPress
In reply to: Pagespeed does not give the full ratingHello,
You can use cache plugin like wp-rocket, w3total cache for solve page speed issue.
Plugin link -https://www.ads-software.com/plugins/w3-total-cache/
https://wp-rocket.me/Thank you.
Forum: Fixing WordPress
In reply to: Page speed on mobileHello, I appreciate your question.
As I check your website’s page speed I think you need to follow below steps.
1. Convert https://prnt.sc/98bWjAaQ5_Vg this image into webp formate and then upload it
2. Reduce this css file from page – https://prnt.sc/Ak9Uzu1GBcUG, for that you can add condition for excluding that file or manually remove it. but first take back up. This css file is not usable for home page it might usable for any other pages to just exclude that file from home page.
3. You can load all js file in footer to delay or you can check WP rocket plugin setting to delay or defer js . https://prnt.sc/okonpM_LaFVA
all js file need to load in footer or delay. it means that files need to load after all page load. so that can improve you page speed.
You need to check all rocket plugin settings.
Hope you find your answers. Thank youForum: Developing with WordPress
In reply to: wordpress REST API posts not showing other than PublishedHello,
you can try below API
GET /wp-json/wp/v2/posts?status=publish,draft,trash
set your domain name . like :
example.com/wp-json/wp/v2/posts?status=publish,draft,trashForum: Fixing WordPress
In reply to: Connecting Theme’s Frontpage Template With a New PageHello,
I installed a theme and customized its front page to my liking. However, I can’t connect the theme’s front page template with a page I created in the dashboard. My site’s URL shows the front page and everything is working fine, even though I don’t have a home page in the back-end.
What I was trying to do (I don’t know if this is necessary but it’s what I thought should happen) is to have an appropriately-named page e.g. Home page, that if viewed from the dashboard, would open the customized front page template. However, when I create a new page, I’m taken to the editor to add a title, text, etc.
Here is the link to the screenshot showing the situation. https://snipboard.io/QhjcVu.jpg
Here are my questions:
- Do I really need to have a page called ‘Home’ in the backend or is it okay to just have the theme’s template opening the site’s url?
- If I don’t need a ‘Home’ page in the Pages section and my ‘Reading’ settings are set to ‘Your latest posts’, how will I set up my ‘blog’ page to show the latest posts?
- If I create a ‘Home’ page in the Pages section, how do I connect it to the already-customized front page template since the list of templates in the ‘Quick Edit’ dropdown list doesn’t include the front page template?
Hope you find your answers. Thank you