-
Search Results
-
Topic: Enfold search function
The Enfold search function in the header menu is no longer working. It worked a bit, now just produces a line type graphic in the middle of the page, but no search box etc. I tested in different browsers, the same. I am running MAC OS 10.5.8, PowerPC. (http://novabook.us/novabookblog/)
Is there a fix I can do?
Thank you.
Dear Admin,
Thank you for reading this. I was experimenting with the Masonry with my blogposts by wordpress gave me this warning :
Warning: Division by zero in /home2/nica72/public_html/brillianceresources.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 592
My site is http://brillianceresources.com/test/
I apologise if this has been asked before. I tried searching but cannot find an answer.
Any help is appreciated!
Hi.
I installed the CodeStyling Localization plugin. Went to Tools — Localization. Selected Themes and for Enfold it says “activated”. Deleted all languages but Deutsch/Deutschland and thought that now for example search results on my site would be in German, but they are still in English.
How do I actually activate the desired language?
Thanks.
Topic: Using qTranslate with Enfold
I did a search but didn’t find any specific help with qTranslate for Enfold.
I’ve installed the plugin but it doesn’t translate anything on the web site when other languages are chosen, do I have to add code somewhere to make it work?
I understand WPML is supported, but any help to make qTranslate functional would greatly be appreciated.
Thanks in advance,
LFTopic: Added Tags to Search results
I hacked up the search results to include tags in the search
file: wp-content\themes\enfold\framework\php\function-set-avia-frontend.php
elseif (is_search()) { //start hack global $wp_query; $orig_query_found=false; $tag_query_found=false; $orig_query = $wp_query; if($orig_query->found_posts){ // echo 'had a post for normal search<br/>'; $orig_query_found=true; }else{ // echo 'no results for normal search<br/>'; $orig_query_found=false; } wp_reset_query(); query_posts( 'tag='.$_GET['s'].'' ); $tag_query = $wp_query; wp_reset_query(); if($tag_query->found_posts){ // echo 'had a post for tag search<br/>'; $tag_query_found=true; }else{ // echo 'no results for tag search<br/>'; $tag_query_found=false; } // $wp_query=$orig_query; switch($orig_query_found){ case true: switch($tag_query_found){ case true: // echo 'should combine the array'; $wp_query->posts = array_merge( $orig_query->posts, $tag_query->posts ); // $wp_query=array_merge($orig_query,$tag_query); break; default: // echo 'leave original results'; $wp_query=$orig_query; break; } break; default: $wp_query->posts = $tag_query->posts ; //since no results in original, just return the tag search break; } //end hack if(!empty($wp_query->found_posts))Now have no errors if:
- no tag results but normal search results
- tag results but no normal search results
- no tag results and no normal search results
- tag results and normal search results
Hello,
All the sites i install the enfold theme on, they are not coming up in google…
Why is this?
I ticked the disencourage searchenignes off…
Some of the sites are:
http://www.bikevents.dk (installed yoast seo on this site)
http://www.mestertp.dkHey there!
I’ve searched for the past couple days for a solution to these issues, in the forums and off, yet I haven’t found the fix to these problems yet.
1)
When using the Advanced Layout Editor, I am unable to publish or update a page when I have # = # within my text. For example, “1 inode = 1 file” will result in a “Page Not Found 404″ error when I try to Publish or Update my page. The only work around I’ve been able to figure thus far is to simply reword my text to not include the equals sign, but as you could imagine, this is not a fix and rather annoying. Also, I can’t leave this issue for future authors/editors to run into without a better solution.
2)
Does prettyPhoto work with pages or posts, or only media elements like images? I’ve created a post that I want to load within the lightbox effect, without it’s header, footer, or sidebar. All of the documentation I’ve found only speaks mostly of images, but I’m looking to load that page on top of the current page, until clicked off. Adding ?iframe=true and &width=725&height=300 to the end of the href url doesn’t do anything. I’ve tried both rel=”lightbox” (Like stated in Enfold Documentation) and rel=”prettyPhoto” (Like stated in prettyPhoto Documentation), and still nothing.
3)
I’ve noticed the Advanced Layout Builder strips out any <p> tags that don’t have anything assigned to it. A simple <p> tag will be stripped from the code when editing blocks of text, but will be re-inserted when I view the page/post. I want this feature turned off, so that the HTML tags I put in stay there, and I don’t have to guess at what will be outputted as a <p> or a <br>.Thank you for your support, and I look forward to hearing your responses soon!
`Joebob~Topic: Simple header issues
I’m having issues with the header, I simply want the Goggle plus, linked in, twitter, and stumbleupon icons not to be there. I apologize if this gets asked a lot, but I could not find it in the search. The slider meeting the header would be ideal, instead I have those icons blocking it.
I also have another question that might not be able to be answered here, but how would I go along raising the upload limit on a windows azure website so I can upload my Enfold theme.
Thank you.
I’m seeing none of the existing templates have H1’s (unless I’m missing something). I have not installed Yoast yet, I’m first going to setup and finish the site then install.
Should I manually edit it myself if I want a certain text to be H? Is it available somewhere in the visual editor? I see the LayerSlider has an option as well, this work well for SEO purposes?
I tried to search for more info on SEO tips utilizing Enfold and WordPress SEO, but couldn’t find much, any help with existing threads about this, would be great.
Thanks!
Hi All,
I have been trying in vain to get similar results to what you see on http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/ where below the main area there is a list of categories and/or tags so one can filter the view to show the appropriate items. I have version 2.4, and have loaded the dummy data, but unfortunately the masonry portfolio page like in the demo is not included so I am not sure how it is set up. I have also searched the forum without success.
What I am ultimately looking to do is set up multiple portfolios. One will have various events, one will have concerts, etc. Under each of these portfolios each will have more specific information in the case of the concerts portfolio, there will be a separate category for each band that is seen with just images of that band included.
Any ideas on how to accomplish this? I am sure it is just something I am missing. When I create the separate portfolios and assign multiple categories, they are not displayed.
Topic: session-start error messages
I’ve installed the latest version of wordpress and the enfold theme but I am getting a series of error messages at the top of the browser window when i view the site:
———————————————————————————
Warning: session_start() [function.session-start]: open(/home//sess_3954292ce6a280032643b6104a87446b, O_RDWR) failed: Permission denied (13) in /web2/user37672/website/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /web2/user37672/website/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /web2/user37672/website/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /web2/user37672/website/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /web2/user37672/website/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33
———————————————————————————Followed by the expected site content, which is just the default content until I get this situation resolved, after the content I get more error messages. I searched through the forum and see that this has come up a few times but I cannot see a definitive answer as to what causes it other than it’s a hosting problem and to contact your host. I contacted my host who have come back and told me “it’s a programming problem alter your code”. Can you provide me any more detail as to the exact cause of the problem or what needs to be done in order to put this right.
Currently the site can be viewed here: http://tonywilson.eu/wordpress/
Thank You

