Forum Replies Created
-
AuthorPosts
-
Hey!
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,
IsmaelHey!
Thank you for the info.
You can add something like this on Quick CSS or custom.css:
@media only screen and (min-width: 1800px) { .responsive.html_stretched .av-masonry-entry { width: 24.9555555%; } }Regards,
IsmaelHi!
Thank you for the update.
Make sure that you replace all life strings on register-life.php file to “staff”. Did you change the file name from register-life to register-staff? If yes, then you’ll need to change the code on functions.php to something like this:
require_once( 'includes/admin/register-staff.php' ); // register custom post types for staff entriesThese inquiry has been asked many times and it works as expected.
Regards,
IsmaelMay 22, 2014 at 4:05 am in reply to: WPML Translation management – linebreaks in tables not longer possible #268423Hey baiker!
Thank you for visiting the support forum!
That is strange indeed. Do you mind if we take a look at the actual page with the issue? If possible post the login details here and set it as a private reply so that we can inspect it.
Cheers!
IsmaelHi blankonblank!
Thank you for using the theme!
The demo uses logo images with 710x350px dimension so you can stick to that image size or upload larger or smaller images.
Regards,
IsmaelHi!
Thank you for the update.
Please add this on the .htaccess file, below or above the code:
<IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule>If that doesn’t work, please ask your host, if possible, to upgrade the PHP version to 5 or higher. And if all else fails, deactivate all plugins then try to upload an image again.
Best regards,
IsmaelHi Sharon!
Thank you for visiting the support forum!
Do you mind if we take a look at the actual page with the accordion slider? Make sure that you’re running Enfold 2.7.1 and WordPress 3.9 or higher.
Best regards,
IsmaelHi!
Thank you for the update.
Actually, there are lots of tutorials for animated object overlay on images. You can try this one:
http://buildinternet.com/project/mosaic/
The cost will depend on the contractor but I think someone will happily do it for less than $30 if you look on oDesk or Freelancer.
Best regards,
IsmaelHi!
Thank you for using the theme!
If you want to create a new post type, duplicate the includes > admin > register-portfolio.php file. Rename it to something else, for example register-life.php. Replace it with this code: http://pastebin.com/ZBpzgbSe
Add this on functions.php:
require_once( 'includes/admin/register-life.php' ); // register custom post types for life entriesThis will register the custom post type life. You can now select the Life Entries when you’re using the Blog Posts or Fullwidth Masonry elements. Replace “life” with different custom post type name.
Cheers!
IsmaelHey!
Thank you for the info.
We tested the page and found out that the fullwidth easy slider at the very bottom of the page is causing the issue. We removed it for now and if possible recreate the slider again from scratch. Let us know if the issue with the sidebar persists. Regarding the image slider size, suggested image size that you need to upload is 1500x500px for pages with a sidebar or you can try to edit functions.php. Find this code on line 101:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entriesAdjust the width and height attribute then set the crop parameter to false.
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270, 'crop' => false); // big images for blog and page entriesRegenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
Ismael -
AuthorPosts
