Forum Replies Created

Viewing 30 posts - 57,721 through 57,750 (of 67,197 total)
  • Author
    Posts
  • in reply to: IMAGE HOVER – BLACK AND WHITE TO COLOUR #279978

    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,
    Ismael

    in reply to: Masonry Gallery Problem #279976

    Hi 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!
    Ismael

    in reply to: Remove categories in post #279973

    Hi!


    @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,
    Ismael

    in reply to: Homepage #279972

    Hi 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,
    Ismael

    in reply to: How to modify post summaries? #279970

    Hi 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">  &rarr;</span></a>';
    			}

    Cheers!
    Ismael

    in reply to: Adding A New Slider Plugin #279849

    Hey!

    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,
    Ismael

    in reply to: Footer zentrieren #279839

    Hey 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,
    Ismael

    in reply to: Remove Layover #279838

    Hi 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,
    Ismael

    in reply to: Width of menu #279831

    Hey!

    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,
    Ismael

    in reply to: Symbolleiste innerhalb der Beiträge verschwunden #279828

    Hi crevlon!

    Thank you for visiting the support forum!

    Click the Toolbar Toggle icon right beside the shortcode wand.

    Cheers!
    Ismael

    in reply to: Mobile visualisation responsive #279827

    Hey 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,
    Ismael

    in reply to: Remove categories in post #279823

    Hey smorrone!

    Thank you for using the theme.

    Please go to Enfold > Blog Layout > Blog meta elements. Disable the Blog Post Category option.

    Best regards,
    Ismael

    Hey!

    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!
    Ismael

    in reply to: removing 'title' from Enfold Advertising Area Widget #279812

    Hi!

    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,
    Ismael

    Hey!

    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!
    Ismael

    in reply to: Advance LayerSlider #279808

    Hey!

    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,
    Ismael

    in reply to: Enfold not responsive #279807

    Hi!

    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,
    Ismael

    Hey 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,
    Ismael

    Hi!

    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,
    Ismael

    in reply to: Woocommerce restrict access #279786

    Hi 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

    Hi 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,
    Ismael

    in reply to: Font Size Increase #279357

    Hi!

    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,
    Ismael

    in reply to: stand alone icon after color section #279353

    Hey 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,
    Ismael

    in reply to: Visual Form Builder #279348

    Hi 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,
    Ismael

    in reply to: Color Section #279345

    Hi 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,
    Ismael

    in reply to: image overlay resize #279342

    Hey!

    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,
    Ismael

    in reply to: slow loading #279340

    Hi 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,
    Ismael

    Hi 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,
    Ismael

    in reply to: side bar #279337

    Hey 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

    in reply to: Enfold Mobile Menu (Enable sticky/floating) #279336

    Hi Pinkclaire!

    Thank you for using the theme.

    You can set the advance menu toggle position to fixed. Add something like this on Quick CSS or custom.css:

    #advanced_menu_toggle, #advanced_menu_hide {
    position: fixed;
    right: 5%;
    top: 30%;
    }

    Best regards,
    Ismael

Viewing 30 posts - 57,721 through 57,750 (of 67,197 total)