Hi jenlioness!
Please check the site now we have fixed it with the below code in Enfold General Styling > Quick CSS
/* Overlay Position*/
.image-overlay {
top: 0!important;
}
Cheers!
Vinay
Hi,
So I created a Custom Post Type called “provider” for one of my websites. This post type will house a list of child care providers for the area, about 150~ of them. What I am trying to do is create a search JUST for the providers post type. I have tried a number of plugins that say they will limit the default search to just what you pick ie: my custom post type, but none seem to work.
What I wondering is if you guys did something to the default WP search to not let these plugins work or if you have any idea on how I could get this to work.
Also on the same topic, is it possible to create a custom archive page for my custom post type?
Here is a link to my site that i’m working on, more specifically to where I am pulling in the custom post type
Thanks
-Dan
The password is in the private content.
I can’t figure out how to get the two elements i put next to each other (the form and content to the left) to act as a block and change in width. i know the selector is this: #top .flex_column_table
however, whenever i try to apply the class i assigned to both of those elements to that selector, it doesn’t work. (imafloater)
Please help! i’m losing my mind. and yes. it’s already in a color section. i’m trying to figure out how to make a div out of two elements within a color section. thank you!
-
This topic was modified 10 years, 2 months ago by
Gal726.
Hi!
Please if you don’t mind create a new thread for new issues so we can relate to the original topics and not mix up issues in one ticket. That way we can help you better :)
Cheers!
Vinay
Hey!
We are working on your ticket please wait while we update the result here soon.
We have checked the menu and the menus are setup correctly.
A modified js code is added to functions.php
// Highlight one page nav
function activateMenuItem(){
?>
<script>
jQuery(document).scroll(function() {
console.log('one page menu');
var sections = jQuery('.avia-section'),
menu = jQuery('.av-submenu-container'),
nav_height = menu.outerHeight();
jQuery(window).on('scroll', function() {
var cur_pos = jQuery(this).scrollTop();
sections.each(function() {
var top = jQuery(this).offset().top - 300,
bottom = top + jQuery(this).outerHeight();
if (cur_pos >= top && cur_pos <= bottom) {
menu.find('a').removeClass('active-menu-item');
menu.find('a[href="#' + jQuery(this).attr('id') + '"]').addClass('active-menu-item');
}
});
});
});
</script>
<?php
}
add_action('wp_head', 'activateMenuItem');
And the below css in quick css
/* Your css styles for active menu item*/
.active-menu-item {
background:#dfdfdf!important;
}
The problem still exist only on this page mentioned in private because when the #ID was added the # was left out please see screenshot. However we have created a new menu called research in appearance > menu and linked that menu to the page.
The issue seem to be in the page and only with 2 sections “Introduction” & “Features” please re-create check the #ID’s if you still have issue please re-create those sections on a draft page should fix the issue.
Regards,
Vinay
-
This reply was modified 10 years, 2 months ago by
Vinay.
Hi!
Please change the code to following one
#top #header .av-main-nav li.current-menu-item > a > .avia-menu-text {
color: red !important;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
Hey mdehart1!
Thank you for making the video :) Something has messed with the tooltip position hence on hover the tooltip comes in between mouse and the hotspot and the browser thinks the mouse is off the hotspot and cancel the hover state.
Please use this css in Enfold > General Styling Quick CSS
.avia-tooltip {
margin-top: -70px!important;
}
Cheers!
Vinay
-
This reply was modified 10 years, 2 months ago by
Vinay.
This way in this link was working exactly the way I want it, only it was skipping the link before not the active link.
Hey!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.avia_mobile #top .av-parallax-section{z-index: 0;}
Cheers!
Yigit
Hell! We are having a curious issue with our theme: one of our pages (https://aquaquestonline.com/about-2/) is set to have a sidebar on the right and everything else is set up to display that sidebar (it’s assigned in widgets etc) but for some reason the sidebar doesn’t display. In another topic I read a comment by one of your other users that the sidebar disappears when you use a full-width element on the page (he was using a full-width button). We are using a full-width slider as well. Could this be the reason and if so is there potentially a work-around?
Thank you,
Gear Out Here
Hey!
Please edit your portfolio item and click “Screen options” on the top right corner and check “Discussion” and then scroll below your content and make sure to enable discussion
Cheers!
Yigit
That could work, but how do I do a grid row with only 1 column? If I could remove the margin-left for the specific grid elements, that would get me what I need. Is there a way to put in some custom css and then reference that?
The difference between the grid row, the width is the total width of the browser, and there is no margins. Here is the example:
layout example
The column elements only go the width of the max width in the general layout piece in the theme settings. You can reduce the top and bottom margins for the column elements to 0, but there is always a left margin. I was able to use the Chrome Developer tools to get the layout how I want it by tweaking the margin-left from 6% to 0, and then I change the width from 64% to 70%.
layout example 2
code example
Is there a way to put in some custom css and then have the grid layout elements reference those elements to get the page and the spacing the way I want?
-
This reply was modified 10 years, 2 months ago by
dabomb.
Hi,
Ok I made a print screen of the header the way it looks now. Then edited out the section I don’t want to display in the image under the first header. See what I want to remove? I want the top telephone bar to display and just the menu, but the whole middle header section with logo and background gone.
Also, I only want to do this on the homepage because I have a slider underneath it,, but need the full header on all the other pages so I can’t put it into custom css or it will change it on all the pages.
Any help much appreciated. Thanks, Frank
-
This reply was modified 10 years, 2 months ago by
yes9310.
Hi
Please add following code to Quick CSS
#top .avia-logo-element-container img {
padding-left: 15px;
box-shadow: none;
}
Regards,
Yigit
Hey dilge!
Please follow the steps provided here https://kriesi.at/support/topic/fullwidth-sub-menu-active-color/#post-574124 If you still have any issues please let me know we will help you set this up easily.
Regards,
Vinay
-
This reply was modified 10 years, 2 months ago by
Vinay.
Top/Bottom Margins on Right Column

See the image. How can I remove the top and bottom margins from the right column.
https://drive.google.com/file/d/0B8nIF8DZm8W5a01xRWhlV0tFMEU/view?usp=sharing
Hi Alexander
Please add following code to Quick CSS
#top #wrap_all .av-social-link-facebook a {
color: #fff;
background-color: #ff0173;
}
#socket a {
font-size: 16px;
}
Best regards,
Yigit
Hey!
I added following code to bottom of Quick CSS
#top .av-subnav-menu > li.current-menu-item > a > .avia-menu-text {
color: white!important;
}
Please review your website now
Regards,
Yigit
Hey Ismael,
sorry that I opened the topic in german, but it was even in german difficult to put it into words.
I don’t realy get, what you mean by: “edit the Table Element than to…
My Table Element is in a 2/3 Layout Element.
If I open the Table Element I get the Table Properties and there is no possibility to set the Table Purpose.
I didn’t find it in the Theme Options either.
Would you pls tell me where to find the Table Option panel.
Best
Tina
Hi Andy,
Thank you, I already have that folder set to the correct permissions. Are there any other permissions that need to be set? I’ve followed this:
https://kriesi.at/support/topic/child-theme-settings-are-not-working/
Merhabalar!
Lutfen assagidaki kodu Quick CSS alanina ekleyin
#top .social_bookmarks_facebook a {
color: #fff;
background-color: #37589b;
}
#top .social_bookmarks_twitter a {
color: #fff;
background-color: #46d4fe;
}
#top .social_bookmarks_gplus a {
color: #fff;
background-color: #de5a49;
}
#top .social_bookmarks_linkedin a {
color: #fff;
background-color: #419cca;
}
#top .social_bookmarks li:hover a {
background: transparent!important;
color: #888888 !important;
}
Ikon boyutlarinida @guenni007’nin yukarida gonderigi kodu kullanarak degistirebilirsiniz
@guenni007 Thanks :) He would like to adjust the colors as well :)
Regards,
Yigit
Hello..
Please see the private box for URLs – I would like my blog page to look like the example website blog page i.e have a header in it behind the menu and logo, and also for the blog exerpts to be laid out like the example website i.e be in a grid of 4 with a picture or video on top of each extract as shown in the example. Please advise how this can be achieved with Enfold. I have also provided the admin login in the private link. I would really appreciate a quick response, thanks.
Left and Right Sidebar for menu location seems to be broken. It stretches the logo and menu across the top of the page and leaves the side bar below blank. I imported the Photography Portfolio Demo and it did the same thing. http://beeinspiredmedia.com
Hi guys, Enfold is a great theme!
I looked for an answer but I can’t really find the proper solution.
I have an “Article” content element, it’s perfect to show posts from a defined category from the blog in the homepage.
My question is: Can I move around the metas from the bottom of the title?
EXAMPLE: I want to move just the “categories” meta on the top of the Title and assign to it the <h4> tag.
ps: another small problem linked to this. I can’t see any excerpt from the post, there’s any solution to this?
See now
Where it says TEST NAME HERE
Again, I would like to move that to the top and restyle the background color and font size
-
This reply was modified 10 years, 2 months ago by
wnow.
Hi,
I’m running Enfold 3.4.7 with LayerSliderWP 5.6.2 as part of the theme.
I just switched from http to https. Yesterday everything went fine, after having corrected the URL for favicon and logo.
Then I exchanged a picture in the layer slider and today Firefox encounters problems and Firebug shows two cases:
First:
Object[body#top.home.page.page-id-1645.page-template-default.logged-in.stretched.lato]
Laden von gemischten aktiven Inhalten “http://xxx.yyy:55555/wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/fullwidth/skin.css” wurde blockiert.
…pe||9===this.nodeType){var b=wa(this,a);b.appendChild(a)}})},prepend:function(){…
Pointing towards the b from b.appendChild(…)
Second:
Gemischte (unsichere) Anzeige-Inhalte von “http://xxx.yyy:55555/wp-content/themes/enfold/config-layerslider/LayerSlider/static/css/blank.gif” werden auf einer sicheren Seite geladen
…”set”in d&&void 0!==(e=d.set(a,c,b))?e:(a.setAttribute(b,c+””),c):void m.removeA…
pointing to a from a.setAttribute
rough translation:
DE: Laden von gemischten aktiven Inhalten “…” wurde blockiert.
EN: Loading of mixed content was blocked
DE: Gemischte (unsichere) Anzeige-Inhalte von “…” werden auf einer sicheren Seite geladen
EN: Mixed (insecure) display content of “…” is loaded to a secure site
Any advice how to solve this?
Thanks
NCM
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .av_header_transparency .avia-menu-fx {
bottom: 40%;
}
Best regards,
Yigit
Hey sitesme!
Please add following code to Quick CSS and adjust values as needed
#footer .bx-wrapper {
margin-top: -20px!important;
margin-bottom: -15px!important;
}
Cheers!
Yigit
Hi Alexander!
Please add following code to Quick CSS
#top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image {
width: 180px;
height: 180px;
float: none;
}
#top .av-large-testimonial-slider .avia-testimonial-meta-mini {
text-align: center;
width: 100%!important;
}
#top .av-large-testimonial-slider .avia-testimonial-name {
font-size: 30px;
}
Best regards,
Yigit