Forum Replies Created
-
AuthorPosts
-
Hi!
Alright. Thank you for the clip.
I can see the issue on Chrome now. Please try to add this on Quick CSS or custom.css:
.html_header_top.html_header_sticky #header { position: fixed; -webkit-transform: translateZ(0); }Regards,
IsmaelHi!
Thank you for the access.
I created a test product then added the Post-Seismic Settlement product item as linked product (Up-Sells) and it shows on the “You might also like” section. Since you’re using WPML, it is under “Ti potrebbe interessare…” section.
http://www.engsoft.eu/prodotto/test-product/
Best regards,
IsmaelHi!
@mndawood: Again, thank you so much for taking the time to translate the theme! We’ll wait for the revision. :)Cheers!
IsmaelHey!
Thank you for using the theme!
Use the iframe tag in order to add the authentication page. I’m not sure if the form is going to work though. Edit includes > helper-main-menu.php, find this code on line 102:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);Below, add this code:
<iframe src="http://domussapiens.com.br/sourcelab/auth.php"></iframe>Add this on Quick CSS or custom.css:
div#header_main iframe { float: right; position: relative; top: 50px; display: block; width: 500px; }Best regards,
IsmaelJune 19, 2014 at 3:02 am in reply to: Page Question on 2 Columns when resizing is not aligning #280913Hey Marcelo!
Thank you for the info.
Edit the draw outside the lines image, add a css class selector. Use “draw-question-image” for example, something like this:
<img class="alignnone size-full wp-image-4032 draw-question-image" src="http://shelliv.bydecosta.com/wp-content/uploads/sv_manifesto_v1.jpg" alt="sv_manifesto_v1" width="697" height="400">Use media query then apply a minimum height for the image on smaller screens to re-align it:
@media only screen and (max-width: 989px) and (min-width: 768px) { .draw-question-image { min-height: 240px; } }Best regards,
IsmaelHey NoahCurran!
Thank you for using the theme!
Edit includes > loop-author.php, remove the code and replace it with this: http://pastebin.com/NcGquvUn
Add this on Quick CSS or custom.css:
.author .big-preview { display: block; padding: 20px 0; }Regards,
IsmaelHey!
Thank you for the update.
You can add this below:
.header-scrolled .logo img { padding: 20px 0; }Best regards,
IsmaelHi guiversiani!
Thank you for using the theme!
Please provide a screenshot of the layout that you want here. It just won’t work with the stretched layout specially when you’re using the color section element. Create a new page, insert the color section then apply a background to it. Add all contents inside the color section.
Cheers!
IsmaelHey!
Please use this:
#footer section#pages-2 { text-align: center; } #footer section#pages-2 .widget_pages ul li { display: inline-block; margin: 0 10px; }Best regards,
IsmaelHi Henk_28250!
Thank you for using the theme!
What about retain the top border then increase the top and bottom padding? Something like this on Quick CSS or custom.css:
div#full_slider_1 { padding: 20px 0; }You can remove the arrows with this:
div#full_slider_1 div.avia-slideshow-arrows.avia-slideshow-controls { display: none; }Regards,
IsmaelHi Raffaella!
Thank you for the info.
It doesn’t look that way when we check the website. If I am not mistaken, the website is enclosed on a frameset tag before but it’s not anymore. Did you remove it? This is what it looks like on iPhone view:

Cheers!
IsmaelHi Sophieja23!
Thank you for using the theme.
Please create new page then use the Advance Layout Builder. Insert the Product Grid element under Plugin Additions panel. You can now add additional elements such as Slider on the shop page.
Best regards,
IsmaelHey!
@CheckMark: Please create another user then post it here as a private reply. We would like to check the layer slider. Is it ok if we deactivate all plugins while working on the site?
Regards,
IsmaelHey simonac!
Thank you for using the theme!
1.) You can disable the sidebar for single product page by editing the product. Look for Layout > Sidebar Setting. Choose the widget area with no widgets applied. Another thing that you can do is to disable the sidebar on Enfold > Sidebar Layout > Sidebar on Single Post Pages. Choose “no sidebar”.
2.) The products tabs are still not working. Try to change the product description color with this:
div#tab-description p { color: red; }3.) Do you prefer the transparent background? If not, you can use this:
.main_color .inner_product div.avia_cart_buttons { opacity: 1; } #top .main_color .avia_cart_buttons .button { color: black; }Cheers!
IsmaelHey alteregousa!
Thank you for visiting the support forum!
First, edit the gallery then look for the Gallery Preview Image Size option. Select the thumbnail size that you want. For the portfolio grid, edit the element then look for Portfolio Grid Image Size. Choose the manual thumbnail selection option.
Cheers!
IsmaelHey jamie!
Thank you for using the theme!
You can try to increase the masonry entry container with this on Quick CSS:
.av-masonry-entry { position: relative; width: 33.33%; }Regards,
IsmaelHey!
Thank you for the update.
I don’t think there is any sorting plugin that integrates well with the portfolio items without major modification. Regretfully, this task falls beyond the scope of support. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
Best regards,
IsmaelHey NoahCurran!
Thank you for using the theme!
You can enable the Header Title and Breadcrumbs option on Enfold > Header Layout > Header layout panel. This will add a title container on top of the archive page.
Best regards,
IsmaelHey!
Thank you for the screenshot.
You can add this on functions.php:
add_filter('avf_title_args', 'avf_add_bottom_container', 10, 2); function avf_add_bottom_container($args,$id) { if(is_single) { $args['html'] = "<div class='{class} title_container'><div class='container'><{heading} class='main-title entry-title'>{title}</{heading}>{additions}</div></div><div class='below-title-container container_wrap'><div class='container'></div></div>"; } return $args; }Apply the image as background using the div.below-title-container.container_wrap div.container selector on Quick CSS:
div.below-title-container.container_wrap div.container { background: url('IMAGE URI HERE'); height: 20px; } div.below-title-container.container_wrap { border: none; } .single div.stretch_full.container_wrap { border-bottom: 1px solid #e1e1e1; }Cheers!
IsmaelHey harrisinternet!
Thank you for using the theme!
Can you please give us an access to the zip file that you get from fontello.com? We’ll test it on our end. We tried to download our own fontello font and they’re working fine, using the shortcodes and the icon element on the advance layout builder.
Regards,
IsmaelHey harrisinternet!
Thank you for visiting the support forum!
You can add this on Quick CSS or custom.css:
.html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child { width: auto; float: right; }Best regards,
IsmaelJune 18, 2014 at 6:12 am in reply to: Resize image containers for product grid using WooCommerce #280357Hi Mudfish488!
Thank you for using the theme!
I’m sorry but there is no option to put a link on the header and you may need to modify the theme files in order to do it. Are you trying to make the whole header a link? If you can give us to the actual website, we would like to check it. We might be able to find a way to create another link element on the header.
Cheers!
IsmaelHey!
Thank you for the update.
I’m sorry but there are no documentation about css. The support team handles basic custom modifications of the theme like the one you ask. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Regards,
IsmaelJune 18, 2014 at 6:04 am in reply to: Possible to use Avia Layout Builder in Avia Layout Builder ? #280354Hey!
Thank you for the update.
@irfan_arif: Thank you for helping out! :)
@frankyfranky: Yes, you’re correct. You can’t use the advance layout builder inside the panel options of the avia elements such as tabs. You need to generate the shortcode on another page then paste it inside the tab content.Best regards,
IsmaelHi!
Thank you for the update.
The logo is quite too large. Please resize it down to a fourth of the overall size then upload it again.
Regards,
IsmaelHey irfan_arif!
Thank you for using the theme.
You can decrease the font-size and line-height of the avia_post_nav title with this on Quick CSS:
.avia-post-nav .entry-info span { font-size: 10px; line-height: 1.2em; }Best regards,
IsmaelJune 17, 2014 at 2:24 pm in reply to: icon boxes – changing the holding shape from a circle to a square #280005Hey!
Thank you for using the theme!
Please use this to resize the custom content that you added then fix the menu the header resize:
.header-scrolled #header_main_alternate { z-index: 10; } .header-scrolled div.custom_content img { height: 79px; }Cheers!
IsmaelHey Tybo576!
Thank you for visiting the support forum!
Please post the website url here. We would like to check it. Make sure that you transfer the website using the WP MigrateDB or WP MigrateDB PRO plugin. Related question, what is the php version of your installation?
Best regards,
IsmaelHi amiraliz!
Thank you for visiting the support forum.
Are you using the advance layout builder for your portfolio items? If yes, please use this:
add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1); function avia_add_social_toolbar_template_builder($content = "") { if(is_singular('portfolio')) { $content .= avia_social_share_links(array(), false); $content .= '<div style="height:1px; margin-top:50px;" class="hr"></div>'; } return $content; }Cheers!
Ismael -
AuthorPosts
