Forum Replies Created
-
AuthorPosts
-
Hi,
Edit 404.php, find this code:
//get the sidebar
$avia_config['currently_viewing'] = 'page';
get_sidebar();Replace it with:
//get the sidebar
$avia_config['currently_viewing'] = 'page';
echo '<div class="sidebar sidebar_right three alpha units"><div class="inner_sidebar extralight-border">';
dynamic_sidebar( '404' );
echo '</div></div>';Go to Appearance > Widgets, create a custom widget and name it “404”. Supply it with widgets.
Next time, please create a new topic for your inquiry.
Thanks,
Ismael
Hi,
You can insert a horizontal rule shortcode below the content, set it to Whitespace.
[av_icon_box icon='1' position='left' title='IconBox Title' link='' linktarget='no' custom_class='']
Click here to add your own text
[av_hr class='invisible' height='20' shadow='no-shadow' position='center' custom_class='']
Wah
[/av_icon_box]Regards,
Ismael
Hi,
Please upgrade to Enfold 1.9.1. The slider issues will be fix by then.
Regards,
Ismael
Hi,
Please add this on your functions.php, below line 3:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
function avia_add_heading_font($fonts)
{
$fonts['Allura'] = 'Allura';
return $fonts;
}
add_filter( 'avf_google_content_font', 'avia_add_content_font');
function avia_add_content_font($fonts)
{
$fonts['Allura'] = 'Allura';
return $fonts;
}Edit header.php, then place this code on top of </head> tag.
<link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
You can now assign the Allura font using custom.css or Quick CSS. For example, we’ll change the iconbox title:
h3.iconbox_content_title {
font-family: 'Allura' !important;
}This is the screenshot:
Regards,
Ismael
Hi,
Please add this on your functions.php, below line 3:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
function avia_add_heading_font($fonts)
{
$fonts['Allura'] = 'Allura';
return $fonts;
}
add_filter( 'avf_google_content_font', 'avia_add_content_font');
function avia_add_content_font($fonts)
{
$fonts['Allura'] = 'Allura';
return $fonts;
}Edit header.php, then place this code on top of </head> tag.
<link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
You can now assign the Allura font using custom.css or Quick CSS. For example, we’ll change the iconbox title:
h3.iconbox_content_title {
font-family: 'Allura' !important;
}This is the screenshot:
Regards,
Ismael
Hi,
I don’t see the repeating background. This is the screenshot of your website:
Please remove browser cache then reload the page.
Regards,
Ismael
August 6, 2013 at 2:28 am in reply to: Enfold Add new Social Icon and change the portfolio roll over icon #133257Hi,
1.) The social icons use the entypo fontello font. Right now, there is no easy way of adding a social button. Please refer to this link and follow Nick’s or my instruction: https://kriesi.at/support/topic/youtube-icon
2.) You can change the arrow on css > base.css, find this code:
.image-overlay .image-overlay-inside::before{content:"E744"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal; }
.image-overlay.overlay-type-extern .image-overlay-inside::before{content:"27A6";}
.image-overlay.overlay-type-video .image-overlay-inside::before{content:"25B6";}Change the content property with another icon from entypo fontello. Refer to link for the entypo character maps: http://www.entypo.com/characters/
Example, we’ll use the phone icon(U+1F4DE):
.image-overlay .image-overlay-inside::before{content:"1F4DE"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal; }
.image-overlay.overlay-type-extern .image-overlay-inside::before{content:"1F4DE";}
.image-overlay.overlay-type-video .image-overlay-inside::before{content:"1F4DE";}You can combine different icons.
Regards,
Ismael
August 6, 2013 at 2:11 am in reply to: Remove pipe in title of main page; Social media icons in footer #131825Hi,
1.) My bad, please try this:
add_filter('avf_title_tag','new_avf_title_tag');
function new_avf_title_tag($title)
{
if ( is_front_page() ) {
$title = get_bloginfo('name').'';
return $title;
} else {
$title = get_bloginfo('name').' | ';
$title .= (is_front_page()) ? get_bloginfo('description') : wp_title('', false);
return $title;
}
}2.) Edit footer.php, find this code:
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>
Below, add this code:
<?php
$social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');
echo avia_social_media_icons($social_args);
?>Edit custom.css or Quick CSS, add this code:
#socket .social_bookmarks {
float: right;
}
#header_meta .social_bookmarks {
display: none;
}Regards,
Ismael
Hi,
Please send the login details to //…
Include the word “Kriesi” on the subject. Add the link of this thread on your email.
Regards,
IsmaelHi,
I’m not sure if this is going to work but there are plugins that enable you to convert post types.
http://wordpress.org/plugins/post-type-converter/
http://wordpress.org/plugins/convert-post-types/
Regards,
Ismael
Hi,
Open functions.php, find this code on line 2:
global $avia_config;
Below, add the this code:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
function avia_add_heading_font($fonts)
{
$fonts['Monda'] = 'Monda';
return $fonts;
}
add_filter( 'avf_google_content_font', 'avia_add_content_font');
function avia_add_content_font($fonts)
{
$fonts['Monda'] = 'Monda';
return $fonts;
}You can now select the font on Enfold > Styling > Heading fonts and Body fonts.
Regards,
Ismael
Hey,
Sorry! My bad! I’m talking to Lemonpress. I forgot to address him properly.
Regards,
Ismael
Hi,
I’ll tag Kriesi about the revisions issue.
Yes, you should see the shortcodes when switching to the default editor. Please upgrade to Enfold 1.8.4. If you switch the Advance Layout Editor to debug mode, you will be able to see the actual shortcode below the ALE.
Regards,
Ismael
Hi,
You can directly add the video using the iframe code or the video shortcode.
[av_video src='http://www.youtube.com/watch?v=G0k3kHtyoqc' format='16-9' width='16' height='9' custom_class='']
For audio files, you can use the plugin haiku or compact wp player.
Regards,
Ismael
Hi,
1.) You can use FTP or go to your cpanel to edit wp-config.php.
2.) Please overwrite your wordpress installation with a new wordpress download, see if it fixes the menu. Override the whole site except the wp-content folder.
Regards,
Ismael
Hi,
This code does work on my end. It will force the iconbox to have a minimum height aligning them properly.
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
@media only screen (min-width: 800px) and (max-width: 1024px) {
/* Add your Desktop Styles here */
.page-id-9576 .iconbox_content {
min-height: 540px;
}
}Please remove browser cache then reload the page. You need to experiment with Media Queries to align them properly on different browser width.
Regards,
Ismael
Hi,
They should not open on a new window by default. Go to Appearance > Menus, click Screen Options > Show advanced menu properties > enable Link Target. You will have the option to open a page menu to a new window and vice versa.
Regards,
Ismael
August 5, 2013 at 3:59 am in reply to: Using IE8 image hover link inside iconbox. Disappearing Image #132601Hi,
This is a short video on how to properly downgrade wordpress http://www.youtube.com/watch?v=OwNR6NVhVFQ
Regards,
Ismael
August 5, 2013 at 3:56 am in reply to: How can I translate the result-page for the search function? #133086Hi,
What do you mean by translate? Do you want to edit the template? You can edit includes > loop-search.php.
Regards,
Ismael
Hi,
Go to Enfold > Styling > scroll at the bottom, look for the Quick CSS field. Add this code.
.avia_mega_div {
width: 1024px;
}Save changes then remove browser cache and reload the page. Please give us a link to your website.
Regards,
Ismael
Hi,
Go to Enfold > Sidebar > Sidebar on Archive Pages, choose left sidebar. Go to Appearance > Widgets panel, add the Latest News widget on the Sidebar Blog widget area.
Regards,
Ismael
Hi,
You can actually do the same with fontello icons. Add a Text Block element, insert this on the text mode:
<ul>
<li><span class="entypo-fontello">✉</span>Click here to add your own text</li>
<li><span class="entypo-fontello">✉</span>Click here to add your own text</li>
<li><span class="entypo-fontello">✉</span>Click here to add your own text</li>
<li><span class="entypo-fontello">✉</span>Click here to add your own text</li>
</ul>✉ is an email icon from http://www.entypo.com/characters/.
Add this on your custom.css or Quick CSS
.entry-content li {
list-style: none;
}
.entry-content li span {
margin-right: 5px;
}Regards,
Ismael
Hi,
You can use this:
.main_menu ul:first-child > li > a {
font-size: 25px;
}Regards,
Ismael
Hi,
I checked your website using this: http://responsinator.com/?url=http%3A%2F%2Fsmartlifehealthcoaching.com%2F
It looks perfectly fine. It might be different on a native iOS environment. Let me tag Devin to check this out.
Regards,
Ismael
-
AuthorPosts