Forum Replies Created
-
AuthorPosts
-
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
Hi,
The background image used is 1700x470px. You can use smaller images up to 1500px.
Regards,
Ismael
Hi,
The theme doesn’t have the ytplayer extension, the options is not going to work on the wp native video embed. Please hire a freelance developer to modify the theme for you.
Regards,
Ismael
August 9, 2013 at 6:59 am in reply to: Hi. how to register 2 times. the code makes it impossible to me #134184Hi,
Can you please specify which part of the theme you want to change? Break it down to little details.
Thanks,
Ismael
Hey,
Like Devin said, you need to hire a freelance developer to modify the theme for you. :)
Regards,
Ismael
Hi,
Add this on your custom.css or Quick CSS
.avia-post-nav {
display: none !important;
}Regards,
Ismael
Hi,
You can reduce the padding of the content div.
.content {
padding-top: 10px;
padding-bottom: 10px;
}Regards,
Ismael
Hi,
You can use this on your custom.css or Quick CSS
.avia-tooltip {
background: red;
color: white;
}You can use rgba color to render transparent background.
Regards,
Ismael
Hi,
You can add this on your custom.css or Quick CSS:
.slide-image, .big-preview.single-big, .small-preview {
display: none !important;
}This will temporarily hide all of the featured images.
Regards,
Ismael
Hi,
switchWidth = 767;
The number 767 refers to width of the browser, device or desktop.
Regards,
Ismael
Hi,
Where did you get that url code? Can you give me a complete url example?
Regards,
Ismael
Hi,
You can use the Color Section element for the image sections between the content sections.
For the arrow, you need to create it manually. I think this thread will help: http://stackoverflow.com/questions/8329035/jquery-scroll-a-div-up-and-down-using-two-buttons
Regards,
Ismael
August 8, 2013 at 6:20 am in reply to: Invert the next/last slideout tabs on the left and right side of the page #133598 -
AuthorPosts