Forum Replies Created
-
AuthorPosts
-
Hey,
Just add this on your custom.css or Quick CSS:
.blog .stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
display: none;
}Regards,
Ismael
Hey,
You can edit js > avia.js, find this code:
// decreases header size when user scrolls down
avia_header_size();Replace it with:
// decreases header size when user scrolls down
//avia_header_size();This will keep the header from resizing.
Regards,
Ismael
Hey,
You can add this on your custom.css or Quick CSS:
.search .widget.avia_combo_widget {
display: none;
}Remove browser cache then reload the page.
Regards,
Ismael
August 31, 2013 at 2:17 am in reply to: Place login / client registration link on the top of the page. #138092Hey,
You can visit odesk.com or freelancer.com. You hire a freelance wordpress developer there. :)
Regards,
Ismael
Hey,
@bernie:Thanks for the tip. :)
@morris: Hey, I think I already answered your inquiry. Please don’t post similar thread twice.
https://kriesi.at/support/topic/change-header-features
Thanks,
Ismael
Hey,
1.) There are two instances that “You are here” appear on the class-breadcrumb.php. Find them on line 26:
echo '<p class="breadcrumb"><span class="breadcrumb_info">'.__('You are here:','avia_framework').'</span> <a href="'.get_bloginfo('url').'">';And line 186:
'before' => '<span class="breadcrumb-title">' . __( 'You are here:', 'avia_framework' ) . '</span>',2.) Please edit includes > comment.php, find this code:
comment_form();Replace it with:
$comments_args = array(
// redefine your own textarea (the comment body)
'comment_notes_after' => '<p class="form-allowed-tags">' . sprintf( __( 'You may use these <abbr title="HyperText Markup Language">HTML</abbr> tags and attributes: %s', 'avia_framework' ), ' <code>' . allowed_tags() . '</code>' ) . '</p>'
);
comment_form($comments_args);Regards,
Ismael
Hi,
You can decrease the size of the logo using this on your custom.css or Quick CSS:
.logo, .logo a {
height: 70%;
}Do you also want to shrink the size of the header or just the logo?
Regards,
Ismael
Hi,
You don’t have the latest version of Enfold. Please download 2.0.1 version on your themeforest account. Watch this video on how to override the theme files via FTP: https://vimeo.com/channels/aviathemes/64927356
Regards,
Ismael
Hey,
How did you create the menu? You can edit menus on Appearance > Menu panel.
Regards,
Ismael
Hey,
Please upgrade to Enfold 2.0.1. I think it will fix the issue. Upgrade WordPress to 3.6. Did you add plugins prior to this issue?
Regards,
Ismael
August 28, 2013 at 5:06 am in reply to: I can't see editable page data of the imported dummy data #137729Hey,
Please deactivate your plugins. See if the issue persist. You can also try to re-create the home page from scratch. This is the whole shortcode:
Regards,
Ismael
Hi,
If you want to change the style of a specific page, you can use the Google Chrome Inspect Element. Look for the unique css body class.

On the example above, the page’s unique selector is .page-id-2251. We can use it to change the element within that page.
.page-id-2251 .title_container {
display: none;
}Regards,
Ismael
Hey,
We need the link to the actual website to give you a proper solution. What images are you trying to modify?
Regards,
Ismael
Hey,
1.) Please use this instead:
if($show_meta && !empty($excerpt))
{
$output .= "<div class='slide-meta'>";
if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio')
{
$link_add = $commentCount === "0" ? "#respond" : "#comments";
if($commentCount == "0")
{
$text_add = __('Contribute', 'avia_framework' );
}
else
{
$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>";
}
$output .= "<div class='slide-meta-time'>" .get_the_time(get_option('date_format'), $the_id)."</div>";
$author_id = $entry->post_author;
$author_url = get_site_url()."/author/".get_the_author_link();
$author_name = get_the_author_meta( 'display_name' , $author_id );
$output .= 'by <a href="'.$author_url.'">'.$author_name.'</a>';
$output .= "</div>";
}2.) Edit this line of code on loop-index.php:
comments_popup_link( "0 ".__('Comments','avia_framework'),Replace it with:
comments_popup_link( "".__('Comments','avia_framework'),Regards,
Ismael
Hey,
Like Dude said, please try deactivate all plugins or better yet remove all of them on wp-content/plugins folder.
Regards,
Ismael
Hey,
Please add this on your custom.css or Quick CSS:
.grid-entry.flex_column.isotope-item.all_sort.no_margin.post-entry.av_one_third {
min-height: 243px !important;
height: 243px !important;
}Regards,
Ismael
Hey,
Have your tried using another font on Enfold > Styling > Defines the Font for your body text?
Regards,
Ismael
Hey,
Are you talking about the Blog Posts featured image? You can’t achieve the shadow effect that you want via CSS. You need an actual image to be set as background. Please hire a freelance developer to modify the theme for you. I think it will take them less than 15 minutes to apply the background.
Regards,
Ismael
Hey,
Please add this on your custom.css or Quick CSS:
#top input[type="text"] {
min-height: 40px;
}Cheers,
Ismael
August 28, 2013 at 4:09 am in reply to: change blog post comment, replies & left read button color – Enfold #137787Hey,
Can you give us a screenshot on the elements that you want to change? I visited the link and I don’t see any comments. Please leave a sample comment.
Regards,
Ismael
Hey,
If you want the excerpt to show on the search results page. Edit the page, click Screen Options then enable the Excerpt metabox. You can specify the excerpt manually. It will show on the search results page.
Regards,
Ismael
Hey,
No, it is not a bug. You can add this on your custom.css or Quick CSS:
@media only screen and (max-width: 767px) {
.responsive #top #header {
position: fixed;
}
}Cheers,
Ismael
Hey,
Please configure the Blog Posts element. How many posts did you set on “Post Number”?
Regards,
Ismael
Hey,
Please download the latest version of the theme, Enfold 2.0.1. Upgrade to WP 3.6.
Regards,
Ismael
Hey,
We don’t have access to the slider plugin. Please hire a freelance developer to modify and make the slider compatible with the theme. I’ll tag Kriesi.
Regards,
Ismael
Hey,
You can add this on your custom.css or Quick CSS:
.form-allowed-tags {
display: none;
}Regards,
Ismael
August 28, 2013 at 3:46 am in reply to: Using Blogger icon in Social Icons – Augmenting Default Social Icon List #137867Hi,
I think you can follow Nick’s instruction here. It is the most detailed step by step instruction so far: https://kriesi.at/support/topic/youtube-icon
List of fontello icons can be found here: http://www.entypo.com/characters/
There is still no easy way of adding your own icons. You can add a request here: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Ismael
-
AuthorPosts
