-
Search Results
-
I am developing a website using your awesome Enfold theme. Everything is working fine and the theme is really something special.
But I am having a problem with the “Visual” selection in the Avisa Layout Builder text block. Its all white and there is nothing there. When I highlight the empty white space, it shows that there is text. I have tried everything I know to fix the problem. I have turned off all plugins and tried without success. I have deleted the theme and uploaded again without success. I have in fact deleted my full WordPress and uploaded again without success.
I see that this issue was already raised in another thread (which is now closed);
It would be very helpful if you can help me out here.
Cheers.
Topic: footer problem
Hi,
I get an error in my footer. http://www.e-conomy.nl
I think I removed something wrong.How can I restore this?
The footer.php code is now:
<?php
global $avia_config;
$blank = isset($avia_config[‘template’]) ? $avia_config[‘template’] : “”;//reset wordpress query in case we modified it
wp_reset_query();//get footer display settings
$the_id = avia_get_the_id(); //use avia get the id instead of default get id. prevents notice on 404 pages
$footer = get_post_meta($the_id, ‘footer’, true);
$footer_widget_setting = !empty($footer) ? $footer : avia_get_option(‘display_widgets_socket’);//check if we should display a footer
if(!$blank && $footer_widget_setting != ‘nofooterarea’ )
{
if( $footer_widget_setting != ‘nofooterwidgets’ )
{
//get columns
$columns = avia_get_option(‘footer_columns’);
?>
<div class=’container_wrap footer_color’ id=’footer’><div class=’container’>
<?php
do_action(‘avia_before_footer_columns’);//create the footer columns by iterating
switch($columns)
{
case 1: $class = ”; break;
case 2: $class = ‘av_one_half’; break;
case 3: $class = ‘av_one_third’; break;
case 4: $class = ‘av_one_fourth’; break;
case 5: $class = ‘av_one_fifth’; break;
case 6: $class = ‘av_one_sixth’; break;
}$firstCol = “first el_before_{$class}”;
//display the footer widget that was defined at appearenace->widgets in the wordpress backend
//if no widget is defined display a dummy widget, located at the bottom of includes/register-widget-area.php
for ($i = 1; $i <= $columns; $i++)
{
if($i != 1) $class .= ” el_after_{$class} el_before_{$class}”;
echo “<div class=’flex_column {$class} {$firstCol}’>”;
if (function_exists(‘dynamic_sidebar’) && dynamic_sidebar(‘Footer – column’.$i) ) : else : avia_dummy_widget($i); endif;
echo “</div>”;
$firstCol = “”;
}do_action(‘avia_after_footer_columns’);
?>
</div>
<!– ####### END FOOTER CONTAINER ####### –>
</div><?php } //endif nofooterwidgets ?>
<!– end main –>
</div><?php
//copyright
$copyright = do_shortcode( avia_get_option(‘copyright’, “© “.__(‘Copyright’,’avia_framework’).” – “.get_bloginfo(‘name’).”“) );// you can filter and remove the backlink with an add_filter function
// from your themes (or child themes) functions.php file if you dont want to edit this file
// you can also just keep that link. I really do appreciate it ;)
$kriesi_at_backlink = apply_filters(“kriesi_backlink”, ” – Enfold Theme by Kriesi“);//you can also remove the kriesi.at backlink by adding [nolink] to your custom copyright field in the admin area
if($copyright && strpos($copyright, ‘[nolink]’) !== false)
{
$kriesi_at_backlink = “”;
$copyright = str_replace(“[nolink]”,””,$copyright);
}if( $footer_widget_setting != ‘nosocket’ )
{?>
<footer class=’container_wrap socket_color’ id=’socket’ <?php avia_markup_helper(array(‘context’ => ‘footer’)); ?>>
<div class=’container’><span class=’copyright’><?php echo $copyright . $kriesi_at_backlink; ?></span>
<?php
echo “<nav class=’sub_menu_socket’ “.avia_markup_helper(array(‘context’ => ‘nav’, ‘echo’ => false)).”>”;
$avia_theme_location = ‘avia3’;
$avia_menu_class = $avia_theme_location . ‘-menu’;$args = array(
‘theme_location’=>$avia_theme_location,
‘menu_id’ =>$avia_menu_class,
‘container_class’ =>$avia_menu_class,
‘fallback_cb’ => ”,
‘depth’=>1
);wp_nav_menu($args);
echo “</nav>”;
?></div>
<!– ####### END SOCKET CONTAINER ####### –>
</footer><?php
} //end nosocket check}
else
{
echo “<!– end main –></div>”;
} //end blank & nofooterarea check//display link to previeous and next portfolio entry
echo avia_post_nav();echo “<!– end wrap_all –></div>”;
if(isset($avia_config[‘fullscreen_image’]))
{ ?>
<!–[if lte IE 8]>
<style type=”text/css”>
.bg_container {
-ms-filter:”progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $avia_config[‘fullscreen_image’]; ?>’, sizingMethod=’scale’)”;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $avia_config[‘fullscreen_image’]; ?>’, sizingMethod=’scale’);
}
</style>
<![endif]–>
<?php
echo “<div class=’bg_container’ style=’background-image:url(“.$avia_config[‘fullscreen_image’].”);’></div>”;
}
?><?php
/* Always have wp_footer() just before the closing </body>
* tag of your theme, or you will break many plugins, which
* generally use this hook to reference JavaScript files.
*/wp_footer();
?>
‘ id=’scroll-top-link’ <?php echo av_icon_string( ‘scrolltop’ ); ?>><span class=”avia_hidden_link_text”><?php _e(‘Scroll to top’,’avia_framework’); ?></span>
<div id=”fb-root”></div>
</body>
</html>Thanks!
Hello,
I am running Enfold with WPML. I have an English and a Korean site. Is it possible to change the font for the Korean site? I don’t see any Korean fonts listed in the Enfold options
Topic: Viewport
Hi, I am using the enfold theme and its fantastic but how can i fix this?
The page content is 480 CSS pixels wide, but the viewport is only 320 CSS pixels wide. The following elements fall outside the viewport:
• The element <span class=”avia-menu-text”>Home</span> falls outside the viewport.
• The element <span class=”avia-menu-text”>Services & Pricing</span> falls outside the viewport.
• The element <span class=”avia-menu-text”>Web Design</span> falls outside the viewport.
• The element <span class=”avia-menu-text”>eCommerce</span> falls outside the viewport.
• The element <span class=”avia-menu-text”>Graphic Design</span> falls outside the viewport.
• The element <span class=”avia-menu-text”>Print Design</span> falls outside the viewport.
• The element <span class=”avia-menu-text”>SEO – Search E…e Optimization</span> falls outside the viewport.
• The element <span class=”avia-menu-text”>Google Adwords</span> falls outside the viewport.
• The element <span class=”avia-menu-text”>Blog</span> falls outside the viewport.
• The element <span class=”avia-menu-text”>Contact</span> falls outside the viewport.Topic: Error when installing
Hi there,
I’ve tried installing Enfold on my website, but it doesn’t seem to work.
I uploaded the zipped file (wordpress installation only), but when it’s almost finished I get an error message, saying:
WordPress failure, are you sure you want to try again?Other themes I own do work and I already tried downloading it again from my Themeforest account.
What’s wrong?Sanne
Hi everybody, and thanks for this amazing theme!
I would like to ask you two questions about menu & portfolio item.
1) For my menu, i would like to put some space between menu items.
More explicit

2) For my portfolio :

Thanks for your help!
Regards
hi!
I have one more problem when using enfold.
So situation is…
I have a page with Page navigation sidebar turn ON. Everything is fine. It is located on TOP right corner. Than I added gallery and some text, everything still fine.
But after I added some color section to the page, Page navigation bar drops to the BOTTOM right corner?
https://dl.dropboxusercontent.com/u/8024704/Screen%20Shot%202014-05-20%20at%2010.29.05.png
https://dl.dropboxusercontent.com/u/8024704/Screen%20Shot%202014-05-20%20at%2010.29.32.jpg
Viewing 30 results - 220,351 through 220,380 (of 243,737 total)
