Forum Replies Created
-
AuthorPosts
-
Hi!
Thank dekkert for helping us out :)
Best regards,
Peter
June 26, 2013 at 8:49 am in reply to: Reduce padding and/or spacing between Content Elements #126630You can try following css code
.avia-section-large .content, .avia-section-large .sidebar {
padding-top: 10px;
padding-bottom: 10px;
}– insert it into the quick css field. If it doesn’t work please post a link to your website and we’ll investigate the html elements to find the right css code.
A plugin/script triggers a javascript conflict:
Uncaught TypeError: Object #<HTMLLIElement> has no method 'indexOf'
webform-out.js?1372236329290:34Please remove this script or deactivate all plugins and activate them one by one to find the conflicting plugin.
1) open up functions-enfold.php and replace:
$defaults = array(
'title' => get_the_title($id),
'subtitle' => "", //avia_post_meta($id, 'subtitle'),
'link' => get_permalink($id),
'html' => "<div class='{class} title_container'><div class='container'><{heading} class='main-title'>{title}</{heading}>{additions}</div></div>",
'class' => 'stretch_full container_wrap alternate_color '.avia_is_dark_bg('alternate_color', true),
'breadcrumb' => true,
'additions' => "",
'heading' => 'h1' //headings are set based on this article: http://yoast.com/blog-headings-structure/
);with
$defaults = array(
'title' => get_the_title($id),
'subtitle' => "", //avia_post_meta($id, 'subtitle'),
'link' => get_permalink($id),
'html' => "<div class='{class} title_container'><div class='container'><{heading} class='main-title'>{title}</{heading}>{additions}</div></div>",
'class' => 'stretch_full container_wrap alternate_color '.avia_is_dark_bg('alternate_color', true),
'breadcrumb' => true,
'additions' => "",
'before' => '<span class="breadcrumb-title">' . __( 'You are here:', 'avia_framework' ) . '</span>',
'heading' => 'h1' //headings are set based on this article: http://yoast.com/blog-headings-structure/
);and replace “You are here” with your custom text.
2) Maybe you selected the “Don’t display the header” in the sidebar on the page editor screen:
June 26, 2013 at 8:31 am in reply to: Oneliner Tooltip cuts background on text in team members #125732Please open up wp-contentthemesenfoldframeworkphpfunction-set-avia-frontend.php and replace:
if ($i != 1) {
//we will have two since we are not using 'other' argument yet
//see if version is before or after the name
if (strripos($u_agent,"Version") < strripos($u_agent,$ub)){
$version= $matches['version'][0];
}
else {
$version= $matches['version'][1];
}
}
else {
$version= $matches['version'][0];
}with
if ($i != 1)
{
//we will have two since we are not using 'other' argument yet
//see if version is before or after the name
if (strripos($u_agent,"Version") < strripos($u_agent,$ub))
{
$version = !empty($matches['version'][0]) ? $matches['version'][0] : '';
}
else
{
$version = !empty($matches['version'][1]) ? $matches['version'][1] : '';
}
}
else
{
$version = !empty($matches['version'][0]) ? $matches['version'][0] : '';
}I can’t view the website http://chiocchi.10ens.com/ – I just see an error “Error establishing a database connection”. I still think it would be better to use the “Small Header – Non Fixed” header in this case. Then you can add a padding to the top with following css code – this will also lower the navigation:
#header_main {
padding-top: 20px;
}(obviously you can change the padding-top value).
No, unfortunately not without major modifications/customization. By default the isotope script supports one filter/sort level and we just use the default script functionality. If you want to implement several filter levels you need to rewrite the portfolio function in enfold/js/avia.js – search for
$.fn.avia_iso_sort = function(options)
and add your advanced filter logic/code to this function.
Hey!
Please don’t use this thread for questions. It’s a showcase thread and not intended for support requests, etc…
Best regards,
Peter
Hey!
Can you post a link to the progress bar please? I’ll investigate the css code and provide a (custom) solution.
Regards,
Peter
Hey!
Glad I could help you :)
Best regards,
Peter
Hi!
Insert following code into the quick css field
#header_main {
border: none !important;
}It will remove the light grey border from the header div.
Best regards,
Peter
June 26, 2013 at 7:44 am in reply to: Pinterest button with the post thumbnail – how to get rid of "rel="lightbox… #126531Hi!
Glad you found a solution :)
Regards,
Peter
Hi!
Go to Appearance > Widgets and add your custom widgets into the “Footer – column1”, “Footer – column2”, etc. areas. Afterwards the footer columns will display these widgets instead of the “dummy/demo” content.
Regards,
Peter
Hey!
Can you post a link to your portfolio page please?
Best regards,
Peter
June 25, 2013 at 3:14 pm in reply to: Enfold – Need to Set Author Link on Blog Posts to Go to Buddypress Profile #118456Hey!
Thanks for the hint!
Regards,
Peter
You can use ftp to download the file – it’s located in the wp-content/themes/enfold/css/ folder. Or you can install a plugin like: http://wordpress.org/plugins/solid-code-theme-editor/ which should enable you to edit all files.
Hi!
Can you post a link to your website please?
Regards,
Peter
You can change the header type. A list of all headers can be found here. http://kriesi.at/themes/enfold/headers/ – if you don’t like the “grey bar” just select the “Small Header – Non Fixed” header on the Enfold > Theme Option page.
Hi!
Thanks rizzim for helping us out :)
Best regards,
Peter
Try to add a !important tag like:
h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox {
font-weight: bold !important;
}Btw – the font weight “heavy” doesn’t exist – see: http://www.w3schools.com/cssref/pr_font_weight.asp
June 25, 2013 at 6:41 am in reply to: Portfolio Grid: next and previous for only relevant category #126479Hey!
Unfortunately this is currently not possible because of a bug in the wordpress core: https://kriesi.at/support/topic/is-it-possible-to-create-two-completely-seperate-portfolios – probably WP3.7 will fix it.
Regards,
Peter
Hallo,
soweit ich weiß wird das Datum nicht angezeigt. Das Portfolio Grid sieht so aus: http://neu.rollladenservice.com/produkte/ und die einzelnen Seiten so: http://neu.rollladenservice.com/portfolio-item/rollladen/ – keine dieser Seiten zeigt ein Datum an? Auch die Archiv-Seiten: http://neu.rollladenservice.com/portfolio_entries/plissee/ zeigen kein Datum an.
You can change the color of the activate tab with
div .main_color .tabcontainer .active_tab {
background-color: #333;
color: #666666;
}
div .main_color .tabcontainer .active_tab .tab_icon {
color: #666666;
}and the color of the other tabs with
.main_color .tabcontainer .tab {
color: #919191;
background-color: #333;
}
div .main_color .tabcontainer .tab_icon {
color: #666666;
}Obviously you need to change the color values :)
Try to add following code to the bottom of functions.php – it will replace the standard php mail() function with wp_mail() – wp_mail() is required for the smtp plugin:
add_filter('avf_form_use_wpmail', 'avia_change_php_mail', 10, 3);
function avia_change_php_mail($active, $new_post, $form_params){
return true;
}Open up enfold/js/shortcode.js and search for this code around line 205:
//trigger displaying of thumbnails
gallery.on('avia_start_animation', function()
{
images.each(function(i)
{
var image = $(this);
setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 110));
});
});
change it to:
//trigger displaying of thumbnails
gallery.on('avia_start_animation', function()
{
images.each(function(i)
{
var image = $(this);
setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 110));
});
}).trigger('avia_start_animation');
Hey!
I tagged this one for Kriesi because I can’t find any reference to a DS_Store folder in the code. Probably it’s a Mac specific issue.
Best regards,
Peter
If you just want to get rid of the title revert the changes I posted above (because this will remove everything) and open up functions-enfold.php. Search for:
if(empty($title)) $class .= " empty_title ";
and replace i with
$title = '';
if(empty($title)) $class .= " empty_title ";By going this way you’ll remove the title from all pages.
You can also try the after_setup_theme hook: http://wordpress.stackexchange.com/questions/9989/how-to-load-parent-theme-functions-php-before-child-theme
In this case the code would look like:
function avia_change_image_size_array() {
global $avia_config;
$avia_config['imgSize']['entry_without_sidebar'] = array('width'=>1030, 'height'=>450 );
}
add_action( 'after_setup_theme', 'avia_change_image_size_array'); -
AuthorPosts