Forum Replies Created
-
AuthorPosts
-
Hey,
Please deactivate the WP-Importer plugin and import the dummy content again. The wp importer conflicts with our dummy content importer script.
Regards,
Ismael
September 12, 2013 at 9:19 am in reply to: Fullscreen easy slider in IE8 background out of proportion #140265Hi,
Please add this on your custom.css or Quick CSS:
.avia-fullscreen-slider .avia-slideshow>ul>li {
height: auto9;
}I’m not sure if this is going to fix it on IE8 but please try.
Regards,
Ismael
September 12, 2013 at 9:12 am in reply to: Function to get the Logo in fixed Header smaller if you´re scroll the site down #140762Hi,
Dividing it to 3 should make the logo smaller when you scroll down. Can you give us a link to the website?
Regards,
Ismael
Hi!
You can add this on your custom.css or Quick CSS:
.logo img {
height: 80px;
}Best regards,
Ismael
Hi,
I’m not sure why but you can’t rename a layer on the Layer Slider plugin. You might need to delete it then create it again if you want a correct name or term for it.
Regards,
Ismael
Hi,
I can’t see anything wrong with the post meta. The category is in the right place as well as the author.
Regards,
Ismael
Hi,
Configure the options on Enfold > General Settings > Blog Style. Make sure that you select the same style when using Blog Posts element on the Advance Layout Editor.
Regards,
Ismael
Hey,
Can you give us a link to the website? We didn’t encounter this issue on our end. Have you tried disabling all your plugins?
Regards,
Ismael
September 12, 2013 at 8:47 am in reply to: How to make customized style on top navigation menu #140818Hi,
You can add something like this on your custom.css or Quick CSS:
#menu-item-3043 a {
background: url('ICON OR IMAGE URL HERE') top left no-repeat;
padding-left: 20px;
display: block;
margin: 0;
padding: 0;
}Regards,
Ismael
September 12, 2013 at 8:43 am in reply to: Menu link to section ID loses menu in responsive mode #140812Hi,
You need the whole url + the id selector. For example. http://acontatto.acmecontentlab.com/#location
Regards,
Ismael
Hi,
Did you set the Footer Columns to 1? And how did you add the menu? Please give us a link to the website.
Regards,
Ismael
Hi,
Just add the class=”noLightbox” on the anchor tag.
<a class="noLightbox" href="URL HERE"></a>
Regards,
Ismael
Hi,
You can use this on your custom.css or Quick CSS:
.header_color .main_menu .menu ul li a {
background: red;
color: white;
}Hover state:
.header_color .main_menu .menu ul li a:hover {
background-color: blue;
}
#top .header_color .main_menu .menu ul li>a:hover {
color: red;
}Regards,
Ismael
Hi,
1.) Edit the layer then click Options. Set a Rotation.
2.) Sorry but I’m not sure what you mean by hotspots.
Regards,
Ismael
September 12, 2013 at 12:26 am in reply to: LayerSlider – 100% width Pic does not start at left on 0px. #140635Hi,
Unfortunately, we need the link to the actual site. Are you sure the left position is set to 0?
Regards,
Ismael
September 12, 2013 at 12:23 am in reply to: Lost all the avia blocks on a page upon save.. revision does not work. #140634Hey,
The revision is still not working for the Advance Layout Editor. Let me tag Kriesi.
If you still see the template as text, maybe you can retrieve it by switching the Advance Layout Editor to debug mode.
Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}A field with the actual shortcodes will show below the Advance Layout Editor. You can copy the shortcode text there.
Regards,
Ismael
Hi,
You can insert the Layer Slider then insert a 3/4 column beside a 1/4 column. Insert the Sidebar widget on the 1/4 column. Under the columns insert another Layer Slider. A another columns if you want to show the sidebar again and the some content under the 2nd Layer Slider. You can create custom sidebars on Appearance > Widgets panel.
Regards,
Ismael
September 12, 2013 at 12:11 am in reply to: Can sidebar be set to "Alternate Content" styling? #140424Hi,
@zerozendesi: You can use the Portfolio items to act as a video gallery.
Regards,
Ismael
September 12, 2013 at 12:03 am in reply to: Function to get the Logo in fixed Header smaller if you´re scroll the site down #140759Hi,
You can edit js > avia.js, find this code:
if(st < el_height/2)
{
newH = el_height - st;
header.removeClass('header-scrolled');
}
else
{
newH = el_height/2;
header.addClass('header-scrolled');
}Replace it with
if(st < el_height/3)
{
newH = el_height - st;
header.removeClass('header-scrolled');
}
else
{
newH = el_height/3;
header.addClass('header-scrolled');
}Remove browser cache then reload the page a few times.
Regards,
Ismael
Hi,
Do you have any plugins that insert certain div or container on the template? Maybe, they’re messing the layout a bit. Please try disabling all your plugins then remove browser cache. Reload the page a few times.
Regards,
Ismael
September 11, 2013 at 11:35 pm in reply to: Widget: Google Maps API server rejected Your request… #140179Hi,
Can you post the coordinates here? We would like to try it on our end. Please include the actual address of the place.
Regards,
Ismael
September 11, 2013 at 11:29 pm in reply to: Icons and arrows not displaying properly in firefox and IE #140653Hi,
It is not happening on our end. Can you please post a link to the actual website?
Regards,
Ismael
Hey,
Edit search.php, remove everything then replace it with this code: http://pastebin.com/MakKVUfy.
Remove browser cache then reload the page.
Regards,
Ismael
September 11, 2013 at 11:16 pm in reply to: Where to hook the code for FB, G+ & Twitter buttons? #140686Hi,
You can use the AddThis plugin. Refer to this link on how to implement the social buttons: https://kriesi.at/support/topic/placing-addthis-social-icons-into-the-header
Regards,
Ismael
-
AuthorPosts