Forum Replies Created
-
AuthorPosts
-
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
Hi,
I think this is the same inquiry as this one. Please don’t create duplicate post.
https://kriesi.at/support/topic/icon-list-issue-cannot-edit-text-anymore?replies=2#post-115136
Can you give us a screenshot? You can use this site to send an image.
https://www.dropbox.com/referrals/NTIzMTIwODg5?src=global9
Regards,
Ismael
Hi,
Please add this at the very bottom of your functions.php.
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}It will set the Avia Layout Builder to debug mode. You will see the actual shortcode at the bottom of the Advance Layout Editor.
Regards,
Ismael
Hi,
Just add this on your custom.css or Quick CSS
.search-results .date-container.minor-meta {
display: none;
}Regards,
Ismael
Hi,
Do you want a padding on the bottom?
.avia_partner_widget a, .avia_partner_widget a:hover {
padding-bottom: 90%;
}Can you give us a link to your page with the ads?
Regards,
Ismael
Hi,
It is showing the Parent page. Edit your portfolio page, look for Page Attributes, select no parent.
Regards,
Ismael
Hi,
Maybe a theme css is overriding your modification. Edit that layer, go to Style, look for Custom Style Settings. Place something like this
color: white !importantYou can also use PNG text images.
Regards,
Ismael
Hi,
So you want to remove the border?
Just add this
#header_main {
border: none;
}Regards,
Ismael
-
AuthorPosts
