Forum Replies Created
-
AuthorPosts
-
Hi,
You can directly upgrade 1.9.1. Please create a backup of your old theme files and your database for security purposes.
Regards,
Ismael
Hi,
Unfortunately, there is no fix for it yet.
https://kriesi.at/support/topic/page-based-pagination-is-flawed
Regards,
Ismael
Hi,
Use this code instead. Place a class=”alignleft” on the anchor tag:
<a href="http://www.mcelhearn.com/2013/01/24/just-updated-take-control-of-itunes-10-the-faq-second-edition//" class="alignleft"><img src="http://www.mcelhearn.com/wordpress/wp-content/uploads/tc-itunes1.png" alt="Take Control of iTunes 11: The FAQ" width="131" height="168"></a>
Regards,
Ismael
Hi,
Please refer to this link: https://kriesi.at/support/topic/scrolling-to-bottom-before-gallery-loads
Regards,
Ismael
Hey,
Please add this on your custom.css or Quick CSS
.single .avia-video iframe {
position: absolute;
left: 0;
}Regards,
Ismael
August 10, 2013 at 8:21 am in reply to: Styling > Quick CSS missing on default language (using WPML) #134238Hi,
Please copy the code on your custom.css to affect all other languages. What is the css code you’re using? Please paste it here.
Regards,
Ismael
Hi,
How did you add the video? Can you give us a link to the website? It doesn’t auto play on my end even if I set autoplay=1.
Regards,
Ismael
Hi,
You can add this to remove the meta info for single post view.
.single .post-meta-infos {
display: none;
}Add the code on custom.css or Quick CSS
Regards,
Ismael
Hi,
It is using the Lucida font. Please add this on your custom.css or quick CSS, just to make sure:
body p, body {
font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}Regards,
Ismael
Hi,
You can submit a request here: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Ismael
Hey,
Please add this on your custom.css or Quick CSS
.news-excerpt p {
text-align: justify;
}Regards,
Ismael
Hi,
Can you please give us a link to your website with the featured images still appearing?
Regards,
Ismael
Hi,
You’re referring to the sidebar and the content?
#main .container_wrap .container {
background: black;
color: white;
}
.sidebar {
background: white;
color: black;
}Add the code on your custom.css or Quick CSS.
Regards,
Ismael
Hi,
I modified the code above. Let me tag the rest of the support team. The code works on my end, I’m not sure why it doesn’t work on yours.
Regards,
Ismael
Hi,
Please watch this video on how to update or upload the theme using FTP: https://vimeo.com/channels/aviathemes/64927356
For security, create a backup of your old theme files and your database before updating.
Regards,
Ismael
Hi,
Please add this on your custom.css or Quick CSS
img, body img {
max-height: 100%;
}Regards,
Ismael
August 10, 2013 at 4:32 am in reply to: Enfold header size and no sidebar blog main content container size #134206Hey,
I don’t see anything wrong with your css modifications, if it works then it is should be OK.
You got a nice website. :)
Regards,
Ismael
August 10, 2013 at 4:24 am in reply to: Simple quote not supported in related post image tooltip #131372Hi,
Try this instead. For example you have a post called “This is a test’. Add this: & #39;
Remove the space after &.
Regards,
Ismael
Hi,
You can change the appearance of the submit button using this:
.page-id-1167 .main_color input[type='submit'] {
background: gray;
}Regards,
Ismael
Hi,
Please refer to this link: https://kriesi.at/support/topic/how-to-add-advanced-layout-manager-to-blog-posts
Regards,
Ismael
Hey,
You can find the theme’s thumbnail sizes on functions.php:
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news
$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']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren 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)
$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
//overwrite blog and fullwidth image on extra large layouts
if(avia_get_option('responsive_layout') == "responsive responsive_large")
{
$avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column)
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries
$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize slider
}Regards,
Ismael
Hi,
Please refer to this link: https://kriesi.at/support/topic/translation-issue-on-search-results-page
Generate a new po file with Codestyling: http://wordpress.org/plugins/codestyling-localization/
Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
Regards,
Ismael
Hi,
Add this on your custom.css or Quick cSS
html.html_boxed {
background: #dbeaff top left no-repeat scroll;
}Regards,
Ismael
Hi,
You can use this on your custom.css or Quick CSS
.content {
padding-top: 10px;
padding: bottom: 10px;
}Regards,
Ismael
Hi,
Did you check Screen Options? See if the Avia Layout Editor is checked.
Regards,
Ismael
Hi,
Edit functions-enfold.php, remove everything then replace it with this code: http://pastebin.com/i8tF4BsH
Regards,
Ismael
-
AuthorPosts