Forum Replies Created

Viewing 30 posts - 59,851 through 59,880 (of 67,565 total)
  • Author
    Posts
  • in reply to: Search bar #243141

    Hi!

    Can you please post a screenshot of the issue? The only thing I noticed is that the ajax search field is out of alignment. Add this on Quick CSS or custom.css:

    #menu-item-search > div {
    left: -200px !important;
    }

    Regards,
    Ismael

    in reply to: Getting a strange error on my local installation #243138

    Hey!

    Thanks for the heads up. I’m really not sure why it doesn’t work on the latest version of the app. I’m using WAMPSERVER on my end.

    Cheers!
    Ismael

    in reply to: Title Bar/Container – Not Showing #243136

    Hey bmneimark!

    Do you have the latest version of Enfold? You can edit the page then look for Layout > Title Bar Settings > select Display Titlebar and breadcrumbs. Make sure that you didn’t add any css to hide the title-container.

    Cheers!
    Ismael

    Hey!

    I’m sorry I must have been dreaming when I read your inquiry. I thought you want to decrease the space between them. You can use this:

    body .av-special-heading.blockquote > * {
    margin-bottom: 20px;
    }

    Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    in reply to: Problem with WPML and portfolio portfolio grid element #243132

    Hi!

    Thanks for your input. Do you mind posting the login details here? Another user reported the same issue the other day and the funny thing is we fixed the issue by just updating the portfolio grid element. Please post the login details here and set it as a private reply. We would like to check it.

    Regards,
    Ismael

    in reply to: Editing Mobile Version of Site #242772

    Hey!

    I’m sorry. Make sure that you remove browser cache then reload the page a few times. Please use this:

    @media only screen and (max-width: 480px) {
    .responsive.social_header .phone-info, .responsive.social_header .phone-info a {
    text-align: center;
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 11px !important;
    }
    
    .responsive.social_header .phone-info a {
    clear: both;
    display: block;
    margin-bottom: 2px;
    padding: 3px 0;
    }
    }

    The header should look like this:

    Regards,
    Ismael

    in reply to: Feedback Box, Icons, Gravity Forms #242765

    Hey!

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

    .av_font_icon span:hover:after {
    -webkit-animation: sonarEffect 1s ease-out;
    -moz-animation: sonarEffect 1s ease-out;
    animation: sonarEffect 1s ease-out;
    }

    Best regards,
    Ismael

    in reply to: https Problem Firefox #242763

    Hi!

    Of course you can trust us! :)

    I checked the website and the images are loading properly. I don’t see any mixed content errors anymore when I visited the site on Firefox. One thing I noticed is that you’re using a very old version of the theme. You might want to update the theme to the latest version 2.6.2. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    Regards,
    Ismael

    in reply to: Mailchimp for wp #242759

    Hey martin321!

    Can you please post the code here or shortcode if there is any? Please post the link of the website here.

    Best regards,
    Ismael

    Hi!

    Glad it is working now.

    The theme options along with WPML will create multiple environment or set of options for each language. You need to configure each language’s theme options separately. In your case, go to the Enfold (SV) > Styling > Main Content then choose the background again.

    Cheers!
    Ismael

    in reply to: Email Information #242755

    Hi pumpkinwebdesign1!

    You’re using a very old version of the theme. Please make it a habit to update the theme. The latest version is 2.6.2, download it from your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    You can use plugins like Contact Form 7 or Gravity Forms if you want a more complex contact form.

    Best regards,
    Ismael

    in reply to: WPLM bug – HELP ME WITH THE LANGUASE FLAGS please #242752

    Hey Kalid!

    You have a very old version of the theme. Please download the latest version 2.6.2 from your themeforest account. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    Some of the contents might not work after the update. You must configure them again especially the header options.

    Regards,
    Ismael

    in reply to: Problems with Theme Options (Enfold) #242750

    Hey!

    Can you please give us a link to the website? Please ask your host if all wordpress file permissions are set to 755 or higher. Go to wp-content/uploads/dynamic_avia/ folder the delete the enfold.css file. Make sure that the folder permission is writable. Go to Enfold > Styling then select a predefined color scheme. Save changes.

    Regards,
    Ismael

    in reply to: lightox video after clicking on image gallery #242747

    Hey!

    If you define a custom link and point it to a youtube or vimeo video, it should open the video on lightbox. Can you please give us a link to the test page?

    Regards,
    Ismael

    in reply to: How to have Facebook and Linked as icons in the footer? #242746

    Hi Soapmarine!

    You can use the icon shortcode, generate it on a post or a page then copy the actual shortcode on a text widget. The icon shortcode look like this:

    [av_font_icon icon='ue8f5' font='entypo-fontello' style='' caption='' link='manually,http://' linktarget='' color='' size='40px' position='left' custom_class=''][/av_font_icon]
    

    Regards,
    Ismael

    in reply to: Main Menu #242744

    Hi AliMese!

    You can add the twitter social icon beside the header menu. Go to Enfold > Header > Extra Elements > Header Social Icons > Select “Display in main header area”. Remove unnecessary social icons below the header options.

    Cheers!
    Ismael

    in reply to: Portfolio base and breadcrumb #242737

    Hi!

    You can use the Yoast SEO plugin to configure the url for the post type portfolio. Refer to this link: https://yoast.com/articles/wordpress-seo/#wpseo-plugin-titles

    Cheers!
    Ismael

    in reply to: Mega menu image scaling #242734

    Hey!

    Glad it is fixed. :)

    Cheers!
    Ismael

    in reply to: Audio player not displaying properly #242733

    Hi!

    Please use this one:

    .mejs-controls div.mejs-horizontal-volume-slider {
    width: 58px !important;
    }

    If that doesn’t work, edit js > mediaelement > mediaelementplayer.min.css. Find this code:

    .mejs-controls div.mejs-horizontal-volume-slider{height:26px;width:60px;position:relative;}
    

    Replace it with:

    .mejs-controls div.mejs-horizontal-volume-slider{height:26px;width:58px;position:relative;}
    

    Best regards,
    Ismael

    in reply to: problem matching Icon list ! Undefined #242731

    Hi jb84!

    Please post the link to your website here. Increase the wordpress php memory limit to at least 128M. Refer to this link: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Regards,
    Ismael

    Hi!

    I checked the website again on IE8 and it is now loading properly. Haven’t tried it on any mobile device yet. I’ll ask Devin and Josue to check this.

    There are lot of things that you can do to optimize the website speed and page load. You can do the following:

    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.
    5. Install WP-Super cache, select all recommended settings, use memcache option, update .htaccess rules, increase cache to 840000, Save then delete cache.
    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. Dont forget to smile.

    Cheers!
    Ismael

    in reply to: Problem with WPML and portfolio portfolio grid element #242726

    Hi lionel-fidalgo!

    Did you translate the portfolio categories for the english language? Please refer to this link on how to translate post categories and taxonomies: http://wpml.org/documentation/getting-started-guide/translating-post-categories-and-custom-taxonomies/

    Regards,
    Ismael

    in reply to: Header #242721

    Hey Nic!

    That is a bit complicated but maybe you can try something like this. Create a page then add a color section with background, set the height to at least 75% of the screen. Add this on Quick CSS or custom.css:

    #main {
    padding-top: 0 !important;
    position: relative;
    z-index: 2000;
    }
    
    .header-scrolled {
    z-index: 3000 !important;
    position: fixed;
    }

    On page load, the header will be covered by the first color section and once you scroll down the header will appear on top of the section.

    Best regards,
    Ismael

    in reply to: Image overlay issue #242556

    Hey!

    Please use Josue’s code:

    .image-overlay:hover {
        opacity: 0.1 !important;
    }

    I tested this on my end and it works fine. Maybe you set the element to :hover when your inspecting it.

    Cheers!
    Ismael

    in reply to: How to change H1 font size? #242555

    Hey!

    On what OS and browser are you testing this with? I checked the comment avatar container and the spacing is fine. http://www.photobek.com/hello-world/

    Best regards,
    Ismael

    in reply to: Ajax Portfolio Main Image is Blurry #242554

    Hey!

    Use 1500px image then the theme will re-size or break the image down to smaller thumbnails. If you want to create a new topic, just browse through theme list and look for the current theme that you’re currently using. Scroll below, you’ll see the “Create New Topic” section.

    Regards,
    Ismael

    Hey!

    I checked the website and I think the layout.css file is corrupted or not complete. Please download the theme again from your themeforest account then update the theme via FTP.

    I didn’t find this code on layout.css code which align the menus:

    #top .main_menu .menu li {
    float: left;
    position: relative;
    z-index: 20;
    }

    Best regards,
    Ismael

    Hi StMo!

    You can reduce the top margin of the subheading:

    .av-subheading_below {
    margin-top: 0;
    line-height: 1.3em
    }

    Regards,
    Ismael

    in reply to: two question, layout & css style #242546

    Hi!

    You can remove the portfolio grid border using this on Quick CSS or custom.css:

    .grid-entry .inner-entry {
    box-shadow: none;
    }

    Regards,
    Ismael

    Hey comprompt!

    What is the live chat code? Are you using any plugin for this? Please post the code on pastebin.com.

    Best regards,
    Ismael

Viewing 30 posts - 59,851 through 59,880 (of 67,565 total)