Forum Replies Created

Viewing 30 posts - 60,661 through 60,690 (of 67,534 total)
  • Author
    Posts
  • in reply to: Big Slider loops last 2 portfolio items #231195

    Hi!

    This link: http://www.thinkdoug.com/portfolio-item/back-basics-open/ gives me a 404 error. Please flush the permalink settings on Settings > Permalink. Click the “Save” button once.

    EDITED: I flush the permalink settings and the portfolio is fixed. There is only one image on the portfolio item. Please remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    in reply to: Portfolio category and items site map #231194

    Hi!

    You can also add the portfolio items on Appearance > Menus. Make sure that the “Portfolio Items” is enabled on Screen Options.

    Regards,
    Ismael

    in reply to: Blog Grid Images #231193

    Hi MKW270210!

    You can define a minimum and maximum height for the blog grid featured images. Add this on Quick CSS:

    .post-entry .slide-image img {
    width: 100%;
    min-height: 100px;
    max-height: 100px;
    }

    The code will constrain the images on a specific height. You just need to experiment which thumbnail size on “Preview Image Size” generates the best results.

    Cheers!
    Ismael

    in reply to: Blog Post View #231188

    Hi!

    Can you please give us an access to the website? It is on maintenance mode. Set the login details as a private reply.

    Cheers!
    Ismael

    in reply to: Navigation Container Width Different from Body #231187

    Hey murphy88!

    What type of header do you have? You can use this on Quick CSS or custom.css to increase the header width. In this code I increase it by a 100px:

    @media only screen and (min-width: 1140px) {
    #header_main .container, #header_meta .container {
    width: 1230px;
    }
    }
    
    #header_main .container, #header_meta .container {
    width: 1030px;
    }
    
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    #header_main .container, #header_meta .container {
    width: 782px;
    }
    }

    Regards,
    Ismael

    in reply to: Spaces in portfolio page #231185

    Hi!

    I’m really not sure if I understand you correctly. Do you want to remove the space between the columns? Can you please give us a link to the actual website?

    Best regards,
    Ismael

    Hey!

    Is there a redirect function on your website. Sometimes, it takes me to this website:

    The video looks full width on my end. No black borders or spacing:

    Cheers!
    Ismael

    in reply to: Customizing the single post page #231180

    Hi!

    I’m sorry but this is beyond the scope of support. Please hire a freelance developer to polish the modifications that Dude provided. For further customization, please visit Werkpress.

    Regards,
    Ismael

    in reply to: Formatting the bottom of the page. #231179

    Hi!

    The catapult cookie bar plugin or something is breaking the layout. You can add this on Quick CSS:

    #socket {
    top: -15px;
    }
    
    @media only screen and (max-width: 767px) {
    #socket {
    top: -80px;
    }
    }

    Best regards,
    Ismael

    in reply to: Icons and content coming out of div on mobile devices #231178

    Hi!

    Please switch your website to responsive layout again. We need to inspect it. The code I provided should fix the section height on mobile menu. Edit the color section with the issue then look for “For Developers: Section ID”, add something like “awesome-section”. Use this on Quick CSS:

    @media only screen and (max-width: 767px) {
    #awesome-section {
    min-height: 900px;
    height: 900px;
    }
    }

    Best regards,
    Ismael

    in reply to: Secondary Menu to include a Search Bar? #231175

    Hi!

    You need to edit header.php again. If you want to preserve the modifications that you made, please use a child theme. http://vimeo.com/channels/aviathemes/67221517

    Best regards,
    Ismael

    in reply to: Enfold > Sociable > facebook share in footer #231173

    Hi David!

    The website is not loading on my end. Can you please post a screenshot? I’ll ask the rest of the support team to check this.

    Best regards,
    Ismael

    in reply to: Header, gradients, and logo disappearing #231172

    Hi Justin C!

    Please add !important on the width and height:

    .logo, .logo a, .logo a img { 
    position: relative;
    width:173px !important;
    height:77px !important;
    max-width: 173px !important;
    max-height: 77px !important;
    }

    Best regards,
    Ismael

    in reply to: Black Header / Menu in IE9 #231171

    Hi!

    I think it is about the background-color value. Please add this on Quick CSS or custom.css:

    .header_color .header_bg, .header_color .main_menu ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div {
    background-color: #ffffff;
    background: #ffffff;
    }

    Best regards,
    Ismael

    in reply to: Enfold > Hide on responsive #231170

    Hi David!

    You can set the element to display: none using CSS then insert the code on a media query. You can find an example on css > custom.css:

    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
    
    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
    
     img { display: none } /* This will remove all images on mobile devices */
    
    }

    Best regards,
    Ismael

    in reply to: resize image in wysiwyg #231169

    Hi!

    You can watch some videos here to learn more about the theme: http://vimeo.com/channels/aviathemes/64927359

    What do you want to do with the blog page? You can edit the blog style on Enfold > General Settings > Blog Style. The option will work if you set the blog on Enfold > Theme Options > Where do you want to display blog? option. If you want to add more content on the blog page other than the blog posts, you can deselect the blog page on Where do you want to display blog? option. Edit the blog page then add the Blog Posts element along with the other content.

    Best regards,
    Ismael

    in reply to: After Update: In firefox 26 font face broken #231168

    Hey!

    Can you please deactivate the minify plugin? Remove browser cache then reload the page a few times. We’ll check it without the minify plugin. Post the login details here and set it as a private reply.

    Cheers!
    Ismael

    in reply to: Slideshow is not working #231167

    Hi!

    I don’t see any attached slideshow on the post. Are you talking about the lightbox? It will only show the featured image’s large version. You can insert a slideshow element using the insert shortcode wand.

    Best regards,
    Ismael

    in reply to: Mobile / Responsive Problems #231165

    Hi!

    I disabled the minify settings on your cache plugin and the site becomes responsive again. Please try to use a different minify plugin like http://wordpress.org/plugins/bwp-minify/.

    Best regards,
    Ismael

    Hey!

    Please add this on Quick CSS to highlight the ancestor menus when viewing the child pages:

    .current-menu-ancestor a {
    color: green !important;
    }

    Regards,
    Ismael

    in reply to: Adding Tagline, change display date , color of links #231163

    Hi!

    Are you talking about the read-more arrow? You can use this on Quick CSS:

    .more-link-arrow {
    display: none;
    }

    Please post a screenshot about the date info.

    Regards,
    Ismael

    Hey!

    Please give us a link to the website and post the login details here. Set it as a private reply. You can just add the Blog Posts element without configuring anything and the posts should show immediately. Make sure that you set the frontpage on Enfold > Theme Options > Frontpage settings. Reset the settings on Settings > Reading to default.

    Regards,
    Ismael

    in reply to: Table alignment issue #231160

    Hi!

    You can enclose the price on a div. Something like this:

    <div class="price-top-margin">
    £4,850<br>
    £7,700<br>
    £8,900<br>
    £16,000<br>
        £30,000</div>

    Add this on Quick CSS:

    .price-top-margin {
    margin-top: 20px;
    }
    
    tr th:first-child, tr td:first-child {
    vertical-align: top;
    }

    Use this for the heading row:

    .main_color tr.avia-heading-row {
    background: blue;
    }

    Best regards,
    Ismael

    in reply to: Problem with layout after update #231159

    Hi!

    Can you please give us a link to the actual website? The testimonial slider has been fixed on the latest version of Enfold. Download version 2.5.4 on your themeforest account. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    Best regards,
    Ismael

    in reply to: Avia Button Customization #231158

    Hi!

    Unfortunately, that is not possible within the theme. You can only change the button color states using CSS. Can you please give us a screenshot on how you want your button to look like? A link to the page with the button will help.

    Regards,
    Ismael

    in reply to: Dont show featured image on image posts #231154

    Hi KevinHaeusler!

    Did you add a plugin that handles the featured image? Please deactivate that. You can add this on Quick CSS to remove the big featured image on top:

    .single .big-preview.single-big {
    display: none;
    }

    Best regards,
    Ismael

    in reply to: header menu issue (elements are not displaying inline) #231153

    Hi!

    Looks like the issue is fixed? The menu aligns correctly now. I

    Cheers!
    Ismael

    Hi!

    Glad you figured it out. :)

    Regards,
    Ismael

    in reply to: Error Import Dummy Data #231149

    Hi C0rien!

    Please try to increase the wordpress php memory limit. Refer to this link: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    You can also try it from a different browser.

    Cheers!
    Ismael

    in reply to: Migrating Enfold Database over from test site to Live #231147

    Hey condonpb!

    Please ask your host to check the php version. The PHP version 5.3.27 FastCGI can cause issues somehow and switching to 5.3.27 CGI (Stable) may fix the problem.

    Regards,
    Ismael

Viewing 30 posts - 60,661 through 60,690 (of 67,534 total)