Forum Replies Created
-
AuthorPosts
-
April 24, 2014 at 2:34 pm in reply to: How to put a button link in the menu and take out the search icon? #255516
Hi!
Thank you for using the theme!
If you don’t mind, please post a screenshot of the button that you want and a link to the website. You can create a custom link then we can modify the css style of the menu to create a button.
Regards,
IsmaelHey!
Please try this:
div.ls-l .avia-button-center { margin-left: -100px; }Adjust the margin value if necessary.
Best regards,
IsmaelHi!
Thank you for the update!
2.) Please use this to remove the borders:
#header_main_alternate { border-bottom: none; } #header_main { border-bottom: none; }3.) Use this to hide the top bar:
#header { margin-top: -30px; }4.) Use this to remove table borders and make the background white:
tr:first-child th, tr:first-child td { border: none; } .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra { background: white; }Regards,
IsmaelHi!
Thank you for using the theme!
You can add this on Quick CSS or custom.css:
.html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a { font-size: 16px; }Regarding the slider, You can add a layer then switch to HTML / Video / Audio. Add the text then position them to the right of the slider container.
Regards,
IsmaelHey TinyGiantStudios!
Thank you for using the theme!
I checked the website but I’m not sure which parallax effect you’re referring to. Can you please post the link to the actual page with the parallax background? A screenshot will help. The 2.7 update fixed certain issues with the parallax effect. Basically, all you need to do is add a Color Section then add a background image. Set the background attachment to parallax or fixed.
Best regards,
IsmaelHey!
@discosource & paic: Please post the website url here. We would like to check it. This might not be related but please try to increase the wordpress php memory limit to at least 128M. The first thing you can do to fix this is to add the following lines in your wp-config.php file located at the root of wp directory:
define( 'WP_MEMORY_LIMIT', '128M' ); define( 'WP_MAX_MEMORY_LIMIT', '256M' );You can also contact your host if you’re not comfortable doing the adjustments yourself. Refer to this link for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Cheers!
IsmaelApril 24, 2014 at 1:59 pm in reply to: My edit type in text box is showing up as invisible when i am adding text #255489Hi!
Thank you for using the theme!
@fixedopsinsight: Please post the login details here and set it as a private reply. We would like to check it. Make sure that you’re running the latest version of the theme and if possible deactivate all plugins. That will greatly help in order for us to find the issue.
@paic: The text blocks should not automatically generate <p> and <br> tags because of the function avia_remove_autop which disables the nesting of <p> and <br> tags. If you don’t mind, we would like to see the actual website. Please post a sample code that you’re using, we’ll test it on our end. Thanks!Best regards,
IsmaelHey mikemurphy10!
Thank you for using the theme!
Please add this on Quick CSS or custom.css:
@media all and (max-width: 767px) { .responsive #header_meta .social_bookmarks li:last-child { border-right: 1px solid #000080 !important; } .av_phone_active_right.av_secondary_right .phone-info.with_nav span { border: none; } }Best regards,
IsmaelHi!
@BrendaSarg: You’re using a very old version of the theme and if I am not mistaken, there are the same number of thumbnail size on Enfold version 2.4.5. Where do you see the 4 options for the images? Do you mind providing a screenshot? Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/Regards,
IsmaelHey 0rca!
Thank you for the info. Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author. The theme does not utilize any wp_nav_menu_edit hook and I’m not even sure if such thing exist.
Thank you for understanding.
Best regards,
IsmaelHey paic!
Thank you for using the theme!
The text blocks should not automatically generate <p> and <br> tags because of the function avia_remove_autop which disables the nesting of <p> and <br> tags. If you don’t mind, we would like to see the actual website. Please post a sample code that you’re using, we’ll test it on our end. Thanks!
Best regards,
IsmaelHi!
Thank you for visiting the support forum!
WPML is still fixing some of the issues and more info are covered on this thread: http://wpml.org/2014/04/wpml-3-1-5b2-wordpress-3-9-support/
We will have to wait until they fix all the bugs related to WP 3.9. Thank you for understanding.
Cheers!
IsmaelHey!
Thank you for the update.
Sure, you can copy the sidebar.php file on your child theme folder. This will override the parent theme’s sidebar.php.
Cheers!
IsmaelHey!
Thank you for the link. It looks good on my end. Glad you figured it out. ;)
Best regards,
IsmaelHey!
Thank you for the update.
@codedbydesign: Please post the login details here and set it as a private reply. We would like to check it on our end.
@brad86: Please post the website url here and set it as a private reply. Thanks!Cheers!
IsmaelHi boag!
Thank you for using the theme!
You can add this on functions.php:
add_action('ava_after_main_menu','ava_phone_after_main_menu'); function ava_phone_after_main_menu() { echo "<div class='header-phone-number'>PHONE NUMBER HERE</div>"; }Then use this code on Quick CSS:
div.header-phone-number { position: absolute; right: 20px; top: 8px; color: blue; }Best regards,
IsmaelHi!
Glad we could help. If you have any questions, let us know.
Best regards,
IsmaelApril 24, 2014 at 1:12 pm in reply to: Submenu color doesn't change, and would like to show header text instead of logo #255454Hey!
Thank you for the info.
As long as you didn’t modify anything on the theme files, you won’t lose any theme options. Did you add all the css modifications on the Quick CSS field? If you use the custom.css for the css modifications, please create a backup of the file. It is safe to override the theme files because the theme options are saved on the database.
Regards,
IsmaelHi!
Thank you for the update.
Please use this on Quick CSS or custom.css:
div#layer_slider_1.main_color { background-color: #ffffff !important; }Let us know if it works.
Best regards,
IsmaelApril 23, 2014 at 3:06 pm in reply to: formatting issues with posts created by other plugins #254967Hi!
Thank you for the update.
Please use this for the WP Courseware posts:
.single-course_unit div.entry-content { padding-left: 130px; }And this one for the All In One Calendar posts:
.single-ai1ec_event div.entry-content { padding-left: 90px; }Cheers!
IsmaelHey codedbydesign!
We’re very sorry that you’re having this issue.
First, please update the theme to version 2.7. Download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Please add this on functions.php if you want to use the layer slider as a stand alone plugin. This will disable the default layer slider that is included within the theme, find this code on line 16:
if(isset($avia_config['use_child_theme_functions_only'])) return;Add this code below:
add_theme_support( 'deactivate_layerslider' );Once the default layer slider is disabled, please install the plugin. Let us know if it works.
Regards,
IsmaelHey!
Thank you for the update.
Please add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) and (min-width: 480px) { #top #main .avia-section .template-page { width: 428px; } .avia-section.av-minimum-height .container .content { display: block; } }I’m not sure why the default display: table-cell property for the .content is screwing the responsiveness of the theme. I’ll forward this thread to Kriesi.
Best regards,
IsmaelHey mariotronik!
Thank you for using the theme!
Unfortunately, this is not possible with the theme and beyond the scope of support. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
If you want to investigate this particular modification on your own, you can start with the header.php. Look for this code:
<?php if(!$blank) //blank templates dont display header nor footer { //fetch the template file that holds the main menu, located in includes/helper-menu-main.php get_template_part( 'includes/helper', 'main-menu' ); } ?>On top of that code, you can add a slider using a plugin or use the premium layer slider version then utilize the do_shortcode function to render the slider on top of the header.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Regards,
IsmaelHey Bruno!
Thank you for using the theme.
I’m not sure why the responsiveness is gone but please try to disable the minify plugin then use this instead: http://wordpress.org/plugins/bwp-minify/
You can add an embedded css styl on the wp dashboard with this:
function ava_css_dashboard() { echo '<style type="text/css"> /* CSS STYLE HERE /* </style>'; } add_action('admin_head', 'ava_css_dashboard');Cheers!
IsmaelApril 23, 2014 at 2:19 pm in reply to: Unable to edit pages after wordpress & woocommerce update #254915Hey!
Thank you for the info.
Did you recently update to WP 3.9? We would like to check the actual website. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
You might want to increase the wordpress php memory limit to at least 128M. Depending on your hosting environment you might experience an issue when trying to access the Advance Layout Builder. This is usually due to the builder timing out because of a memory limit in your server environment. The first thing you can do to fix this is to add the following lines in your wp-config.php file located at the root of wp directory:
define( 'WP_MEMORY_LIMIT', '128M' ); define( 'WP_MAX_MEMORY_LIMIT', '256M' );You can also contact your host if you’re not comfortable doing the adjustments yourself. Refer to this link for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Best regards,
IsmaelHi!
Glad you figured it out. If you have any questions, let us know.
Best regards,
IsmaelApril 23, 2014 at 1:56 pm in reply to: Dropdown menu – how to show the decoration line in the menu? #254902Hi!
Thank you for the update.
We would like to see the actual website. We will know if the page hierarchy is set up correctly because wp will assign the class current-page-ancestor on the parent menu item.
Regarding the migration, please use this plugin: http://wordpress.org/plugins/wp-migrate-db/
Refer to this link for proper migration: https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684Make sure that you create a backup of your database and theme files just in case. :)
Regards,
IsmaelHi!
Thank you for visiting the support forum.
Did it work for you? You can use this if you want:
#top input[type="text"]:focus, #top input[type="password"]:focus, #top input[type="email"]:focus, #top input[type="number"]:focus, #top input[type="url"]:focus, #top input[type="tel"]:focus, #top input[type="search"]:focus, #top textarea:focus { box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2); color: #555; background-color: #FFFA99 !important; }Regards,
IsmaelHi!
Thank you for using the theme.
@begrafiks: Thanks for helping out!
@jliamgrist: What is the font that you set on Enfold > Styling > Heading Font? If you want to add a google font on the layer slider, go to the LayerSlider panel. Look for the Load Google Fonts then search for the google font that you want on the google font library.Cheers!
Ismael -
AuthorPosts
