Forum Replies Created
-
AuthorPosts
-
Hi Raffaella!
Thank you for visiting the support forum!
The mobile menu is showing fine when we checked the website. If you don’t mind, please post a screenshot of the issue on your end? We would like to see it.
Regards,
IsmaelJune 14, 2014 at 5:34 am in reply to: How do I remove the right column/widget column on the Search page #278809Hey garyguthrie!
Thank you for the link.
Please edit search.php, remove everything then replace it with this code: http://pastebin.com/4AvLCw1Q
Add this on Quick CSS or custom.css:
.search main.content.template-search.twelve.units { border-right: none; }Cheers!
IsmaelHi!
Thank you for using the theme.
Do you mind if we take a look at the actual posts where this is happening? Make sure that you’re using the latest version of the theme.
Best regards,
IsmaelHey glozemedia!
Thank you for visiting the support forum!
You can add this on functions.php if you want to remove the default theme flags and append the language switcher on the footer right after the widget columns:
add_action('after_setup_theme','avia_remove_main_menu_flags'); function avia_remove_main_menu_flags(){ remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10); add_action('avia_after_footer_columns', 'avia_wpml_language_switch', 10); }Best regards,
IsmaelHey markmclaren74!
Thank you for the link.
I think you’re adding it wrong.
<a href=“mailto: (Email address hidden if logged out) ”>Replace it with:
mailto: (Email address hidden if logged out)Cheers!
IsmaelHey!
Thank you for using the theme.
Glad it is working now. Mind sharing what you did in order to fix it? Go to the Pages panel then click the Trash. Empty it. After that, go to the Settings > Permalink panel then flush the permalink by clicking the “Save” button once.
Cheers!
IsmaelHey!
Thank you for the update
Do you mind providing a short clip for the parallax error like you did on the header issue? Maybe, we can get a workaround once we see the actual issue.
Best regards,
IsmaelHey!
Thank you for using the theme.
You should be able to select the linked products on the Up-Sells section. Edit the product then look for the Linked Products panel. Add the products that you want to show on “You may also like” section.
Best regards,
IsmaelJune 14, 2014 at 4:48 am in reply to: Center-Top & Center-Bottom captions on Fullscreen Slider #278797Hi Itai!
Thank you for visiting the support forum.
Set the caption position to center framed then add this on Quick CSS or custom.css:
div.caption_fullwidth.caption_center.caption_center_framed.caption_framed { top: -30%; }Adjust the top position.
Cheers!
IsmaelHey JulieDesigns2!
Thank you for using the theme.
Upload the logo image then insert the full size. Go to Enfold > Header Layout > Header layout panel. Choose custom px value on the Header Size option. Adjust the height to 312px to accommodate the full size of the logo.
Best regards,
IsmaelHi mgould!
Thank you for the link.
Please add this on Quick CSS or custom.css:
.avia-msie-8 div.avia-promocontent a img, .avia-msie div.avia-promocontent a img { max-height: 155px; }Regards,
IsmaelHi!
Thank you for the info.
The menu is still full width but there are borders. You can remove the borders with this:
.html_header_top.html_bottom_nav_header .main_menu ul:first-child>li:first-child a { border: none; } .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a { border: none; }Regards,
IsmaelHi clientflo!
Thank you for visiting the support forum!
Please go to Enfold > Advanced Styling then edit the Main Menu Links element.
Regards,
IsmaelHi kimchan2!
Thank you for using the theme.
Edit Quick CSS or custom.css then add this code:
#top #wrap_all .av-social-link-rss:hover a{color:#fff; background-color:#ffa133; } #top #wrap_all .av-social-link-facebook:hover a{color:#fff; background-color:#37589b; } #top #wrap_all .av-social-link-twitter:hover a{color:#fff; background-color:#46d4fe; } #top #wrap_all .av-social-link-mail:hover a{color:#fff; background-color:#9fae37; } #top #wrap_all .av-social-link-dribbble:hover a{color:#fff; background-color:#e44885; } #top #wrap_all .av-social-link-linkedin:hover a{color:#fff; background-color:#419cca; } #top #wrap_all .av-social-link-search:hover a{color:#fff; background-color:#222222; } #top #wrap_all .av-social-link-gplus:hover a{color:#fff; background-color:#de5a49; } #top #wrap_all .av-social-link-behance:hover a{color:#fff; background-color:#008cfa; } #top #wrap_all .av-social-link-flickr:hover a{color:#fff; background-color:#ff0086; } #top #wrap_all .av-social-link-forrst:hover a{color:#fff; background-color:#234317; } #top #wrap_all .av-social-link-myspace:hover a{color:#fff; background-color:#000000; } #top #wrap_all .av-social-link-tumblr:hover a{color:#fff; background-color:#345574; } #top #wrap_all .av-social-link-vimeo:hover a{color:#fff; background-color:#31baff; } #top #wrap_all .av-social-link-youtube:hover a{color:#fff; background-color:#a72b1d; } #top #wrap_all .av-social-link-pinterest:hover a{color:#fff; background-color:#cb2027; } #top #wrap_all .av-social-link-skype:hover a{color:#fff; background-color:#12a5f4; } #top #wrap_all .av-social-link-instagram:hover a{color:#fff; background-color:#a67658; } #top #wrap_all .av-social-link-five_100_px:hover a{color:#fff; background-color:#222222; } #top #wrap_all .av-social-link-soundcloud:hover a{color:#fff; background-color:#F76700; } #top #wrap_all .av-social-link-xing:hover a{color:#fff; background-color:#006567; } #top #wrap_all .av-social-link-vk:hover a{color:#fff; background-color:#597BA5; } #top #wrap_all .av-social-link-reddit:hover a{color:#fff; background-color:#FF4500; }Change the background-color. Add this on Quick CSS or custom.css to increase the radius of the social icons:
#top .social_bookmarks { height: 40px; } #top .social_bookmarks li { width: 40px; } #top .social_bookmarks li a { width: 40px; line-height: 40px; min-height: 40px; }Regards,
IsmaelHi sparkeeey!
Thank you for using the theme.
There are script errors on the shortcodes.js file when we checked the website. Please deactivate all plugins then test the pages again. If possible, please remove then insert the google map again.
Best regards,
IsmaelHi MadrimNero!
Thank you for the info.
Please download the latest version 2.8.1 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/
Also, please switch your advance layout builder 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’lll be able to see the actual shortcode below the builder.
Regards,
IsmaelHi guiversiani!
Thank you for using the theme.
You can manually add the background or you can use this plugin: https://wordpress.org/plugins/wp-backgrounds-lite/
Best regards,
IsmaelHi!
Thank you for the info.
No, the css modifications have nothing to do with it. Are you testing this on Windows machine? Note that the full Helvetica font family is not available on Windows unless you purchase it. What happens is, the font falls back to Arial.
Cheers!
IsmaelHey!
Alright. Thank you for the info. I made the necessary changes on Quick CSS. Please check it on another browser or computer. Regarding the contact form format, use this on functions.php:
add_filter('avf_datepicker_dateformat', 'avf_change_datepicker_format'); function avf_change_datepicker_format($date_format) { $date_format = 'mm / dd / yy'; return $date_format; } add_filter('avf_datepicker_date_placeholder', 'avf_change_datepicker_date_placeholder'); function avf_change_datepicker_date_placeholder($placeholder) { $placeholder = 'MM / DD / YY'; return $placeholder; }Cheers!
IsmaelJune 13, 2014 at 5:47 am in reply to: Icons replaced with Chinese characters in IE9 on Windows #278484Hi!
Thank you for the update.
The icons are not showing the chinese characters anymore when I checked it on IE9. Please remove browser cache then reload the page a few times. What I noticed is that the icon list on the page (http://www.traxiongroup.com/about/) is not loading properly. Please try deactivate all plugins then test it again. If possible test it on another computer or browser.
Best regards,
IsmaelJune 13, 2014 at 5:41 am in reply to: Enfold: Removing the search magnifying glass and adding in the search field #278483Hi jnhaswell!
Thank you for using the theme!
You can add this on functions.php to remove the search icon and add the actual search form right after the main menu:
add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 ); function avia_append_search_nav ( $items, $args ) { if(avia_get_option('header_searchicon','header_searchicon') != "header_searchicon") return $items; if ((is_object($args) && $args->theme_location == 'avia') || (is_string($args) && $args = "fallback_menu")) { global $avia_config; ob_start(); $getform = get_search_form(false); $items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown">'.$getform.'</li>'; } return $items; }Add this on Quick CSS or custom.css:
#top #searchform > * { opacity: 1 !important; display: block !important; }Best regards,
IsmaelHi!
Thank you for the update.
If I understand you clearly, I don’t think there are any css modifications that you can add that are related on this issue. If you have a child theme, you should add the css modifications on the style.css file and additional functions that you may want to add on the theme inside the functions.php file.
Cheers!
IsmaelHey!
Thank you for the update.
1.) Please add this on Quick CSS or fix the image overlay:
.avia_transform a .image-overlay, .avia_transform a:hover .image-overlay { width: 100% !important; left: 0 !important; }2.) That’s not possible unless you enclose the image and text block on a container. You should probably add the image on the text block and create a unique div container around it.
3.) No, that’s not normal. The Add Media button should be working. Please download the latest version 2.8.1 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/
Cheers!
IsmaelHey!
Thank you for the access.
I created a test page but the advance layout builder is not working. Is it alright if we deactivate all plugins while working on the site? One of them might be causing the issue.
Cheers!
IsmaelHey!
Thank you for the info.
I can see the issue but I’m not sure why the header settings are not working. Do these pages existed right before you installed Enfold?
Regards,
IsmaelHi!
@athlonius: Please enable the right mouse click function so that we can inspect your website. You can adjust the position of the avia-menu-fx with this on Quick CSS:.avia-menu-fx { position: absolute; top: 0; }Best regards,
IsmaelHey!
Thank you for the update.
Please add this on Quick CSS or custom.css:
.sub_menu>ul>li:hover>a { text-decoration: none !important; }And this to fix the advance menu toggle:
#advanced_menu_toggle, #advanced_menu_hide { color: #333333; }Regards,
IsmaelHey!
Thank you for the update.
Please add this on Quick CSS or custom.css:
#footer .widget ul { width: 90px; } #footer .social_bookmarks li { clear: none; }Regards,
IsmaelHi envapk2!
Thank you for using the theme.
Regretfully, that is not possible with the theme without modifications. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
Best regards,
Ismael -
AuthorPosts
