Forum Replies Created
-
AuthorPosts
-
Hi,
Please create a test site. Activate Enfold then Import the dummy data. It will give you a lot of ideas how the theme works. You can also watch these videos to learn more about the theme. https://vimeo.com/channels/aviathemes
You can set the front page on Enfold > Theme Settings > Frontpage Settings, select the page.
Regards,
Ismael
Hi,
Add this one
.fixed_header.social_header #main {
padding-top: 120px;
}Regards,
Ismael
Hi,
Yes, please create a new installation of WordPress, it should be 3.5 or higher. Download the latest version of the theme, Enfold 1.5.
Regards,
Ismael
Hi,
Where exactly in the Advance Layout Editor is this happening? Text Block?
Please 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";
}This will switch the editor to debug mode. You will see the actual shortcode at the bottom of your Avia Builder.
Regards,
Ismael
Hi,
As I said before, there are texts that can’t be translated using a plugin. You need to manually translate them by editing the theme files. That is why I want you to point me to the text that you want to translate.
You can use WPML to translate the site for you but there are still some texts that will be left out.
Example, if you want to change the word Search. Edit searchform.php then find this code
placeholder='<?php _e('Search','avia_framework')?>
Replace it with
placeholder='<?php _e('Buscar','avia_framework')?>
Regards,
Ismael
Hi,
I don’t have this problem on my end. I can specify the color on LayerSlider WP correctly without the theme color overriding it. Can you give us a link to your website?
Regards,
Ismael
Hi,
Please add this on your custom.css
#top .header_color .avia-color-theme-color {
color: white;
}
body div .avia-button {
background: #A81010;
}IE8 doesn’t support color: rgba and background-image.
Regards,
Ismael
Hi,
I visited the links and the logo doesn’t overlap the titles at all.
Regards,
Ismael
Hi,
Please edit the actual Portfolio page. Watch this videos: https://vimeo.com/channels/aviathemes/64927358
Can you give us a link to your website?
Regards,
Ismael
Hi,
If you want to switch the Advance Layout Editor to debug mode, you can add this on your functions.php
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}And like @formateins said, the debug-feature will show you beneath the builder a plain textarea field with the contents of the builder. Locate your mistake, correct it within the textarea and save. You’re done. :)
Regards,
Ismael
Hi,
I tested this code, place it on a Div/Video. It works ok but you are correct they are not responsive. You need to add a special class then use Media Queries to make them responsive.
<div class="avia-button-wrap avia-button-center avia-builder-el-2 el_after_av_textblock avia-builder-el-last "><a href="http://www.thisISaLink.com" class="avia-button avia-icon_select-yes avia-color-red avia-size-medium avia-position-center " target="_blank"><span class="avia_button_icon avia-font-entypo-fontello">♥</span><span class="avia_iconbox_title">Click me</span></a></div>
Regards,
Ismael
Hi,
Sorry, my bad. I only have the browser and this link (http://www.responsinator.com/?url=http%3A%2F%2Fwww.typedesign.de%2F) to check this. When I resize the browser to iPad’s resolution, the SlideOut Menu triggers fine.
This happens when you turn your iPad sideways to Portrait mode without refreshing the page?
Let me tag Kriesi and Devin to check this out.
Regards,
Ismael
Hi,
Are you using the Portfolio Grid?
You can edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code
Line 240:
$output .= "<a href='{$link}' data-rel='grid-".avia_post_grid::$grid."' class='grid-image' title=''>".get_the_post_thumbnail( $the_id, $image_size )."</a>";
Replace it with:
$output .= "<a target='_blank' href='{$link}' data-rel='grid-".avia_post_grid::$grid."' class='grid-image' title=''>".get_the_post_thumbnail( $the_id, $image_size )."</a>";
Line 242:
$output .= "<h3 class='grid-entry-title'><a href='{$title_link}' title='".esc_attr(strip_tags($entry->post_title))."'>".$entry->post_title."</a></h3>";
Replace with:
$output .= "<h3 class='grid-entry-title'><a target='_blank' href='{$title_link}' title='".esc_attr(strip_tags($entry->post_title))."'>".$entry->post_title."</a></h3>";
Regards,
Ismael
Hi,
Just add this on your custom.css
Remove bullets
.avia-slideshow-dots.avia-slideshow-controls {
display: none;
}Remove arrows.
.avia-slideshow-arrows.avia-slideshow-controls {
display: none;
}Caption Title color.
.avia-slideshow .avia-caption .avia-caption-title {
color: red;
}Caption Content color.
.avia-caption-content {
color: blue;
}Regards,
Ismael
Hi,
I think this is the plugin your are looking for http://wordpress.org/plugins/menu-items-visibility-control/.
Regards,
Ismael
Hi,
That’s weird. Please check your wp-content/themes folder. How many enfold folder do you see in there?
Regards,
Ismael
Hi,
Just override the theme files via FTP or your cpanel. Create a backup of your modified files.
Regards,
Ismael
Hi,
On Appearance > Menu, look for Theme Locations > Enfold Footer Menu, select a menu.
Regards,
Ismael
Hi,
Set the Avia Layout Editor to debug mode. Please add this on your functions.php.
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}This will show you the actual shortcode. You can see it at the bottom of your Advance Layout Editor.
Text Block should look like this
[av_textblock ]
Click here to add your own text
[/av_textblock]Do you have Enfold 1.5?
Regards,
Ismael
Hello,
There are text that can’t be translated using a plugin. They need to be manually translated by editing the theme files. Can you point us to the texts that you want to translate?
Regards,
Ismael
Hi,
The menu should switch to dropdown or sliderOut Menu when viewing on an iPad. Check Enfold > Header > Responsive Header Main Menu.
Also, please check Enfold > General Settings > Responsive Layout > select Responsive Layout.
Regards,
Ismael
May 31, 2013 at 2:41 am in reply to: Problem when hover on image alignement with Firefox and Opera Mac #115635Hi johnball,
I checked jaypopsu’s link (http://polettofit.com/contact/) on safari but I don’t see the text moving a few pixels down.
Can you give us a link to the page with the issue?
Regards,
Ismael
Hi,
Can you give us a link to your website? Please add this on your custom.css
.archive iframe {
position: relative !important;
}Regards,
Ismael
Hi,
1.) Edit searchform.php, find this code
placeholder='<?php _e('Search','avia_framework')?>
2.) Edit functions-enfold.php, find this code
$output .= __("Sorry, no posts matched your criteria", 'avia_framework');
3.) Edit framework > php > function-set-avia-frontend.php
if($wp_query->found_posts > 1)
{
$output = $wp_query->found_posts ." ". __('search results for:','avia_framework')." ".esc_attr( get_search_query() );
}
else
{
$output = $wp_query->found_posts ." ". __('search result for:','avia_framework')." ".esc_attr( get_search_query() );4.)
5.)
6.) You can add this on your custom.css
.search-no-results .widget.avia_combo_widget {
display: none;
}
.search-no-results .template-search h3 {
display: none;
}Let me tag the rest of the support team for 4 and 5.
Regards,
Ismael
Hi,
Are you sure it is not working? I chose black, in fact I tried every color scheme and all of them work. :)
Regards,
Ismael
Hi,
You can add this on your custom.css
.social_bookmarks_vimeo {
display: none;
}Regards,
Ismael
Hi,
Please open js > avia.js. Find this code
var menu = header.find('.main_menu ul:eq(0)'),
first_level_items = menu.find('>li').length,
bottom_menu = $('html').is('.bottom_nav_header'),
switchWidth = 768;Replace switchWidth value
switchWidth = 900;
Try to experiment on the value.
You can also change settings on Enfold > Header > Responsive Header Main Menu, select Display as SlideOut Menu.
Let me tag Devin to help us out.
Regards,
Ismael
-
AuthorPosts