Usman Ali Qureshi
Forum Replies Created
-
Hello,
It can be done in Twenty Thirteen Theme by using the following CSS code.
@media (max-width: 767px) { .site-header .home-link { min-height: 110px; } .site-title { font-size: 36px; padding: 8px 0 10px; display: none; } }
You can add the above CSS code in Dashboard → Appearance → Customize → Additional CSS.
Thank you,
Usman
Forum: Fixing WordPress
In reply to: Menu appearing on pageHello,
Sorry that you were facing this problem when I checked your website now the menu looks at the top of your website as you can see in this screenshot: https://jmp.sh/ql1yYsM
I browsed a couple of pages and couldn’t find anything strange throughout the website. Did you check this problem in different browsers (I have checked your website in Google Chrome)?
Thank you,
Usman
Forum: Fixing WordPress
In reply to: blocked out from admin panelHello,
Sorry to know about your problem.
Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to
/wp-content/themes/
and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).Thank you!
Hello Antaratara,
Yes, you just need to change the name servers and it will take sometime for the new name servers to be propagated properly.
Once you have successfully switched the name servers to bluehost then your domain will reflect the new website you have on bluehost and the old website on google will still be at google but you won’t access it using your domain unless you will configure a sub-domain for it.
Thank you!
Hello @antaratara,
I think you need to point your domain’s nameserver to the hosting you have bought.
Check this article: https://support.google.com/a/answer/71281?hl=en
Thank you!
Forum: Everything else WordPress
In reply to: Teaching WordPress – should I do a local install?+1 for XAMP or WAMP for this. I always use WAMP whenever I need to do anything related to WordPress.
Forum: Hacks
In reply to: Saving options on paginated pagedbcworkz, Thank you for your reply. I have been waiting for an answer for about 3 days. I already resolved this issue by using jQuery to show the fields just like in pagination.
Your ideas are good. I appreciate you for replying with some good suggestions.
Can you guide me a little bit more about using different forms for each pagination pages?
Thanks once again,
Usman