-
Search Results
-
We would like some pages not to show op in the Search; i seem not able to find anything with the search on this forum, and google searches almost all point to adjust the functions.php file; howver we like a structural solution to disable some pages from the search results.
Is there a solutions build into Enfold already we have missed ?
or what solution do you recommend ?Hi there!
After searching this forum (and also google and the WPML site) I still have a problem with WPML on my enfold site. The problem is that the translated categories don’t show up when I want to translate a page, but the native categories do.
My native language is NL and I’m making a EN translation.This I what I’m trying to do:
I go to a NL page that I want to translate. I select EN language in the top menu so a new (EN) page opens, this work just fine. Then I would like to use the ‘blog posts’ element. I drag an drop that into my editor. Then when I click on the blog element, the menu only shows the NL catagories.I followed this video (https://docs.google.com/file/d/0B8hqGBMSfHtKSC0yUUZ2cUN1SXM/edit) and applied the actions to my blog posts and categories. The translation of the categories works just fine. The only problem is that they don’t show op in the advanced Enfold editor.
Is there anyone who can help me solve this problem? That would be great!
Thanks!
Hi there,
after quite some research and experiences with WPML i decided to give Multilingual Press Pro + Enfold on a Multisite a try. Any experiences from anyone? Does the Avia Builder work?
Hallo Zusammen,
ich habe wieder ein paar fragen zu meinen kleinen Projekt.Erste Frage
Ich möchte gerne den Header-Bereich Editieren, damit ich rechts neben dem Logo eine Search-bar einfügen kann.
bitte sagt mir auch gleich welche Befehlszeile ich benötige um Sie hier einzubinden.Zweite Frage
ich möchte die Schriften unabhängig in Größe und Stärke editieren für das Top Menü – Hauptmenü und das Footer MenüIch danke euch vorab,
mit freundlichen Grüßen,
Courin
Hello,
Love the Enfold theme. Very happy with practically everything. However, the theme’s table styling causes my property search and contact forms (dsIDXpress plugin) to not look right. The table rows have added spacing below the text. I’ve tried using some quick styling CSS fixes from previous posts and nothing seems to work. Some of the scripts built directly from my Diverse Solutions control panel have the option to use iFrames, which I use with success. However, not very module and none of the WordPress widgets have that option.
You can see an example here from one of my pages:
The search form on the right is from the IDX plugin. The form below is from a script using iFrame. Big difference.
Any suggestions would be greatly appreciated.Thanks.
BobTopic: SEO
Alright, I am developing a site for Virginia SEO, at https://www.virginiaseo.org
I have been whittling away at content issues and such, and have finally got the site down to something that I would call optimized. I discovered a major issue over Christmas, and just discovered another major issue as well, which I will share:
When you install WooCommerce into the theme, and you enable header bars with the title and breadcrumb, every product page has two H1 tags on it. This is a big no-no SEO wise as I am sure you know.
This is what I did:
Line 28 in archive-product.php in WooCommerce
<h1 class=”page-title”><?php woocommerce_page_title(); ?></h1>Left This heading alone, since the product title is what I would like to be my H1
Change line 274 in themes\enfold\functions-enfold.php
‘heading’ => ‘p’ //headings are set based on this article: http://yoast.com/blog-headings-structure/
I changed this to P from H1, and then applied some re-sizing to it. the downside is that this change I made was site wide, so I had to go through all of my pages and manually add a H1 tag to the page.
————————
My second issue I just discovered. I use Yoast SEO of course, and I have enabled the option to:
Sitewide meta settings
Noindex subpages of archives
If you want to prevent /page/2/ and further of any archive to show up in the search results, enable this.And if you go to my pages, you will see the meta robots. But I plugged my site into Google webmaster tools, and look at what I am seeing:
http://cl.ly/image/3F2S0o150f2bIt seems Google is crawling the sort links and other links as well.
Also while we are on the topic, I use a SEO tool called Raven SEO. They do a crawl of the site as well. I discovered that the TOP search button (The one in the shape of a magnifying glass) which is enabled in Enfold options was getting crawled as well. The result was 1000 failed listings of crawling pages such as site.com/product/s?=
I solved this by disabling the header search feature.
But all of these items are check marks against the site in my opinion- Google finding tons of 404 errors because it is trying to crawl a crazy sort link on the page is not right. I am going to go about blocking some of this stuff now with robots.txt… which is against my better judgement, I do not like to use robots.txt except in extreme circumstances.
Thanks,
Chris
Topic: Blog Image Sizes
Hello all,
I am having trouble with the images I use for our blog (News). I have searched the forum but can’t find the answer I need. I am using single author, small image. Unless I use a square image, versus a banner, it is resized on the preview. You can see what I mean here: http://www.litrotechnologies.com/news/
Unlike your post Policy Updates of WordPress on your demo site: http://kriesi.at/themes/enfold/blog/blog-single-small/
That image is actually 1030×686 but fills the square in the preview and appears as a banner in the full blog post and then appears full size in lightbox. What settings am I missing?
Your post The lone Balloon is another example.
Thanks in advance,
Scott
I am trying to do the same as explained here, but with enfold!
https://kriesi.at/support/topic/removing-elements-from-specific-pages/
I have created the template php file, but I can’t seem to find the lines of code to delete. I have searched up and down this forum.
I am still new at this level of customisations so any help will be deeply appreciated. :)
what a great forum this is! I have managed to accomplish so much with reading others threads! – Thank you!
In the default Enfold mode, paragraphs are far too close to each other, making text difficult to read and follow….
On searching the forum I found the following code to insert into the Quick CSS:
p {
padding: 1.00em 0;
}…which had the desired effect,
Please see http://www.vinesdrive.com/about/ where the paragraphs are spaced nicely.
However this has now effected every page, spacing large headings out so they look terrible.
Please see http://www.vinesdrive.com/ to see how all the large text has now also been spread out, making it look unprofessional.
Could you please advise how I could keep certain ‘proper’ paragraphs spaced as in the first link, but not have it affect everything?
Many thanks
Jason
I wanted to try something and change the background of the search popup and tried to change its css attribute in the Custom.css…did not pick it. I tried in Layout, did not pick it. So I tried in the dashboard custom css section and that worked.
I think the site dynamic css that is written in the uploads folder may be writing on top of the css in those other files. This means that you are kind of limited to the css colors you set in the theme’s tabs. In my testing I was trying to use:
#top .header_color .input-text, #top .header_color input[type='text'], #top .header_color input[type='input'], #top .header_color input[type='password'], #top .header_color input[type='email'], #top .header_color input[type='number'], #top .header_color input[type='url'], #top .header_color input[type='tel'], #top .header_color input[type='search'], #top .header_color textarea, #top .header_color select { border-color:#cccccc; background-color: #ffffff; color:#000; }because I had set the top backgrund to be dark the background for the search was dark as well.
So I would like to know if there is a way to make the custom.css be the last css parsed so that the declarations in it are not overwriten by the custom one. The problem with relying on the custom css field is that anybody can destroy the site by erasing that section by mistake in pressing the wrong button (it happened, just like the import custom pages can screw up a website is an admin presses the wrong button) I always remove the admin section for importing dummy content because I don t trust other admins to not make a mistake but with the css one its more of a problem as there is no going back if you reset the styles.
Anyway, which css is the last one to be picked up and could the next version fix the order and pick custom last please :)
Thanks

Is there a way to remove the comments tab in the search results?
See here: https://www.dropbox.com/s/hl2vnu5iyqcr4l1/enfold.png