Forum Replies Created
-
AuthorPosts
-
Hey!
Thank you for using the theme!
Please add this on Quick CSS or custom.css instead:
div.avia-image-container div a img { filter: grayscale(100%); -webkit-filter: grayscale(100%); filter: grayscale(100%); } div.avia-image-container:hover div a img { filter: grayscale(0%); -webkit-filter: grayscale(0%); filter: grayscale(0%); }Regards,
IsmaelHi dominic!
First of all, nice set of photographs. :)
I can’t seem to reproduce the issue on my end by resizing the Chrome browser. Please download the latest version from your 2.8.1 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!
IsmaelHi!
@GoodGame: 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/Best regards,
IsmaelHi Karic!
Thank you for visiting the support forum!
That is a custom module created by Kriesi for the kriesi.at site. I’ll ask him to check this thread. Please wait for his response.
Regards,
IsmaelHi GoodGame!
Thank you for using the theme!
You can use the <!–more–> tag or use the Excerpt metabox to configure the archive excerpt. If you don’t want to do that, edit archive.php, find this code on line 184:
echo $content;Replace it with this:
if(!is_archive()){ echo $content; } else { $excerpt = get_the_post_thumbnail( get_the_ID(), "large"); get_the_excerpt(); $excerpt .= get_the_excerpt(); echo $excerpt.'<a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"> →</span></a>'; }Cheers!
IsmaelHey!
Thank you for visiting the support forum!
You can deactivate the default layer slider within the theme by adding this on functions.php:
add_theme_support('deactivate_layerslider')However, we won’t be able to provide any support for third party plugins such as Master Slider. You can try the revolution slider which is supported by the theme and has a built in toolbar on the advance layout builder.
Best regards,
IsmaelHey crevlon!
Thank you for visiting the support forum!
How many widget columns do you have on the footer? If possible, please post a screenshot on how you want the footer to look like.
Best regards,
IsmaelHi scottsmeester!
Thank you for using the theme.
Please add this on Quick CSS or custom.css to disable the image overlay:
.main_color .small-preview:hover { background: transparent; } .avia_transform a:hover .image-overlay { display: none !important; }Best regards,
IsmaelHey!
Thank you for using the theme.
I’m sorry but what you’re trying to do with the menu width is not possible without modifying the theme files. You need to create a script that dynamically calculate the width of the menu container and apply the correct padding on the menu items in response to the calculated width. That task is beyond the scope of support however you can use the suggested code above to increase the left and right padding of the menu items then use media queries to adjust it smaller screens.
Regarding the mega menu, did you add any css modifications for it? 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/
Best regards,
IsmaelHi crevlon!
Thank you for visiting the support forum!
Click the Toolbar Toggle icon right beside the shortcode wand.
Cheers!
IsmaelHey smorrone!
Thank you for using the theme!
Do you want to move the main container upwards to maintain the transparent effect? You can add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { .responsive #main { padding-top: 0 !important; margin-top: -82px; } }Regards,
IsmaelHey smorrone!
Thank you for using the theme.
Please go to Enfold > Blog Layout > Blog meta elements. Disable the Blog Post Category option.
Best regards,
IsmaelJune 17, 2014 at 4:15 am in reply to: icon boxes – changing the holding shape from a circle to a square #279818Hey!
Thank you for the update.
Please set the header behavior again to Shrinking Header or Squeeze as you put it. We need to inspect it. The issue might be fix with css z-index property.
Cheers!
IsmaelHi!
Thank you for the update.
You can remove the padding between two enfold advertising area widget with this on Quick CSS or custom.css:
#top .avia_partner_widget { padding: 0; }Regards,
IsmaelJune 17, 2014 at 3:29 am in reply to: Icons replaced with Chinese characters in IE9 on Windows #279809Hey!
Thank you for the update.
I checked the page (http://www.traxiongroup.com/about/) again on Chrome and the icons are working now. Again, we don’t see the chinese characters on IE9.
Cheers!
IsmaelHey!
Thank you for the update.
I’m not sure why the Master Slider Plugin is not working on the site. Yes, maybe they are in conflict with one another. Note that we don’t provide support for third party plugins as stated on our support policy. Please contact the master slider plugin author for more info.
Best regards,
IsmaelHi!
Thank you for using the theme.
The whole website is inside a frameset tag. Did you add a plugin in order to do this? It fails to load the mobile menu because of this.
Best regards,
IsmaelJune 17, 2014 at 3:16 am in reply to: Layer Slider Screen and Image compatibility Issue. Please Help! #279803Hey Vicken!
Thank you for visiting the support forum!
I tried to resize the browser but I don’t see the issue that you describe on the layer slider. It looks the same. If possible, please provide a screenshot of the issue.
Best regards,
IsmaelJune 17, 2014 at 3:05 am in reply to: Enfold: Removing the search magnifying glass and adding in the search field #279800Hi!
Thank you for the update.
If you want the search text next to the magnifying glass. Just remove the suggested codes above then add this on Quick CSS:
#menu-item-search [data-av_icon]:before { float: left; margin-right: 10px; } #top .avia_hidden_link_text { display: block; float: left; }Regards,
IsmaelHi agenciam!
Thank you for using the theme.
You can set the page to Private or use membership plugins. http://wordpress.org/plugins/search.php?q=membership
Try the s2member plugin.
Best regards,
IsmaelJune 17, 2014 at 2:31 am in reply to: Ordering Sidebar Pages to Match order in Main Navigation #279784Hi jaceyfaulkner!
Thank you for using the theme.
You can’t re-order them manually but you can use the Custom Menu widget on Appearance > Widgets panel. Select the main menu.
Regards,
IsmaelHi!
Thank you for using the theme!
@sdbroker & @tylerjmorrison: Thanks for helping out! :)
@bngodfrey: You can try the suggestions above or use this:.phone-info span { font-size: 18px; }Remove browser cache then reload the page a few times.
Regards,
IsmaelHey ewingmh!
Thank you for using the theme!
I’m not sure what you mean by “include the rest of the page content” but I did as you suggested. I created a page with the color section and an icon right below it but I don’t see anything wrong with the page. If you can re-create the issue, please post it here so that we can inspect it.
Best regards,
IsmaelHi ksiarza!
Thank you for using the theme!
Do you mind if we take a look at the actual website? You can try to remove or modify the theme’s default styling on css > base.css. Look for the #Forms section. Also, if you have access on the Visual Form Builder css files, copy all the css codes and put them on custom.css or Quick CSS to override the default theme style.
Regards,
IsmaelHi Rosa P.!
Thank you for visiting the support forum!
I’m sorry but the website is not loading. Please list the order of the elements that you added on the page. We would like to recreate it on our end. If possible, please post a screenshot of the white space that you want to remove.
Best regards,
IsmaelHey!
Thank you for the update.
I’m not sure why the Add Media button is not working on the advance layout builder. Is it ok if we deactivate the plugins while working on the site? We would like to deactivated them first especially the “Enhanced Text Widget” plugin. I already created a test page here: http://nathan.idc.hdv.tw/wp-admin/post.php?post=3478&action=edit&message=6
Best regards,
IsmaelHi frederictib!
Thank you for using the theme!
Do you mind if we take a look at the actual website? Load speed will depend on a lot of factors like hosting plan, internet connection etc. Did you test this on another computer or browser?
Best regards,
IsmaelJune 16, 2014 at 10:52 am in reply to: Enfold Header Main Menu / Sub Menu text colour turn off opacity/ tint #279339Hi HuxburyQuinn!
Thank you for visiting the support forum!
There is no opacity or tint on the sub menu items. Just add this on Quick CSS or custom to change the font color:
.header_color .main_menu .menu ul li a { color: blue; }You can also modify the menu style on Enfold > Advanced Styling panel. Edit the Main Menu sublevel links element.
Best regards,
IsmaelHey frederictib!
Thank you for using the theme!
You can find all the sidebar widgets on Appearance > Widgets panel. Remove the unwanted widgets on Displayed Everywhere widget area.
Cheers!
Ismael -
AuthorPosts
