Thanks Josue,
I have looked at your suggestion and also tried so many other things. I searched the forum for hours, but I can’t find a solution.
I would think it would be something simple, but I have not enough knowledge to get it done.
When I look at the code of the Enfold blank template, it does a couple of things which I don’t understand (see below).
I just want my iframe be displayed full page. That should not be so hard should it?
Hope you can guide me some further to the solution.
Thanks,
Stephen
<?php
/*
Template Name: Blank – No Header, no Footer
*/
/*
* A blank Template that allows you to build landing pages, coming soon pages etc
*/
global $avia_config;
$avia_config[‘template’] = “avia-blank”; //important part. this var is checked in header and footer php and if set prevents them from rendering. also an additional class is applied to the body
if(!empty($avia_config[‘conditionals’][‘is_builder’]))
{
$avia_config[‘conditionals’][‘is_builder_template’] = true;
get_template_part(‘template-builder’);
exit();
}
else
{
get_template_part(‘page’);
exit();
}
Hi mathiasbjoerck!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.header_color .avia-tt {
background-color: red;
}
.header_color .ajax_search_excerpt {
color: blue;
}
.header_color .ajax_search_title {
color: orange;
}
Regards,
Yigit
Hi!
We have not tested this plugin with Enfold. Tested ones are the ones i posted here with implementations – https://kriesi.at/support/topic/advanced-search-plugin/#post-316848
Regards,
Yigit
This reply has been marked as private.
Hi generatrorassociates!
Thank you for using Enfold.
The theme doesn’t have a page management feature so you can use the search box to search for the page that you want to edit. If you want to control the pages on the footer, use the Custom Menu widget.
Regards,
Ismael
I also have lots of unwanted pages indexed by google…
A google search of indexed pages (site:websitename.com) returns many pages inside folder “shortcodes”
My WordPress Address (URL) is http:website.com/blog
My Site Address (URL) is http:website.com
I tried the code mentioned above and also tried this:
User-agent: *
Disallow: /cgi-bin
Disallow: /blog/wp-admin
Disallow: /blog/wp-includes
Disallow: /blog/wp-content/plugins
Disallow: /blog/wp-content/cache
Disallow: /blog/wp-content/themes
Disallow: /blog/*?*
Disallow: /blog/*?
Allow: /blog/wp-content/uploads
But I’m getting “allowed” for lots of enfold content from the dummy data I guess (although I did not publish it – draft only) like http://websitename.com/homepage/home-v5/ and from a “shortcodes” folder.
pages like: http://websitename.com/shortcodes/promo-box/
Should these disallow statements have a slash on the end of them /blog/wp-content/themes/ ?
Plus, I guess, how do I get rid of the dummy data? I thought that not publishing it (setting it as draft only) would keep it from being indexed while I learned how to use the various options…wrong I guess ;{
hello, I am going to use again enfold theme for another website (my 3rd site with enfold!!) and I need something like in the link below …any plugin recommendation?
thanks!
Hi,
We’ve built a large site with Enfold and have numerous pages that are reached by using a portfolio grid. Each portfolio item is set up with a redirect (set from within the portfolio item option ‘define custom link’) to the specific page.
When these items show up in the search results, the resulting click leads to the blank portfolio page and not the page set as the custom link.
Any help really appreciated :>
Many thanks,
Jon.
Tried searching for similar issue but have not found an answer.
Running WordPress 4.0 with Enfold V 2.9.2, all plugins up-to-date.
When I create a new page and click on either Advanced Layout Editor or Add Media nothing happens, no loading or anything, the buttons are dead. The link that is present is “…/wp-admin/post.php?post=46&action=edit#” so it doesn’t appear to “go” anywhere.
Tried switching themes and then back but no change. I’m developing the site on a temporary domain which is flagged at the top of the page…could this be the issue?
Thank you to anyone willing to help.
Hi Gurify!
Use this as a reference:
if(!function_exists('avia_append_search_nav'))
{
//first append search item to main menu
add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 );
add_filter( 'avf_fallback_menu_items', 'avia_append_search_nav', 10, 2 );
function avia_append_search_nav ( $items, $args )
{
if(avia_get_option('header_searchicon','header_searchicon') != "header_searchicon") return $items;
if ((is_object($args) && $args->theme_location == 'avia') || (is_string($args) && $args = "fallback_menu"))
{
global $avia_config;
ob_start();
get_search_form();
$form = htmlspecialchars(ob_get_clean()) ;
$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown">
<a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="avia_hidden_link_text">'.__('Search','avia_framework').'</span></a>
</li>';
}
return $items;
}
}
Enfold uses that to attach the search to the menu.
Cheers!
Josue
Hello,
how can I remove the author link from the blog page.
I need to completely remove the link, not just hide it with CSS!
The Blog Layout –> Meta elements settings do not work. They only stick on the single page.
Thats a common enfold issue:
The problem is, the most linked site from my start page is the unimportant author page. That signals to search engines, that that page is the most important. But its not!
thank you!
Hello!
Since I upgraded to WordPress 4.0 today the theme is not working properly.
I can not access the “Enfold Layout Builder” anymore. The wheel just keeps spinning.
And I cannot add images to my posts anymore.
I have tried deactivating all plugins. No luck. I have made no changes in the code of the theme today. Not even the CSS. It just stopped working.
Any suggestions to what I should do? After som research on this matter a lot of people are having the same issues but they have a plugin called Comprehensive Google Map Plugin installed. This not something you are using in the theme?
Best regards,
Cami
Hey!
We changed the Blog Style on Enfold > Blog Layout to enable the Advance Layout Builder then we added the Blog Posts element on the actual page. You should set the Blog Content Length to Excerpt with read more link. This is your blog page now: http://moneymakeshappy.nl/?page_id=731
In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Thanks!
Best regards,
Ismael
Hi!
Set the Activate Header transparency to transparent header then add a Color Section at the very top of the page. Apply the background image on the Color Section. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Thanks!
Regards,
Ismael
Hi, i’m using ENFOLD theme and i need to add an email verification for my woocommerce plugin.
I’ve been searching and i find the plugin: “WooCommerce Email Verification” but it doesn’t work too well with ENFOLD theme.
Can you give me a solution?
Thanks!
Hi,
I want to publish a full website (a landing page) within an iframe on my site. I don’t want any scrolling bars, it should just look as if I am on that site itself. I have been searching but could not find a working example.
Is there anybody who know how to do this? I am using the Enfold theme.
Thanks a lot.
Stephen
If I use the code you supplied to remove dates from posts in quick CSS, is this retained when the theme is updated?
.post-meta-infos {
display: none !important;
}
This seems to work so far, but I would prefer to put it in my child theme. After much searching of the forum, I only found the quick CSS answer. If there is a version of this I can put in my child theme would you please supply it?
BTW, how to rid a website of all posted dates seems to be a remarkably common search for every theme I have every used. I love the way the blog elements are modified in the Enfold theme. Being able to check/uncheck the meta to display on the post itself is great. But so many people use wordpress for sites that are not blogs. Would you consider adding a way to remove ALL post date references in future updates? After seeing how many people ask that question or a similar one, I’ll bet you could seriously reduce support time on that topic.
Thank you
Hi!
Thank you for sharing that info.
You can find the current theme version on Appearance > Themes. Just click the Enfold to show the current version. Updates can be found on Enfold > Theme Update panel. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Thanks!
Regards,
Ismael
There are two options. Download Enfold (green button) or Install theme (blue button)
I used Finder to search the unzipped contents. I couldn’t find a version.txt file
but did find an update.txt file.
Hi.
Enfold is a great theme and I really like it but I have a strange problem.
I added several menu’s and submenu’s, but I noticed that when I save them the last menu’s added disappear from the list and not showing neither in front nor in backed.
I have about 10 main menu’s and 3 of the menu’s have about 20 submenu’s each.
Is there any limit of how many menu’s to use?
I did some research and found that I need to add this to php.ini – php_value max_input_vars 5000
but it does not help either.
What could be the reason that cuts off the menues as well deselect the check mark of enfold main menu.
I also transferred the complete site to a different hosting to check it, but I still have the same issue. So it is not from the hosting.
Where could be the issue?
Thank you in advance!
Michael
Hi,
I’m using BBPress for a forum on my website and noticed that the buttons in the sidebar and the search button at the top of the forums does not seem to match the button style that enfold uses for the rest of the website. The buttons seem a little larger than their related input elements and do not have rounded edges. Is it possible to make these buttons match the rest of the theme?
Screenshot below:
screenshot
Thanks.
Hi ayron!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select { padding: 6px; }
Best regards,
Yigit
Hi – i found this on a google search:
— removed link by Devin :) —
and i can’t figure out what Avia Layout Builder modules you used to create the menu elements. any ideas?
in the code, i see something called “av-catalogue” listed – but hmmm, that’s not in Enfold, is it?
any ideas? thanks!
-
This topic was modified 11 years, 7 months ago by
Devin.
Don’t quote me on this guys….but I just upgraded WordPress 3.9.2 to Wordpres 4.0 and immediately after that I started receiving major complications with ENFOLD. The editing of pages aren’t accessible, the ENFOLD theme options don’t load…..
I would research or think twice before doing this update if you’re using the theme.
Justin
Hi!
Yes – insert this code into the enfold/functions.php or child theme functions.php file:
add_filter('avf_frontend_search_form_param', 'avia_deactivate_ajax_search',10,1);
function avia_deactivate_ajax_search($params)
{
$params['ajax_disable'] = true;
return $params;
}
Cheers!
Peter
Hi,
Apologies if the following has been asked/answered before. A quick search didn’t give me related results.
We’re using a third-party application to capture filled in contact form information. At the moment the contact form is created in that application and shown on the website through an iframe. As I absolutely despise unnecessary iframes, I would prefer to create forms inside WP and just send the info to the third-party app.
But, in order to do so we need to add some action to the form. Apparently there isn’t an option in the page builder, so now I ask:
Is there any way of adding an action through the debug mode, for example, or any other way? If not, is there any plugin you may know of that supports this without causing conflicts with Enfold?
Thanks in advance for your feedback.
Hello,
I am building a site with two languages using WPML and enfold.
Well i have added my extra language (Russian) and some of the menu items and other wordrpess menus have translated texts.
Since i want everything admin panel related to remain English, how can i remove those translations? I can see them in String Translation. I dont want to delete all of them, except the backend translations; for example i want to keep the frontend translations (ie you are here, new search etc.) If there is no way to keep any of them, then should i just remove all the “translation completed” strings from string translation?
thanks in advance.
Hey!
2) You can try to use this plugin: https://wordpress.org/plugins/safe-redirect-manager/ to redirect any url which contains your domain to another url. It should also be possible to redirect http://mywebsite.com/?s= to http://mywebsite.com/?s=noresult
3) Yes, you can embed any widget area by using the dynamic_sidebar() function: http://codex.wordpress.org/Function_Reference/dynamic_sidebar
If the widget area is called “searchleft” use it like:
dynamic_sidebar("searchleft");
Kriesi uses the function in enfold/sidebar.php to display all sidebar widget areas.
Cheers!
Peter
Hi!
Search shows excerpt of posts by default – http://kriesi.at/themes/enfold/?s=new
If you would like to display excerpt for pages, please edit your page, click Screen Options and check “Excerpt” – http://i.imgur.com/kmcis9k.png then add your excerpt below content in Excerpt field
Regards,
Yigit