Forum Replies Created
-
AuthorPosts
-
Hi,
Kriesi is fixing the apostrophe translation issue.
Please switch your Avia Builder to debug mode. 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";
}You will have the actual shortcode at the bottom of your Advance Layout Editor.
You should also increase the php memory limit, please refer to the link:
http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Ismael
Hi,
Try to use this plugin: http://wordpress.org/plugins/widgets-reset/
See if the widgets start working.
NOTE: This will reset your widget to factory settings. You will lose every widgets and all the custom widget areas that you created.
Regards,
Ismael
Hi,
You can create a new layer, select Div / Video, then insert the Subscription form code. Style it.
Regards,
Ismael
Hi,
formateins code should work. Use this one
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.avia-layerslider {
display: none !important;
}
}Remove browser cache then reload the page.
Regards,
Ismael
Hi,
Color Section is meant to be full width. You can either use it at the very top or bottom of a page with sidebar or use on a full width page.
Regards,
Ismael
Hi,
I’m sorry but I’m not clear on what you said. You can always use the Template Builder to create dynamic templates with different layout. You can insert different slideshows and content.
Regards,
Ismael
June 1, 2013 at 6:03 am in reply to: Existing (and new) avia textblock apear empty and can not be edited #122149Hi,
Please your Avia Builder to debug mode. 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";
}You will see the actual shortcode at the bottom of the Advance Layout Editor.
Regards,
Ismael
Hi,
It is because they are inheriting the size of the columns. If you want to change the portfolio thumbnails, you can edit functions.php then find this code
$avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns
Change the size then regenerate the thumbnails. You need to edit the size of the columns via CSS. Can you give us a screenshot of what you are trying to accomplish? You can send an image using clipular, dropbox, mediafire etc.
Regards,
Ismael
Hey,
Glad you found it. :)
You can also create a new custom sidebar on Appearance > Widgets > Enfold Custom Widget Area, add a new widget area.
Regards,
Ismael
Hi,
Please switch your Avia Builder to debug mode. Place 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";
}Go back to your Homepage, check at the bottom of the Advance Layout Builder if there is the actual shortcode.
Regards,
Ismael
Hi,
I don’t know what you’re seeing but if you change the font color on Enfold > Styling, it does change. I don’t see any rogue layers interfering with the color that I set on the back end.
Let me tag the rest of the support team.
Regards,
Ismael
Hi,
@Michael Oeser: Thanks for the tip. I think it is a good idea.
@purstodio: You can use Media Queries to target the iPad view.
@media only screen and (min-width: 768px) and (max-width: 989px) {
.responsive .main_menu ul > li > a {
font-size: 11px;
}
}Add the code on your custom.css or Quick CSS.
Regards,
Ismael
Hi,
You can insert an image with semi transparent background.
You can also create another layer, select h1, h2 etc. Insert the a text, go to Style. Insert top, bottom, left and right padding, say 50px each. On custom-style settings insert background-color: rgba(0,0,0,0.5). This is not going to work on IE8 or lower.
Regards,
Ismael
Hi rynleigh,
Can you give us a specific list of issues you have on IE8? Please include a link to your website.
Regards,
Ismael
Hi,
Go to your wp dashboard, click Enfold > Theme Options > Header > Responsive Header Main Menu, select the SlideOut menu.
Regards,
Ismael
Hi abortolotti,
Did the code work for your homepage? I hope it did because I tested it on my end and I can see the funny face of grandpa.
This one is different, when I reload the page I can’t see the Color Section but when I scroll down it suddenly pops out. Let me tag this to Kriesi.
For the meantime, please use this.
.page-id-1548 #av_section_1 {
z-index: 0;
}Regards,
Ismael
Hi,
This will get you started, just add this on your custom.css or Quick CSS.
.avia-search-tooltip.avia-tt {
display: block !important;
opacity: 1 !important;
top: 0 !important;
box-shadow: none;
border: none;
width: 700px;
left: -500px !important;
}
#top #searchsubmit, .ajax_load {
right: -300px;
}
#top #s {
width: 600px;
padding: 11px 47px 11px 5px;
z-index: 1;
margin: 0;
box-shadow: none;
max-width: 700px;
}Regards,
Ismael
June 1, 2013 at 3:57 am in reply to: Align portfolio thumbnails to right instead of underneath? #122548Hi,
You can add this on your custom.css or Quick CSS
.avia-gallery-big.fakeLightbox.lightbox {
width: 83%;
float: left;
height: auto !important;
margin-right: 10px;
}
#top .avia-gallery .avia-gallery-thumb a {
margin-bottom: 5px;
}Regards,
Ismael
Hi,
Are you sure that you can see the date using a Post Slider?
Can you please give us a link to your home page?
Regards,
Ismael
Hi,
Go to Appearance > Widget, look for the Screen Option, enable accessibility mode. Delete the custom sidebar you created then recreate them. Sometimes the widget settings get stuck.
Regards,
Ismael
Hi,
Please give us a link to your website so that we can inspect it. Or at least give us a screenshot. You can post an image on clipcular or dropbox. I think we are not on the same page.
Regards,
Ismael
Hi,
What does it do when you click the Read More button?
Please download Enfold 1.5.
Regards,
Ismael
Hi,
First, go to Enfold > Blog Style > Blog Style, select the “Single Author, big preview Pic (no author picture is displayed, feature image is big)”. You can specify the excerpt manually, just edit a post, look for the Screen Options (top right corner). Check the Excerpt option.
Regards,
Ismael
-
AuthorPosts