Forum Replies Created
-
AuthorPosts
-
Hi,
Edit header.php, find this code
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
Add this code below.
echo "<div class='tagline'>".get_bloginfo ( 'description' )."</div>";
You set the tagline or slogan on Settings > General > Tagline.
You can style the container using the .tagline selector.
Regards,
Ismael
Hi,
You should probably start now. :)
Edit css / base.css, find the #Typography section.
You can also add this on your custom.css or Quick CSS.
body {
font-size: 15px;
}Regards,
Ismael
Hi,
I tested it but it is not working.
.content
.pagination
.pagination a:first-child
.post-entry
I think it is not compatible with the theme.
You have the option to show all your portfolio post on a single page by increasing the Post Number.
Regards,
Ismael
Hi,
I’m sorry but I didn’t receive your email.
Please send it on //…
Include the word “Kriesi” on the subject to avoid being filter as spam. Add the url of this thread on your email.
Add the link of the page with the issue.
Regards,
IsmaelHi,
Next update will have the capability to add a custom icon. :)
Thanks @agustin-suarez. :)
Regards,
Ismael
Hi,
To remove the header breadcrumbs, edit function-enfold.php, find this code
if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
Replace it with:
//if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
Edit footer.php, find this code
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>
Below, add the breadcrumb code
<?php echo avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true)); ?>
Add this on your custom.css or Quick CSS
.socket_color .breadcrumb {
float: right;
}Regards,
Ismael
Hi,
Can you give us a screenshot of what it looks like on IE?
It looks fine on my end. :)
Regards,
Ismael
Hi,
Edit loop-index.php on includes folder. Find this code
$blog_content = !empty($avia_config['blog_content']) ? $avia_config['blog_content'] : "content";
Replace it with:
$blog_content = !empty($avia_config['blog_content']) ? $avia_config['blog_content'] : "excerpt_read_more";
Regards,
Ismael
Hi,
The code works on my end.
I cannot load your website. I want to check the buttons furthermore.
Regards,
Ismael
June 18, 2013 at 7:36 am in reply to: Thumbnails are different sizes in my gallery and formatting is bad #125211Hi,
Please add this on your custom.css or Quick CS
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
width: 25%;
max-height: 147px;
height: 147px;
}
#top div .avia-gallery img {
height: 100%;
max-height: 100%;
}Cheers,
Ismael
Hi,
Sorry but we don’t support third party plugins like nimble-portfolio. Please install the plugin on a test site then give us the url. Maybe, we’ll be able to give you pointers on some css modifications and basic php plugin modification.
Regards,
Ismael
Hi,
I think you’re Enfold theme files are corrupted just like what Devin said. Please download the theme again on your theme forest account. functions.php can’t find the config-wpml directory.
Regards,
Ismael
Hi,
What font are you using? It seems strange that you don’t want to post the name of the font that you’re using.
Some fonts are not allowed to be embedded directly.
This is an example of font that you can host yourself.
http://www.fontsquirrel.com/fonts/source-sans-pro
Regards,
Ismael
Hi,
Checked your website on IE9, and it looks the same with Chrome. I will have to assume that it will look better on IE 10.
On LayerWP Slider > Slides > Global Options > Basic > Slider width, please make it 100%.
Regards,
Ismael
Hi,
@benjaminrig: Please follow this link. Do the recommendations listed on the thread.
https://kriesi.at/support/topic/no-texts-are-found-in-the-sample-pages
Regards,
Ismael
Hi,
You are here: // Home
Edit framework > php > class-breadcrumb.php, find this code on line 186
'before' => '<span class="breadcrumb-title">' . __( 'You are here:', 'avia_framework' ) . '</span>',
'after' => false,
'front_page' => true,
'show_home' => __( 'Home', 'avia_framework' ),Leave a reply
Edit includes > comments.php, find this code
echo "<h3 class='miniheading'>".__('Leave a Reply','avia_framework')."</h3>";
and this one
echo "<span class='minitext'>".__('Want to join the discussion? <br/>Feel free to contribute!','avia_framework')."</span>";
Edit single.php and index.php, find this
$title = __('Blog - Latest News', 'avia_framework'); //default blog title
Regards,
Ismael
Hi,
I’m kind of not clear about menu bar/field element that you are talking about. Please add a screenshot using imgur or dropbox pointing to the area that you want to change. A link to your actual website would be great.
Regards,
Ismael
Hi,
Like Dude said IE8 doesn’t support css properties like background-color, gradients, box-shadows, css animation etc.
Please add this on your custom.css or Quick CSS to fix elements without background colors.
.alternate_color, main_color {
background: red;
}Change the color value.
To fix the button, please use this
.alternate_color .avia-color-theme-color-subtle {
background: #122638;
color: white;
}Regards,
Ismael
Hi,
You should probably deactivate some of your plugins, see if the problem persist. Create a duplicate of the Slide, then recreate the 4th slide from scratch.
OR go to your cpanel > phpmyadmin. Edit wp_layerslider table, delete the slide from there then start from scratch.
We haven’t really tested the Slider so maybe it has something to do with the combination of Avia Elements. Remove some elements, see if the slider starts working bring the element back then remove another element.
Regards,
Ismael
Hi,
I checked the link on the different browsers but I don’t see the video displaying full size when played. Please add this on your custom.css or Quick CSS. Is this happening on MAC?
div .mejs-container, div .mejs-container video {
height: 100%!important;
position: absolute;
max-height: 100%;
max-width: 100%;
}Regards,
Ismael
Hi,
Edit css > layout.css, find this code
a:hover .image-overlay .image-overlay-inside{
-webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
-moz-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
-o-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
}Remove it.
Regards,
Ismael
Hi,
On your Admin Dashboard > go to LayerSlider WP, select the slider. Go to Global Options > Basic > Slider width, make it 100%. If you want to center align the element, look for Layers Container, then specify the width in pixels. Please use images even for text to make the Layer Slider responsive.
Regards,
IsmaelHi,
What do you mean by the parent doesn’t show on the Page Attributes?
Go to Appearance > Menus, on Pages, click View All.
Regards,
Ismael
Hi,
I’m not sure what is wrong with your 4th slide. Can you remake it?
I added 6 slides on my end but the slider is not crashing. This is the screenshot.
Let me tag Kriesi.
Regards,
Ismael
June 17, 2013 at 9:18 am in reply to: Not show number of COMMENTS on homepage/any grid layout – show only date/author #125129Hi,
1.) Edit wp-contentthemesenfoldconfig-templatebuilderavia-shortcodes postslider.php then find this code on line 317
if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio')
{
$link_add = $commentCount === "0" ? "#respond" : "#comments";
$text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' );
$output .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>";
}Replace it with:
if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio')
{
$link_add = $commentCount === "0" ? "#respond" : "#comments";
$text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' );
//$output .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>";
}2.) If you want to disable the wp comment. Open single.php then find this code
//wordpress function that loads the comments template "comments.php"
comments_template( '/includes/comments.php');Replace it with:
//wordpress function that loads the comments template "comments.php"
//comments_template( '/includes/comments.php');Cheers,
Ismael
Hi,
The arrow should not scroll to “#next”. I tested the post slider and easy slider on my end but I can’t reproduce the one you’re having.
Did you change anything on the theme files?
Let me tag the rest of the support team.
Regards,
Ismael
Hi,
It holds the css style that you specify on Enfold > Styling. Open the file wp-contentuploadsdynamic_aviaenfold.css then change something on Enfold > Styling, save changes. You will be prompt to reload the enfold.css file because something has change on the css.
Please watch this video on how to create a child theme. https://vimeo.com/channels/aviathemes/67221517
All the files you need on the child theme folder are
functions.php
<?php
/*
* Add your own functions here. You can also copy some of the theme functions into this file.
* WordPress will use those functions instead of the original functions then.
*/styles.php
/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://kriesi.at
Template: enfold
*/and a screenshot if you want.
This link might help: https://kriesi.at/support/topic/enfold-child-theme
Regards,
Ismael
-
AuthorPosts