Forum Replies Created
-
AuthorPosts
-
September 12, 2013 at 12:23 am in reply to: Lost all the avia blocks on a page upon save.. revision does not work. #140634
Hey,
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
Hey,
You can use this on your custom.css or Quick CSS:
#top .widget_nav_menu ul ul li a {
font-weight: bold;
}
.widget_nav_menu a {
display: block;
padding: 4px 0px 5px 0;
text-decoration: none;
font-weight: bold;
}Regards,
Ismael
Hi,
Please download the latest version of Enfold, 2.1. Override the theme files via FTP. I think the process of updating the theme has nothing to do with the css issue. Don’t forget to create a backup of the modified files.
Regards,
Ismael
Hey,
Can you please give us a link to the page with the Contact form? A screenshot or mock-up of what you’re trying to do will help. :)
Regards,
Ismael
September 10, 2013 at 7:14 am in reply to: WooCommerce "Store Page" not recognizing layout options #139757Hi,
You can add this on your custom.css or Quick CSS to hide those elements.
.breadcrumb.breadcrumbs.avia-breadcrumbs {
display: none;
}
.single-product .sidebar.sidebar_sidebar_right.three.alpha.units {
display: none !important;
}Regards,
Ismael
September 10, 2013 at 7:07 am in reply to: Enfold – Menu Editor – Some options not available when installed in a subdomain #140399September 10, 2013 at 7:07 am in reply to: Enfold – Menu Editor – Some administrators cannot see all options #140362September 10, 2013 at 7:07 am in reply to: Predetermied excerpt insead of respecting "more" tag ? #140287Hi,
I’m not saying that you have to delete those every time you create a video page. I’m just saying you do it just for this particular page. I tested it on my end and the video shows fine.
Please download Enfold 2.1.
Regards,
Ismael
Hi,
Edit the 2nd slide, click Style panel then specify the left position. Make it 0.
Regards,
Ismael
Hi,
Please check config-templatebuilder > avia-shortcodes folder. Do you see the logoslider.php and the contentslider.php files?
Regards,
Ismael
Hi,
You don’t need to import anything, just create a page then go to Advance Layout Editor. Click Content Element then insert the Blog Post element. Under “Blog Style”, choose “Grid Layout”.
Regards,
Ismael
Hi,
You can use this instead.
.avia-table.main_color.avia-pricing-table-container.avia-table-1.avia-builder-el-4.el_after_av_textblock .empty-table-cell {
display: none;
}For the check marks, use this:
.pricing-table-wrap ul li large {
font-size: 30px;
}Regards,
Ismael
September 10, 2013 at 4:41 am in reply to: How can I change text box background on LayerSlider? #140234Hey,
Edit the layer, then click the Style tab. Add the css on Custom styles field.
You can watch this video: http://www.youtube.com/watch?v=ZY9SxVyugx4
Regards,
Ismael
Hi,
Edit js > prettyPhoto > js > jquery.prettyPhoto.js, find this code:
show_title:true,allow_resize:true,allow_expand:true
Replace it with:
show_title:true,allow_resize:false,allow_expand:true
Remove browser cache then reload the page a few times. Test the gallery.
Regards,
Ismael
September 10, 2013 at 3:56 am in reply to: Problem with different browsers – Images don't show properly #137205Hi,
Some of the images you uploaded are missing including those use on the Color Section. Can you please regenerate the thumbnails? Use this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Or manually re-upload them again.
Regards,
Ismael
Hi,
Please post the youtube code you use here. Is that the http://www.youtube.com/user/KinKongMoy? You can do something like this:
<a class="noLightbox" href="http://www.youtube.com/user/KinKongMoy">http://www.youtube.com/user/KinKongMoy</a>
You can also use goo.gl to shorten the youtube url. It will be considered as a normal link rather than a youtube link.
<a href="http://goo.gl/zTVrnu">http://www.youtube.com/user/KinKongMoy</a>
Regards,
Ismael
Hey,
If you’re using the Text Block element, you can edit config-templatebuilder > avia-shortcodes > textblock.php. Find this code:
return "<div class='avia_textblock {$custom_class}'>".ShortcodeHelper::avia_apply_autop(ShortcodeHelper::avia_remove_autop($content) )."</div>";
Replace it with:
return "<div class='avia_textblock {$custom_class}'>".ShortcodeHelper::avia_remove_autop($content,true)."</div>";
And this code:
$params['innerHtml'] = "<div class='avia_textblock avia_textblock_style' data-update_with='content'>".stripslashes(wpautop(trim(html_entity_decode( $params['content']) )))."</div>";
Replace with:
$params['innerHtml'] = "<div class='avia_textblock avia_textblock_style' data-update_with='content'>".stripslashes(trim(html_entity_decode( $params['content']) ))."</div>";
Please remove browser cache then reload the page a few times.
Regards,
Ismael
-
AuthorPosts