-
Search Results
-
Would like to change the widget image size from the standard 36px x 36px to a more of landscaped 108px x 36px; so as preview images also appear as such in widgets such as the Enfold Combo Widget, Latest Portfolio, etc…
Is this is simple as changing in the function.php as I’ve seen some posts refer to?
Mahalo,
TheMauiDarren
I want to update the enfold theme, as recommended i have installed a child theme.
Is there a tutorial for updating without affecting the child theme?Hey guys,
I saw that you updated the woocommerce shop filters for mobile (“sort by default, price, etc.” and “display # of products per page”). Thanks for working on it. However, while the filters are now selectable and can be expanded, they do not remain expanded long enough to be able to click on any of the selections. It’s happening on your demo site here, too:
http://kriesi.at/themedemo/?theme=enfold (default shop tab)
Any suggestions for a quick fix would be much appreciated.
Hi Team,
I’m getting ready to put the Enfold I customized for my customer on their server.
Right now it is on mine, http://www.stagenow.net.What it the best way to get it on theirs? http://www.gatewayocd.com
Thank you so much for all the help you provided,
Frederic
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
Topic: LayerSlider text not showing
I add
//set builder mode to debug
add_action(‘avia_builder_mode’, “builder_set_debug”);
function builder_set_debug()
{
return “debug”;
}on line 256 in functions.php, but the text fields are empty.
Multiple elements are not working after update. I can see them on my page editor, but when I click to preview or update it’s not there.
Topic: Installing Demo Content
Hi,
I bought the Enfold theme a while ago and now just getting ready to install it.
I have a current site and instead of creating a new one from scratch, want to install Enfold, activate and configure it. If I’m not mistaken, there is also some demo content that can be installed. If I do that, will it erase/replace all content that is currently available? Or they will be in the backend, but just not viewable in the frontend?
thanks a lot in advance
tdakoYou asked me to give you the login details for our website that crashed when we updated it to the latest version of enfold, also we cant even access the wp-admin login area
Many thanks for your help
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.
Viewing 30 results - 217,771 through 217,800 (of 244,425 total)
