Forum Replies Created
-
AuthorPosts
-
Hi,
You can try 1024. The Layers Container option will constrain all elements inside a specific width and the slider will create a centered inner area to place your content into that.
Regards,
Ismael
Hi,
Can you please recreate the Easy Slider from scratch? I can easily add 3 or more images on the Easy Slider on my end without it stopping or causing issues.
Please increase the wordpress php memory limit:
http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Ismael
Hi,
Open includes > admin >register-portfolio-options.php, find this code:
Tangerine'=>'Tangerine',
'Terminal Dosis'=>'Terminal Dosis',
'Tenor Sans'=>'Tenor Sans',
'Varela Round'=>'Varela Round',
'Yellowtail'=>'Yellowtail',Add this code below:
'Maven Pro'=>'Maven Pro',
You can now use the font on your custom.css or Quick CSS
/*default*/
h1, h2, h3, h4, h5, h6 {
font-family: 'Maven Pro', sans-serif;
font-weight: 600; }Regards,
Ismael
Hi,
You can see all image thumbnail size on functions.php
/*
* Register additional image thumbnail sizes
* Those thumbnails are generated on image upload!
*
* If the size of an array was changed after an image was uploaded you either need to re-upload the image
* or use the thumbnail regeneration plugin: http://wordpress.org/extend/plugins/regenerate-thumbnails/
*/
$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
}The one use for the portfolio featured image is this:
$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 sliderRegards,
Ismael
Hi,
Please add this on your custom.css or Quick cSS
html {
background: white !important;
}Neat website. :)
Regards,
Ismael
Hi,
I’m afraid you have to redo the site from scratch since Enfold is a far different theme than Propulsion. So much has change on the templates and the actual framework.
You can find tutorial videos about Enfold here: https://vimeo.com/channels/aviathemes
Regards,
Ismael
Hey,
Glad the solution worked. The template-builder is a bit tricky. Please try this:
Edit template-builder.php, remove everything then paste this code: http://pastebin.com/QDsWKWPP
Regards,
Ismael
July 24, 2013 at 9:45 am in reply to: Issues with "pre" tagged content placed in tabs using the safari browser #131084Hi,
Please switch your Advance Layout Editor to debug mode. Edit 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";
}You’ll be able to see the actual shortcode below the Advance Layout Editor. Please increase the php memory limit to 128M or higher.
Edit wp-config.php, add this code
define('WP_MEMORY_LIMIT', '128M');
Regards,
Ismael
July 24, 2013 at 9:38 am in reply to: Featured Image works on every page except my "Frontpage" #130570Hi,
Please send the login details on ///.
Include the word “Kriesi” on the subject. Add the link of this thread on your email.
Regards,
IsmaelHi,
I visited the website, looks like you manage to use Media Queries to adjust the menus.
Regards,
Ismael
Hi,
Can you give us a link to the website? No, it is not a known issue. How did you add the button?
Regards,
Ismael
July 24, 2013 at 2:48 am in reply to: margin or padding for all contents including the header, title, and sliders #129371Hi,
Have you tried using the Enfold > Styling > Use stretched or boxed layout? > Boxed Layout? I think it will solve all your problem. The layer slider width is too big, I don’t understand why you need 5000px on the slider.
Regards,
Ismael
July 24, 2013 at 2:05 am in reply to: Dropdown navigation suddenly became huge and spreads across the page #130536Hey,
Upgrade to Enfold 1.8.2.
Did you add any plugins prior to this issue? Please deactivate them, see if the slider works.
Increase your php memory limit to 128M or higher. Make sure you’re using wordpress version 3.5 up.
Edit wp-config.php, add this code:
define(‘WP_MEMORY_LIMIT’, ‘128M’);
Regards,
Ismael
July 23, 2013 at 6:33 am in reply to: Woocommerce – hide top right cart icon unless logged in… #130685Hi,
You can specify the Layers Container width on LayerSlider WP > Slides > Global Settings > Basic > Layers Container. Specify the width (px).
(px) This feature is useful if you are using a full-width slider and you want to avoid stretching your layers across the full viewport horizontally. Just specify a custom width in pixels, and the slider will create a centered inner area to place your content into that. Note that this feature is working only with pixel-positioned layers, but you can still use the value '50%' if you want centered positions.
Regards,
Ismael
Hi,
Sorry for that. You should leave the theme version number or you’ll lose the theme settings configuration. We’ll update it for you.
Regards,
Ismael
Hi,
Please add this on your custom.css or Quick CSS
#prayerengine_notifyme {
min-width: 13px;
min-height: 13px;
}Can you give us a screenshot of what you see on IE?
Regards,
Ismael
Hi,
You can add this on your custom.css or Quick CSS
.ls-playvideo {
display: none;
}Regards,
Ismael
Hi,
I visited your site ht tp://flop side.tech core.com.au/~jbolger/word press/, the menu looks ok. I tested it on this site and the you can see that the menu looks fine. http://responsinator.com/?url=http%3A%2F%2Fflopside.techcore.com.au%2F~jbolger%2Fwordpress%2F
Regards,
Ismael
Hi,
Please give us a link to your website. Let us inspect the issue.
Did you import the dummy data and work on the default Layer Slider?
You might want to increase the wordpress php memory limit. Edit wp-config.php, add this code
define('WP_MEMORY_LIMIT', '128M');
Probably it has something to do with your host. You should consider upgrading.
Regards,
Ismael
Hi,
You can use this plugin: http://wordpress.org/plugins/wp-google-fonts/
You can also manually edit includes > admin > register-admin-options.php, go to lines 204-308. You can add Heading font after this code:
'Yellowtail'=>'Yellowtail',
and body font after this one:
'Lora'=>'Lora',
Regards,
Ismael
Hey,
Glad you found it.
You can watch this video: https://vimeo.com/channels/aviathemes/67651241
Regards,
Ismael
Hi,
You can find it on framework > php > class-form-generator.php.
You can use plugins like Contact Form 7 and Gravity Forms.
You should probably use http://wordpress.org/plugins/wp-smtp/, configure it according to your mail server.
Refer to this link: https://kriesi.at/support/topic/contact-form-does-not-work
Regards,
IsmaelJuly 23, 2013 at 5:44 am in reply to: Portfolios always show "you are here: home/Portfolio 3 Column Ajax/… " #130985Hi,
Did you import the dummy data? You must be working on the “Portfolio 3 Column Ajax” page. Go to Pages tab, change the name of the page.
Regards,
Ismael
July 23, 2013 at 5:42 am in reply to: Dropdown navigation suddenly became huge and spreads across the page #130534Hey,
Please send it on //…
Include the word “Kriesi” on the subject. Add the login details and the link of this thread on your email.
Regards,
IsmaelHi,
This will require a lot of modifications. Example for the pages, you need to edit page.php or template-builder.php (if you’re using the Advance Layout Editor). Create a page using the default editor, set a Right Sidebar. Edit page.php, find the code that renders the sidebar:
<?php<br /> <br /> //get the sidebar<br /> $avia_config['currently_viewing'] = 'page';<br /> get_sidebar();<br /> <br /> ?>
Place it on top of the loop’s container:
<div class='template-page content <?php avia_layout_class( 'content' ); ?> units'>
Add this on your custom.css:
#top #main .sidebar {<br /> float: right;<br /> width: 269px;<br /> }
And this one to make sure it is visible on mobile devices
/*<br /> Mobile Styles<br /> ================================================== */<br /> /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */<br /> <br /> @media only screen and (max-width: 767px) {<br /> /* Add your Mobile Styles here */<br /> .responsive #top #main .sidebar {display:block; }<br /> }
We’re only talking about the Page made using the Default editor. You still have posts, products, portfolios and pages with Advance Layout Editor. And it might require some Media Queries to correct the layout for screen widths.
Send me an email on //…
Regards,
Ismael -
AuthorPosts