Forum Replies Created
-
AuthorPosts
-
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
Hi,
Then you can change it to something like this:
if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title(array('title' => $title, 'link' => $t_link, 'subtitle' => $t_sub, 'heading' => 'strong'));
Regards,
Ismael
September 10, 2013 at 1:58 am in reply to: How can I change text box background on LayerSlider? #140232Hey,
Use rgba values.
background: rgba(200, 54, 54, .5);
.5 is the transparency level.
Regards,
Ismael
Hey,
You can add something like this on your custom.css or Quick CSS:
.av_table_col.first.portfolio-preview-image {
width: 56%;
}Regards,
Ismael
Hey,
Please add this on your custom.css or Quick CSS:
.avia-icon-list .iconlist_content li {
min-height: 0;
padding: 0;
list-style: disc inside;
}Regards,
Ismael
September 10, 2013 at 1:38 am in reply to: Enfold – Menu Editor – Some options not available when installed in a subdomain #140397Hi,
Are you talking about the menu on Appearance > Menus panel? Have you tried clicking the “Screen Options”, see if they are enabled?
Regards,
Ismael
September 10, 2013 at 1:36 am in reply to: Enfold – Menu Editor – Some administrators cannot see all options #140360Hey,
Please click “Screen Options”, see if all menu groups are enabled.
Regards,
Ismael
Hey,
Please use this:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .main_menu ul:first-child > li > a {
padding: 0 8px;
font-size: 12px;
}
}Regards,
Ismael
Hi,
Please try it on a different browser. Remove browser cache then reload the page a few times. Are you sure you got the latest version of Enfold?
Regards,
Ismael
Hey,
Please send the login details to ///.
Include the word “Kriesi” on the subject. Add the link of this thread on your email.
Regards,
Ismael -
AuthorPosts