Aleksandar - WPMU DEV Support
Forum Replies Created
-
We will do our utmost to make it even better, thank you! ??
Thank you for your feedback, it’s highly appreciated! ??
Hey Carl,
Thank you for sharing your experience, it’s much appreciated! ??
Have a great day!
Kevin,
Thank you for another great review, we love it! ??
Cheers!
Hey Kevin,
We’re delighted to learn about your experience with Hummingbird, thank you for your five-star rating!
All the best,
Hello @sarahdfly,
I’m sorry you are having this issue.
I believe what’s causing this issue is your php memory_limit or max_execution_time. Please follow these steps.
1. Access your site via FTP or cPanel File Manager.
2. In the web root of your site domain, create a new file. The file can be named test.php.
3. Inside the file, paste this code.<?php phpinfo(); ?>
4. Now go to domain.com/test.php.
5. Search for the values memory_limit and max_execution_time.Could you please post those in a reply back to me? Also which web host are you currently with?
Looking forward to you’re reply.
Thanks,
Alex ??Forum: Themes and Templates
In reply to: [Dyad] Help changing site title font?Hello,
Could you please use this CSS code?
.entry-title { font-family: georgia; } .site-title { font-family: georgia; }
You can add this in a Child Theme style.css file or you can use a custom CSS plugin.
Please let me know if you would like to change anything else.
Thanks,
Alex ??Forum: Themes and Templates
In reply to: [Virtue] Hide video controls on playerHello,
Could you please try the following CSS code?
.ytp-large-play-button.ytp-button { display: none; } .ytp-ad-persistent-progress-bar-container { display: none !important; } .ytp-playlist-menu { display: none !important; } .ytp-share-panel { display: none !important; }
You can add this in a Child Theme style.css file or you can use a custom CSS plugin.
You should only use the !important rule if absolutely necessary, please see these links for more information.
https://css-tricks.com/when-using-important-is-the-right-choice/
https://developer.mozilla.org/en-US/docs/Web/CSS/SpecificityPlease let me know if it works.
Thanks,
Alex ??Forum: Themes and Templates
In reply to: How can I center my menu bar on the top?Hello,
This CSS should center your menu.
#main-nav ul { display: table; float: none; margin-left: auto; margin-right: auto; }
You can add this in a Child Theme style.css file or you can use a custom CSS plugin.
Please let me know if this does the trick.
Thanks,
AlexForum: Themes and Templates
In reply to: Reducing white space in mobile versionHello,
Could you please try this code? Please note, the !important rule should only be used if absolutely necessary.
@media only screen and (max-width: 480px) { body #container #main-content { margin-top: 250px !important; } }
Here is some more information on the !important rule.
https://developer.mozilla.org/en-US/docs/Web/CSS/SpecificityThanks,
AlexForum: Plugins
In reply to: [Membership 2] Remove "Lost your password / Remember me" optionHello @gd_assoc,
Could you please try this CSS code?
.ms-membership-form-wrapper .nav { display: none; } .ms-membership-form-wrapper .login-remember.ms-field { display: none; }
You can add this in a Child Theme style.css file or you can use a custom CSS plugin.
Thanks,
AlexForum: Themes and Templates
In reply to: Reducing white space in mobile versionHello @louisesouter,
I am sorry that the code is still not working. ?? Could you please clarify a few things for me?
A: How are you adding the code? In a Child Theme or plugin?
B: Are you using any caching plugins on your site such as WP Super Cache, W3 Total Cache, or WP Rocket? Any CDNs or server side cache?Thanks,
AlexForum: Themes and Templates
In reply to: Reducing white space in mobile versionHello,
I apologize my last code did not work, could you please try this CSS code?
@media only screen and (max-width: 480px;) { body #container #main-content { margin-top: 250px; } }
Please let me know how it goes.
Thanks,
AlexForum: Themes and Templates
In reply to: [Dyad] Dyad-Background colour of header and footerHello @kathryn
The self-hosted version of Dyad (and all Automattic themes) credits WordPress.com as the creator of the theme. This credit format is only present on self-hosted sites, so if you see it referenced, you can be sure it’s a self-hosted site:
Thanks for the clarification. ??
@dodo9999, please let us know if you need further help. ??
Have a great day! Cheers,
AlexForum: Themes and Templates
In reply to: [Dyad] Dyad-Background colour of header and footerHello,
Could you please link us to your site?
Just a note, if your theme and website are at wordpress.com then this is the wrong forum. You can find wordpress.com support at the below address.
https://en.support.wordpress.com/Thanks,
Alex