Forum Replies Created

Viewing 30 posts - 58,681 through 58,710 (of 67,463 total)
  • Author
    Posts
  • in reply to: Conflict with MediaElement.js? #262242

    Hey!

    Thank you for the update.

    We managed to target the download button. Please try this on Quick CSS or custom.css:

    #enmse-download {
    z-index: 9999 !important;
    display: block !important;
    position: relative !important;
    top: -30px !important;
    }

    Cheers!
    Ismael

    in reply to: Styling Sort Buttons: Sortable Masonry Blog #262241

    Hi wonddigital!

    Thank you for using the theme!

    You can start with this on Quick CSS or custom.css:

    .av-masonry-sort a {
    background-color: #ff4a50;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 0 10px;
    }
    
    .av-masonry-sort span.text-sep {
    display: none;
    }

    Best regards,
    Ismael

    in reply to: Secondary Menu Bug #262238

    Hey Andrew!

    Thank you for visiting the support forum!

    I’m sure this has been fixed on the latest patch of the theme, version 2.7.1. Please add this on Quick CSS or custom.css:

    .av_secondary_right .sub_menu>ul>li:last-child, .av_secondary_right .sub_menu>div>ul>li:last-child {
    border: none;
    margin-right: 0px;
    padding-right: 0;
    padding-left: 10px;
    }

    Best regards,
    Ismael

    in reply to: Enfold Showcase #262235

    Hi!

    @perdrosierra: Please open a new thread for theme related issues. Thanks!


    @sevsh
    : Good job! I like the domain name. :)

    Regards,
    Ismael

    in reply to: Scroll problem with header when #262232

    Hey JochenBake!

    Thank you for visiting the support forum!

    From what version of Enfold did you update? I think the problem is that the header overlaps and cover the main content area once you scroll. Please try this on Quick CSS or custom.css:

    .html_header_top.html_header_sticky #header {
    z-index: 0;
    }

    Remove browser cache then reload the page a few times.

    Best regards,
    Ismael

    in reply to: Uber Menu CSS issue on 3.7.1 #262231

    Hey!

    Thank you for using the theme!

    Are you trying to change the background color of the whole header? I noticed that when you scroll, the header background is transparent. Please add this on Quick CSS or custom.css:

    div#header_main, #header_main_alternate {
    background-color: white !important;
    }

    Cheers!
    Ismael

    in reply to: Next / previous blog post bug #262223

    Hi!

    Thank you for the update.

    I can see the issue but I’m not sure why it’s happening and every viable fix that I could imagine is not working. In my opinion, this is not a big deal because the chances that the user will scroll while hovering or clicking the post navigation is quite slim. They probably won’t notice it anyway. We’ll report the issue to Kriesi. Please wait for his response. Is this what you’re seeing on your end?

    Best regards,
    Ismael

    in reply to: Logo / partner element hidden until you scroll down #262218

    Hey Freshstart!

    Thank you for visiting the support forum!

    If you don’t mind, please provide us with a link to the actual website. We would like to check the logo/partner element. On what browser and OS are you testing this? Please try to add this on Quick CSS or custom.css:

    #top .avia-content-slider, #top .avia-content-slider-inner, #top .avia-content-slider-inner .slide-entry-wrap {
    -webkit-transform-style: flat;
    }

    Cheers!
    Ismael

    in reply to: Columns Overlapping in IE9 #262217

    Hey surferjohn!

    Thank you for using the theme!

    Do you mind if we check the website? Please post the website url here. We would like to inspect it on IE9. We’ll give you a better response once we have taken a look at the website.

    Cheers!
    Ismael

    in reply to: Mega Menu Column Title #262214

    Hey!

    Thank you for the update.

    I’m not so sure but you might need to remove the css code that we suggested to revert it back to the default settings where the fallback image doesn’t stretch to fit the container. You can also try this:

    
    @media screen and (max-width: 320px) {
        .avia-fullscreen-slider .avia-slideshow>ul>li {
        background-size: cover !important;
        background-position: center center !important;
    }
    }

    Best regards,
    Ismael

    in reply to: Sidebar not showing up on blog #262212

    Hi discover_peppermint!

    Thank you for visiting the support forum!

    I checked the website on Chrome Windows 8 and I can see the sidebar. Is this fixed?

    Regards,
    Ismael

    in reply to: Weird bars/lines shows up in Chrome #262209

    Hi!

    Thank you for the update.

    I can also see the issue on Windows 8 Chrome but I’m not sure why it’s doing that. Please try to add this on Quick CSS or custom.css:

    div#after_layer_slider_1 {
    z-index: 9999;
    }

    Also, we noticed that the memory limit is set to 40M which is way too low for the avia builder to work properly. 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,
    Ismael

    Hey Chrisidonner!

    Thank you for using the theme!

    I’m not so sure what’s the issue but I just noticed that you’re not using the latest version of the theme. Please download the latest version Enfold 2.7.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/

    If possible, please translate the thread description to english so that we can understand it better. Google translate doesn’t seem to help. I’ll ask Dude to check this.

    Best regards,
    Ismael

    Hi grpetz!

    Thank you for using the theme.

    Please add this on Quick CSS or custom.css to remove the post navigation on products:

    .single-product .avia-post-nav {
    display: none !important;
    }

    Best regards,
    Ismael

    in reply to: Remove menu underline but keep the arrow? #262204

    Hi pcglenn!

    Thank you for visiting the support forum!

    If you don’t mind we would like to see the actual website where you’re planning to implement this. Add this on Quick CSS or custom.css to make the background color of the hover effect transparent:

    .header_color .avia-menu-fx {
    background: transparent;
    }

    Cheers!
    Ismael

    in reply to: Icon Box issue on explore #262202

    Hi!

    Thank you for the update.

    Please remove the inline styling then add a custom css selector for the iconboxes that you want to have a centered content. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');
    

    Edit any avia elements like the icon box element then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “.centered-iconbox “.

    You can add something like this on your custom.css or Quick CSS:

    .centered-iconbox div.iconbox_content_container {
    text-align: center;
    }

    Refer to this link for more info: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Cheers!
    Ismael

    in reply to: Display bugs.. #262198

    Hey!

    Thank you for the update.

    The css code above should change the bottom border of the active tab. Try to remove browser cache then reload the page a few times. Looks like we are on a standstill here since we can’t see the actual issue on your end and we can’t reproduce it on ours. Please post the link to the actual website. We’ll probably continue once your site goes live.

    Cheers!
    Ismael

    in reply to: Horizontal Whitespace Control #262135

    Hey!

    Thank you for the update.

    Please let us know how it goes. If there are any issues, please post the website URL here so that we can inspect it.

    Best regards,
    Ismael

    in reply to: Remove Frames from Easy Slider Title and Caption #262134

    Hey scottrseeley!

    Thank you for visiting the support forum!

    Please use this on Quick CSS or custom.css to remove the caption background:

    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
    background: transparent;
    }

    Cheers!
    Ismael

    in reply to: Scrolling issue on IE #262133

    Hey!

    Thank you for the update.

    I’m sorry but the screenshot url is wrong. Please use imgur, dropbox etc to post a screenshot. I can see the issue on IE 10 but I’m not sure what’s causing it not to scroll down. Please deactivate all plugins then test it again.

    Regards,
    Ismael

    in reply to: Display as Slide Out Menu #262130

    Hi!

    Thank you for the update.

    Please use this on Quick CSS or custom.css:

    .mobile_active #advanced_menu_toggle:after {
    content: 'MENU';
    position: absolute;
    left: 7px;
    top: -16px;
    }

    Remove browser cache then reload the page a few times to see the effect.

    Regards,
    Ismael

    in reply to: Masonry Image Load Issue #262128

    Hi jansthh!

    Thank you for using the theme!

    I’m not sure if we can do anything about the images not loading immediately because it will depend on the internet speed and hosting plan. You can try to optimize the website with the following steps courtesy of the wordpress community:

    1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg
    2. Once all images are on the website optimize with ewww optimizer plugin twice 1hr 10mins apart.
    3. Install wp-smushit run once to remove jpeg extra data, then uninstall.
    4. Use BWP minify plugin to minify scripts and stylesheets.
    5. Install WP-Super cache, select all recommended settings.
    6. Logout your website, visit every page at least once to create super cache files.
    7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. once done log out.
    8. Have a cup of coffee.
    9. Visit your site after 20 minutes or so.
    10. Don’t forget to smile.

    Aside from the suggestions above, usually minimizing the image sizes and number of plugins that you install will greatly improve the performance.

    Cheers!
    Ismael

    Hi!

    Thank you for using the theme!

    If you don’t mind, we would like to see the actual website where this is happening? A screenshot of the issue and what you want to accomplish with the socket will greatly help. Please update your theme frequently. Updating from a very old version of the theme, 2.5, to version 2.7.1 is really not advisable since markups and functionality might change drastically to keep up with the latest web development trends and fix known issues.

    Cheers!
    Ismael

    in reply to: If category on Portfolio gird #262123

    Hi DDDesign!

    Thank you for the info.

    If you don’t mind, we would like to see a screenshot of an example of the portfolio grid item with category. We’ll provide you with a better response once we have a better understanding of the request. And we would like to know the Excerpt settings of your portfolio grid.

    Cheers!
    Ismael

    in reply to: Blog Meta Showing #262122

    Hey Enmodeaffaires!

    Thank you for visiting the support forum!

    Please add this on Quick CSS or custom.css to remove the post meta infos:

    span.post-meta-infos {
    display: none;
    }

    Cheers!
    Ismael

    in reply to: Is UberMenu used on Demo site? #262120

    Hey!

    Thank you for the update.

    I’m sorry but the Enfold theme is not using the UberMenu plugin because it has its own mega menu feature. Please refer to this video: http://vimeo.com/channels/aviathemes/67651241

    If I am not mistaken, the reference http://sevenspark.com/docs/ubermenu-enfold is created using an old version of the theme so it won’t work on Enfold 2.7.1.

    Regretfully, we cannot provide support for third party plugins or scripts like the UberMenu as stated on our support policy. 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.

    Cheers!
    Ismael

    in reply to: Page names to appear all on top of a specific page #262117

    Hey Antonio!

    Thank you for visiting the support forum!

    Please go to Appearance > Menus then make sure that the main menu is set as Enfold Main Menu. Upgrade your WP installation to WP 3.9. Please download the latest version Enfold 2.7.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!
    Ismael

    Hey!

    Please use your 5 points every month to vote for that feature on the Enfold Request Page. We’ll review this feature if there are enough votes.

    Regards,
    Ismael

    in reply to: Enfold final tweaks and help needed #262109

    Hey MarcG5!

    Thank you for using the theme!

    1.) Yes, this is possible with media queries. Just add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    div.breadcrumb.breadcrumbs.avia-breadcrumbs {
    display: none;
    }
    }

    2.) Use this to fix the logo on mobile device:

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    height: 65px !important;
    top: 5px;
    }
    }

    Regards,
    Ismael

    in reply to: Table content is not aligning vertically in IE #261786

    Hey!

    Thank you for visiting the support forum!

    Please try to add this on Quick CSS or custom.css:

    td, tr {
    vertical-align: top;
    }

    Regards,
    Ismael

Viewing 30 posts - 58,681 through 58,710 (of 67,463 total)