Forum Replies Created

Viewing 30 posts - 59,461 through 59,490 (of 67,155 total)
  • Author
    Posts
  • 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

    in reply to: Header image is repeated down the page? #242541

    Hi!

    I checked the website but I don’t see any header image. Can you please post a screenshot explaining the issue?

    Cheers!
    Ismael

    in reply to: Title container under menu #242539

    Hi marienoisette!

    Please add this one to vertically align the breadcrumb:

    .title_container .breadcrumb {
    margin-top: 0;
    }
    
    #top .title_container .container {
    padding: 0px 0px 6px 0px;
    min-height: 30px;
    }
    
    .title_container .main-title {
    top: 9px;
    }

    Best regards,
    Ismael

    in reply to: Chinese adaptability #242536

    Hey talelie!

    Basically, you can use the WPML plugin and add the chinese language as one of the translation. You can expect a lot of missing translations for strings so you may need to use this plugin to translate them: http://wordpress.org/plugins/codestyling-localization/

    Regards,
    Ismael

    in reply to: Editing Mobile Version of Site #242534

    Hi!

    The font size is not changing. Please use this:

    @media only screen and (max-width: 479px) {
    .av_phone_active_right .phone-info {
    width: 100% !important;
    text-align: center !important;
    font-size: 11px !important;
    }
    }

    Cheers!
    Ismael

    in reply to: Google Font Replacement #242533

    Hey anfinnweb!

    You can download the font face kit here: http://www.fontsquirrel.com/fonts/open-sans

    Add the font using font face: http://www.w3schools.com/cssref/css3_pr_font-face_rule.asp

    Regards,
    Ismael

    in reply to: mobile menu disappeared after upgrade #242532

    Hi!

    Kriesi removed the drop-down mobile menu. You can only use the slideout menu for mobile devices. Please go to Enfold > Header then reconfigure the header settings. Simply saving the settings should fix it.

    Cheers!
    Ismael

    in reply to: Button link: Use url or page? #242528

    Hey Frostholm!

    Thank you for using the theme. I hope you’re doing great.

    1.) Either way is fine. You can manually add the url of the page or select it on the pages drop-down if available.

    2.) Did you set it on Enfold > Header > Header Layout > Header Title and Breadcrumbs? You can also override the settings for each page on Layout > Title Bar Settings. If that doesn’t work, add this on Quick CSS or custom.css:

    .page-id-23204 #main > div.stretch_full.container_wrap.alternate_color.light_bg_color.title_container > div > div.breadcrumb {
    display: none;
    }

    3.) You can set a min height for the title container or special heading. Something like this:

    div.flex_column div.av-special-heading {
    min-height: 70px;
    }

    Cheers!
    Ismael

    in reply to: Meta Charset #242525

    Hey Lubomirs!

    You can edit header.php, find this code:

    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    

    You can edit the meta attributes if you want.

    Best regards,
    Ismael

    in reply to: Woocommerce my account layout #242524

    Hey chiummog!

    Please add this on Quick CSS or custom.css:

    #customer_login > div.col-1 > form > p.lost_password {
    margin: 0 0 10px 5px;
    position: relative;
    left: 5px;
    top: -12px;
    }
    
    form.login, #top form.register {
    padding-bottom: 50px;
    }

    Best regards,
    Ismael

    in reply to: Woocommerce: the log-in page is awfully styled #242523

    Hi!

    Thank you for using the theme. I hope you’re doing great.

    The styling of woocommercep pages such as my account is set to the default. Altering them will require a lot of modifications and is beyond the scope of support. Please hire a freelance developer to modify certain woocommerce page layout. For further customization, please visit Werkpress. I’ll check the other thread which issue is specific to the account page.

    Regards,
    Ismael

    Hey comprompt!

    Please go to Appearance > Menus. Did you set the menu as Enfold Main Menu on Theme Locations option? The website does not exist. Please post the correct url.

    Regards,
    Ismael

    in reply to: Gallery conflict with light box on mobile #242519

    Hey!

    I’m sorry but we don’t give support for third party plugins. Please contact the plugin author. Try to disable the default lightbox on js > avia.js, find this code on line 52:

    //activates the prettyphoto lightbox
            $(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});

    Replace it with:

    //activates the prettyphoto lightbox
            //$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});

    Regards,
    Ismael

    in reply to: Comments Not Displaying #242518

    Hi lionstail!

    Are you trying to add them on pages? You can add the comments form element using the Advance Layout Builder.

    Cheers!
    Ismael

    in reply to: Adding Images to the Search Result #242517

    Hey G_T_M!

    Please refer to this link: https://kriesi.at/support/topic/adding-featured-images-to-the-search-result/

    This should use the featured images of posts and pages for search results.

    Best regards,
    Ismael

    in reply to: Transparent or smaler Header on mobile #242515

    Hey IHEA!

    Add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .responsive #top #header {
    position: fixed;
    }
    }

    Best regards,
    Ismael

    in reply to: Offset problem on the Home #242512

    Hey JochenBake!

    Did you set the offset to automatic? Please post the login details here and set it as a private reply. We would like to check it.

    Regards,
    Ismael

    in reply to: MY-Account site is not working #242511
    This reply has been marked as private.
    in reply to: Fullwidth Blog Post Layout #242508

    Hey Kimberly!

    Can you please give us a link to the website? What kind of blog style did you use? Add this on Quick CSS to adjust the width of the fullwidth blog layout:

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }
    
    #top .fullsize .template-blog .post .entry-content-wrapper {
    max-width: 1200px;
    }

    Regards,
    Ismael

    in reply to: https Problem Firefox #242507

    Hey!

    Please post the login details here and set it as a private reply. We would like to check it. I checked it on Firefox, the layer slider and other images are showing properly.

    Regards,
    Ismael

    in reply to: Add function send button contact form #242505

    Hey dejongfreek!

    You can use the plugin Contact Form 7 or Gravity Forms. You can specify a redirect page after the form is sent.

    Best regards,
    Ismael

Viewing 30 posts - 59,461 through 59,490 (of 67,155 total)