Forum Replies Created
-
AuthorPosts
-
Hey Steven!
Thank you for using the theme.
Do you mind providing a screenshot of the gaps that you want to remove? If you want to edit the column gaps, you’ll need to increase the width then decrease the left margin:
div .av_one_fourth { margin-left: 0; width: 25%; }Best regards,
IsmaelHey nurdwurks!
Thank you for using the theme!
You can change the slider transition by editing each slide. Look for the Slide Options > Slide transition. Select from the 2D and 3D transitions then close the panel. Don’t forget to save changes.
Regards,
IsmaelMay 24, 2014 at 6:18 am in reply to: Navigation Label changes don't affect how they appear in the menu. #269442Hi Celeste!
Thank you for using the theme.
Looks like it is working now. Make sure that you set the main menu as Enfold Main Menu on Appearance > Menus panel.
Best regards,
IsmaelMay 24, 2014 at 6:15 am in reply to: Border Removal – Small bar above Main Menu & Logo Size CSS #269440Hi!
Thank you for using the theme.
The header shrink option is disabled. Please go to Enfold > Header Layout > Header Behaviour. Enable the Shrinking Header setting. You can remove the border or the box shadow of the header meta with this on Quick CSS or custom.css:
#header_meta { border-top: none; box-shadow: none; }Best regards,
IsmaelHey Michael!
Thank you for visiting the support forum.
The related posts section looks fine when I checked it on Firefox and Chrome Windows 8. They look the same. The image link that you provided doesn’t work. The page says, “You have linked to this page instead of my copyright images. This site does not allow image linking.
Please stay and view what I do.”Best regards,
IsmaelMay 24, 2014 at 6:06 am in reply to: Page formatting causing text overlapping & poor layout on mobile site. #269437Hi!
Thank you for the info.
I’m sorry but you’re using a very old version of the theme, 2.4.4. We won’t be able to debug the issue unless you update the theme to 2.7.1. Please download the latest version 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,
IsmaelHey rlmilton!
Thank you for using the theme.
First of all, what is the actual slider that you’re planning to use? Layer Slider? Easy Slider etc? We’ll try to provide you with a solution once we know the slider that you’re going to use.
Cheers!
IsmaelMay 24, 2014 at 5:59 am in reply to: Logo widget disappeared in new version and how do I remove the " #269433Hi garyguthrie!
Thank you for visiting the support forum!
From what version of the theme did you update? I checked the website and I can see the logo slider. Please remove browser cache then reload the page a few times. Add this on Quick CSS or custom.css to remove the related posts section:
div.related_posts { display: none; }Cheers!
IsmaelHey!
Thank you for the screenshot.
Please use this on Quick CSS or custom.css:
.av-main-nav > li > a:after { content: ''; display: block; width: 1px; height: 50px; background: red; position: absolute; top: 60px; left: -2px; }Adjust the top and height property depending on the header height.
Regards,
IsmaelHi!
Thank you for using the theme!
Please try to switch to the default theme then set the menu theme locations again. If it doesn’t work, maybe there’s something wrong with your wordpress installation. If possible, please post the website url here so that we can inspect it.
Regards,
IsmaelHey!
Thank you for using the theme!
I created a test page with the full width masonry element and if I am not mistaken, it shows a total of 65 items. What are the posts that doesn’t show on the page? Please attach the url of the actual posts here. This is the test page: http://www.taos.es/test-page/
Cheers!
IsmaelHi Ivana!
Thank you for using the theme!
Please add this on Quick CSS or custom.css to show the gallery captions on top of the gallery items:
#top .avia-gallery .avia-gallery-thumb a:before { content: attr(title); margin: 10px 0; position: relative; display: block; width: 100%; text-align: center; }Best regards,
IsmaelHey!
Do you want to remove the special heading with the text “Information” and the buttons below? I think you’re using the wrong selector, please use this:
@media only screen and (max-width: 987px) { .home div.flex_column.av_one_third.avia-builder-el-35, .home div.av-special-heading.av-special-heading-h3.avia-builder-el-36 { display: none; } }Best regards,
IsmaelMay 24, 2014 at 5:12 am in reply to: Product Categories not showing up in Screen Options for menus #269423Hey Jim!
Thank you for visiting the support forum!
Do you mind if we take a look at the actual website? I can’t read the website url on the screenshot. Make sure that you’re running the latest version of Enfold plus the WP 3.9 or higher. If possible, deactivate the woocommerce plugin then activate it again.
Cheers!
IsmaelMay 24, 2014 at 5:09 am in reply to: Disable Portfolio Grid Animations When Resizing Browser #269422Hey!
Thank you for the update
Please use this instead to disable the portfolio grid animation:
.js_active .grid-image{opacity: 1 !important;}Regards,
IsmaelHi!
Thank you for using the theme.
We will need to see the actual website to be able to give you a proper css solutions. If I not mistaken, you’ll need to add this on Quick CSS or custom.css to increase the header meta container:
#header_meta { min-height: 60px; }Try to add this on Quick CSS or custom.css to fix the header background issue:
.header_color .header_bg { background: #ffffff; opacity: 1; filter: alpha(opacity=100); }Cheers!
IsmaelHey KonektMedia!
Thank you for using the theme!
Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.
Regards,
IsmaelHi!
Thank you for the info.
You can add a Custom Menu widget. First, create a menu on Appearance > Menus then enable the Product items on Screen Options. Go to Appearance > Widgets then add the Custom Menu widget and select the newly created product menu.
Best regards,
IsmaelHi mexi33330!
Thank you for using the theme.
What do you mean by customers number? Do you mind providing a website for example? A screenshot will help.
Best regards,
IsmaelHi!
Thank you for using the theme!
Please add this on Quick CSS or custom.css to align the image title:
@media only screen and (max-width: 989px) { strong.news-headline { text-align: center; margin: 0; } }Best regards,
IsmaelHi!
Thank you for the update.
If you want to target different pages, you’ll need specify each page ids plus the element’s selector:
.page-id-223 .avia_textblock, .page-id-224 .avia_textblock, .page-id-228 .avia_textblock { max-width: 560px !important; }Cheers!
IsmaelHey!
Thank you for using the theme!
Please edit the file config-woocommerce > config.php then look for this code on line 15:
$avia_config['imgSize']['shop_catalog'] = array('width'=>450, 'height'=>450);Replace it with:
$avia_config['imgSize']['shop_catalog'] = array('width'=>170, 'height'=>257);Regenerate or upload the images again.
Best regards,
IsmaelHi!
Thank you for the update.
I’m afraid you have to target all screen sizes if you go with the media query solution. Unfortunately, we won’t be able to help you with the customization.
Regards,
IsmaelMay 24, 2014 at 3:43 am in reply to: Google Map – Pin not correct and also stripes on the map? #269405Hey imcini!
Thank you for visiting the support forum!
I checked the page on Chrome Windows 8 but it is not happening there. Is this happening on MAC? I’ll ask the rest of the support team to check this thread. Please wait for their response.
Best regards,
IsmaelHi!
Thank you for the link.
Please add this css snippet on Quick CSS or custom.css. It’s not happening on our end but the snippet should fix the problem:
#wrap_all { overflow: visible; }Cheers!
IsmaelHey blankonblank!
Thank you for using the theme!
Do you mind if we take a look at the wp dashboard? Please post the login details here and set it as a private reply. Is this still happening now? This issue should be fixed on the latest patch of the theme. Please try to deactivate all plugins then test the icon box elements again.
Best regards,
IsmaelHi!
Thank you for the update.
Please add this on Quick CSS or custom.css to center align the logo on IE8:
.html_header_top.html_logo_center.avia-msie .logo { position: relative; text-align: center; width: 100%; } .html_header_top.html_logo_center.avia-msie .logo img { -webkit-transform: initial; display: inline-block; } .html_header_top.html_bottom_nav_header.avia-msie .main_menu ul:first-child>li a {; font-size: 12px; padding: 2px 15px 0px 15px; }Regards,
IsmaelHi!
Keep up the good work!
@DrPrem: Nice website. A high resolution and transparent logo would be nice.
@raymmar: Which came first advertisement or product? Awesome content, no wonder you’re getting that kind of traffic.
@christian: Must be nice working for Ubisoft! Good job on the portfolio!
@Nick: Curious title, duck and roses. The posts there made me hungry. Nice blog! :)Best regards,
IsmaelHey!
Thank you for the info.
It does show the featured image on my end. Do you mind if we take a look at the actual archive page on your installation?
Cheers!
IsmaelHey!
Thank you for the link.
Unfortunately, it is on maintenance mode. Please give us a temporary login details so that we can check it. Regarding the category sort, I’m sorry but this is an old issue and a limitation of the sorting function. You can only sort items within the page so if you want all items to be sorted, you’ll need to disable the pagination and show all items on a single page.
Regards,
Ismael -
AuthorPosts
