ronangelo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Asteroid] Full, No Sidebar Page Template on Yada Wiki pageUse a child-theme. Get here if you don’t have one. Make sure the child-theme is the active theme.
– Go to Appearance -> Theme File Editor
– Select Theme Functions (functions.php)
– Add this:function yada_wiki_full_template( $template ) { if ( get_post_type() == 'yada_wiki' ) { return get_template_directory() . '/page-full.php'; } else { return $template; } } add_action( 'template_include', 'yada_wiki_full_template' );Forum: Themes and Templates
In reply to: [Frontier] Additional CSS Storage LocationPHP? Only CSS can be added to the Additional CSS option. What are you trying to accomplish? Could you link the page where you got the codes from?
Forum: Themes and Templates
In reply to: [Frontier] Additional CSS Storage Locationthere’s an error saving. I assume it’s because it’s too big
It’s probably not a good idea to paste long CSS to the Customizer’s Additional CSS option but I don’t see why it would cause any errors. Are there any error messages?
If you really need to paste huge chucks of CSS then it would be better if you used a child theme you can add your codes on the child theme’s style.css file.
- This reply was modified 7 years, 1 month ago by ronangelo.
You should be using the responsive version of Google ads.
Forum: Themes and Templates
In reply to: [Frontier] wide screenAdd this on your Customizer’s Additional CSS option:
img, video, embed, iframe, object, select, textarea { max-width: 100%; }Forum: Themes and Templates
In reply to: [Frontier] Thumnail image not clearYour problem does seem to be image compression. The theme does not compress images WordPress does. The link I posted above explains how to undo that. Or you could try this plugin https://ww.wp.xz.cn/plugins/disable-jpeg-compression/
Remember to regenerate the thumbnails after so the changes are reflected. Make sure to refresh any image caching you may have like Cloudflare.
Forum: Themes and Templates
In reply to: [Frontier] Thumnail image not clearI try to test by change to another theme, the thumbnail image look very clear and beauty.
What theme?
- This reply was modified 7 years, 2 months ago by ronangelo.
Forum: Themes and Templates
In reply to: [Frontier] Thumnail image not clearI already replied to your first post. This is WordPress doing the image compression. See here how to change the quality:
https://www.wpbeginner.com/wp-tutorials/how-to-increase-or-decrease-wordpress-jpeg-image-compression/Forum: Themes and Templates
In reply to: [Frontier] Mobile Menu – Stop workingGo to Frontier Options -> Display -> Main Menu
Make sure Drop-down is selected. Click Save.Forum: Themes and Templates
In reply to: [Frontier] Is there a way to change the H4 tagsIs there a way to do it short of replacing the code in a child theme?
I don’t thinks so.
Honestly though, if the only concern here is that various validation tools are not happy with it then I personally would just ignore those. The problem is that just like you mentioned there are a lot of validation tools out there with their own differing recommendations. The only ones I concern myself with is https://validator.w3.org/ or those by Google. Having said that, I haven’t really seen any Errors with an unedited Frontier theme, maybe just a couple of Warnings.
Ron
Forum: Themes and Templates
In reply to: [Frontier] Accessibility issuesI don’t really know much about accessibility and I don’t know when I’ll get some free time to study it.
One of the problems I’m running into is that as long as the home page shows multiple posts, there are multiple header and footer elements, since the plugin provides the option to add content before or after each post. That’s a really useful functionality I’m sure some people wouldn’t like to lose, but it presents some accessibility obstacles.
I don’t understand what you’re trying to say here. Also, what plugin are you referring to? Looking at your other post, do you mean this one: WP Accessibility? The skip links work fine as long as you input the ID of the area that you want to jump to.
Forum: Themes and Templates
In reply to: [Frontier] mobile menus not workingGo to the theme’s options page.
Display -> Main Menu. Make sure “Drop-down” is selected then click save (click save anyway even if the correct value is already selected).Make sure to refresh your caching plugin anytime something is changed. Even better to turn it off while you’re testing the site.
If this doesn’t make any difference then I guess a file has been edited either header.php or functions.php or both.
Forum: Themes and Templates
In reply to: [Frontier] mobile menus not workingYour website seems to be down. I can’t visit to see what’s going on.
Forum: Themes and Templates
In reply to: [Frontier] How to add Templates to Frontier Theme?Are there additional steps that I need to take to “wire up” these templates for use by my child theme?
No. It’s the same with any other theme. Make sure your template name inside the file is unique. Custom Page Templates
Forum: Themes and Templates
In reply to: [Frontier] Woocommerce category page invalidYou should use a theme specifically made for woocommerce
https://ww.wp.xz.cn/themes/search/woocommerce/