Forum Replies Created
-
AuthorPosts
-
Hi,
You can switch the Avia Builder to debug mode. You will be able to see the actual shortcode at the bottom of the Advance Layout Editor.
Add 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";
}Regards,
Ismael
Hi,
We thought you are using Abundance. I will move this thread to Enfold.
Regards,
Ismael
Hi,
I’m sorry but I’m not sure if there is a thumbnail size with the dimension of 55x55px. What do you mean “Latest Posts”? Can you give us a link to the page?
You can change the thumbnails size on functions.php
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider
$avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs
$avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
$avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns
$avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)Regards,
Ismael
Hi,
Please switch to twentytwelve theme, see if the shortcode generator for the plugin is working.
Regards,
Ismael
Hi,
Add this on your custom.css
#top input[type="text"] {
float: left;
clear: left;
}Regards,
Ismael
Hi,
You can edit includes > loop-index.php, find this code.
$current_post['content'] = $blog_content == "content" ? get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow"> →</span>') : get_the_excerpt();
$current_post['content'] = $blog_content == "excerpt_read_more" ? $current_post['content'].'<div class="read-more-link"><a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"> →</span></a></div>' : $current_post['content'];To disable date and time, find this code and remove it.
echo "<span class='date-container minor-meta'>".get_the_time('d M Y')."</span>";
echo "<span class='text-sep'>/</span>";Regards,
Ismael
June 4, 2013 at 12:49 am in reply to: REMOVE DATE/BY/AUTHOR TEXT FROM PORTFOLIO AFTER SEARCH #122877Hi,
Please use this.
.search .date-container.minor-meta, .search .author-container.minor-meta {
display: none;
}Regards,
Ismael
Hi,
You need to use the dropcap shortcode.
<blockquote>[av_dropcap1]"[/av_dropcap1]Click here to add your own text</blockquote>[av_dropcap1]"[/av_dropcap1]
Or you can bring the default wordpress blockquote styling.
blockquote {
background: transparent url('../images/skin1/quotes.png') no-repeat top left;
}You need to supply the image for quotes.png.
Regards,
Ismael
Hi,
Do you have any plugins installed?
Please add this on your custom.css
em {
font-style: normal;
}Regards,
Ismael
Hi,
What do you mean by accent? Try to increase your php memory output. Refer to this link.
http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Again, switch your Avia Builder to debug mode to see the actual shortcode.
https://kriesi.at/support/topic/icon-list-issue-cannot-edit-text-anymore?replies=2#post-115136
Regards,
Ismael
Hi,
I think you need to edit both of them. You can find container width on grid.css and maybe some elements that need adjustments on layout.css.
Regards,
Ismael
Hi,
Just add this on your custom.css or Quick CSS
body {
text-transform: lowercase !important;
}Regards,
Ismael
Hi,
You can use this on your custom.css or Quick CSS
body p {
line-height: 24px;
}Change the value.
Regards,
Ismael
Hi,
You can try these.
http://wordpress.org/plugins/wp-minify/
http://wordpress.org/plugins/assetsminify/
Regard,
Ismael
Hi,
Just add this on your custom.css or Quick CSS
#top .main_color #reviews input#submit {
background-color: gray;
}Change the color.
Regards,
Ismael
Hi,
Please follow this link.
https://kriesi.at/support/topic/enfold-combo-widget
It will be fixed on the next update.
Regards,
Ismael
Hi,
I think this is a bit complicated. You might need to hire a freelance developer. :)
Regards,
Ismael
Hi,
When updating the theme, please create a backup of your custom.css, Quick CSS and the modified theme files.
You can use this
.breadcrumb-title {
display: none !important;
}Regards,
Ismael
Hi,
Go to Enfold > General Settings > Blog Style, select “Single Author, big preview Pic (no author picture is displayed, feature image is big)”.
Regards,
Ismael
Hi,
Actually, you can do it on the Advance Layout Editor. Set your page to No Sidebar. Insert 3/4 column and 1/4 column. Place your content on the 3/4 column then add a Sidebar element inside the 1/4 column. Place the Color Section element at the bottom.
Regards,
Ismael
Hi,
Open framework > php > class-breadcrumb.php, find this code
/* If viewing search results. */
elseif ( is_search() )
$trail['trail_end'] = sprintf( __( 'Search results for "%1$s"', $textdomain ), esc_attr( get_search_query() ) );Regards,
Ismael
Hi,
Please send the login details to //…
Include the word “Kriesi” on the subject. Add the link of this thread on your email.
Regards,
IsmaelHi,
Edit loop-index.php then find this code, remove everything. Replace them with this code: http://pastebin.com/rWyyiBXb
Add this on your custom.css or Quick CSS
.page .modified-blog {
margin-left: 130px;
}Regards,
Ismael
Hi,
Yes, sometimes the widgets settings are getting stuck. I don’t know why. Let me tag the rest of the support team.
Regards,
Ismael
Hi,
I checked the pages again, they all look fine. This is the screenshot.
http://www.mediafire.com/download/auqh9lboh4ccs13/tropicaltaylor.jpg
Let me tag the rest of the support team.
Regards,
Ismael
-
AuthorPosts