Forum Replies Created

Viewing 30 posts - 59,611 through 59,640 (of 67,565 total)
  • Author
    Posts
  • 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

    in reply to: Breadcrumbs not appearing on pages #246104

    Hey!

    Thank you for the login credentials.

    I’m sorry but I’m still not sure why the title and breadcrumbs are not showing. I noticed that there is a javascript error on the console. Did you add the quick sand script on your child theme folder? Is it ok if you disable that first? We’ll check it again after. If you don’t mind please deactivate the plugins especially the All-in-One SEO Pack.

    Best regards,
    Ismael

    in reply to: menu managemen problem #246092

    Hey!

    As always, thank you for using the theme!

    @neokenig: I can the issue on your end. Do you mind if I deactivate the events calendar plugin? I’m guessing that the plugin is causing the jquery error. Please disable both plugins then get back to us, we’ll be happy to assist you afterwards.


    @area97
    : Thank you for the kind words. If you have any questions, let us know. :)

    Cheers!
    Ismael

    in reply to: transparency dropdownmenu on a tablet #246084

    Hey!

    I don’t have the actual device to check the issue but please try this on Quick CSS or custom.css:

    .header_color .main_menu .menu ul li a {
    background: #aebe36 !important;
    color: #5C601F;
    opacity: 1 !important;
    }
    
    .header_color .main_menu .menu ul li a:hover {
    background: #53b7c6 !important;
    opacity: 1 !important;
    }

    Remove browser cache then reload the page a few times.

    Best regards,
    Ismael

    in reply to: How can i set Grid layout of images on Home page #246080

    Hey!

    1.) Yes, that’s correct. If you update the theme via FTP and you don’t exclude the style.css, it will be overwritten and the child theme might not work. In that case, you’ll need to change the line that you mentioned above.

    2.) Please open a new thread about the grid layout question to prevent this thread from getting off the topic. Just a quick suggestion, you can use the full width masonry element.

    Regards,
    Ismael

    in reply to: Layer slider #246073

    Hey wcolwell!

    Thank you for using the support forum.

    Unfortunately, we’re not entirely sure of the issue because we’re not able to reproduce the issue on my end and using the jquery updater plugin works as expected. My quick guess is that you’re using an old version of the theme. If you don’t mind posting the link to your website, that will help.

    Cheers!
    Ismael

    in reply to: icons and ipad #246068

    Hey!

    Thank you for the link.

    I’ll ask Devin and Josue to check this on their end. Please try this on Quick CSS or custom.css:

    .avia_mobile #top .av-parallax-section{z-index: 0;}
    

    This is the fix Kriesi provided on one of the topics with the same issue.

    Best regards,
    Ismael

    Hey!

    Thank you for the screencast.

    Like David, I don’t see the issue even on page refresh but it does load longer than it should. The console shows that there is a javascript error, this is usually cause by certain plugin. Please try to disable the plugins, see if that helps. Also, try to optimize the page speed by utilizing cache and minify plugins. Plugins that are commonly use are:

    http://wordpress.org/plugins/w3-total-cache/
    http://wordpress.org/plugins/bwp-minify/

    Cheers!
    Ismael

    in reply to: megamenu cut off #246051

    Hi!

    Thank you for the info. I can see the issue now.

    Please add this on Quick CSS or custom.css for a temporary fix:

    #header_main_alternate .avia_mega_div {
    left: -700px !important;
    }

    Adjust the left position if necessary. Don’t remove the !important tag. We’ll investigate the issue further.

    Best regards,
    Ismael

    in reply to: read more missing #246047

    Hey Knut!

    Thank you for using the support forum!

    If you don’t mind posting the link to the website, that would be great. We would like to inspect it. If you’re using the Blog Posts element, configure the options then look for the “Define Blog Grid layout”. Select the Title and Excerpt + Read more link.

    Regards,
    Ismael

    in reply to: Blog styling broken? #246042

    Hi!

    Thank you for using the support forum and for providing the screenshots.

    Did you use the Advance Layout Builder to edit the page? I can’t seem to inspect the website, a plugin must be hindering me from doing so. Note that you can’t use the Default Editor when you set the Blog Style to that option.

    Best regards,
    Ismael

    in reply to: Search Results Page #246039

    Hey!

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

    Cheers!
    Ismael

    in reply to: Fly Out Sub-Menu appear to Right #246038

    Hey techgrayscale!

    Thank you for the link.

    Josue fixed the problem privately. I’m not sure what he did so I’ll ask him to check this. If you don’t mind, please post the link to the website so that we can inspect it.

    Best regards,
    Ismael

    in reply to: Elements in the same line #246036

    Hey CloudChoice!

    Thank you for using the support forum!

    I’m sorry but I am not entirely sure of what you’re trying to do so if you don’t mind clarifying the problem by giving us more details, a screenshot perhaps, that would be great. Also, a link to a sample website will greatly help. After that, we’ll be happy to assist you with whatever it is you’re trying to accomplish. Note that you can use complex contact forms plugin like Contact Form 7.

    Best regards,
    Ismael

    in reply to: Issue With Floating Images #245873

    Hey!

    Glad it worked. ;)

    Regards,
    Ismael

    in reply to: Issues with secondary header navigation, top right #245871

    Hi!

    What version of IE are you checking this with? If you’re using IE9 or lower, please use this:

    .av-main-nav > li > a {
    font-size: 12px !important\9;
    padding: 0 5px !important\9;
    }

    I hope that helps.

    Regards,
    Ismael

    Hi!

    How are you? I hope you’re doing great!

    I checked the post with the image post format and I don’t see the featured anymore. http://www.photobek.com/golden-sunset-vang-vieng-valley/

    Please remove browser cache then reload the page a few times. :)

    Best regards,
    Ismael

    in reply to: Edit Breadcrumb "You Are Here" #245869

    Hi!

    Thank you for the question.

    Yes, if you previously set the settings prior to using a child theme, you’ll need to import the parent theme settings. If you started using the theme with the child theme at the very beginning then you don’t have to import any settings. :)

    Cheers!
    Ismael

    in reply to: How to fix an issue with Mansory #245868

    Hi!

    Thank you for using the support forum!

    You can set a minimum height for the masonry inner content. Add this on Quick CSS or custom.css:

    .main_color .av-inner-masonry-content {
    min-height: 102px;
    }

    I hope this helps. :)

    Best regards,
    Ismael

Viewing 30 posts - 59,611 through 59,640 (of 67,565 total)