Forum Replies Created
-
AuthorPosts
-
Hi simonac!
Thank you for using the theme!
I’m sorry but there is no avia elements that is capable of showing on a schedule. If you don’t mind, please provide us with a screenshot of what you want to accomplish and a link to the website with the example. We’ll be happy to help you after.
Cheers!
IsmaelHi!
Thank you for the update.
They will use the same thumbnail size. :)
Best regards,
IsmaelHi!
Thank you for the update!
The memory limit is ok now but I think the problem is because of the cache plugin. Please empty the cache then test it again. If possible, test it on another browser or computer.
Best regards,
IsmaelHi!
Thank you for using the theme!
You can decrease the padding between color sections with this on Quick CSS or custom.css:
.avia-section .content { padding: 15px 0; }Regarding the second issue, do you mind providing a screenshot? It looks find when I checked on Chrome Windows 8.
Cheers!
IsmaelMay 12, 2014 at 2:44 am in reply to: Alternative Menus That are Specific to Certain Section of the Website #263054Hi agameseo!
Thank you for using the theme!
This is possible but the task will require a bit of customization on the theme core files. Regretfully, this particular request falls beyond the scope of support so you might need to find a plugin or hire someone to edit includes > helper-main-menu.php. He can create wp conditional statements to call different menus per page basis. We haven’t tested this plugin but it might work: http://wordpress.org/plugins/zen-menu-logic/
Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
Cheers!
IsmaelMay 12, 2014 at 2:37 am in reply to: Neither YouTube nor Vimeo embeds work in mobile display #263047Hi!
Thank you for the update.
Do you mind if we take a look at the actual website? Please make sure that you’re running WP 3.9 and the latest version of Enfold, 2.7.1.
Regards,
IsmaelHi Micheal0424!
Thank you for using the theme!
The theme options are saved on the database so you need to create a backup of the database and upload it to another domain. You can use this plugin to migrate the database to another website: WP MigrateDB or WP MigrateDB PRO
After the database migration, just transfer the whole uploads folder to the other website. Aside from using the plugin, you can also export the theme settings on Enfold > Import/Export panel. Refer to these links for more info:
http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684Cheers!
IsmaelHi Kaperas!
Thank you for using the theme!
I’m sorry but that is not possible without further customization with the theme. Unfortunately, that particular feature is beyond the scope of support so you might need to hire somebody else to do it for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
Regards,
IsmaelMay 12, 2014 at 2:25 am in reply to: Order confirmation Page Issues after WooCommerce upgrade #263031Hey!
Thank you for the update.
I checked the website then add an item to the cart, proceed to checkout. The page looks exactly as expected. Looks good on Chrome Windows 8. On what browser and OS are you testing this with?
Cheers!
IsmaelHey!
Thank you for the update.
I think it is coming from the header background. This should fix it:
header#header { z-index: 5; }Or you can use this, you might achieve the same effect:
div#main { z-index: 1000; }Test the two possible solution one at a time. Regarding the memory limit, the website is still using the max 40M limit. Please contact your hosting provider.
Regards,
IsmaelHey asudoit!
Thank you for using the theme!
It is showing but it is hidden on the overflow of the boxed layout. Please use this on Quick CSS or custom.css:
.cart_dropdown.visible_cart { right: 18px; }Regards,
IsmaelHey!t
Thank you for using the theme!
You can add a color section then add this on the text or html mode of the editor:
<a class="scroll-down-link" title="" href="#next-section">Click Here</a>Best regards,
IsmaelHey anokmarg!
Thank you for using the theme!
Do you mind if we take a look at the actual portfolio page? Do you have a sidebar on the single portfolio page? You can change the thumbnail size on functions.php, find this code on line 110:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entriesAdjust the width and height 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,
IsmaelHey nicolasweh!
Thank you for using the theme!
The gallery uses the large thumbnails size. Change the size settings on Settings > Media. Look for the Large thumbnail then set the max width and max height to 9999. Upload the gallery images again or regenerate the thumbnails.
Regards,
IsmaelHi jenki!
Thank you for using the theme!
First of all, we would like to know if you’re using the portfolio items or just the default posts for the full width masonry. You can use this plugin to sort the order of the posts but there are reports that the plugin is causing duplication issues on the masonry element: http://wordpress.org/plugins/post-types-order/
Unfortunately, the width of the content block will depend on the Size Settings. You can choose the Perfect Manual Masonry: Manually control the height and width of entries by adding either a “landscape” or “portrait” tag when creating the entry. Elements with no such tag use a fixed default size, elements with both tags will display extra large.
Regards,
IsmaelHi thanp73!
Thank you for using the theme!
Do you mind if we take a look at the website? A screenshot of what you’re trying to do will help. We will give you a proper solution once we have taken a look at the menu.
Regards,
IsmaelHi!
Thank you all for using the theme!
On functions.php, you can change the allotted grid units for the content and the sidebar, find this code on line 153:
$avia_config['layout']['fullsize'] = array('content' => 'twelve alpha', 'sidebar' => 'hidden', 'meta' => 'two alpha', 'entry' => 'eleven'); $avia_config['layout']['sidebar_left'] = array('content' => 'nine', 'sidebar' => 'three alpha' ,'meta' => 'two alpha', 'entry' => 'nine'); $avia_config['layout']['sidebar_right'] = array('content' => 'nine alpha', 'sidebar' => 'three alpha', 'meta' => 'two alpha', 'entry' => 'nine alpha');Decrease the content units to eight then increase the sidebar width to four:
$avia_config['layout']['fullsize'] = array('content' => 'twelve alpha', 'sidebar' => 'hidden', 'meta' => 'two alpha', 'entry' => 'eleven'); $avia_config['layout']['sidebar_left'] = array('content' => 'eight', 'sidebar' => 'four alpha' ,'meta' => 'three alpha', 'entry' => 'eight'); $avia_config['layout']['sidebar_right'] = array('content' => 'eight alpha', 'sidebar' => 'four alpha', 'meta' => 'three alpha', 'entry' => 'eight alpha');Regards,
IsmaelHey!
Thank you for the update.
You can enable the custom field support for portfolio items if you edit includes > register-portfolio.php. Find this code on line 38:
'supports' => array('title','thumbnail','excerpt','editor','comments')Replace it with:
'supports' => array('title','thumbnail','excerpt','editor','comments','custom-fields')Regards,
IsmaelHey TinyGiantStudios!
Thank you for using the theme!
Did you update the theme from 2.6.2? I’m sorry but I’m not certain of the issue with the color section. Looks like creating the color section from scratch is a viable option. The website http://gocommerce.co.za/ is working on Firefox as expected. If you can provide us with the login details, we would like to check it. Set it as a private reply.
Cheers!
IsmaelHey!
Thank you for the update.
Looks like it is trying to fetch the revisions of the portfolio items. Please login to your phpMyAdmin interface then create a backup of your database. Try to delete and remove all existing post revisions entries and rows from WordPress database Posts table. Select the appropriate database then go to the SQL command line interface. Issue the following command (it is important that you create a backup of the database before performing the deletion SQL statement):
DELETE FROM wp_posts WHERE post_type = "revision";Let us know if it works. I’ll ask Dude and Kriesi to check this issue. Please wait for their response.
Regards,
IsmaelHi!
@cstibi: Thank you for using the theme! Nice work. You’ve got a very lucky friend. :)Best regards,
IsmaelHi!
Thank you for the info.
Please try to add this on functions.php:
add_action('wp_head','ava_google_analytics'); function ava_google_analytics() { $output = "<link href='http://fonts.googleapis.com/css?family=Oranienbaum&subset=latin,cyrillic-ext,latin-ext,cyrillic' rel='stylesheet' type='text/css'>"; echo $output; }Regards,
IsmaelHey!
Thank you for the update.
We tried to changed the header background of the german and it seems to work. Still not sure where the blue tint is coming from. We added this on the Enfold(DE) > General Styling > Quick CSS field:
div#header_main { background-color: #f8f8f8 !important; }Best regards,
IsmaelHey!
Thank you for using the theme!
You said that “I swapped theme to another and something else pop up”, is this another error? We can assume that a plugin is causing the issue since both theme are experiencing errors. Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy. 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. Please try to open a ticket on WP SEO forum and wordpress.org community.
On another note, do you have a cache plugin? Please try to empty cache.
Cheers!
IsmaelHey!
Thank you for the update.
If you don’t mind, we would like to see the actual page. I’m not sure if I encountered this issue recently but I did saw a -1 string when I’m trying to work on a page. Deleting that page fix the issue. No, themeforest doesn’t allow themes that are corrupted and we will be flooded with the same inquiry by now if that is the case.
Cheers!
IsmaelMay 10, 2014 at 3:33 am in reply to: Browser/screen size css for layer slider and full width background #262699Hi Angiec13!
Thank you for using the theme!
1.) To be honest, this will require a lot of testing on your part but we would like to ask if you set the Responsive Under and Layers Container options on the Slider Settings > Layout > Fullwidth Slider Settings. Default value for both is 1140. Anyway, I tested this on my end, screen resolution is 1366×768, the coffee is properly flush to the right.
2.) How did you add the background? I just can’t find the selector. You can use this media query to remove it on ipad views:
@media only screen and (max-width: 978px) { /* Add your Mobile Styles here */ }Regards,
IsmaelHi peluso91!
Thank you for using the theme!
If you’re using the Multi Author Blog style, the theme will use the entry_with_sidebar thumbnail size and the dimension is 710x270px. Based on this info, uploading images with 1500x500px dimension will work quite well.
Cheers!
IsmaelHi!
Thank you for the update. Glad it is fixed.
Actually, color sections won’t disable the sidebars but it will definitely push the sidebar below because color sections’ are set to be full width. If you can give us a link to the actual page where this is happening, we’ll be happy to inspect it.
Best regards,
IsmaelMay 10, 2014 at 3:19 am in reply to: BUG REPORT: 2.7.1 Update Changed Custom CSS Socket Behavior — Need a fix please #262694Hi!
Thank you for the update.
I tested the code and I just added the z-index property and it works fine. Please use this:
#socket { font-size: 15px !important; position: fixed; bottom: 0px; width: 100%; overflow: hidden; z-index: 9999;} #socket .container { padding: 4px 0 6px 0; } html {background: #ffffff; }Best regards,
Ismael -
AuthorPosts
