-
Search Results
-
I seem to be having trouble editing my pages. I am not a website designer, but have made changes/tweaks to my website in visual editor in the past. Now, when I go to visual editor on one of my pages, the box is blank. If I highlight it, then it just shows HTML code.
Also, when I click on a page, there’s short code above the layout builder. I’ve tried searching the forums where it says to switch to classic editor, but I’m not seeing that option under my Enfold Theme Options.
What do you suggest?
I’ve been experimenting with all the different options of the Accordion element, and have also read through the documentation and searched the forum. I still have questions about how to change the background color on the tab/toggle content area.
All the variations in the settings for Colors in the Accordion element affect only the title bar of the tab/toggle. On this page – https://www.missouriartscouncil.org/missouri-artsafe – I have the Accordion element (it’s within the Create and Present section) set up with Minimal style and Define Custom Colors > Custom Background Color. That has changed the tab/toggle title bar to the Custom Background Color. The content area is also coming up in the Custom Background Color. And I want it to be different.
In this documentation https://kriesi.at/documentation/enfold/accordion under Tab Content Style > Content Background, I found this CSS:
/* Tab content background */
.my-custom-tabs .toggle_content {
background: #f2f6fa;
}Changing the background color to #ffffff, I entered it into my site’s Quick CSS. But it didn’t do anything.
Is there something else I should have done? I’m confused by the directions earlier in the documentation under CUSTOMIZATION > NOTE. “Before we start customization, enable custom CSS class name support from Enfold theme options > LayoutBuilder so we can easily target specific elements. For the below examples to work please assign a class name ‘my-custom-tabs’ to your accordion element or simply use the below accordion element shortcode to which we have already applied a custom class.” Where in the back end is this supposed to be done? And how? Please give a step-by-step.
A P.S. question about a different aspect of Accordion – How is the size of the font on the tab/toggle title bars determined? Is it via some preset relationship with the site’s default text size? My default size is 14px. I like the way the font size on the title bars looks; I would simply like to understand how it happened.
For future thought –
It would be great if in a future Enfold update you added standard options for the tab/toggle content area just like you have for the title bars, so it wouldn’t be necessary to delve into CSS. Thanks!I have another open case, but am opening another one, since I am having lots of SEO issues currently vis-a-vis Google bots. This case is about AMP….in order to increase mobile accessibility, I installed amp plug in.
Although it says “official” for WordPress themes, it seems that it doesn’t work with your theme. More specifically, it works fine when you directly type (copy/paste) the URL to access pages, but it doesn’t work when you use Google search my page using keywords. When you click the link suggested by Google (which shows google.com/s/amp before the actual URL), it becomes no responsive.
I opened a case with AMP for WordPress, and below is what they found. I am just copy/pasting it:
******
When 1) For Transitional mode (for AMP), it looks like the Page Preloading option under Enfold > Theme Options is involved (screenshot). Once toggled off, the AMP page renders. (NOTE: page renders with their phone test, but it doesn’t with my phone. Can you please try? My site is currently set transitional amp mode with page preloading option off.)2) For Reader mode (for AMP), when using the Advanced layout builder I experience the issue with the main content not loading on the page. With the default editor the content renders.
From what I can tell, Enfold does not state specific AMP support currently. In some cases, theme and plugin authors will need to make changes to the way they implement functionality and design on AMP posts/pages to meet the specification (see amp.dev and amp-wp.org for more)
Consider reaching out to the Enfold team to inquire about improving AMP compatibility if you’d like to use these features your non-AMP and AMP posts/pages. We also have a list of AMP-ready plugins and themes on the ecosystem page.
*******
Well, AMP for wordpress is suggesting that I could switch to an AMP-safe theme, but I am hoping that I could keep using your theme. Could you please look into this and let me know? Thanks!I added a Custom HTML widget to the Displayed Everywhere widget section. I then added a shortcode for a LayerSlider…
[layerslider id="5"]The problem is, this doesn’t work on any page except the main homepage. All other pages just show the text: [layerslider id=”5″] instead of a small image slideshow on the sidebar.
So I did some research and many people recommended adding the following code to functions.php in order to get shortcodes working in widgets…
add_filter( 'widget_text', 'shortcode_unautop'); add_filter( 'widget_text', 'do_shortcode', 11);That didn’t work either. Any ideas?
WordPress 5.4.2
Enfold Theme 4.7.5
PHP 7.3.5Topic: Icons showing up as squares
Hi.
I have the latest version of Enfold. I installed it today. All my icons are showing up as squares.
These include icons in layout builder, social icons and search icons.Could you please help.
Thanks
Hi there,
I created a custom search box/ This is the code:
<form id="searchform" action="https://www.bramfietst.nl/" method="get"> <div style="text-align: center;"><input id="searchsubmit" class="button avia-font-entypo-fontello" type="submit" value="" /> <input id="s" autocomplete="off" name="s" type="text" value="" placeholder="Zoek op jouw plaatsnaam..." data-swplive="true" data-swpengine="default" data-swpconfig="default" aria-describedby="searchwp_live_search_results_5ede6fc967c8f_instructions" aria-owns="searchwp_live_search_results_5ede6fc967c8f" aria-autocomplete="both" /> <p id="searchwp_live_search_results_5ede6fc967c8f_instructions" class="searchwp-live-search-instructions screen-reader-text">When autocomplete results are available use up and down arrows to review and enter to go to the desired page. Touch device users, explore by touch or with swipe gestures.</p> </div> </form>The div should align in the center, but it doesn’t. Whats going wrong? How can I align a searchbox in the center of my page in the enfold theme?
Topic: Header widget
Hi,
I have added a header widget as described here: https://kriesi.at/documentation/enfold/header/#toggle-id-5
I am quiet satisfied with the result but I would like the logo on the left and the menu on the right. Can you help me with that?
The cart icon also seems to be a bit off, and on the cart page the widget area are overlapping the content.I have added the following CSS:
/*——————————–
» Initiate Flexbox
——————————–*/
/* Header */
.responsive #top #header,
/* Top bar */
.responsive #top #header #header_meta,
/* Search icon */
.responsive #top #header #menu-item-search a,
/* Cart icon */
.responsive #top #header a.cart_dropdown_link,
/* Social icon */
.responsive #top #header #header_main nav .social_bookmarks,
/* Logo */
.responsive #top #header #header_main .inner-container .logo,
/* Main menu, cart and social icons */
.responsive #top #header #header_main .inner-container .main_menu,
/* Widgets */
.responsive #top #header #header_main .inner-container .widget,
/* Header inner container */
#top #header #header_main .container.av-logo-container .inner-container {
display: flex;
position: relative;
}/*——————————–
» Topbar
——————————–*/
/* Top bar */
.responsive #top #header #header_meta {
flex-basis: 100%;
}/*——————————–
» Header
——————————–*/
/* Height outer container */
#top #header #header_main .container.av-logo-container {
/* Do not change height here */
/* Auto height: Header takes the height of the contents */
height: inherit;
line-height: inherit;width: 100%;
max-width: 100%;
padding: 0;
}/* Header inner container */
#top #header #header_main .container.av-logo-container .inner-container {
/* Define header height here */
height: inherit;
position: relative !important;
flex-wrap: wrap;
/* Define header padding */
padding: 0px;
justify-content: center;
}/* Wrappers
——————————–*//* Main header ( logo, menu, widgets ) and topbar */
.responsive #top #header {
flex-wrap: wrap;
}/* Logo, Menu, Social Icons and Widgets. */
.responsive #top #header #header_main {
flex-basis: 100%;
}/* Transparent header
——————————–*/.responsive.html_header_transparency #top #wrap_all #header {
position: absolute;
}@media only screen and (max-width: 767px) {
.responsive.html_header_transparency #top #wrap_all #main {
/* Define padding value for transparent header in mobile */
/*padding-top: 315px !important; */
}
}/* Fixed header
——————————–*/.html_header_sticky.html_mobile_menu_tablet #top #wrap_all #header,
.html_header_sticky.html_header_transparency #top #wrap_all #header,
.html_header_sticky #top #wrap_all #header {
position: fixed;
}.html_header_sticky #top #header_main .container,
.html_header_sticky #top .main_menu ul:first-child>li a {
height: inherit !important;
line-height: inherit !important;
}/* Main content padding value should be same as the fixed header height. */
.html_header_sticky:not(.html_header_transparency) #top #wrap_all #main,
.html_header_sticky #top #wrap_all #main {
/* Define padding only if sticky header is active */
/*padding-top: 262px ; */
}@media only screen and (max-width: 767px) {
.html_header_sticky #top #wrap_all #main {
/* Define padding value for sticky header on mobile */
/*padding-top: 315px !important; */
}
}/*——————————–
» Logo
——————————–*/
/* Logo */
.responsive #top #header #header_main .inner-container .logo {
order: 1;
flex-basis: auto;
/*width: auto;*//* Define scalable min width of the logo on small screens */
min-width: 100px;
/* Define scalable max width of the logo on big screens */
/* Logo width: (auto | 100% | px ); Set auto to display the uploaded image size */
max-width: 180px;z-index: 9;
margin-right: 20px;
}/* Logo image size */
.responsive #top #header .logo,
.responsive #top #header .logo a,
.responsive #top #header .logo img {
width: auto;/* Height specification is not required. It is proportional to the max width of the logo */
height: auto;
align-items: center;
align-self: center;
justify-content: center;
}/* Vertically center transparency logo */
.responsive #top #header .logo span img {
position: absolute;
top: 50%;
transform: translateY(-50%);
}/*——————————–
» Menu
——————————–*/
/* Menu outer container: Menu with siblings cart and social icons */
.responsive #top #header #header_main .inner-container .main_menu {
order: 2;/* Define menu width */
flex-basis: auto;align-items: center;
align-self: center;
height: inherit !important;
}/* Navigation */
#header .av-main-nav {
display: flex;
flex-wrap: nowrap;
}/* Activate burger menu */
@media only screen and (max-width: 1000px) {
#top #header .av-main-nav>li.menu-item {
display: none!important;
}
#top #header .av-burger-menu-main {
cursor: pointer;
display: block!important;
}
}@media only screen and (max-width: 767px) {
/* Mobile menu position fix */
.responsive #top .av-logo-container .avia-menu {
display: flex!important;
align-items: center;
}
}/* Mega menu submenu position fix */
.responsive #top #header .avia_mega_div {
/* Define megamenu submenu top value */
/* top: 300px;
position: fixed;
left: 50%;
transform: translateX(-50%);*/
}/*——————————–
» Widget
——————————–*/
/* Widgets */
.responsive #top #header #header_main .inner-container .widget {
order: 3;
flex-basis: 100%;
padding: 0;
clear: none!important;justify-content: center;
align-self: center;
align-items: center;
z-index: 1;
}.responsive #top #header #header_main .inner-container .widget>div {
width: 100%;
line-height: 14px;
background: gold;
text-align: center;
padding: 10px;
}/*——————————–
» Social icons
——————————–*/
/* Flex support and position fix */
.responsive #top #header #header_main nav .social_bookmarks {
top: auto;
margin-top: 0;
align-items: center;
}/* Inherit height for flex alignment */
.responsive #top .av-logo-container .social_bookmarks li {
height: inherit;
}/*——————————–
» Search
——————————–*/
/* Your styles here */
#header .widget {
list-style: none;
}/*——————————–
» Cart
——————————–*/
/* Cart position fix */
#top #header #header_main #menu-item-shop a.cart_dropdown_link {
height: auto;
}@media only screen and (max-width: 767px) {
.responsive #top #menu-item-shop.cart_dropdown {
display: flex;
align-items: center;
}
.cart_dropdown .dropdown_widget .avia-arrow {
display: none;
}
}Hello,
I searched a lot on this site, but I can’t find an answer. I know the problem is there, but nobody give me a clear answer. I use the Q2w3 fixed widget, and in Enfold this works really nice! In firefox and safari it works like a charm. But in safari I have an error, and I make a movie of it to make it clear.
There are a lots of threads about this problem. Because Enfold not support a sticky sidebar, I hope in this thread we get it clear for everybody.
The problem is the sidebar widgets disappear from a layer below. I don’t know what the reason is. Its only in safari.
