Forum Replies Created
-
AuthorPosts
-
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
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
-
AuthorPosts
