-
Search Results
-
Topic: Separate Search per Domain
Hi Kriesi-Team,
I am using Enfold and have installed the plugin WPML for different languages and use TLD as URL-format. We habe three domains running under one WordPress-Account:
.de
.com and
.co.uk (see in private content)The search field on top of our Website scans the whole content of these three domains. But it just should show the results from the domain you start the search process.
Could you help in this case?
Regards,
SandraHello,
Just a recommendation for a minor “bug”.
Around line 403 of functions-enfold.php the site “removes the heading” if you are using breadcrumbs with title off (select “Display only breadcrumbs’ in Layout > Title Bar Settings.
if($header_settings['header_title_bar'] == 'breadcrumbs_only') $args['title'] = '';
This simply makes the <h1> blank, but this is no good since it creates a useless HTML tag and usually 2 <h1>s where not appropriate. A blank <h1> (and likely extra) in the code could be semantically confusing to search engines since this is the first <h1> present, but it is also certainly not necessary or useful in any case.I replaced that line in my version with the following code, so this wouldn’t happen.
if($header_settings['header_title_bar'] == 'breadcrumbs_only') $args['html'] = "<div class='{class} title_container'><div class='container'>{additions}</div></div>";I recommend the newest theme update include a similar (or better) fix for this so I can get rid of my custom functions file!
Thank you!
Hello, I discovered one of my forum posts when I was searching our website listing. How can that be ? Also, I believe I’ve up graded to the latest version of Enfold. Is there a way to confirm that ? And, how do I find more modern type face on my theme like the ones you have on your demo ? Do you know of someone who is good with Enfold in Seattle area ? Thanks, Gary
Hi,
I am using Enfold Theme Version 3.8.5. and Yoast SEO (also latest version). In Yoast “Title & Metas”-Settings i have disabled that a date is shown for both Posts and Site Pages on SERPS. However, if i look to search results at Google for my website the date is displayed before the meta description. When i used a previous WordPress Theme, which was not from Kriesi but with exactly the same SEO settings in Yoast, I haven’t experienced this issue.
I would be happy for any hint how this can be solved.
Thanks,
FrankDear sir,
I have searched and found that Enfold should have integrated with JqueryUI and it needs to change $ to jQuery on the coding. I just tried adding a jQuery Slider and change it to jQuery but it doesn’t work. The page cannot be loaded.
Could you please take a look and let me know what’s wrong? I just add the following simple codes suggested from jQueryUI.
<script>
$( function() {
$( “#slider” ).slider();
} );
</script>
</head>
<body><div id=”slider”></div>
Cheers,
KenI am using this plugin:
http://codespacing.com/wordpress-plugins/progress-map-list-and-filter-wordpress-plugin/I am unable to get the plugin to work as I wish due to a conflict between the google maps api calls of the plugin as well as those of the enfold theme.
I have exhausted Google search seeking a solution to this issue…none of the solutions seem to work:
https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=enfold+disable+google+maps+apisEven when I add a suggested line of code to my child theme’s functions file, it still does not disable the front end. I know because I test it manually by deleting the google api key from the enfold theme and every map stops working.
My ideal solution: disable all google maps api calls from both the frontend and the backend by the enfold theme, using a function in the child theme functions.php file.
Enfold support,
I need to add a 2nd logo to the header and could not find any topic in the support.
Would it be possible to add this in tiny logo (green leaf, 40x40px, currently in color section above slider, right side) the header on the right side of the search icon that shows on every page?
If it is would you add it for us or give step by step instruction of doing so. The page & credential admin login is in the private area.
ThanksHi team. I reported this a day ago and have had no replies to my post. I have to show the homepage design to my client tomorrow. The header customization under general styling is not working. It leaves everything with a white background and gray letters, regardless of what colors I choose. I have deactivated all plugins, tried reuploading the theme, searching the forum, all to no avail. Can someone from Enfold please respond. I’ve purchased this theme five times for clients and have never had this issue.
Thank you.
Hello
I am using Enfold and I need to have transparent sub menu’s with no outline only when header is transparent. When header has a background the submenus should have a background.
I have searched forums and tried several options offered including this one but this changes to transparent with outline and does not change when normal header with background is active.
.html_header_transparency .header_color .main_menu .menu ul li a, .html_header_transparency .header_color .main_menu ul ul {
background-color: transparent!important;
}Thank you.
Hello. Please include me in the list of people who had trouble with the Avia Layout builder. I have searched the internet and this forum and have not found a solution. Things I have tried:
- increasing PHP limit
- reinstalling the theme – I am using a child theme, maybe I reinstalled it wrong?-
- Deactivated all plugins – not wp-staging
- http://kriesi.at/documentation/enfold/my-enfold-layout-builder-is-not-loading-properly/
Two different browsers. It worked previously and I can’t get anything at all to work, not even the default WordPress editor.
Topic: Default plugins missing
Greetings,
I’m working on my second Enfold theme for a client and after downloading the parent and the child theme (Restaurant), I noticed I can’t find a way to activate any of the default plugins that are included with Enfold. I have been searching for a solution for the past hour and I can’t find a solution. Please note this is my third website design so I’m a n00b and I’m betting I skipped a step somewhere. Can you please help me identify where I went wrong with the plugin installation?
I created a user account for you.
Thank you for your time and assistance and please let me know what additional info you may need.
P.S. I added new colors to Default Styling but when I view the website, the default colors that came with the Restaurant template are shown. Please help correct my errors. Thanks!
How i remove this? I have disable Automated Schema.org HTML Markup if this was the problem but they still show up.
Hello there! I’m working with a client on a website (link and admin credentials in private content), and he’s opted for the main menu in the left sidebar. I would love to able to make this sidebar-menu fill 100% of the viewport height, as this layout (in always-sticky-mode) doesn’t really work responsively; at viewports with small heights the lower menu-points doesn’t show.
Is there a way to make these elements have a fixed percentage height? So that, for example, i could have the logo-element be 40% of screen height, and then have 6 menu-elements each having 10% of screen height?
I’ve already used following css in my childtheme to resize the width of the whole sidebar to a fixed 20%;
@media only screen and (min-width : 1024px) {
.html_header_sidebar .logo
{
position: relative;
clear: both;
padding-top: 20px;
padding-right: 30px;
padding-bottom: 20px;
padding-left: 30px;
}.html_header_sidebar #top #header
{
width: 20%;
}
.html_header_left #main
{
margin-left: 20%;
position: relative;
}}I’ve been searching around the forum for a while for a solution but haven’t been able to find one that works for me yet; if one exists and I’ve been oblivious then I’m sorry! :)
I still enjoy the heck out of enfold, thank you for this wonderful theme!
Topic: Social Media Links in Google
Hi. Reading this article (https://www.johnhaydon.com/add-social-google-search-profile/) on how I can get our social media profiles to show up in Google search, we found that it is recommending that we add this to the header or footer of our pages:
<script type="application/ld+json"> { "@context" : "http://schema.org", "@type" : "Organization", "name" : "Your Organization Name", "url" : "http://www.your-site.com", "sameAs" : [ "http://www.facebook.com/your-profile", "http://www.twitter.com/yourProfile", "http://plus.google.com/your_profile"] } </script>Does Enfold already have it such that our social media profile links would show up like this: https://i1.wp.com/johnhaydon.wpengine.com/wp-content/uploads/2015/02/google-social-profiles-1024×566.gif?zoom=2&w=800
Hi team,
i tried several ways to activate a mobile search form for my customer.Like this: https://kriesi.at/support/topic/search-button-on-mobile/
or this: https://kriesi.at/support/topic/mobile-search-bar/ (i didn´t found >>do_action(‘ava_after_main_menu’);<<)But it doesn´t works…one time i had to recover the page.
Hope u can help.
WordPress: 4.7.2
Enfold: 3.8.4Best regards,
Alexander
