Forum Replies Created
-
AuthorPosts
-
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
Hi,.
I can see your logo using safari. What safari version do you have? What OS?
This is the screenshot.
Let me tag the rest of the support team to check this out.
Regards,
Ismael
Hi,
You can use this instead. Mega menus have different ids.
.avia_mega_div.avia_mega2.six.units {
right: -360px !important;
}Regards,
Ismael
Hi,
This is actually a good plugin:
http://wordpress.org/plugins/post-types-order/
You can manually arrange your posts.
Regards,
Ismael
Hi,
You can follow this link:
https://kriesi.at/support/topic/wpml-only-flags-inline-sorting
Regards,
Ismael
Hi,
If you are using a 4 column porfolio, find this code on functions.php
$avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns
Replace it with
$avia_config['imgSize']['portfolio_small'] = array('width'=>300, 'height'=>300 ); // images for portfolio 4 columns
Regenerate thumbnails using this: http://wordpress.org/extend/plugins/regenerate-thumbnails/
Regards,
Ismael
Hi,
Do you mean the Blog Grid Style? Suggested image size is 495×400. You can find the image size on functions.php.
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
Can you give us a link to your website?
Regards,
Ismael
Hi,
What kind of slider are you using? Easy Slider? Layer Slider?
Can you give us a link to your website?
Regards,
Ismael
Hi,
Open js > avia.js, go to line 537.
item.stop().css('display','block').animate({opacity:1},300);
Replace 300:
item.stop().css('display','block').animate({opacity:1},0);
Regards,
Ismael
Hi,
Actually, there is no right margin.
.inner_sidebar {
margin-left: 50px;
}Adjust the value.
Regards,
Ismael
Hi,
Try to increase your wp memory limit, see if it fixes the issue.
http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Ismael
Hi,
Add this code
.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;
}The line and arrow is working fine on my end. This is the screenshot:
Regards,
Ismael
Hi,
Switch your Avia Builder to debug mode. You will be able to see the actual shortcode at the bottom of the Advance Layout Editor. This way you will be able to reproduce the code.
Add this code on your functions.php
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}If are still experiencing issues on the Avia Builder, please increase the php memory limit.
http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Ismael
Hi,
Please add this on your custom.css
.avia_mega_div.avia_mega2.six.units {
right: -300px !important;
}Regards,
Ismael
Hi,
On Appearance > Menu, give the menu items a special class. If you can’t see it, click Screen Options (top right), look for “Show advanced menu properties”, check “CSS Classes”. You will be able to specify “CSS Classes (optional)” for each menu item.
Regards,
Ismael
Hi,
After uploading the logo, choose the image size before clicking “Use Image as logo”. You can select the Full Size.
Regards,
Ismael
Hi,
I visited your site for the first time and it looks fine. Maybe just a slow internet connection?
Regards,
Ismael
Hi,
I tested this and it seems like you are correct, they are required. Let me tag Kriesi to shed some light on this topic.
Regards,
Ismael
-
AuthorPosts