Forum Replies Created
-
AuthorPosts
-
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,
IsmaelHey 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,
IsmaelHi 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,
IsmaelHi 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!
IsmaelHi!
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,
IsmaelHey!
Use this plugin to customize the widget tag cloud: http://wordpress.org/plugins/configurable-tag-cloud-widget/
Regards,
IsmaelMarch 26, 2014 at 2:06 pm in reply to: Section Visibility and Background image responsiveness #243342Hey!
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,
IsmaelHi!
Refer to this link: http://www.ehow.com/how_10026538_to-lightbox-display-webpage.html
Best regards,
IsmaelHey 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,
IsmaelHi!
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,
IsmaelMarch 26, 2014 at 1:41 pm in reply to: buttons: if link is put manually, created link is wrong #243325Hey!
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,
IsmaelHi!
I can recreate the issue on my end. I reported the problem to Kriesi. Please wait for his response.
Best regards,
IsmaelMarch 26, 2014 at 1:31 pm in reply to: Language icons not positioned correctly in the top nav bar #243320Hi!
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,
IsmaelHi!
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,
IsmaelMarch 26, 2014 at 1:27 pm in reply to: Combine and minifying /dynamic_avia/enfold-childtheme.css with W3TC Total Cache #243316Hi ttem!
Please try a different minify plugin like this: http://wordpress.org/plugins/bwp-minify/
Best regards,
IsmaelHi!
Please give us a link to the website. Do you mind posting the login details? Set it as a private reply.
Cheers!
IsmaelHey!
You can use this instead:
.iconbox_top .iconbox_content { box-shadow: none; border: 1px solid #FF00B3; }Regards,
IsmaelMarch 26, 2014 at 6:35 am in reply to: Comment Moderation always on and "generic featured image" hover text #243163Hey!
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,
IsmaelHey 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,
IsmaelHi Pedro!
Please post the link of the actual website, the url on the screenshot is not clear. We need to inspect it.
Regards,
IsmaelMarch 26, 2014 at 6:30 am in reply to: Team Member, Social Service or Icon Links not showing #243159Hey 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,
IsmaelHey!
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!
IsmaelHi!
Yes, that will do. All media queries should be at the bottom. I hope it works. :)
Regards,
IsmaelHi 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-1We 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!
IsmaelHi 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,
IsmaelHi 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!
IsmaelHi 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,
IsmaelHi!
Those are custom animations Kriesi created. You can find some on css > shortcodes.css, look for the “Animations” section.
Cheers!
IsmaelHey 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 -
AuthorPosts
