Forum Replies Created
-
AuthorPosts
-
Hey,
Did you set a Featured Image for each Portfolio Items?
Please send the login details to //…
Include the word “Kriesi” on the subject. Add the link of this thread on your email.
Regards,
IsmaelHey,
You can add this on your custom.css or Quick CSS:
@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;
}
.logo.bg-logo {
width: 200px;
margin-top: 20px;
}
}You can adjust the size of the logo.
Regards,
Ismael
Hey,
You can use this on your custom.css or Quick CSS:
IconBox:
.main_color .iconbox_content_title {
color: red;
}
.main_color .iconbox_icon.heading-color.avia-font-entypo-fontello {
color: blue;
}Regards,
Ismael
Hey,
You can use this:
.nonfixed_header .header_bg, #header_meta, #header {
-webkit-border-top-right-radius: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}Regards,
Ismael
Hi,
Use this plugin to display products on your website: http://wordpress.org/plugins/woocommerce/
Regards,
Ismael
Hi,
I’m not sure which is which but please try to regenerate the thumbnails on the language with the Gallery not working.
http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Ismael
September 6, 2013 at 3:04 am in reply to: How to make Google Maps open with custom location in new window #139663Hi,
What do you mean by “Custom Location”?
No, I don’t think that is possible if you’re using the Enfold Google Maps Widget.
Regards,
Ismael
Hey,
Edit the Color Section then give it a “Custom Css Class”, example “awesome-color-section”. You can define the height on Quick CSS or custom.css:
.avia-section.awesome-color-section {
height: 500px;
}Regards,
Ismael
Hey,
Please 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.
Regards,
Ismael
Hey,
Maybe IETester doesn’t really render the slider properly. Devin just tested it on IE8 and it worked. Did you try loading it on an actual IE8 browser?
Regards,
Ismael
Hey,
@festivedaisy: Thanks for the tip.
@cryusis: daisy’s suggestion should work fine.
Cheers,
Ismael
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
-
AuthorPosts