Forum Replies Created
-
AuthorPosts
-
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,
IsmaelHey,
Please remove browser cache then reload the page. If you have any cache plugin, flush the settings. Deactivate all plugins, see if the issue is fix.
Regards,
Ismael
Hi,
This is what I see on IE.
Please add this on your custom.css or Quick CSS:
.logo, .logo a {
height: auto;
}Regards,
Ismael
Hi,
You can specify the width and height of a youtube video directly on the url:
http://www.youtube.com/watch?v=wBtcxlZP4fo&width=100&height=100
Get the actual video url.
Regards,
Ismael
Hey,
Can you post the facebook like button here? Is the site live? We would like to inspect it.
Regards,
Ismael
September 9, 2013 at 3:24 am in reply to: Layer Slider with theme on Stretch layout background image blurry #140007Hi,
Please use image with more 1500x460px in size. Can you give us a link to the website?
Regards,
Ismael
Hey,
1.) You can use this to remove the dashed border:
.avia-desc-col.pricing-table li {
border-top: none;
border-bottom: none;
}2.) Use this to remove the empty cell:
.avia-table.main_color.avia-pricing-table-container.avia-table-1.avia-builder-el-4.el_after_av_textblock .pricing-table.avia-desc-col .empty-table-cell {
display: none;
}Regards,
Ismael
September 9, 2013 at 3:14 am in reply to: The same again – Show sidebar on mobile without the line #140009Hey,
1.) This is the proper code:
@media only screen and (max-width: 767px) {
.responsive #top #main .sidebar {
display: block !important;
}
}2.) Please try this:
@media only screen and (max-width: 767px) {
.responsive #top #main .sidebar, .inner_sidebar {
border: none;
}
}Regards,
Ismael
Hi,
Can you give us a link to your website? We would like to inspect it.
Regards,
Ismael
-
AuthorPosts