Forum Replies Created

Viewing 30 posts - 59,821 through 59,850 (of 67,565 total)
  • Author
    Posts
  • in reply to: Image uploading time #243358

    Hi!

    It only takes less than 3 seconds to crop or resize a 50kb image on my end. It really depends on the internet connection and server.

    Best regards,
    Ismael

    in reply to: Tables are not responsive #243356

    Hey hrskills!

    This is an old issue with the table and we haven’t found a fix yet. You can remove the mobile device media query to avoid the wrong table stack. Edit css > shortcodes.css, find this code on line 1251:

    @media only screen and (max-width: 767px)
    {
    	.responsive div .avia_responsive_table .avia-data-table table,
        .responsive div .avia_responsive_table .avia-data-table tbody,
        .responsive div .avia_responsive_table .avia-data-table tr,
        .responsive div .avia_responsive_table .avia-data-table td,
        .responsive div .avia_responsive_table .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;}
        .responsive .avia_responsive_table .avia-data-table{border-style:solid; border-width: 1px;}
        .responsive .avia_responsive_table .avia-data-table .avia-pricing-row .avia-desc-col{text-align: center;}
        .responsive .avia_responsive_table .avia-data-table .avia-button-row, .responsive .avia_responsive_table .avia-data-table tr:first-child th{display:none;}
        .responsive .avia_responsive_table .avia-data-table td:before {
    	display:block;
    	font-style: italic; font-size: 11px;
    	}
    
    	.responsive .avia_responsive_table .avia-data-table td {
    		position: relative;
    	}
    
        .responsive .avia_scrollable_table {
            width: 100%;
            overflow-x: scroll;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: -ms-autohiding-scrollbar;
        }
    
        .responsive .avia_scrollable_table .avia-data-table > thead > tr > th,
        .responsive .avia_scrollable_table .avia-data-table > tbody > tr > th,
        .responsive .avia_scrollable_table .avia-data-table > tfoot > tr > th,
        .responsive .avia_scrollable_table .avia-data-table > thead > tr > td,
        .responsive .avia_scrollable_table .avia-data-table > tbody > tr > td,
        .responsive .avia_scrollable_table .avia-data-table > tfoot > tr > td {
            white-space: nowrap;
        }
    }

    Remove the code. We might need to adjust the table width. Please get back to us after you removed it.

    Best regards,
    Ismael

    in reply to: icon list order #243354

    Hi pantanta!

    You can manually sort the position on the icon list by clicking the double edge arrow and dragging them to the position that you want.

    Best regards,
    Ismael

    in reply to: Colour Section Transparent #243352

    Hi Mark!

    Can you please give us a link to the website? Did you apply a background image on the whole site? Otherwise, the color section’s transparency will only show the background of the html container.

    Cheers!
    Ismael

    in reply to: Adjust line height of element #243351

    Hi!

    Please use this on Quick CSS:

    a.gplus-profile {
    position: relative !important;
    top: -25px !important;
    }
    
    .g-follow-wrapper {
    position: relative !important;
    left: -90px !important;
    }

    Best regards,
    Ismael

    in reply to: Limit the number of Tags in the widget #243347

    Hey!

    Use this plugin to customize the widget tag cloud: http://wordpress.org/plugins/configurable-tag-cloud-widget/

    Regards,
    Ismael

    in reply to: Section Visibility and Background image responsiveness #243342

    Hey!

    You can do the same thing with the fullscreen slider. Edit the page then enable the Header transparency on the layout option, insert the Fullscreen Slider. Add this on Quick CSS to keep the header transparent on mobile devices:

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

    Try to set the background image to “Stretch to fit”. This will apply the background-size: cover; property on the background image.

    Best regards,
    Ismael

    in reply to: open external link in lightbox #243338

    Hi!

    Refer to this link: http://www.ehow.com/how_10026538_to-lightbox-display-webpage.html

    Best regards,
    Ismael

    in reply to: Logo incompatibility issue with IE8 #243333

    Hey abedia!

    I’m sorry but IE8 doesn’t recognize media queries. You might need to find another way to show a small logo when viewing on smaller screens. Please hire a freelance developer to modify it for you. or further customization, please visit Werkpress.

    Regards,
    Ismael

    in reply to: Blog Post as List #243331

    Hi!

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

    .small-preview {
    width: 150px;
    height: 150px;
    line-height: 150px;
    left: -30px;
    }

    Adjust the values if you want.

    Regards,
    Ismael

    in reply to: buttons: if link is put manually, created link is wrong #243325

    Hey!

    Can you please give us a link to the website? Try to increase the wordpress php memory limit to at least 128M. Refer to this link: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Regards,
    Ismael

    in reply to: Elements dissapear! #243322

    Hi!

    I can recreate the issue on my end. I reported the problem to Kriesi. Please wait for his response.

    Best regards,
    Ismael

    Hi!

    I checked the website on both language and the language switcher sits on the right of the top bar next to the top menu. I think it is fixed now. Remove browser cache then reload the page a few times.

    Regards,
    Ismael

    in reply to: Posts not displaying after woocommerce products grid #243318

    Hi!

    Two other users reported the issue with the same plugin. Unfortunately, we don’t support third party plugins. Please contact the plugin author.

    Best regards,
    Ismael

    Hi ttem!

    Please try a different minify plugin like this: http://wordpress.org/plugins/bwp-minify/

    Best regards,
    Ismael

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

    Hi!

    Please give us a link to the website. Do you mind posting the login details? Set it as a private reply.

    Cheers!
    Ismael

    in reply to: Customize iconbox border color #243166

    Hey!

    You can use this instead:

    .iconbox_top .iconbox_content {
    box-shadow: none;
    border: 1px solid #FF00B3;
    }

    Regards,
    Ismael

    Hey!

    Please give us a link to the actual website. We really need to see it live. Did you use any special plugins for the comment area? Another user reported the same issue with the small preview image but it has been fix on the latest update of Enfold.

    Regards,
    Ismael

    in reply to: Update unconfigures font and images #243161

    Hey Jorge Oscar!

    Thank you for using the theme!

    Can you please be specific? A link to the website and screenshot of the issue will help.

    Regards,
    Ismael

    in reply to: Elements dissapear! #243160

    Hi Pedro!

    Please post the link of the actual website, the url on the screenshot is not clear. We need to inspect it.

    Regards,
    Ismael

    in reply to: Team Member, Social Service or Icon Links not showing #243159

    Hey dmpitzer!

    Please insert an image place holder (maybe a plain image with white background, any size) for each team member elements. Add this on Quick CSS or custom.css:

    .avia-team-member .team-social {
    position: relative;
    visibility: visible !important;
    text-align: left;
    border-radius: 3px;
    width: 100%;
    height: 60px;
    opacity: 1 !important;
    border: none;
    }
    
    .avia_image_team {
    display: none !important;
    }

    Best regards,
    Ismael

    in reply to: Header adding images resize #243156

    Hey!

    Please edit the code like this:

    echo '<div class="my_custom_img"><img src="/wp-content/uploads/2014/03/free-shipping.png" alt="Free Shipping" /></div>';
    

    Follow Dude’s instruction regarding the js file.

    Cheers!
    Ismael

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

    Hi!

    Yes, that will do. All media queries should be at the bottom. I hope it works. :)

    Regards,
    Ismael

    in reply to: Enfold Accordion is always open on page load #243153

    Hi lewisedavis!

    Do you have other plugins installed? Maybe, you’re using the url with the toggle id? Something like this:

    http://localhost/kriesi/enfold/?page_id=2880#toggle-id-1
    

    We tested this on our end and the toggle containers closed as expected when the value is set to zero. Please give us a link to the page with the issue.

    Cheers!
    Ismael

    in reply to: Contact form issue #243151

    Hi chiummog!

    I tested the contact form 4 times on Chrome Windows 8 and it works fine. Please let us know if the issue persist. Maybe a slow internet connection? :)

    Best regards,
    Ismael

    in reply to: "My Account" styling and translation #243150

    Hi chiummog!

    Can you please give us a link to the actual website? Please try this plugin, see if you can translate the string: http://wordpress.org/plugins/codestyling-localization/

    Cheers!
    Ismael

    in reply to: woocommerce title bar: change "Shop" #243149

    Hi rene!

    You can deselect the page on Woocommerce > Settings > Pages > Shop Base Page. Create another page, name it anyway you want then add the Product Grid element. :)

    Regards,
    Ismael

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

    Hi!

    Those are custom animations Kriesi created. You can find some on css > shortcodes.css, look for the “Animations” section.

    Cheers!
    Ismael

    in reply to: WP slider in header #243147

    Hey jeroenberings!

    Thank you for using the theme! :)

    Edit the page then switch to the Advance Layout Builder. Look for the Layer Slider element under Media panel. Unfortunately, you can’t use the layerslider shortcode with the default layerslider so the only way to add it is the ALB.

    Cheers!
    Ismael

    in reply to: Cannot balance layout elements containing icon lists #243145

    Hi PPCHound!

    We need to see the actual website to give you proper css solution. Please post it here.

    Regards,
    Ismael

Viewing 30 posts - 59,821 through 59,850 (of 67,565 total)