Forum Replies Created

Viewing 30 posts - 59,191 through 59,220 (of 67,163 total)
  • Author
    Posts
  • Hi irishfreakout!

    Thank you for the heads up!

    Please use this on Quick CSS to fix it;

    .av_secondary_right .sub_menu>ul>li:last-child {
    margin-left: 10px;
    }

    Cheers!
    Ismael

    in reply to: How to set up a background image #246442

    Hey GoodGame!

    Thank you for using the theme!

    First, go to Enfold > Styling > Use stretched or boxed layout?, select the Boxed Layout. A new option will appear that will let you specify the Background Image.

    Best regards,
    Ismael

    in reply to: Woocommmerce sold out plugin error #246440

    Hi Kayzel!

    I’m sorry but when I visit the link ( http://www.shopelegal.com/dress/ ), I don’t see the text. Do you mind redirecting me to the correct page with the sold out string?

    Cheers!
    Ismael

    in reply to: disappear title #246438

    Hey!

    1.) You can use this to remove the underline when hovered:

    strong.logo a {
    text-decoration: none;
    }

    2.) Use this to prevent the logo from resizing:

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    margin: 0 auto;
    max-width: 100%;
    height: 40px !important;
    max-height: 40px !important;
    }
    }

    Best regards,
    Ismael

    in reply to: Mobile Problem #246431

    Hi!

    Thank you for the explanation. If you don’t mind removing the parallax effect on iPhone or iPad, add this on Quick CSS or custom.css:

    @media all and (max-width: 989px) {
    .avia-section {
    background-attachment: scroll !important;
    }
    }

    We’ll try to fix the parallax issue on the next theme release.

    Regards,
    Ismael

    in reply to: Breadcrumbs disappear when blocked subtitle. #246429

    Hi!

    If you have any questions, let us know. :)

    Regards,
    Ismael

    in reply to: Mobile problems after update. #246428

    Hey!

    1.) If you don’t mind me asking, on what kind of mobile device are you checking this with? The layout of the website are ok when I resized the browser width. All background designs are between the color section exactly the same on desktop version.

    2.) Please use this to fix the logo on mobile view:

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    margin: 0 auto;
    max-width: 100%;
    width: 192px;
    height: 60px !important;
    max-height: 60px !important;
    top: 4px;
    }
    }
    

    Remove browser cache then reload the page a few times.

    Regards,
    Ismael

    Hi!

    Thank you for using the support forum!

    I checked the website on IE9 but unfortunately, I am not entirely sure what’s wrong with it. If you could provide us a with a little more clarification, a screenshot perhaps, that will help a lot. We’ll provide you with a response once the issue is clear for us.

    Cheers!
    Ismael

    in reply to: Chinese Characters In Place of Social Icons #246423

    Hi!

    Thank you for using the theme!

    Please refer to this link on how to troubleshoot the icon issue: http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems

    I noticed that you have a lot of plugins installed but the memory limit is only set to 64M. 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 remedy this is to enter the following lines in your wp-config.php file at the root of your installation:

    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

    in reply to: NEED TO ADD IMAGE TO HEADER #246420

    Hey!

    Thank you for the question. Unfortunately, this is beyond the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer to add the feature for you. Please do visit Werkpress for further customization.

    If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.

    Cheers!
    Ismael

    in reply to: changing font size in side bar menu #246417

    Hey sarahed!

    Thank you for using the support forum!

    I checked the link but I don’t see the sidebar menu. If you’re using the custom menu, you can use this:

    .sidebar .menu-main-menu-container > ul > li a {
    font-size: 16px;
    }
    
    .sidebar .menu-main-menu-container > ul > li ul.sub-menu li a {
    font-size: 12px;
    }

    The first declaration is for the parent menu and the second one is for the sub menus.

    Best regards,
    Ismael

    in reply to: icons and ipad #246414

    Hi!

    I’m sorry if you’re having this issue. Is this happening on another page? If you don’t mind, please list the steps that you have taken to create the section with the links. I’ll ask Kriesi to check this.

    Best regards,
    Ismael

    in reply to: Blog Page not showing preview pic #246409

    Hey!

    Thank you for using the theme!

    I’m sorry that you’re having this issue. What is the blog style that you’re using right now? If you don’t mind, please post the link to the website so that we can inspect it.

    Cheers!
    Ismael

    in reply to: Logo cut off and mobile menu #246407

    Hi!

    Thank you for the explanation.

    Please try this one:

    @media only screen and (max-width: 767px) {
    .responsive .mobile_slide_out .logo, .logo a, .logo img {
    float: left;
    width: 92% !important;
    top: 18px;
    }
    }

    Adjust the width and the top position if necessary.

    Cheers!
    Ismael

    in reply to: Hide tags on blog posts #246405

    Hi!

    Thank you for using the theme!

    Please try Yigit’s code on custom.css or use this on Quick CSS:

    .blog-tags.minor-meta {
    opacity: 0 !important;
    visibility: hidden !important;
    }

    Best regards,
    Ismael

    Hey!

    We’re sorry that you’re having this issue.

    I think you’re confusing the featured image for the image that is generated by a plugin or added on the content that has something to do with “smugmug.com”. I’m not entirely certain if this is the case but the code that should remove the featured (.big-preview.single-big) is already at work when I inspected the website.

    As you can see there is no featured image on top of the post title. Sorry for that fat cat, I’m not sure why it’s added by imgur there.

    Best regards,
    Ismael

    in reply to: Woocommmerce sold out plugin error #246168

    Hi Kayzelmoo!

    Thank you for using the support forum!

    I saw your thread before this one so I’m going to post the same answer.

    I checked the link (http://www.shopelegal.com/dress/) but I don’t see the sold out text. Please add it again, we’ll be happy to provide you with a possible solution after. If you don’t mind, please post a screenshot of how you want the “sold out” string to look like.

    Cheers!
    Ismael

    in reply to: enfold theme overriding shop loop template? #246167

    Hi!

    Thank you for using the support forum!

    I checked the link (http://www.shopelegal.com/dress/) but I don’t see the sold out text. Please add it again, we’ll be happy to provide you with a possible solution after. If you don’t mind, please post a screenshot of how you want the “sold out” string to look like.

    Cheers!
    Ismael

    in reply to: Bilder werden im Portfolio nicht korrekt angezeigt #246165

    Hey Lisa!

    Thank you for using the support forum!

    Sorry but at the moment I’m not sure what it is you want with the featured image. If you wouldn’t mind providing us with a little more information, that would be great. A screenshot will surely help. If you want the featured image to span the entire content width, please use this on Quick CSS or custom.css:

    .page-thumb img {
    width: 100%;
    height: auto;
    }

    Cheers!
    Ismael

    in reply to: weird thing when on mobile #246163

    Hi!

    I’m sorry I confused the plugin with W3 Total Cache. I noticed that you’re not using the latest version of Enfold. Please download the latest version of the theme from your themeforest account. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    If that doesn’t fix the issue, please let us know. We’ll investigate further.

    Regards,
    Ismael

    Hey felipemugica!

    Thank you for using the support forum!

    Unfortunately, we will need to see the actual website. If you wouldn’t mind providing us the link to your website, that would be great. We’ll be happy to provide you with a response once we have taken a look at the issue.

    Regards,
    Ismael

    Hi nthcreative!

    Thank you for the question. Unfortunately, this is beyond the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer to add the feature for you. Please do visit Werkpress for further customization.

    If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.

    Cheers!
    Ismael

    Hey!

    Great! Glad it is working now. If you have any questions, let us know. :)

    Regards,
    Ismael

    in reply to: Enfold Installation problems #246145

    Hey!

    Thank you for the info. Please don’t delete the contentslider.php file if that’s what you did.

    Did you add any content slider on your website? If you don’t mind, please post the link to the website here.

    Regards,
    Ismael

    Hey!

    Thank you for using the support forum!

    The portfolio breadcrumb should not display the portfolio category but display the portfolio page instead. You can see an example if you visit http://kriesi.at/themes/enfold/portfolio/portfolio-3-column/, click on the first portfolio item, the breadcrumb shold look like You are here:Home / Portfolio / Portfolio 3 Column Ajax / Single Portfolio: 2/3 Slider. Did you add any modifications for the breadcrumb?

    Regards,
    Ismael

    in reply to: Elements in the same line #246138

    Hey!

    No worries at all! Thank you for the link.

    Please add this on Quick CSS or custom.css:

    #av_section_1 > div > main > div > div > div.flex_column.av_three_fourth.avia-builder-el-6.el_after_av_one_fifth.avia-builder-el-last > section > div > form > select {
    float: left;
    margin-right: 10px;
    }

    Regards,
    Ismael

    in reply to: Enfold Shrinking Header #246137

    Hey durkadurka!

    Thanks for using the support forum!

    You can edit js > avia.js, find this code on line 1210:

    newH = el_height/2;
    header.addClass('header-scrolled');

    Replace the value 2 with a smaller divisor, 1.5 for example:

    newH = el_height/1.5;
    header.addClass('header-scrolled');

    Remove browser cache then reload the page a few times.

    Regards,
    Ismael

    in reply to: [Bug] Height issues on the wide slideshow #246134

    Hi EtienneDepaulis!

    Thank you for the link.

    I checked the website and the slider but I don’t see any issues with it. I checked on Chrome Windows 8. On what browser and OS are you checking this with? If you don’t mind, we would like to ask for a screenshot. You can use imgur or clipular to post the screenshot.

    Regards,
    Ismael

    in reply to: Newbie basic: Insert an MP3? #246132

    Hi acupo0012!

    Thank you for using the support forum!

    You can use the wp embed shortcode or use plugins like this:

    http://wordpress.org/plugins/audio-player/

    http://wordpress.org/plugins/haiku-minimalist-audio-player/

    Best regards,
    Ismael

    in reply to: Google Map Element – different view options #246118

    Hey ikaika72!

    Thank you for using the support forum!

    Any feedbacks and comments from you are greatly appreciated and we have noted this request on possible improvements for the theme. We cannot provide an exact timeline on when this particular feature might be included on the theme but you’ll see it on the theme’s change log in case. I’m sorry but the feature is not possible within the theme yet. You might need to find a third party plugin for this.

    You can vote or open a new request on Enfold Feature Request page.

    Cheers!
    Ismael

Viewing 30 posts - 59,191 through 59,220 (of 67,163 total)