-
Search Results
-
Hi everyone,
on single product pages the sidebar is on the left side. I was happy to find the code to get it on the right side:
http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/It worked well except that the sidebar is a bit smaller than the normal one. It looks like that:
http://erfolgswelt24.com/auf-einen-blick/marketing-werkstatt-no-1-marketing-konzeption/
As you can see the text within “product search” is being cropped. Is there a way to get the sidebar bigger or can I change the words within the product seach (Suche nach Produkten). I didn’t find a possibility to change.
Also the rating field is not correct. Without sidebar, the checking field is above the name and with sidebar it’s getting worse.
Thanks, Sophie
Hello everybody,
i buy the theme, install it on an new domain, active the maintanance mode, deactivate the site for all search bots and begin to create content.
Two week later i have the first problems:
1. the send Spam mails from my site and server
/wp-content/themes/enfold/rmkykgpet.php
/wp-content/themes/enfold/fkchjkf.php
/wp-content/themes/enfold/brjmo.php2. they create folder and chinese sites on my host
http://www.mydomain.com/sk8hi/NrT/Now i delete the fake folders and deactive the theme.
What can i do to use the theme without this security problems?Thanks
I am having an issue using a Plugin called Awesome Gallery with Enfold. Here is the link to the plugin.
http://codecanyon.net/item/awesome-gallery/6462937?WT.ac=search_item&WT.z_author=karevnThe link to the gallery will be in the private section below.
The problem I am having is that if you use the filter option (click on a filter category) you can look through those images fine with lightbox effect (Magnific), but if you go back to the gallery, click on another filter category, you often see the wrong image in the lightbox. Specially after you go through 2 or 3 different categories. It seems to work OK for just the first two categories you view.
It seems to work best if I leave Enfold lightbox’s option enabled (with seems to be Magnific), but you can choose different Lightbox effect options from within the Awesome Gallery plugin, but Enfold is overriding this.
I have been getting some support from the Plugin Author as well, but I think it is an issue with Enfold not working with the Plugin. I have also removed all other plugins to test is there was some other conflict, but it didn’t help.
If this can not work, do you know of a Filterable Gallery Plugin that does work well with Enfold?
Thanks.Topic: Editing team element style
Love your theme!
I was wondering how I copy the team section style on the “About Us” page in the Enfold sample page:
It’s under Pages –> Example Pages –> About Us
or
Pages –> Example Pages –> Meet the TeamI’m sure this has been answered before, but I can’t find it and I’ve looked in the help section, searched the forums, and googled it. Please let me know, thanks!
Hi,
I’m using ENFOLD 2.9.1 and without having changed/updating anything at my site in the last days (site is currently in Maintenance Mode) I see as “network admin” at the plugins page this error:
Warning: Invalid argument supplied for foreach() in ......./wp-includes/update.php on line 295LIne 295 in der update.php in wp-includes is:
foreach ( $response['plugins'] as &$plugin ) {I have done now a LOT of debugging, de-activated and deleted all plugins, and as soon as I de-activate ENFOLD and replaced it with Twentyfourteen Theme, this error is gone. Yes, I have also downloaded the WordPress files and replaced them with the fresh ones!
By the way, I remember, that I have found this error somewhere in this forum some time ago, too, where you have suggested to put
in ENFOLD’s function.php:
add_theme_support('avia_manual_updates_only');
and I have done this – without success.After searching a lot with Google I have found this:
http://wordpress.org/support/topic/plugins-update-php-warnings?replies=1Maybe it is somewhere in ENFOLD’s theme files a similar “behaviour” (German Umlauts?)
As soon as I de-activate ENFOLD 2.9.1, the error with update.php is gone and I see again the update notification for my plugins. As soon as I activate ENFOLD again, the error mentioned above is there again.
(Using WP 3.9.1 network installation, the WordPress download from wpde.org (German WordPress), ENFOLD 2.9.1, all plugins disabled, no caching plugin installed, PHP 5.5 at a German Hoster).
Any idea?
Thanks.Topic: active menu item
Hi,
How can I get the colored underline on the active menu item like you have on the enfold demo? I have updated to the latest version.Also, it seems that my posts are disappearing. Any reason? I try to search the forum for an answer first and only post if I am unable to find a workable solution…
Thanks
I would like ton include the featured image in serach results?
I have found this code
<div class=”entry”>
<?php
if ( has_post_thumbnail() ) { // check if the post Thumbnail
the_post_thumbnail();
} else {
//your default img
}the_excerpt(); //your short description
?>
</div>This is the search.php for enfold
<?php
global $avia_config;/*
* get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
*/
get_header();$results = avia_which_archive();
echo avia_title(array(‘title’ => $results ));
?><div class=’container_wrap container_wrap_first main_color <?php avia_layout_class( ‘main’ ); ?>’>
<div class=’container’>
<main class=’content template-search <?php avia_layout_class( ‘content’ ); ?> units’ <?php avia_markup_helper(array(‘context’ => ‘content’));?>>
<div class=’page-heading-container clearfix’>
<section class=”search_form_field”>
<?php
echo “<h4>”.__(‘New Search’,’avia_framework’).”</h4>”;
echo “<p>”.__(‘If you are not happy with the results below please do another search’,’avia_framework’).”</p>”;get_search_form();
echo “<span class=’author-extra-border’></span>”;
?>
</section>
</div><?php
if(!empty($_GET[‘s’]) || have_posts())
{
echo “<h4 class=’extra-mini-title widgettitle’>{$results}</h4>”;/* Run the loop to output the posts.
* If you want to overload this in a child theme then include a file
* called loop-search.php and that will be used instead.
*/
$more = 0;
get_template_part( ‘includes/loop’, ‘search’ );}
?>
<!–end content–>
</main><?php
//get the sidebar
$avia_config[‘currently_viewing’] = ‘page’;get_sidebar();
?>
</div><!–end container–>
</div><!– close default .container_wrap element –>
<?php get_footer(); ?>
Could I make this work? Any advice on where to place the code would be greatly appreciated.
Topic: Most Recent Update
Hi,
I just updated the Enfold theme and unfortunately it made a big change to my portfolio videos that I can’t figure out how to fix through my research.When I clicked on the portfolio item the video used to pop-up in a lightbox. It no longer does. It goes straight to the vimeo page.
Any suggestions?
I searched and saw a few other request for this answer. However, they were all parked private, so I have to open another thread to get the answer.
Q; How do you remove in footer, “Enfold theme by Kriesl”
