Forum Replies Created
-
AuthorPosts
-
June 29, 2013 at 6:01 am in reply to: Remove padding in sections so images are flush on bottom of section #126914
Hi,
I think it is cause by the .content selector. You can decrease the padding on your custom.css or Quick CSS
.content {
padding-top: 10px;
padding-bottom: 10px;
}Regards,
Ismael
Hi,
Edit js > avia.js, find this code
//check if the browser supports element rotation
function avia_header_size()
{
var win = $(window),
header = $('.fixed_header #header'),
logo = header.find('.logo img'),
elements = $('#header_main .container, .main_menu ul:first-child > li > a:not(.avia_mega_div a)'),
el_height = $(elements).filter(':first').height(),
isMobile = 'ontouchstart' in document.documentElement,
scroll_top = $('#scroll-top-link'),
set_height = function()
{
var st = win.scrollTop(), newH = 0;
if(st < el_height/2)
{
newH = el_height - st;
//header.removeClass('shadow');
}
else
{
newH = el_height/2;
//header.addClass('shadow');
}
elements.css({height: newH + 'px', lineHeight: newH + 'px'});
}
if(!header.length) return false;
if(isMobile)
{
return false;
}
win.scroll(set_height);
set_height();
}Replace it with this:
//check if the browser supports element rotation
function avia_header_size()
{
var win = $(window),
header = $('.fixed_header #header'),
logo = header.find('.logo img'),
logoimg = $('.logo'),
elements = $('#header_main .container, .main_menu ul:first-child > li > a:not(.avia_mega_div a)'),
el_height = $(elements).filter(':first').height(),
isMobile = 'ontouchstart' in document.documentElement,
scroll_top = $('#scroll-top-link'),
set_height = function()
{
var st = win.scrollTop(), newH = 0;
if(st < el_height/2)
{
newH = el_height - st;
logoimg.show();
//header.removeClass('shadow');
}
else
{
newH = el_height/2;
logoimg.hide();
//header.addClass('shadow');
}
elements.css({height: newH + 'px', lineHeight: newH + 'px'});
}
if(!header.length) return false;
if(isMobile)
{
return false;
}
win.scroll(set_height);
set_height();
}Regards,
Ismael
Hi,
On Global Settings > Slider width should be be 100%. Then specify a width for Layers Container, something like 1024.
Layers Container: This feature is needed if you are using a full-width slider and you need that your layers forced to positioning inside a centered custom width container. Just specify the width of this container in pixels! Note, that this feature is working only with pixel-positioned layers, but of course if you add left: 50% position to a layer it will be positioned horizontally to the center, as before!
Regards,
Ismael
Hi,
My account register form looks ok. Please add this on custom.css or Quick CSS
.register {
padding-bottom: 50px !important;
}Regards,
Ismael
Hey,
Glad it is working now.
You can also add flush_rewrite_rules( ); on your functions.php.
Regards,
Ismael
Hi,
Download this file:
http://www.mediafire.com/download/0795z38e9e933wc/wp_layerslider.xml
Go to your phpmyadmin via cpanel. Import the wp_layerslider xml file to your database.
Regards,
Ismael
Hi,
1.) Set your Advance Layout Editor to debug mode. Edit functions.php, go to line 16. Below, add this code.
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}The code above will render the actual shortcode below the Advance Layout Editor.
You need to edit the shortcodes manually. Something like this:
[av_textblock ]
Click here to add your own text
[av_icon_box icon='1' position='left' title='IconBox Title' link='' linktarget='no']
Click here to add your own text
[/av_icon_box]
[av_button label='Click me' link='' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='25']
[/av_textblock]2.) Referring to the code above, it is a combination of icon box and button inside a text block. You can do the same with buttons inside an icon box.
Regards,
Ismael
Hi,
The Enfold theme works on WordPress 3.5 or higher. Please download the theme again on your themeforest account. It must be a corrupted file like Devin said.
Regards,
Ismael
Hi,
Increase wordpress php memory limit.
http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
To place the elements on the middle. Go to LayerSlider WP > Slides > Global Options > Basic > Layers Container, specify the width.
Regards,
Ismael
Hi,
Create a page, call it anything other than Blog. On the Advance Layout Editor > Insert the Blog Post element. On Enfold > Theme Options > And where do you want to display the Blog? > select the page.
Note: You need to select the a page for the “Frontpage Settings” first.
You can watch videos here: https://vimeo.com/channels/aviathemes
Import the dummy data to learn more about the theme.
Regards,
Ismael
Hi,
The related products will appear if the set of products are included on the same category.
The “You may also like” section will automatically appear if you add an Up-sell items.
http://docs.woothemes.com/document/related-products-up-sells-and-cross-sells/
Regards,
Ismael
June 28, 2013 at 7:21 am in reply to: URGENT! FAQ suddenly disappered from site! Is there a way to retrieve them? #123589Hi,
Let us know if the memory limit is ok.
You should probably switch the ALE(Advance Layout Editor) to debug mode. It will help you retrieve lost info on the actual gooey Advance Layout Editor.
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 will see the actual shortcode below the ALE.
Regards,
Ismael
Hi,
You have different logo sizes. First, attach them on a canvas with a uniform size before you upload them.
Regards,
Ismael
Hi,
1.) What type of header do you have?
2.) Adding your icons is a bit complicated for now. Kriesi will make it easier on future updates.
You can follow this link: https://kriesi.at/support/topic/youtube-icon#post-117381
Regards,
Ismael
Hi,
Let me tag Devin. The theme is compatible with mobile devices especially those with OS X or MAC OS.
http://responsinator.com/?url=http%3A%2F%2Fkriesi.at%2Fthemes%2Fenfold%2F
Regards,
Ismael
Hi,
Edit admin > includes > register-admin-options.php, find this code on line 277.
'Yellowtail'=>'Yellowtail',Below, add this code.
'Ropa Sans'=>'Ropa Sans',Go to Theme Options > Styling > Heading Font, select Ropa Sans.
You can apply the font on your custom.css.
h1, h2, h3, h4, h5, h6, p {
font-family: "Ropa Sans", Times New Roman, Helvetica, Arial, sans-serif;
}Regards,
Ismael
Hi,
Kriesi suggested this on another thread.
http://wordpress.org/plugins/nimble-portfolio/
Regards,
Ismael
Hi,
You’re seeing the dummy widgets. Go to Appearance > Widgets, supply the Shop Overview Page widget area with the widgets you like.
The demo shop page includes the Meta and the Woocomemerce Recent Products widgets.
Regards,
Ismael
Hi,
On Screen Options > enable the Avia Layout Builder.
Increase the wordpress php memory limit.
http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Ismael
Hi,
You can use media queries.
/*
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: 767px) {
/* Add your Mobile Styles here */
}Regards,
Ismael
Hi,
We suggest that you upgrade the whole theme files to fix other issues that you may encounter in the future. Extract the main theme zip file then upload via FTP or your cpanel.
Regards,
Ismael
Hi,
Why are you trying to insert css codes on text block? You can add them on custom.css.
Please let us know if the direct html code work. We can’t give you support for 3rd party plugins but we’ll try our best to help.
Regards,
Ismael
Hi,
Edit your homepage, go Advance Layout Editor > Media Elements > Insert the slider you like.
You can specify the excerpt for post items by using the <!–more–> tag.
http://en.support.wordpress.com/splitting-content/more-tag/
Or enable the excerpt metabox on Screen Options > Excerpt.
Regards,
Ismael
Hi,
Access your cpanel go to your database through phpmyadmin. Import this xml file.
http://www.mediafire.com/download/0795z38e9e933wc/wp_layerslider.xml
Regards,
Ismael
Hi,
You can also try these
http://wordpress.org/plugins/share-this/
http://wordpress.org/plugins/addthis/
Regards,
Ismael
Hi,
Go to Theme Options > Header > Responsive Header Main Menu, select “Display as Slideout Menu”.
Regards,
Ismael
June 28, 2013 at 5:00 am in reply to: Fullscreen slider with content as soon on the v7 homepage of Enfold demo #127015 -
AuthorPosts
