wongpk
Forum Replies Created
-
@ DesireeMarie how did you change the colour? Perhaps due to your editing style.css and update overwrite it?
Please do this instead:
1- Install Jetpack plugin
2- Activate the Custom CSS
3- Go to Appearance – Edit CSS
4- Key in: .aside {background: transparent;}
5- Save changesThis way, theme update will not overwrite your style.css and changing the colour back to grey again.
Hope that helps.
@desireemarie
Sidebar widget CSS: .side-widget
Sidebar title CSS: .side-widget h3You can refer more CSS here: https://www.w3schools.com/css/css_font.asp
I do not see any zig zag divider, can you specify where is it?
Forum: Themes and Templates
In reply to: [Adelle] Dropdown menu not working on mobile devices@cakesbymommy What is the mobile device are you referring to?
Forum: Themes and Templates
In reply to: [Adelle] Widen Page margins@mbuwembo do you mean the “Message” textarea?
If so, you can try this:
1- Install Jetpack and activate Custom CSS
2- Go to Appearance – Edit CSS
3- Key in: #fbuilder .large {width: 90% !important;}
4- Save changesI see the content on the page is fine though.
Forum: Themes and Templates
In reply to: [Adelle] How to reduce padding below articleHere you can try this:
1- Go to Appearance – Edit CSS (If there is no Edit CSS, activate Custom CSS from Jetpack)
2- Add in this CSS:
.post-footer {padding: 0;}
3- Save the CSSThere is 20px actually, but note that button need some spacing as well. If above doesn’t look well for you, there is no way we can edit anything else.
That would need some work though. Here are some run down you can try:
1- Create a child theme
2- Copy over the content.php and content-list.php to the child theme
3- Add in the post tag: https://codex.www.ads-software.com/Function_Reference/the_tags
4- Remove the “categories:” on both files as well
5- Zip and install the child themeThat should do it. You must work on a child theme to prevent update overwrite it (of course can can directly edit the theme file too).
Forum: Themes and Templates
In reply to: [Adelle] Widgets not working@dmiller53 Make sure you have the latest WordPRess 4.4 as well as the latest Adelle theme (15.08.03).
Please deactivate all plugins for a moment while checking the site.
Forum: Themes and Templates
In reply to: [Adelle] Widgets not working@cnstar33, you may check with it.
However, using this site: https://whatwpthemeisthat.com/ it stated that you are not using Adelle theme.
Forum: Themes and Templates
In reply to: [Adelle] Widgets not workingYou are not using Adelle theme, as I see that you have a customized theme ( https://in-due-time.com/wp-content/themes/induetime/style.css?ver=4.4 ), you are using induetime, a theme may have customized from Adelle (without using child theme).
So you need to look for the person who customize this theme for you, ask him/her to update the core of the theme, as Adelle has been updating and your theme may not been updating.
So when code in older theme has been deprecated, it will not work.
You can however, find a new theme to use if you are not ready to update your theme (the customized one, not Adelle, since you are not using Adelle).
Forum: Themes and Templates
In reply to: [Adelle] Widgets not working@cnstar33, are you sure that is all the code within sidebar.php? What is the version of Adelle you are running?
As I just downloaded the theme, the sidebar.php is
<?php if ( is_active_sidebar( 'right-widget' ) ) : ?> <aside class="aside" role="complementary" itemscope itemtype="https://schema.org/WPSideBar"> <?php dynamic_sidebar( 'right-widget' ); ?> </aside><!-- .aside --> <?php endif; ?>
You may want to consider update the theme?
Forum: Themes and Templates
In reply to: [Adelle] Widgets not working@cnstar33 did you reinstall the theme? I mean use the default Adelle theme.
Let me know what is sidebar.php file look like for you. Go to Appearance – Editor, find and click sidebar.php, screenshot?
Forum: Themes and Templates
In reply to: [Adelle] Widgets not workingMay I know which widget (widget name) not showing?
Forum: Themes and Templates
In reply to: [Adelle] Widgets not workingDid you reinstall the theme? What is the sidebar.php file looks like?
Forum: Themes and Templates
In reply to: [Adelle] Header Image Not AppearingCan’t help without knowing what exactly happen to the site. A site URL will be helpful.
Forum: Themes and Templates
In reply to: [Adelle] Widgets not workingSeems like there is no code in the aside. Can you confirm you did not remove anything on the theme file (sidebar.php) ?
Try these 2:
1- Deactivate all plugins
2- Restore the theme to default (or reinstall the theme)