Forum Replies Created
-
AuthorPosts
-
Hey harrisinternet!
Thank you for visiting the support forum!
You can add this on Quick CSS or custom.css:
.html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child { width: auto; float: right; }Best regards,
IsmaelJune 18, 2014 at 6:12 am in reply to: Resize image containers for product grid using WooCommerce #280357Hi Mudfish488!
Thank you for using the theme!
I’m sorry but there is no option to put a link on the header and you may need to modify the theme files in order to do it. Are you trying to make the whole header a link? If you can give us to the actual website, we would like to check it. We might be able to find a way to create another link element on the header.
Cheers!
IsmaelHey!
Thank you for the update.
I’m sorry but there are no documentation about css. The support team handles basic custom modifications of the theme like the one you ask. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Regards,
IsmaelJune 18, 2014 at 6:04 am in reply to: Possible to use Avia Layout Builder in Avia Layout Builder ? #280354Hey!
Thank you for the update.
@irfan_arif: Thank you for helping out! :)
@frankyfranky: Yes, you’re correct. You can’t use the advance layout builder inside the panel options of the avia elements such as tabs. You need to generate the shortcode on another page then paste it inside the tab content.Best regards,
IsmaelHi!
Thank you for the update.
The logo is quite too large. Please resize it down to a fourth of the overall size then upload it again.
Regards,
IsmaelHey irfan_arif!
Thank you for using the theme.
You can decrease the font-size and line-height of the avia_post_nav title with this on Quick CSS:
.avia-post-nav .entry-info span { font-size: 10px; line-height: 1.2em; }Best regards,
IsmaelJune 17, 2014 at 2:24 pm in reply to: icon boxes – changing the holding shape from a circle to a square #280005Hey!
Thank you for using the theme!
Please use this to resize the custom content that you added then fix the menu the header resize:
.header-scrolled #header_main_alternate { z-index: 10; } .header-scrolled div.custom_content img { height: 79px; }Cheers!
IsmaelHey Tybo576!
Thank you for visiting the support forum!
Please post the website url here. We would like to check it. Make sure that you transfer the website using the WP MigrateDB or WP MigrateDB PRO plugin. Related question, what is the php version of your installation?
Best regards,
IsmaelHi amiraliz!
Thank you for visiting the support forum.
Are you using the advance layout builder for your portfolio items? If yes, please use this:
add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1); function avia_add_social_toolbar_template_builder($content = "") { if(is_singular('portfolio')) { $content .= avia_social_share_links(array(), false); $content .= '<div style="height:1px; margin-top:50px;" class="hr"></div>'; } return $content; }Cheers!
IsmaelHey!
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,
Ismael -
AuthorPosts
