-
Search Results
-
I was wondering if there is a way to add the category slug as css class to the style of the body content element? I need to make a visual distinction between different categories.
Example:
<body id=”top” class=”news single single-post postid-90 single-format-standard logged-in admin-bar stretched open_sans customize-support” itemtype=”https://schema.org/WebPage” itemscope=”itemscope”>Hi, I’m trying to disable the google maps widget since it enter in confilt with the plugin advanced custom fields.
I follow the intruction for this thread https://kriesi.at/support/topic/is-it-possible-to-remove-unneeded-features/
function avia_register_avia_widgets() { register_widget( 'avia_newsbox' ); register_widget( 'avia_portfoliobox' ); register_widget( 'avia_socialcount' ); register_widget( 'avia_combo_widget' ); register_widget( 'avia_partner_widget' ); register_widget( 'avia_fb_likebox' ); register_widget( 'avia_instagram_widget' ); } avia_register_avia_widgets();But I get this error
Fatal error: Class 'avia_newsbox' not found in /wp-includes/class-wp-widget-factory.php on line 57I’m using a child theme. I put the confliting widget in comment in the parent theme for now but I might forget it when the next update will come.
I have been trying to get inline buttons within an accordion toggle, but haven’t had any success. Each button appears on a new line. I have been using the following code, which works if I put it in a code block element:
<div class=”outer”>
<div class=”inner”>
<button id=”display” class=”action_button”>Show</button>
<button id=”hide” class=”action_button”>Hide</button>
</div>
</div>The corresponding css is:
.outer
{
width:100%;
text-align: center;
padding: 10px;
}
.inner
{
display: inline-block;
}I also tried this solution, which had no effect: https://kriesi.at/support/topic/enfold-buttons-next-to-each-other-within-same-columns/
Any help would be greatly appreciated.
Thanks
Hi kriesi-team,
I use polylang plugin and it works great with enfold. I have just a little layout issue with it:
Do you see an (easy) way to float the language switcher at the right side of the desktop while the menu stays at the left side? I’ve tried and don’t get any further with it.Thanks a lot for your help!
LenaI am using #C3C3C3 as a standard font color for the menu and #22b3ed as the color for hovers and active links. How can I match that on pages where I use the transparent header option?
The issue has been resolved previously by adding the following code to the Quick CSS section; however, this doesn’t seem to work anymore.
.av_header_transparency .av-main-nav > li.current-menu-item > a > .avia-menu-text, #top #wrap_all .av_header_transparency .main_menu ul:first-child > li:hover > a { color: #22b3ed; }
.logo {
top: 10px;
}You can see the original thread here https://kriesi.at/support/topic/align-menu-in-custom-header/
Many thanks for any pointers.Topic: Little header problem
Hello everyone
I have a small problem
When the website page is in mobile mode, the top is white and the writing should be gray (and therefore visible)
The website:
http://www.siebering.comThank you very much
QUICK CSS that there are currently:
#top .social_bookmarks li a {
color: #ffffff;
}
#top .header-scrolled .social_bookmarks li a {
color: #a7abb1;
}
#top .phone-info a { color: white; }
#top .header-scrolled .phone-info a { color: #889095; }
Viewing 30 results - 95,641 through 95,670 (of 142,845 total)
