Forum Replies Created
-
AuthorPosts
-
Hey swheelwright!
Thank you for using the theme!
Before we can help you with the following, we will need to see the actual page with the table element. We’ll provide you with a solution once we have taken a look at the page. Regarding the alignment of the text to the top, add this on Quick CSS or custom.css:
td, tr { vertical-align: top; }Regards,
IsmaelMay 14, 2014 at 6:03 am in reply to: Final LayerSilder Tweaks for website view on mobiles and tablets!! #264485Hey!
Thank you for the info.
I’m not sure what you’re trying to accomplish with the code above but I think it’s incorrect. The only solution I think, is to extract the words from the background. Make it as a separate layer.
Cheers!
IsmaelHi!
You can change the bottom padding of the icon list. Use this:
.avia-icon-list li { padding: 0 0 10px 0; }Cheers!
IsmaelHey!
The issue with the text block has been fixed on the latest patch, 2.7.1. Do you mind if we take a look at your current website?
Cheers!
IsmaelHi!
Thank you for the info.
Please use this on Quick CSS or custom.css:
p.form-row.terms { position: absolute; bottom: 50px; } #top #payment #place_order { float: none; margin: 0 auto; margin-top: 20px; } p.form-row.terms label { position: relative; left: 20px; } p.form-row.terms input { position: absolute; left: 13px; bottom: 4px; }Cheers!
IsmaelHey!
Thank you for the update.
Do you mind if we take a look at the actual layer slider? Did you set the Layers Container width?
Best regards,
IsmaelHi!
Glad it is fixed.
I tested it again on Chrome Windows 8 and the avia builder loads fine. Please try to remove browser cache or test it on another browser or computer.
Regards,
IsmaelHi!
Thank you for using the theme!
I think it is because of the apostrophe on the word hasn’t, had to change it to has not in order for the description to work. Use the html entity code of the apostrophe symbol if you want. Please check: http://gator3139.hostgator.com/~lzthysse/contact/#tab-id-2
Regards,
IsmaelHi!
Thank you for using the theme!
I think the problem with your installation is that there are unnecessary closing tags. Like this example:
<h3><a title="Distribution" href="/services/distribution/">Distribution</a></h3> Distribution and logistics involve a complex array of services revolving around the receipt and delivery of products. Increasingly, large and sophisticated companies use The Advance Group to assume total logistical responsibilities. To maximize value, we are also capable of recycling, reselling, or refurbishing your product. Only large, integrated service companies can handle distribution and logistical complexity. The Advance Group is fully capable of managing this complexity, including those requiring interstate moves and vast storage capability. <div></div>There are two closing </div> tags which is not necessary, if I am not mistaken. I suggest that you re-create that page from scratch.
Best regards,
IsmaelMay 14, 2014 at 3:18 am in reply to: Media Gallery and Media Full-Width Masonry Gallery – Don't Want Entire Gallery #264414Hi chrispozzi!
Thank you for using the theme!
Have you tried using the Gallery element under Media Elements panel? You’ll be able to select or upload specific images.
Cheers!
IsmaelHey!
Thank you for the info.
Please edit functions.php then look for the same code Devin suggested. Replace it with this:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>360, 'crop'=>false);Use this plugin to regenerate the thumbnails, go to Tools > Regen. Thumbnails: http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelHey!
Thank you for using the theme!
Please add this on Quick CSS or custom.css to revert the changes back to your default css settings:
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .av_one_fourth.first.el_before_av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth, .responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth, .responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth + .av_one_fourth, .responsive .avia-content-slider-inner .av_one_fourth { margin-left: 4%; width: 22%; float: left; clear: none !important; } .responsive .av_one_half.first + .av_one_fourth, .responsive .av_one_half.first + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_half { margin-top: 0; } }Regards,
IsmaelHi makisn!
Thank you for visiting the support forum!
Have you tried deleting the enfold.css file then save the settings again? Are you using a minify plugin? Please provide us with a link to the actual website so that we can inspect it. Thanks!
Regards,
IsmaelHi projectpinkcampaign!
Thank you for visiting the support forum!
I tested the it and I was able to submit the contact form. What are the missing fields? Please download the latest version 2.7.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
IsmaelHi projectpinkcampaign!
Thank you for using the theme!
If you want a full control over the embedded video on youtube, please use the Code Block element. Get the embed code of the youtube video then wrap it on the avia-video container. Something like this:
<div class="avia-video avia-video-16-9 " itemprop="video" itemtype="http://schema.org/VideoObject"> <div class="avia-iframe-wrap"><iframe width="1500" height="844" src="//www.youtube-nocookie.com/embed/G0k3kHtyoqc?rel=0&controls=0" frameborder="0" allowfullscreen></iframe></div> </div>You can now add more video attributes on the video url. On the example above, we added the control (controls=0) and related (rel=0) option. Please use the width and height property of the example code across all youtube videos that you’ll embed.
Best regards,
IsmaelHi!
Thank you for the update.
Please use this on Quick CSS or custom.css:
#nav_menu-2 ul:first-child>.current_page_item { left: 0 !important; }Cheers!
IsmaelMay 14, 2014 at 2:47 am in reply to: Where can I submitt my 5 stars for your awesome Enfold theme? #264380Hey nerkasa!
Thank you for the kind words and for using the theme!
1.) You can refer to this link for more info about rating an envato item: http://support.envato.com/index.php?/Knowledgebase/Article/View/214/55/how-do-i-give-feedback-on-items
2.) You don’t need to update the child theme once you have updated the parent theme folder. :)
Cheers!
IsmaelHi bigtime32!
Thank you for using the theme!
If I am not mistaken, the conditional menu function has been disabled entirely on the latest version of the theme. Please download the latest version of Enfold, 2.7.1.
Best regards,
IsmaelHi!
Thank you for the update and sorry for the delay.
What is the video format that you’re trying to use? Basically, MP4 is the best option because it is supported by major browsers. Please refer to this link: http://www.w3schools.com/HTML/html5_video.asp
Cheers!
IsmaelHey charger70!
Thank you for using the theme!
You can change the menu style on Enfold > Advanced Styling. Add the Main Menu Links to change the menu styling.
Best regards,
IsmaelHi chays77!
Thank you for using theme!
Please try to add this on Quick CSS or custom.css:
#top input[type="text"] { width: 90% !important; } .hs-form.stacked .field { margin-bottom: 0 !important; } #top fieldset { margin-bottom: 0; }If you want to remove the theme’s contact form style, edit css > shortcodes.css. Look for this section:
/* ====================================================================================================================================================== Contact Form ====================================================================================================================================================== */Regards,
IsmaelMay 13, 2014 at 11:54 am in reply to: Change H1s, H2s, etc. to Mixed Case instead of ALL CAPS #263886Hey charger70!
Thank you for visiting the support forum!
What are the element with h1 and h2 tags that you’re trying to change? You can add something like this on Quick CSS or custom.css:
h1, h2 { text-transform: none; }I’m not sure if this is going to work but if you can give us a link to a page with the h1 and h2 tags, we’ll be able to provide you with a better solution.
Best regards,
IsmaelHi!
Thank you for the info.
You can decrease the padding in between the widgets with this on Quick CSS or custom.css:
.widget { padding: 10px 0 10px 0; }Best regards,
IsmaelMay 13, 2014 at 11:16 am in reply to: enfold icon box visual editor not working and text editor unable to insert image #263870Hi!
@venomhax: Do you mind if we take a look at the website? Please try to remove browser cache then reload the page a few times. Test it on another browser or computer if possible.Best regards,
IsmaelHey!
Thank you for the link.
I checked the website but it’s blank. Please add this on Quick CSS or custom.css to fix the buttons:
.woocommerce-page .button { min-width: 100px; min-height: 54px; } #top div .widget_shopping_cart .button { width: 49%; float: left; } #top div .widget_shopping_cart .button.checkout { margin-top: 4px; }Regards,
IsmaelHi Gurify!
Thank you for visiting the support forum!
I’m sorry but on the link that you provided, where is the video located? If you don’t mind, please post the code that you use for the video content.
Regards,
IsmaelHi!
Thank you for visiting the support forum!
Please add this on Quick CSS or custom.css:
@media only screen and (max-width: 479px) { .responsive #top .slideshow_caption h2 { font-size: 16px !important; } }Awesome website. :)
Best regards,
IsmaelHey!
Glad it somehow worked.
Please add this on Quick CSS to reposition the cart button on smaller screens:
@media only screen and (min-width: 767px) and (max-width: 989px) { .cart_dropdown.visible_cart { right: 94px; } } @media only screen and (max-width: 768px) { .cart_dropdown.visible_cart { right: 0; } .html_boxed .cart_dropdown { top: 70px; } }Best regards,
Ismael -
AuthorPosts
