Mel Choyce-Dwan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Reconnecting JetpackVery weird — I’d drop into https://www.ads-software.com/support/plugin/jetpack/ and see if one of their support staff can help.
Forum: Fixing WordPress
In reply to: I can not upload image more than 8000pxHey @themustafa, check out this article and let me know if it helps: https://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/
Forum: Fixing WordPress
In reply to: Reconnecting JetpackHey @lux4jean! You might want to drop this into the Jetpack support forum, so their support staff see: https://www.ads-software.com/support/plugin/jetpack/. Or, you can contact them directly: https://jetpackme.wordpress.com/contact-support/?rel=support
Forum: Everything else WordPress
In reply to: Media Library Plugin?Hey @fgwac! Which plugins have you tried so far? Don’t want to suggest any you’ve already explored.
Forum: Fixing WordPress
In reply to: Convert to regular block no longer working – WP 5.6 GutenburgWeird! Could you share a screenshot of your editor?
Forum: Fixing WordPress
In reply to: Full screen a.o. ? to Karuna themeAwesome!! Glad I could help.
Forum: Fixing WordPress
In reply to: Unable To Install PluginsAwesome, glad to hear!
Forum: Fixing WordPress
In reply to: Full screen a.o. ? to Karuna themewww.ads-software.com doesn’t have a good way to resize all of your fonts at once yet, unfortunately — the best way would be adding some custom CSS to Customize > Additional CSS:
/* Reduce font size of headings */ h1, .entry-title { font-size: 30px; } h2 { font-size: 22px; } h3 { font-size: 20px; } h4 { font-size: 18px; } h5 { font-size: 14px; } /* Make headings bold */ h1, .entry-title, h2, h3, h4, h5 { font-weight: bold; } /* Reduce font size of top announcement bar */ .top-bar { font-size: 10px; } /* Reduce font size of navigation */ .main-navigation { font-size: 0.7rem; } /* Reduce font size of content on mobile */ .page-template-front-page .site-main > .hentry:first-of-type .entry-content, .entry-summary { font-size: 14px; } @media screen and (min-width: 768px) { .page-template-front-page .site-main > .hentry:first-of-type .entry-content { font-size: 20px; } .widget-title { font-size: 14px; } .footer-widgets-wrapper .widget { font-size: 13px;} } /* Hide site credit */ .site-info { display: none; }
If you download the Jetpack plugin, you’ll be able to use the map and contact form again: https://www.ads-software.com/plugins/jetpack/
I think that should cover most of what you’re looking to update!
Forum: Fixing WordPress
In reply to: Full screen a.o. ? to Karuna themeAwesome! It should be okay to leave the ones under unactive, but you can delete them if you’d like. I think you’ve found a bug with the theme — I’ll file a bug report for the theme and see about getting it fixed.
Forum: Fixing WordPress
In reply to: Full screen a.o. ? to Karuna themeCan you do me a favor real quick and check to see if you have any empty or otherwise hidden widgets in Customize > Widgets > Sidebar?
Forum: Fixing WordPress
In reply to: Full screen a.o. ? to Karuna themeGreat, let me know if you run into any issues! Merry Christmas from the US ??
Forum: Fixing WordPress
In reply to: Full screen a.o. ? to Karuna themeIt’s something your hosting provider would give you access to. There might be somewhere in your hosting admin where you can access it directly on the host website, but otherwise, you’ll need to download an FTP app to log in. At that point, it’s probably easiest to delete Karuna in your WordPress admin and re-upload instead.
Forum: Fixing WordPress
In reply to: Full screen a.o. ? to Karuna themeYour content lives in the database, not in the theme, so deleting the theme shouldn’t delete any content.
If you have FTP access, it might be easiest to overwrite your current version of Karuna with the one from WordPress.com. Otherwise, you might need to reconfigure some stuff like menus and widgets.
Forum: Themes and Templates
In reply to: [Twenty Twenty-One] Mobile tiny logoIf you want to increase the size of the logo on mobile, try adding something like this to Customize > Additional CSS in your admin:
@media only screen and (max-width: 481px) { .site-logo .custom-logo { max-width: 170px; } }
You’ll want to test on a smaller phone to make sure the logo doesn’t overlap with the menu, though. If it does, you can try something smaller like 150px.
- This reply was modified 3 years, 11 months ago by Mel Choyce-Dwan.
Forum: Everything else WordPress
In reply to: Better Way of Viewing all Product Categories in MenuHey @toppylawz, you can see all of your categories by navigating to Posts > Categories.
If you have more categories than are listed on that page, you can click the “Screen Options” tab at the very top of the page, and then update the “Number of items per page” setting to something higher. Make sure to click the “apply” button.
Let me know if this is what you’re looking for!