Muhammed Jazeel
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Display Mobile menu on desktop view everywhereHi @webworks,
Sorry for late reply. Hope you are doing well today.
The request is to display the mobile hamburger menu instead of the current primary navigation.
The client want to show hamburger menu in desktop instead the primary navigation. Isn’t it?.
The first bit has removed the primary menu as desired, but the hamburger menu does not appear for any view. Only the logo appears.
Why you removed the primary menu?. We have to change the way primary navigation looking like.
At first, you have to restore primary as you have before. Then try this CSS.
@media only screen and (max-width: 2500px) {
#g1-primary-nav-switch:before, #g1-primary-nav-switch:after {
width: 30px;
height: 30px;
position: absolute;
left: 0;
top: 0;
text-indent: 0;
text-align: center;
font: 14px / 30px FontAwesome;
}
}Let me know how it goes. Remember to take a backup before playing with the code.
Kind Regards,
Muhammed JazeelForum: Fixing WordPress
In reply to: Empty Template Blog. Home. White PageHi @evodawg,
I still don’t understand what happened. Access Settings>Reading> Your homepage displays through the WordPress dashboard. There you can change your homepage to ‘Your latest posts’ or ‘Static page’. I think the ‘Your latest posts’ option will bring back you to the homepage you are expecting. You can also consider restoring the previous backup through the Hostinger control panel if you have not made any changes recently.
Don’t hesitate to rise further questions.
Best Regards
Muhammed JazeelForum: Everything else WordPress
In reply to: Looking for a plugin for daily admission salesHi @sunflowermom,
Your needs are clear in the inquiry. I’m sorry to say that such a plugin is not available in the WordPress plugin directory to meet your needs. There are only a few WordPress plugins that are reliable in ticketing. Have you tried one of them, the Event Tickets and Registration plugin? Also, Try BookingPress. If both fails to meet your needs then you need to develop a custom plugin.
Happy to help you if have any further questions.
Kind Regards,
Muhammed Jazeel- This reply was modified 2 months, 3 weeks ago by Muhammed Jazeel.
Forum: Developing with WordPress
In reply to: Google font stopped workingHi @alicedegaetani,
Hope you are doing well today.
I tested several sans serif fonts for the text, buttons, links and, while they were displaying correctly before, now they stopped.
I inspected the URL embedded in your query. The sans-serif fonts are loading fine on my end. The fonts loading on my end are given below as a screenshot. You can try the same by installing the WhatFont extension on your browser. Compare the font given on the screenshot with your font settings. Is it both the same fonts?
Remember to clear cache if you implemented it on your site through any plugin or CDN.
Let me know if you have any further questions.
Cheers,
Muhammed JazeelForum: Developing with WordPress
In reply to: Developing a plugin and like to customize the login pageHi @lagmeister0,
Hope you are doing well.
display different text based on the clients need
Developing a custom plugin for meeting client needs is a good idea. But still, there are some login page customization plugins on the WordPress plugin directory. Two popular ones are LoginPress and Custom Login Page Customizer. These plugins suffice most of the login page customization needs.
Give it a try. Hope this helps you.
Warm Regards,
Muhammed JazeelForum: Developing with WordPress
In reply to: Page loading speed is slowHi @waseemsannib,
Do you updated your nameservers?. I think you don’t. Change it by following the guides given below.
Reference: https://developers.cloudflare.com/dns/zone-setups/full-setup/setup/ & https://youtu.be/XQKkb84EjNQ?t=91
Best Regards,
Muhammed Jazeel- This reply was modified 3 months ago by Muhammed Jazeel.
Forum: Developing with WordPress
In reply to: Page loading speed is slowHi @waseemsannib,
It’s unsafe to share login credentials with community members or any strangers. Also, it is against WordPress forum guidelines as told by @macmanx.
At first, you have to set up Cloudflare CDN through its dashboard. Then you have to connect that Cloudflare account to the Cloudflare CDN add-on at WP Rocket. That’s all. I found an easier video guide to understand the whole process for you. Try to follow it carefully.
Please do let me know how that goes.
Kind Regards,
Muhammed Jazeel- This reply was modified 3 months ago by Muhammed Jazeel.
Forum: Developing with WordPress
In reply to: Page loading speed is slowHi again @waseemsannib,
Hope you activated and configured the ‘Cloudflare’ addon on the ‘ADD ON’ section. If so, you can uncheck the ‘Enable Content Delivery Network’. You can see that instruction just below the option.
Make sure that everything is configured right inside Cloudflare dashboard and WP Rocket. Otherwise, it may end up in some glitches.
Regards,
Muhammed JazeelForum: Fixing WordPress
In reply to: Visualization problem websiteForum: Developing with WordPress
In reply to: Page loading speed is slowHi @waseemsannib,
‘WP Rocket’ is my favorite speed optimization plugin. ‘WP Rocket’ can increase your page speed rapidly. Still, it’s better to connect your site to ‘Cloudflare CDN through ‘WP Rocket’. Check out the ‘ADD-ONS’ section in the ‘WP Rocket’ settings. There you can see Cloudflare Add-on. Configure it by following this guide.
Your site is too heavy to load. That’s why I recommend you the ‘Cloudflare CDN’. I am sure that you can see a significant rise in page speed after configuring ‘Cloudflare CDN’.
Cheers,
Muhammed JazeelForum: Fixing WordPress
In reply to: Visualization problem websiteForum: Fixing WordPress
In reply to: Visualization problem websiteHi @ivan1308,
Install and set-up WP Encryption plugin to get rid of HTTPS issue. The major reason causing trouble here is that you are using a free hosting service. That’s you are this kind of issues. All three issues stated above including theme break issue might related to this free hosting configuration.
Regards,
Muhammed JazeelForum: Developing with WordPress
In reply to: Page loading speed is slowHi @waseemsannib,
There are too many CSS Styles loading on these pages. That’s why it’s too slow. Also, the initial response time of your hosting is bad.
Anyway, connecting Cloudflare CDN might help you to improve page loading speed. Do it according to this video guide.
Regards,
Muhammed JazeelForum: Fixing WordPress
In reply to: Visualization problem websiteHi @ivan1308,
This should be plugin or theme conflict. Can you please check Tools > Site Health. Any notification or error showing there regarding this. If any, try to fix it. Otherwise you should deactivate all of your plugins to find the culprit. Activate plugins one by one and look to the page for error. Never forgot to clear cache if you are using any cache plugins.
Thank You,
Muhammed JazeelForum: Developing with WordPress
In reply to: Add pagination number on a specific pageHey @waseemsannib,
That look like a short code from WP Bakery. It’s showing like that because the one of the block is turned into the text. There might have several reasons for that. Try to fix it with following recommendations.
- Installing ‘Visual Composer’ Plugin.
- Update all plugins related to WP Bakery.
- Try removing all some closing tags of HTML by following this guide.
Never forgot to take a backup before following my recommendations.
Thank You,
Muhammed Jazeel