Forum Replies Created
-
AuthorPosts
-
June 7, 2013 at 6:14 pm in reply to: I can not make that youtube videos and vimes are showed in a lightbox #123486
Hi,
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
June 7, 2013 at 4:40 pm in reply to: Display colored bar in menu when a submenu item is shown #123579Hi,
You can add this on your custom.css or Quick CSS
.current-page-ancestor a > .avia-menu-fx {
visibility: visible;
opacity: 1;
}
.current-page-ancestor a > .avia-menu-fx .avia-arrow-wrap {
overflow: hidden;
display: block;
}Regards,
Ismael
June 7, 2013 at 4:56 am in reply to: How to remove translucent layer on post slider during hover #123372Hi,
Use this to remove the circle.
.image-overlay-inside {
display: none;
}Regards,
Ismael
June 6, 2013 at 9:13 am in reply to: How to remove translucent layer on post slider during hover #123370Hi,
You can add this on your custom.css or Quick CSS
.image-overlay {
background: transparent;
}If you want to remove the circle, use this instead.
.image-overlay {
display: none;
}Regards,
Ismael
Hi,
Edit footer.php then find this code on line 85
$kriesi_at_backlink = apply_filters("kriesi_backlink", " - <a href='http://kriesi.at'>Enfold Theme by Kriesi</a>");
You can change the value:
$kriesi_at_backlink = apply_filters("kriesi_backlink", " - <a href='http://www.myawesomewebsite.com'>My Awesome Website</a>");
Or you can remove it.
Regards,
Ismael
June 6, 2013 at 9:04 am in reply to: background color/image for a particular page (or pages) #123363Hi,
No, not possible with the Theme Options but you can do it on your custom.css or Quick CSS. You need to find the body class id of a specific page. If you are using Chrome, right click then click Inspect Element.
Then you can use this on your custom.css
.page-id-734 .main_color {
background-color: red;
}
.page-id-734 .alternate_color {
background-color: pink;
}The css above will only be applied on the page with the id .page-id-734.
Regards,
Ismael
Hi,
Edit config-layerslider/LayerSlider/js/admin.js. Remove everything then replace it with this http://pastebin.com/Jm8hcg1X
Regards,
Ismael
Hi,
The minimum is 2 but you can modify config-templatebuilder > avia-shortcodes > postslider.php, find this code on line 57
"subtype" => array( __('1 Columns', 'avia_framework' )=>'2',
Replace it with
"subtype" => array( __('1 Columns', 'avia_framework' )=>'1',
You need to recreate your post slider. Remove the existing one and create another.
Regards,
Ismael
Hi,
Can you give us a link to the page with the issue?
It is working fine on my end. This is the screenshot.
Regards,
Ismael
Hi,
Did the code above work? I did see the images when I use the css code.
Regards,
Ismael
Hi,
Please watch this video.
In order to create a Blog, just create a new page name it New Blog for example. Insert the Blog Post element, configure the options. Go to Enfold > Theme Options > Frontpage Settings, select your frontpage. Another setting will pop out that will allow you to choose the Blog page, select your New Blog page. Save changes. You can then configure your menus on Appearance > Menus.
Regards,
Ismael
Hi,
You can actually create a shop category page, using the woocommerce shortcode. Create a page then insert this on the Visual Editor.
[product_categories number="1"]
Add images on the “Add Featured Media” section.
Please hire a freelance developer to do it for you. :)
Regards,
Ismael
June 6, 2013 at 8:14 am in reply to: Great Theme! But Layer Slider is NOT working, Only showing [layerslider]? #121570Hi,
Go to Advance Layout Editor, look for the Media Elements tab. Insert the Layer Slider.
You can edit the slides on LayerSlider WP.
Regards,
Ismael
Hi,
I checked your website but I don’t see the menu overlapping the logo. Is this happening on an iPad?
Regards,
Ismael
Hi,
Are you talking about the LayerSlider? You can add a custom style on each layer.
background: rgba(0,0,0,0.5);
Regards,
Ismael
-
AuthorPosts