Forum Replies Created
-
AuthorPosts
-
Hi,
Sorry but can you please post a screenshot? You’re inquiry is a bit unclear.
Regards,
Ismael
September 5, 2013 at 11:54 pm in reply to: Make an Ajax Portfolio without the Title and Excerpt. #139714Hey,
Yes, it is possible. Edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code on line 476:
$output .= "<div class='av_table_col portfolio-entry portfolio-preview-content'>";
$output .= "<h2 class='portfolio-preview-title'><a href='{$link}'>".$entry->post_title."</a></h2>";
$output .= "<div class='entry-content'>";
$output .= $content;
$output .= "</div>";
$output .= "<span class='avia-arrow'></span>";
$output .= "</div>";Remove it.
Regards,
Ismael
Hey,
Please create a backup of the files you modified. They will overwritten when you update the theme. You can also use a child theme to preserve the changes you made.
Regards,
Ismael
Hi,
Please try to duplicate the sidebar.php on the child theme. Let us know if the sidebar works.
Regards,
Ismael
Hi,
The theme is not compatible with IE7. Please try to install this plugin: http://wordpress.org/plugins/html5shiv/
Regards,
Ismael
Hi,
It is something you need to work with a freelance developer if you really want one. You can also place a feature request here: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Ismael
Hey,
You can add this on your custom.css or Quick CSS:
#header {
position: fixed;
}
#main {
padding-top: 156px;
}Regards,
Ismael
September 5, 2013 at 5:12 am in reply to: Remove featured images on blog page – not hide with CSS #139158Hey,
Glad it worked. :)
My bad. I meant to say “What type of Blog Style do you have?”. Hehe.
Regards,
Ismael
Hey,
The fontello font is use to create almost all of the icons on the theme like Iconbox, Iconlist etc. Where exactly do you want to use them? You can refer to this link http://www.entypo.com/characters/.
Regards,
Ismael
Hey,
Please update to WP 3.6 then download Enfold 2.0.1. It will fix the slider issues.
Regards,
Ismael
Hi,
Did you use the Visual mode on the Editor when adding a shortcode?
Regards,
Ismael
September 5, 2013 at 5:01 am in reply to: Menu havoc – items auto assigning, items disappearing, location changing #139484Hi,
Edit .htaccess or you can edit it yourself. Add this code:
php_value suhosin.post.max_vars 2048
php_value suhosin.request.max_vars 2048You can also ask your host to change the limit of these values for PHP.
suhosin.post.max_vars = 5000
suhosin.request.max_vars = 5000Regards,
Ismael
September 5, 2013 at 4:59 am in reply to: Icon Lists & Icon Boxes – Content Disappearing and strange rollover effects #137608Hi,
Please remove the class “align-center” on the image. It will be automatically aligned without the selector. You can change the color value if you want.
Regards,
Ismael
September 5, 2013 at 4:55 am in reply to: How to remove creation date and time from the Enfold Latest Portfolio widget #138935Hi,
Please place the code on custom.css located on the css folder. Remove browser cache then reload the page a few times. If you have a cache plugin, flush the settings.
Regards,
Ismael
Hi,
I’m sorry, I tried to make it work but I guess this is not possible because the form should be outside the main content area. You have to manually code the form outside the template’s container. Please hire a freelance developer to modify the theme for you.
Regards,
Ismael
Hey,
@asdevargas: Thanks for the tip.
@htarant: You can use this on your custom.css or Quick CSS:
@media only screen and (max-width: 767px) {
.avia-slideshow .avia-caption {
display: none;
}
}Regards,
Ismael
Hey,
You can hide the dots using this:
.avia-slideshow-dots.avia-slideshow-controls {
display: none;
}Regards,
Ismael
September 5, 2013 at 4:33 am in reply to: Contents don't appear when switching back from advanced to normal editor #139464Hi,
You can’t use the Advance Layout Editor and the Default Editor simultaneously. You need to pick which one you want to use. Although, you can switch the Advance Layout Editor to debug mode. The actual shortcode will be rendered below the Advance Layout Editor.
To switch your theme 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";
}You will be able to see the actual shortcode below the builder. Shortcodes can be combine then, like this example. A combination of Promobox shortcode plus the Button shortcode:
[av_promobox button='yes' label='Click me' link='single' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='large' icon_select='no' icon='25']
Welcome Stranger! This is an example Text for your fantastic Promo Box! Feel Free to delete it and replace it with your own fancy Message!
[av_button label='Click me' link='' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='25']
[/av_promobox]Regards,
Ismael
Hi,
There is no vertical slider included on the theme. You need to hire a freelance developer to add the feature for you. You can also look for third party plugins.
Regards,
Ismael
Hi,
I’m not sure if this is what you want. A screenshot will help. Use this on your custom.css or Quick CSS:
.avia-center-col.pricing-table {
text-align: center;
width: 100%;
}
.pricing-table {
width: 100%;
margin: 0 !important;
padding: 0 !important;
}Regards,
Ismael
Hey,
Do you mind decreasing the size of the logo on 768px screen width? You can add this on your custom.css or Quick CSS:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .mobile_slide_out .logo {
float: left;
width: 200px;
margin-top: 20px;
}
}This is what it will look like:
Regards,
Ismael
September 4, 2013 at 4:16 am in reply to: CSS help with changing the header menu backgroudn to Transparent? #139203Hey,
What type of header do you have? Please check on Enfold > Header > Header Type.
Regards,
Ismael
Hey,
You can change the color of h2 tag using this on your custom.css or Quick CSS:
.socket_color h2 {
color: red;
}Regards,
Ismael
Hi,
It is not happening on my end. The link stays exactly where they should be. It seems like you modify some padding or something like that. Please remove the css you added then leave the code I suggested above.
Regards,
Ismael
Hey,
You can add another column. Edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code:
"subtype" => array( /* __('1 Column', 'avia_framework' )=>'1', */
__('2 Columns', 'avia_framework' )=>'2',
__('3 Columns', 'avia_framework' )=>'3',
__('4 Columns', 'avia_framework' )=>'4',
/* __('5 Columns', 'avia_framework' )=>'5', */
)),Replace it with:
"subtype" => array( /* __('1 Column', 'avia_framework' )=>'1', */
__('2 Columns', 'avia_framework' )=>'2',
__('3 Columns', 'avia_framework' )=>'3',
__('4 Columns', 'avia_framework' )=>'4',
__('5 Columns', 'avia_framework' )=>'5',
)),Edit your portfolio page then configure the Portfolio Grid element. Select “5” on the Column option.
Regards,
Ismael
Hey,
You can use this on your custom.css or Quick CSS:
#top .main_color .onsale {
background: url('https://cdn1.iconfinder.com/data/icons/Siena/128/label_sale%20yellow.png') no-repeat center;
width: 128px;
height: 128px;
text-indent: -9999px;
top: -30px;
}Regards,
Ismael
Hey,
Please use this:
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
border: 6px inset transparent !important;
}
.twentytwenty-left-arrow {
border-right: 6px solid white !important;
}
.twentytwenty-right-arrow {
border-left: 6px solid white !important;
}
.twentytwenty-handle {
border: 3px solid white !important;
}Remove browser cache then reload the page.
Cheers,
Ismael
September 4, 2013 at 3:23 am in reply to: Disable the layer slider in responsive mode when viewed on a smartphone #138522 -
AuthorPosts