Hi!
Once you set the Blog Style to “Use the advance layout builder” option, you’ll be able to edit the blog page using the Advance Layout Builder. Set the blog style then edit the page. Add the Blog Posts element, because… blog page should have at least “blog posts” in it I guess. You can then add additional elements such as sliders, buttons etc. You can also use the Masonry element to showcase your posts. It will not affect the single posts pages. For that, you can toggle Enfold > Blog Layout > Single Post Style.
In case you have 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 still have any questions, 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
Ubermenu 3 (Chris Mavricos) came through for us with a solution to continue use of the Enfold Ajax Search with preview results. See the Sevenspark.com URL above for the complete details. You may close this ticket. I’m sure others will benefit from this solution using Enfold (2.9.2) and Ubermenu (3).
I’m having the same issue. My site is FaithFamilyLifeAndOtherThings.org
Here’s what I know/or think I’ve discovered done to fix but am not getting the right result.
1. I have the WordPress Jetpack plugin. I deactivated the mobile theme option. Still seeing codes on mobile device. My Android LG2 phone and my LG3Tablet.
2. I’ve searched for a mobile activate tab within enfold. Only find within my page builder that I can choose two layouts for mobile theme: Default or My Home Page. For each page it looks like I have to choose but doing so doesn’t fix my problem.
Side Note: The Jetpack offers some functionality to me that Enfold or WP.org dashboard doesn’t such as giving my readers an option to follow my blog or subscribe. I’m not a coder. Have no idea how to incorporate this functionality without the jetpack plugin.
Please help. I’m close to launching this site but must first fix this issue. I tried to attach a screen shot but couldn’t figure out how.
Thank you.
Dori Price
Hi!
Thank you for visiting Kriesi’s support forum! In case you have 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 still have any questions, 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 – We recently upgraded Ubermenu to version 3. We were using the Enfold Ajax preview search as a menu item with an input box to see a quick preview of search results.
We followed this set of instructions to make it happen:
http://sevenspark.com/support/topic/ubermenu-3-and-using-the-enfold-search-instead#post-29316
I’ve reached out to Ubermenu as you can see and removed the code in the functions.php. I’m unable to proceed with the old instructions of “disable the Reset Div & Span Styling option in the UberMenu Control Panel > Theme Integration.” because that’s no longer an option.
Is there a way for me to use the Enfold Ajax search as a shortcode or widget on the Ubermenu? Or – any other ideas of how to make this happen?
Thanks for your help.
Hey SPOONIX!
Thank you for using Enfold.
I’m sorry but we don’t provide support for third party scripts. However, you can edit header.php or try adding this on functions.php to place the script inside the head tag:
function googleimo_code() { ?>
<script src="https://www.google.com/jsapi"
type="text/javascript"></script>
<script language="Javascript" type="text/javascript">
//<!
google.load('search', '1');
function OnLoad() {
// Create a search control
var searchControl = new google.search.SearchControl();
// Add in a full set of searchers
var localSearch = new google.search.LocalSearch();
searchControl.addSearcher(localSearch);
searchControl.addSearcher(new google.search.WebSearch());
searchControl.addSearcher(new google.search.VideoSearch());
searchControl.addSearcher(new google.search.BlogSearch());
searchControl.addSearcher(new google.search.NewsSearch());
searchControl.addSearcher(new google.search.ImageSearch());
searchControl.addSearcher(new google.search.BookSearch());
searchControl.addSearcher(new google.search.PatentSearch());
// Set the Local Search center point
localSearch.setCenterPoint("New York, NY");
// tell the searcher to draw itself and tell it where to attach
searchControl.draw(document.getElementById("searchcontrol"));
// execute an inital search
searchControl.execute("IMMOBILIER");
}
google.setOnLoadCallback(OnLoad);
//]]>
</script>
<?php }
add_action('wp_head', 'googleimo_code', 10);
Place the div in header.php.
Regards,
Ismael
Hey!
Please go to Enfold/Includes folder and helper-main-menu.php file and find
if($headerS['header_social'] == 'icon_active_main' && !empty($headerS['bottom_menu'])) echo $icons;
and add following code right below it
get_search_form();
and adjust its position using following code in Quick CSS field
#header form#searchform { top: 10%; left: 40%; position: relative; }
Regards,
Yigit
Hi Guys,
Can you help?. I am using your Enfold Theme, with WP 4.0 and Yoast SEO plugin.
I have my Title in <H2> tags and meta data for the page, it should read as follows in Google, when you try a search for ‘naturaloutlook’:
Gary Flooks – Digital Communications Manager
http://www.naturaloutlook.com
I deliver on elevating digital brand presence through: creative branding; business and marketing strategies.
Instead, the Google search brings up the last text entry which happens to be a testimonial? (as below):
Gary Flooks – Digital Communications Manager
http://www.naturaloutlook.com/
Thien HuynhSenior Editor, 24hrs.ca. Toronto, Canadawww.24hrs.ca – 24hrs.ca. © Naturaloutlook, 2014. Home · Work · Services · Profile · Connect. Scroll to top.
Am I doing something wrong?, or does Google not pick up <H2 tags> when inside a colour section or even a slider?. I don’t understand why Google is picking up on the last line of text for my search results?.
Any help would be much appreciated.
Gary
-
This topic was modified 11 years, 6 months ago by
Gstar72.
By default, Enfold uses a sans serif font for the search bar within the menu section on top of every page. Both the “Search”-text as well as the user’s input are both rendered in Helvetica or Arial. Since the rest of my page uses the “OpenSans” Google font, I wanted to use this font for the search bar, too. I tried a few things in my child theme’s style.css but none of it worked so far. For example, I’ve overwritten the #top input[type=”text”]-element from the base.css and added the “OpenSans” font-family, however it didn’t change anything. Could you please give me a hint on how to change the search bar font? Thanks in advance.
That’s possibly it, but it seems that the way Google is stating this scenario, it isn’t about posts to a blog, or similar, but to the main page of the site — which is why I think the code needs to go somewhere in the Enfold configuration. The goal is for a client who uses Google and searches for my company, and I have those Adwords registered to my account, then a map and description of my business comes up on the right of the Google search page.
This is why I think it needs to be inserted in the Enfold configuration so that the code is presented through the main (home) page of my website.
“For reference here is the text Google gave me for this process:
By adding a short line of code to http://www.therapyhelpcenter.com/, you can make your Google+ page eligible to show up on the right hand side of the Google search page for relevant queries and make your Google+ page more discoverable. Learn more
Ask your site’s webmaster to add the following line of code to your site’s homepage:
“Google+”
You can also email these instructions to your webmaster”
NOTE: I’ve tried several methods to show the code I’m talking about, but even when quoted the one line of Google + code I mean is changed by this forum software to a blue “Google+” link. I hope this doesn’t cause a problem with resolving this issue for you.
-
This reply was modified 11 years, 7 months ago by
davevi.
Hi,
i had deactivated all plugins. problem is still there.
Syntax error, unrecognized expression: a[rel=]
even if i activate the original enfold theme. we had build a child theme for update reasons.
something is searching for a[rel] tags an didnt find. hope you can help.
regards.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header-search { display: none; }
and please re-configure header options – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/
Cheers!
Yigit
Go to your functions.php file in the enfold theme files and then search for:
wp_enqueue_script( 'avia-default', $template_url.'/js/avia.js', array('jquery'), 2, true );
`
Change the 2 to a 22.
The broken avia.js is still getting cached so when the server loads everything up its loading enfold/js/avia.js?ver=2 which is the broken file. Changing the version to 22 will break the cache and fix it immediately for you.
-
This reply was modified 11 years, 7 months ago by
Devin.
Dear support,
I’m aware that my question is not part of standard support but more general question.
I’m using WordPress SEO by Yoast plugin on my sites, and I used it on Enfold to create XML sitemap and the result points to the 404 page.
When I did the search on the Yoast support about this topic, I found this: http://kb.yoast.com/article/77-my-sitemap-index-is-giving-a-404-error-what-should-i-do so, Yoast explains that “First of all, let us be clear that this is not due to our plugin, but due to poorly coded themes and/or other plugins.”
Ok, I suppose that your awesome theme is well-coded but is there any advice that you can give me what could cause this and how can I improve it within your theme? Thank you, guys!
Alfiya
Hey!
Thank you for the update. In case you have 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!
1.) Set the Autorotation active? to “Yes”.
2.) Please give us a sample page with the video.
3.) Which title? Can you please provide a screenshot?
4.) You can edit footer widgets on Appearance > Widgets. Look for the Footer – Columns widget area.
Regards,
Ismael
This is what our developer said for your reference
“It appears that there is some issue with your Enfold template to work under https:// it appears that the URLs that it is trying access are http ones. I tried several things to setup it including search and replace all the URL occurrences to go through https:// , using force HTTPS plugin and .htaccess directives that will force any application URL to go via HTTPs but to no avail.
I would recommend you to contact the template developers to have a look at what might be the reason for this issue as the setup cannot be completed due to this fact and update us as soon as you have more information so that we can setup your applications.”
Hey!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.main_menu, #header_main_alternate, .responsive #header .main_menu ul { display: block; }
li#menu-item-search { display: block!important; }
.av-main-nav > li { display: none; }}
Cheers!
Yigit
Hi RedRobin!
Can you post the link to your search result page where we can see an example?
You can use SearchWP ( http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/ ) or Relevanssi ( http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/ ) instead of standard search to have more control over search results
Cheers!
Yigit
Hi GOWD!
Thank you for using Enfold.
You can use this on functions.php if you want sharing section on pages:
add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1);
function avia_add_social_toolbar_template_builder($content = "")
{
$content .= avia_social_share_links(array(), false);
$content .= '<div style="height:1px; margin-top:50px;" class="hr"></div>';
return $content;
}
Edit this one, remove the hover part:
#top #wrap_all .av-social-link-rss:hover a{color:#fff; background-color:#ffa133; }
#top #wrap_all .av-social-link-facebook:hover a{color:#fff; background-color:#37589b; }
#top #wrap_all .av-social-link-twitter:hover a{color:#fff; background-color:#46d4fe; }
#top #wrap_all .av-social-link-mail:hover a{color:#fff; background-color:#9fae37; }
#top #wrap_all .av-social-link-dribbble:hover a{color:#fff; background-color:#e44885; }
#top #wrap_all .av-social-link-linkedin:hover a{color:#fff; background-color:#419cca; }
#top #wrap_all .av-social-link-search:hover a{color:#fff; background-color:#222222; }
#top #wrap_all .av-social-link-gplus:hover a{color:#fff; background-color:#de5a49; }
#top #wrap_all .av-social-link-behance:hover a{color:#fff; background-color:#008cfa; }
#top #wrap_all .av-social-link-flickr:hover a{color:#fff; background-color:#ff0086; }
#top #wrap_all .av-social-link-forrst:hover a{color:#fff; background-color:#234317; }
#top #wrap_all .av-social-link-myspace:hover a{color:#fff; background-color:#000000; }
#top #wrap_all .av-social-link-tumblr:hover a{color:#fff; background-color:#345574; }
#top #wrap_all .av-social-link-vimeo:hover a{color:#fff; background-color:#31baff; }
#top #wrap_all .av-social-link-youtube:hover a{color:#fff; background-color:#a72b1d; }
#top #wrap_all .av-social-link-pinterest:hover a{color:#fff; background-color:#cb2027; }
#top #wrap_all .av-social-link-skype:hover a{color:#fff; background-color:#12a5f4; }
#top #wrap_all .av-social-link-instagram:hover a{color:#fff; background-color:#a67658; }
#top #wrap_all .av-social-link-five_100_px:hover a{color:#fff; background-color:#222222; }
#top #wrap_all .av-social-link-soundcloud:hover a{color:#fff; background-color:#F76700; }
#top #wrap_all .av-social-link-xing:hover a{color:#fff; background-color:#006567; }
#top #wrap_all .av-social-link-vk:hover a{color:#fff; background-color:#597BA5; }
#top #wrap_all .av-social-link-reddit:hover a{color:#fff; background-color:#FF4500; }
Cheers!
Ismael
Hi Peter,
Is Kriesi working on an update to fix the Yoast plugin issues other than telling us to increase the memory to 128M? Because increasing the memory doesn’t fix anything Yoast related issues that have surfaced with the latest Enfold update. Their latest updates 1.6 &1.6.1 changed and added quite a few things. I won’t be surprised if the random permalink change has to do with the new wpseo_json_ld_search_output or wpseo_json_ld_search_url additions on the last 2 updates. Have you guys checked these among others?
Thank you,
George
The same thing is happening to me. I was trying to replace the default footer text but couldn’t find it in the widget area. After researching I my understanding is to just create a text widget and drag it to FOOTER – COLUMN 1. and so forth. That did replace “interesting links” but it sits lower than the default
http://www.jodiecharlop.com/
I am new to enfold so I may have missed some documentation on all this
Thanks
Claudia
Hi, I have been working on my website (franchiseelites.com) for months. However, indexing process with google is taking so long. Now, some dumb people started to copy and paste our content into his website and it seems google recognizes his content much quicker than ours. His website is on top of google search results with our content.
Anyone of you guys have any idea?
Can’t search anymore from the menu bar. Search field is completely gone.
http://virtuusa.com
Running Enfold 2.9.2 and WordPress 4.0
I’ve got the same problems with the Yoast plugin after updated the theme to 2.9.2. Permalinks are changed out of nowhere and Google hasn’t updated pages changed since the update to 2.9.2. Since updating Enfold to 2.9.2 my site has fallen from page 1 to page 4 in the search results. Had to revert Yoast to 1.5.5 to temporarily (hopefully) solve the issues.
Please update Enfold to fix the Yoast issues.
Hi everybody,
Working on a project, I have been asked to displace the woocommerce “variations and add to cart” block.
I should have a first block containing an image, a second one containing variations (choices) and add to cart, and then a third block containing my product description ect…
I made a (wonderful and I guess incomprehensible) drawing to show you what I need :
http://hpics.li/21806ce
I made research on that, and tried to edit woocommerce templates.
I tried to edit “single-product.php“, moving <php?> blocks inside (depending on the order I want the blocks to appear on my page), placing this file on my /wp-content/themes/enfold-child/woocommerce/template, but the presumed changes don’t appear…
Then I realised that Enfold already contain a “config-woocommerce” folder, with a config.php file.
I guess I have to make my changes in this file, that visibly overwrite the “original” woocommerce templates, but I can’t find what I want in it, I’m a begginer with PHP !
I have been searching for an entire day, et I’m asking myself if I’m not doing something wrong..? I’m not even sure to completely understand how these php templates work…
Any ideas for me ?
Thanks !
p.s : excuse my bad english, I’m french !
Here are some informations that could be usefull :
– WordPress : 4.0
– Enfold parent : 2.9.2
– Woocommerce : 2.2.4
– Hosting : 1&1.fr
-
This topic was modified 11 years, 7 months ago by
wipple.
Hey XLMMarketing!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.search .widget_categories, .search .widget_archive {
display: none !important;
}
If that does not work, please post the link to your website
Cheers!
Yigit
Hey H!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.ajax_search_excerpt {
display: none;
}
Regards,
Yigit
Hallo,
i have played arround for some time now. But how can i remove
search box, recent entries, …
<section id=”search-2″ class=”widget clearfix widget_search”>
<section id=”recent-posts-2″ class=”widget clearfix widget_recent_entries”>
<section id=”recent-comments-2″ class=”widget clearfix widget_recent_comments”>
<section id=”archives-2″ class=”widget clearfix widget_archive”>
<section id=”categories-2″ class=”widget clearfix widget_categories”>
<section id=”meta-2″ class=”widget clearfix widget_meta”>
from the sideabar?
I have tried the options in “enfold theme options” -> “sidebar layout” and created also my own widget. But i dont have success.
Hi,
I have two sites using the Enfold theme (both bought separately) and I’m having the hardest time updating the sites with the latest version of Enfold. I have searched the forum for answers and have tried everything I can find. I’ve followed the directions from this link using FileZilla http://kriesi.at/documentation/enfold/updating-your-theme-files/ and it still does not show the update on WordPress. Can someone please help?
Hi!
The advance layout builder and wp bakery visual composer have a lot in common, unfortunately, they won’t work well together because of script conflicts. You can use the Video element if you want o embed videos. In case you have 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