Forum Replies Created
-
AuthorPosts
-
Hey!
Glad we could help. Please follow Kriesi on themeforest and watch out for new theme releases. :)
Regards,
IsmaelHello!
You have an old version of the theme. Mind upgrading to Enfold 2.2? Download the theme update on your themeforest account. I’m not sure what is causing the issue, please check wp-content/uploads/dynamic_avia folder then set enfold.css’s file permission to 755.
Best regards,
IsmaelHi!
The link is working just right click it then Open Link in a new tab. http://www.screenr.com/ee97
Cheers!
IsmaelHi!
You need to hire a freelance developer to adjust the css layout for you. Adjusting the template size will affect a lot of layout elements.
Best regards,
IsmaelHey misery217!
Have you tried disabling all your plugins? Is it working when you add the Blog Post element on other pages?
Regards,
IsmaelHi!
All css set on Enfold > Styling > predefined color scheme is saved on the dynamic_avia.css file.
Best regards,
IsmaelHi!
You can use the Fullscreen Slider element under Media Elements panel using the Advance Layout Builder.
Regards,
IsmaelHey jgoldberg1983!
Is compatibility mode set on IE8 browser? Please disable it.
Please use this plugin: http://wordpress.org/plugins/html5shiv/
It will help render html5 elements on old IE browsers.
Regards,
IsmaelSeptember 28, 2013 at 8:36 am in reply to: Increase sharpness of background images in layerslider #167477Hey homemadebyx!
1.) The lightbox in Enfold is the prettyPhoto plugin. You can find the code on js > prettyPhoto folder.
2.) What do you mean by “switch the logo image”?
Cheers!
IsmaelHi tomsquadric!
Just create a page then look for Layout > Layout > select “No Sidebar”. You can select different layouts on Enfold > Styling > Use stretched or boxed layout?. Please watch these videos to learn more about the theme. https://vimeo.com/channels/aviathemes
Best regards,
IsmaelHello drmoody!
You can add this on your custom.css or Quick CSS to move the logo. :)
div .logo { float: left; position: absolute; left: 0; top: 20px; }Adjust the top position.
Cheers!
IsmaelHello!
Please remove browser cache then reload the page a few times. The code Yigit provided should disable all lightbox features within the theme.
Cheers!
IsmaelHey!
Can you give us a link to your website with the registration page? Check if the settings on Settings > General > Membership is enabled.
Regards,
IsmaelHey!
Please add this on your custom.css or Quick CSS:
.main_color .pricing-table>li:nth-child(even) { border-bottom: 1px solid #e1e1e1; border-top: none; } .main_color .pricing-table>li:nth-child(odd) { border-top: none; border-bottom: 1px solid #e1e1e1; }Cheers!
IsmaelHi Alex!
Maybe you can add a large image as the Color Section’s background. Can you post the wave images here? A mockup of what you’re trying to do will help a lot.
Regards,
IsmaelHey fshn2day!
You can edit includes > loop-search.php to modify the search results page. :)
Cheers!
IsmaelSeptember 28, 2013 at 8:03 am in reply to: White line between slideshow and color section – how to remove? #167461Hello fshn2day!
You can add this on your custom.css or Quick CSS to remove the white line below the slider:
.avia-shadow { border: none; }Cheers!
IsmaelSeptember 28, 2013 at 8:02 am in reply to: How to add social media buttons to the footer and add second menu to footer #167460Hi fshn2day!
If you want another menu on the footer area you can go to Appearance > Menus panel. Find Menu Settings then enable Enfold Footer Menu. To add social icons, edit footer.php, find this code:
wp_nav_menu($args); echo "</div>";Below, add this code:
$social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => ''); echo avia_social_media_icons($social_args);Add this on your custom.css or Quick CSS to move the social icons:
#socket .social_bookmarks { position: relative; left: 50px; }Yes, you can edit header.php to add the Google Translate.
Best regards,
IsmaelSeptember 28, 2013 at 7:51 am in reply to: Unwisely deleted unwanted pages with various layouts – I want them now – how to? #167455Hey fshn2day!
What layouts did you accidentally deleted? You can edit header.php if you want to add elements on the header. You can only have one type of header on Enfold > Header > Header Type.
Cheers!
IsmaelHello!
@bertusdeleeuw: Please give us a link to your website, we need to inspect it. How did you add the text blocks?Regards,
IsmaelHello!
Looks like you manage to fill in the accordion element. Please increase the wordpress php memory limit. Edit wp-config.php file, add this code:
define('WP_MEMORY_LIMIT', '128M');Cheers!
IsmaelHey!
Please flush the permalink settings a few times. Change the permalink settings, save then change it again. Delete the old checkout page and then create a new one. Insert the woocommerce checkout shortcode [woocommerce_checkout]. Go to WooCommerce > Settings > Pages panel, under “Shop Pages” deselect the Checkout Page then set it again.
Cheers!
IsmaelHey uattah!
You can create a page then insert the bbpress registration shortcode: [bbp-register]
You can also go to Appearance > Widgets. Insert the (bbbPress) Login Widget. Place the url of the newly created “Register” page on the “Register URI:” field. Please refer to this link: http://codex.bbpress.org/shortcodes/
Cheers!
IsmaelSeptember 28, 2013 at 2:50 am in reply to: Shortcode für die Accordions / Toggle innerhalb einer Tabelle #167404Hello HappyBeagle!
Please switch your theme to debug mode. Edit function.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 be able to see the actual shortcode below the builder. Shortcodes can be combine like this example.
[av_table purpose='pricing' caption='' custom_class=''] [av_row row_style='avia-heading-row'][av_cell col_style='']This is a Heading![/av_cell][/av_row] [av_row row_style='avia-pricing-row'][av_cell col_style='']$250[/av_cell][/av_row] [av_row row_style=''][av_cell col_style=''] [av_toggle_container initial='0' mode='accordion' sort=''] [av_toggle title='Toggle 1' tags=''] [av_toggle title='Toggle 2' tags=''] [/av_toggle_container] [/av_cell][/av_row] [/av_table]Best regards,
IsmaelHello!
You can hide the url using goo.gl or tinyurl.com. What part of the shop page is broken?
Best regards,
IsmaelSeptember 27, 2013 at 9:35 am in reply to: "Enable Lightbox" not appearing in Woocommerce/Settings/General (Enfold theme) #167072Hi!
You can add this on your custom.css or Quick CSS to disable the lightbox on product image.
.woocommerce-main-image.zoom { pointer-events: none; }Regards,
Ismael -
AuthorPosts
