Forum Replies Created
-
AuthorPosts
-
Hi,
@imagestudios: This is Angular topic, I think you have Enfold. Yes, that is the same.
Find this code
$avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar';
get_template_part( 'includes/loop', 'page' );Replace it with:
$avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar';
get_template_part( 'includes/loop', 'page' );
//wordpress function that loads the comments template "comments.php"
comments_template( '/includes/comments.php');Regards,
Ismael
Hi,
I edited Dude’s code a little.
<!--[if lt IE 9]>
<style>
.logo a{
max-height: 100% !important;
}
.logo a img{
height: 150px;
}
body .avia-button.avia-color-theme-color, body .avia-button.avia-color-theme-color:hover {
background: #a6ce39;
}
#header_main .container, .main_menu ul:first-child > li a {
height: 88px !important;
line-height: 88px !important;
}
</style>
<![endif]-->This will keep the header large on IE8.
Regards,
Ismael
Hi,
Please Import the Dummy Data on Enfold > Theme Options. You can also watch these videos to learn more about the theme:
https://vimeo.com/channels/aviathemes
Please download Enfold 1.6 then try to increase your php memory limit.
http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Ismael
Hi,
On Settings > General, set the Date Format to custom then place the text “F j” which means Month and Date.
Open includes > loop-index.php, find this code:
$link = get_author_posts_url($post->post_author);
At the bottom place this code:
$date = get_the_date();
Then find this code:
echo "<a href='{$link}' class='post-author-format-type'><span class='rounded-container'>".$gravatar.$icon."</span></a>
Replace it with:
echo "<a href='{$link}' class='post-author-format-type'><span class='rounded-container'>".$date."</span></a>
You can style the date text using .round-container class.
Regards,
Ismael
Hi,
It is not behind the highlight box, rather on top of it. Maybe move the highlight box up a bit.
#top .avia-menu-fx {
z-index: 0;
top: 29px;
}Regards,
Ismael
Hi,
Can you give us a link to your website? Please try a different header then reload the page. Flush the header a few more times, see if the options start working as they should.
Regards,
Ismael
Hi,
Remove the background on the theme options then apply it on a different section manually. Inspect the avia section then look for the unique page id and unique section class. Something like this
.page-id-1700 #av_section_1.avia-builder-el-8 {
background-image: url(https://www.andypeck.co.uk/wp-content/uploads/2013/06/trx_border.png) !important;
}.page-id-1700 is the page body class id. #av_section_1 is the section id with a class of .avia-builder-el-8. This is the id of that particular section on your frontpage.
Regards,
Ismael
June 10, 2013 at 10:49 pm in reply to: How can I make the featured image smaller in the single post page? #122685Hi,
Actually, the option to pick sizes of the featured image on post slider is not needed because the featured image size will depend on the number of columns. That is why we Kriesi removed it.
Regards,
Ismael
Hi,
Like Dude, I can’t seem to reproduce the issue on any browsers. Can you post a link to your websites so that we can inspect??
@ambientDes: Thanks for the tip. Did you successfully remove the unwanted character by hiding the controls?
@fixionmedia: In case you’re wondering how to get rid of the controls, you can add this on your custom.css or Quick CSS
.avia-slideshow-arrows.avia-slideshow-controls {
display: none;
}Regards,
Ismael
Hi,
Open css > layout.css then find this code on line 56
/*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
#header_main .container, .main_menu ul:first-child > li a{ height:88px; line-height: 88px; }Adjust the height and line-height.
/*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
#header_main .container, .main_menu ul:first-child > li a{ height:140px; line-height: 140px; }Regards,
Ismael
Hi,
There is no example on the Dummy Data but you can easily achieve the effect. On the Advance Layout Editor > Media Elements, insert the Full width Easy Slider. Configure the slide options then insert a background image. Under “Background Attachment” choose “Fixed”.
Regards,
Ismael
Hi,
Are you sure you selected “Display only the socket” for this page? If it doesn’t work, please add this on your custom.css
.blog #footer {
display: none;
}You can disable the comments for posts on Screen Options, check “Discussions”. Look for Discussions, uncheck “Allow Comments”. You can also disable it entirely on Settings > Disccusion > Default article settings > Uncheck “Allow people to post comments on new articles”.
Regards,
Ismael
Hi,
Cloudfare is one of the many content delivery network or content distribution network around, or so they say but users observe otherwise. “Visitors will go to CloudFlare servers for the pages of your site rather than hitting your server. It acts like a proxy server for regular HTML pages”. Honestly, I haven’t tried any of them so I can’t give you an expert advice about it. According to the reviews it doesn’t do much on speeding up your site and it has some issues with adsense. Let me tag the rest of the support team to give us more info about this topic.
Regards,
Ismael
Hi,
MikehJPP: I don’t think it is possible via Media Queries. Media Queries can make it smaller on mobile view but the same images will be use thus the same file size. You really need to compress or shrink the images manually.
Regards,
Ismael
Hi,
Add this on your custom.css
.avia-button. {
background: #A6CE399;
}
.avia_iconbox_title {
color: #3339;
}IE 8 below doesn’t support background-color and rgba colors.
Regards,
Ismael
Hi,
Maybe you can try this.
@media screen and (max-width: 800px) {
div. av_one_half{
clear: left;
}
}It will affect all one half column size.
Regards,
Ismael
Hi,
Do you have Enfold 1.6? Please download the theme again. Maybe the files are corrupted.
Please watch this video: https://vimeo.com/channels/aviathemes/64927356
Regards,
Ismael
Hi,
You can use the Show Until option then play around with the Transition In/Out Duration. For example red image will come have a Transition In/Out Duration of 1000ms then Show Until 1000ms, set the next blue image to have Transition in Duration of 2000ms then Show Until 1000ms and so on and so forth.
Regards,
Ismael
June 7, 2013 at 6:14 pm in reply to: I can not make that youtube videos and vimes are showed in a lightbox #123486Hi,
If you are using the Advance Layout Editor, go to Media Elements, insert the Image element. Look for “Image Link?” option, select “Set Manually” then insert the video url.
Regards,
Ismael
Hi,
The preview image or thumbnails depend on the number of columns you’re using. How many columns do you have on your portfolio page?
Regards,
Ismael
Hey,
Glad you found it. You can turn the Avia Builder on and off on the Screen Options. :)
Regards,
Ismael
Hi,
My bad. I thought I fixed it. I’ll tag Kriesi. I can’t make the tooltip appear on page load.
Regards,
Ismael
Hi,
Can you give us a link to your website? I can’t reproduce the issue on my end.
Regards,
Ismael
Hi,
You should probably download Enfold 1.6 then create a new installation using WP 3.5 or higher.
Regards,
Ismael
Hi,
I totally don’t understand what you just said but the shortcode you provided totally works on my end.
[av_gallery ids='' style='thumbnails' preview_size='portfolio' thumb_size='portfolio_small' columns='5' imagelink='lightbox']
Regards,
Ismael
Hi,
Open page.php, find this code
$avia_config['size'] = 'page';
get_template_part( 'includes/loop', 'page' );Replace it with:
$avia_config['size'] = 'page';
get_template_part( 'includes/loop', 'page' );
//wordpress function that loads the comments template "comments.php"
comments_template( '/includes/comments.php');You turn the comment box on and off. Edit the page, look for Screen Options and checked the Discussion. Check the “Allow Comments” option to enable comments.
Regards,
Ismael
Hi,
2.) You can use this instead.
$current_post['title'] = "<a href='".get_permalink()."' rel='bookmark' title='". __('Permanent Link:','avia_framework')." ".$current_post['title']."'><h2>".$current_post['title']."</h2></a>";
Regards,
Ismael
Hi,
Kriesi said it will be fix on the next update.
https://kriesi.at/support/topic/jumbo-menu-not-aligned
Regards,
Ismael
-
AuthorPosts