Hey Ben. Wassup!? I just updated Chosen theme to v.1.38 and all custom functions are gone, including the 3 Widget Footer area.
Before the update, the custom codes were running just fine. Now I tried the codes on functions.php on Chosen and then on Chosen Gamer and it doesn’t come up!
please help me out. Thanks!
]]>Hi there,
I had a bit of genius idea to embed my Twitch channel to the “After Main Content” widget. However, I want to hide it when my blog is viewed from mobile. Otherwise, it gets loaded and cut off when viewed.
With the new WordPress editor, everything is a bit different now and now it’s a `<figure></figure>’ instead of the usual embed code. Is this possible to hide this? Or will this break the website?
I’ve linked a post link and here’s my homepage link: https://jempanada.com/
Thanks in advanced.
]]>I was wondering what the .css code would be to decrease the image size on pages. As it is now, it’s just a little bit too big, and I’d like viewers to be able to read the first paragraph below without having to scroll.
]]>Hey Ben, I’m using Chosen Gamer on a project and was asked to add a 3 Widget Area on the Footer. I did created the Widgets Areas, but somehow it does not display the 3 divs side-by-side.
Here’s the CSS
.footer-item {
float: left;
width: 33%;
padding-bottom: 10px;
}
.footer-item ul {
padding-left: 15px;
}
and the html code
<div class="footer-item">
<?php
if(is_active_sidebar('rodape_widgets-1')){
dynamic_sidebar('rodape_widgets-1');
}
?>
</div>
<div class="footer-item">
<?php
if(is_active_sidebar('rodape_widgets-2')){
dynamic_sidebar('rodape_widgets-2');
}
?>
</div>
<div class="footer-item">
<?php
if(is_active_sidebar('rodape_widgets-3')){
dynamic_sidebar('rodape_widgets-3');
}
?>
</div>
I ran a quick lookup on the the theme CSS, but could not locate the code that is blocking the divs to show it properly side-by-side.
Can you help me out on this?
]]>I’m simply trying to remove the word “post” from the “Featured Post” when I sticky a post. I can see by inspecting (elements) in Chrome that it seems to exist in the styles.css, but I cannot find it once I enter the editor.
]]>Thanks so much for downloading Chosen Gamer!
Chosen Gamer has a ton of resources for customizing your site and fixing errors. Here’s a list of the resources and how to use each one.
As a child theme for Chosen, these resources will direct you to help for the “Chosen” theme.
Chosen Gamer tutorials
If you want to add the large images showcased in the demo, customize the menus, and do more with Chosen Gamer, check out the Chosen Support Center for step-by-step tutorials.
Customizing Chosen Gamer
You don’t need to know CSS to tweak and customize your site with it. Chosen Gamer has dozens of pre-written CSS snippets you can copy and paste in the Chosen CSS Snippets Collection.
Something went wrong!
If you notice something isn’t working that used to work, check out the Chosen changelog. It will let you know about the recent changes so you can check if an update caused the new error.
If you do ever have an issue with a new version of Chosen Gamer, you can always use the WP Rollback plugin to revert to a prior version without the error.
General WP questions
You can find dozens of tutorials on using WordPress on the Compete Themes blog.
Still have questions?
If you have any errors or unanswered questions, search the forum here to see if there’s an existing solution. If not, please open a new thread.
When posting a new thread, please include the URL of your website. I don’t always need this, but sometimes I do so it will get you a solution faster.
Thanks for checking this thread and enjoy the theme ??
]]>