Forum Replies Created
-
AuthorPosts
-
Hi,
Please remove the code. Use this plugin to order the portfolio items.
http://wordpress.org/plugins/post-types-order/
Regards,
Ismael
Hi,
Please edit js > avia.js, find this code
first_level_items = menu.find('>li').length,
bottom_menu = $('html').is('.bottom_nav_header'),
switchWidth = 768;Replace it with:
first_level_items = menu.find('>li').length,
bottom_menu = $('html').is('.bottom_nav_header'),
switchWidth = 900;Regards,
Ismael
Hi,
You can find the thumbnail sizes on functions.php, find this codes
$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']['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)You can adjust the max-height of portfolio thumbnails with css.
.attachment-portfolio.wp-post-image {
max-height: 150px;
}Regards,
Ismael
Hi,
Go to Appearance > Menus, remove the Home button. Replace it with your homepage. :)
Regards,
Ismael
Hi,
On Enfold > Blog Style > Please choose onother option except for “Grid Layout”. Create a page, insert the Blog Post element then choose Grid Layout. Set this page as your default Blog Page.
Regards,
Ismael
Hi,
You can use the Color Section, use a large image. The options should be like this:
Background Image Position: Top Left
Background Repeat: Stretch to Fit
Background Attachment: Fixed
Section Padding: Large Padding
Regards,
Ismael
Hi,
Just add this on your custom.css or Quick CSS
#top #payment label {
display: block;
}Regards,
Ismael
July 13, 2013 at 5:14 am in reply to: Is it possible to customizea theme on one blog and then transfer it to another? #129434Hi,
Regular license only allow you to create a single end product which means you can only use the theme on a single website.
You can switch the theme to debug mode. This way you will be able to see the actual shortcode below the Advance Layout Editor. You can just copy and paste the shortcode on another installation of Enfold theme.
Open functions.php, find this code
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}Regards,
Ismael
Hi,
You can Inspect Element with Google Chrome, look for the unique body class id of the page.
On the image above, the body class id is .page-id-2251, yours will be different. Use it to change the background image of the logo. Add this on your custom.css or Quick CSS
.page-id-2251 .logo.bg-logo img {
position: absolute;
left: -9999px;
}
.page-id-2251 .logo.bg-logo {
background: url(../images/layout/logo.png) no-repeat center;
display: block;
height: 116px;
width: 210px;
}Regards,
Ismael
Hi,
I tested this on my end with the child theme turned on and the Enfold > Styling is working fine.
Do you have a caching plugin? or any plugin for that matter?
Regards,
Ismael
July 13, 2013 at 5:00 am in reply to: Some post links not working / Random changes to existing permalinks #128927Hi,
Do you have a caching plugin? Or any other plugin for that matter? Please deactivate them, see if the issue is fix. Activate them one at a time to find the chaotic plugin.
Regards,
Ismael
Hi,
I can see it, it should be place below the magnifying glass. Did you edit something on the theme files?
Please upgrade to Enfold 1.7.
Regards,
Ismael
Hey,
If you want to remove the kriesi backlink, open footer.php and find this code.
$kriesi_at_backlink = apply_filters("kriesi_backlink", " - <a href='http://kriesi.at'>Enfold Theme by Kriesi</a>");
Glad it is sorted out.
If you like the theme, please send us a feedback here.
https://kriesi.at/support/topic/your-testimonials-on-our-front-page-a-unique-chance
Regards,
Ismael
Hi,
Yes, it is possible. An image inside the anchor tag will always open with lightbox.
[av_tab_container position='top_tab' boxed='border_tabs' initial='1']
[av_tab title='Tab 1' icon_select='no' icon='1']
<a href="http://localhost/kriesi/enfold/wp-content/uploads/2012/04/24.jpg"><img class="alignright size-full wp-image-316" alt="2" src="http://localhost/kriesi/enfold/wp-content/uploads/2012/04/24.jpg" width="1000" height="650" /></a>
[/av_tab]
[av_tab title='Tab 2' icon_select='no' icon='1']
Tab Content goes here
[/av_tab]
[/av_tab_container]Regards,
Ismael
Hi,
That is correct, you can change the padding on mobile view. You can do something like this on your custom.css or Quick CSS
/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
@media only screen and (max-width: 1024px) {
.main_menu ul:first-child > li > a {
padding: 0 7px;
font-size: 11px;
}
}Regards,
Ismael
July 13, 2013 at 4:06 am in reply to: Embedded video content covering menu when scrolling down the page #129334Hey,
Can you give us a link to the website? Add this on your custom.css or Quick CSS
iframe {
z-index: 0 !important;
}Regards,
Ismael
Hey,
I agree with Devin, looks like regenerating the thumbnail will solve the issue. If you didn’t change anything with the code and you are uploading images with the same dimension then they should be cropped equally. We would like to inspect the issue but the link you gave us doesn’t have the AJAX turned on.
Regards,
Ismael
Hi,
I think you end up reading one of the thread I answered. Just add this on your custom.css or Quick CSS
.image-overlay.overlay-type-image {
display: none !important;
}Regards,
Ismael
Hi,
Edit footer.php, find this code
$kriesi_at_backlink = apply_filters("kriesi_backlink", " - <a href='http://kriesi.at'>Enfold Theme by Kriesi</a>");
Regards,
Ismael
Hi,
You can post the screenshot here using imgur, dropbox, mediafire etc. You can use html tags like img.
Regards,
Ismael
Hi,
If you are looking to upload a logo with taller dimension. You can add something like this on your custom.css or Quick CSS
/*header with social icons: */
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 200px; line-height: 200px; }Specify the height and the line-height of your logo.
Regards,
Ismael
Hi,
@Wild-Speed: What is the bar that you want to remove? Can you give us a screenshot?
Regards,
Ismael
Hi,
Edit config.php, add the code
set_time_limit(0);
or in the .htaccess insert
php_value max_execution_time 60
You can refer to this link for other possible solutions: http://www.clickonf5.org/11921/solution-for-wordpress-php-error-maximum-execution-time-of-30-seconds-exceeded/
Regards,
Ismael
Hi,
If you don’t want to lose the avia.js when updating the theme. You can copy the actual avia.js on a js folder inside the child theme. Edit functions.php, find this code
wp_register_script( 'avia-default', $template_url.'/js/avia.js', array('jquery'), 1, true );
Replace it with:
wp_register_script( 'avia-default', $child_theme_url.'/js/avia.js', array('jquery'), 1, true );
Regards,
Ismael
July 12, 2013 at 3:17 am in reply to: Is there a way to control the height of the border in the sidebar ? #129224Hi,
The content extends the border. If you remove the content border, you will have the border of the sidebars which extends depends on the number of widgets. Make sure that the content is longer than the widgets.
.content {
border: none;
}Regards,
Ismael
-
AuthorPosts