Forum Replies Created
-
AuthorPosts
-
Hey Ben!
Thank you for using the support forum!
Please edit the color section then add a unique id on For Developers: Section ID field. For example, we’ll use section-1. Add this on Quick CSS or custom.css:
#section-1 div.container { width: 100% !important; }This should force the container inside the #section-1 color section to go full width.
Regards,
IsmaelHey!
Thank you for using the theme!
There are tons of images on the page and mobile phones like iPhones can’t handle the load on that page and somehow crashes. We suggest that you enable the portfolio pagination and limit the number of post to 16 or something. I’m sure this will fix the issue.
Regards,
IsmaelHi tylerjmorrison!
Thank you for using the support forum!
Some users are having the same issue and it as it turns out, it is cause by a plugin. Unfortunately, they didn’t mention which plugins are causing the issue. Please try to deactivate the plugins then check the load more button again. Another user reported that the Post Types Order plugin is causing the issue, if you have that plugin installed, please deactivate it. I hope that helps.
Regards,
IsmaelApril 12, 2014 at 3:18 am in reply to: Navigation hover indicator is not lining up with header div #250414Hey!
Thank you for using the theme!
We’re still investigating the issue and changing the background attachment to scroll should fix the links on mobile devices. Please refer to this link: https://kriesi.at/support/topic/mobile-problem/
After that, add this on Quick CSS or custom.css:
@media all and (min-width: 1024px) { .avia-section { background-attachment: fixed !important; } }I’m not certain if this is going to work but please give it a try. Let us know the result. Thanks!
Cheers!
IsmaelHi!
We’re still investigating the issue and changing the background attachment to scroll should fix the links on mobile devices. Please refer to this link: https://kriesi.at/support/topic/mobile-problem/
After that, add this on Quick CSS or custom.css:
@media all and (min-width: 1024px) { .avia-section { background-attachment: fixed !important; } }Best regards,
IsmaelHey!
Thank you for the links.
Please try to set the color section’s background attachment to scroll. See if it fixes the issue. Add this on Quick CSS or custom.css:
@media all and (max-width: 989px) { .avia-section { background-attachment: scroll !important; } }Cheers!
IsmaelHey!
Please use this:
@media only screen and (max-width: 767px) { .responsive #top .mobileMenu { margin: 20px 0 10px 0; width: 100%; padding: 10px 4px; } .responsive .logo { position: static; height: 90px; float: none; } }I hope that helps.
Regards,
IsmaelApril 12, 2014 at 2:45 am in reply to: Slider issue, menu font & size change and mobile menu setting… #250409Hi!
2.) You can apply the font-weight:
.av-main-nav > li > a { font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal; }3.) If you don’t mind, please post a screenshot of how you want the mobile menu to look like. It looks fine on my end.
Regards,
IsmaelHi silviouk!
Thank you for using the theme!
On the next update of the theme, there will a better styling option for most of the theme’s elements. It will be easier to apply unique colors, fonts etc. For now, please use this for the icon box content:
.main_color .iconbox_content_container p { color: red; }Best regards,
IsmaelApril 12, 2014 at 2:35 am in reply to: Full Screen Slide Caption Does not Display Properly in Firefox #250407Hey!
Thank you for the info.
Instead of using percentage for the top position, try to specify it using pixels.
.caption_left .slideshow_caption { left: 0px; top: 150px; }Regards,
IsmaelHey!
Thank you for the link.
I tried to use the login details above but it’s incorrect.
Username: Staging Password: eNciphEr*@2o14Can you please provide the login details again?
Cheers!
IsmaelApril 12, 2014 at 2:15 am in reply to: Problems with Fullwidth Masonry and portfolio grid when sortable #250405Hey GoodGame!
Thank you for using the theme!
If you don’t mind, we would like to see the actual website. Maybe, it has something to do with how you setup the page or a plugin is in conflict with the theme. We will provide you with a response once we have a better understanding of the issue.
Best regards,
IsmaelHey web6s!
Thank you for using the theme!
The woocommerce plugin should be installed separately from the theme. The theme demo data will only include a few products but it won’t install the woocommerce plugin. Please try to locate the plugin on wp-content/plugins folder then delete the woocommerce folder. Install it again.
Cheers!
IsmaelHi!
Thanks for the update.
This is a file permission issue. Make sure that all wp core files including plugins and theme files are set to be readable/writable. Please set them to 755 or higher. Try to contact your hosting provider if you’re not comfortable with the following changes.
Regards,
IsmaelHey sugarcomb!
Thank you for using the support forum. I’m sorry that you’re having this issue.
If you don’t mind, we would like to take a look at the actual portfolio page. Please try this on Quick CSS or custom.css:
.avia_mobile #top .av-parallax-section{ z-index: 0; }I’ll ask Devin and Josue to check this on their end.
Regards,
IsmaelHi tom77113!
Thank you for using the theme!
If you don’t mind, we would like to check the actual website. Please post the website url here. Looks like the theme file is corrupted. Please download the theme again from your themeforest account then override the current one.
For more info about using a child theme, please refer to this link: http://kriesi.at/documentation/enfold/using-a-child-theme/
Best regards,
IsmaelHey!
Thank you for using the theme!
It defaults to the primary scheme that is set on includes > register-backend-styles.php. When you activate the theme then set any settings, the enfold.css file located on wp-content/uploads/dynamic_avia folder will be automatically generated.
Regards,
IsmaelApril 11, 2014 at 2:46 pm in reply to: Portfolio-items: no sidebar/ preview picture 100% width #250233Hey albiedo!
Thank you for using the support forum!
You can add this on Quick CSS or custom.css if you want to remove the portfolio featured image:
.single-portfolio div.page-thumb { display: none !important; opacity: 0 !important; }If you want the image to span the whole width when there is not sidebar, use this:
.single-portfolio div.page-thumb img { width: 100%; height: auto; }Regards,
IsmaelHey Dalcol!
Thank you for using the theme!
Are you still having the menu issue? Please try to override the wordpress core files with a fresh download of wp files. Regarding the layer slider, you can’t use the slider shortcodes because it is disabled. You need to add the layer slider using the Advance Layout Builder.
Regards,
IsmaelHi!
@Alex: Please add this on Quick CSS or custom.css:
.html_header_top.html_header_sticky #main { padding-top: 0; }Cheers!
IsmaelHey Richard!
Thank you for using the theme!
I’m sorry but are you talking about the slider caption? The captions should slide simultaneously with the image. Can you please give us a link to the actual page with the easy slider?
Best regards,
IsmaelHey!
Thank you for using the theme!
The code looks ok. Anything is ideal as long as it works for you. :)
Cheers!
IsmaelHey!
Alright. Please let us know and if possible share the fix if there are any. Thanks!
Best regards,
IsmaelApril 11, 2014 at 5:00 am in reply to: autoresponder_subject doesn't read some latin characters #250094Hey kidcabide!
Please try to add this on functions.php. Add the changes the on “‘autoresponder_subject” value.
function avia_change_contact_form_args($form_args) { $form_args['autoresponder_subject'] = __('ADD SOMETHING HERE ç','avia_framework' ); return $form_args; }I’m really not sure if this is going to work because the html entity rendering depends on the email clients.
http://www.campaignmonitor.com/blog/post/2994/using-html-symbol-entities-in-email/
Cheers!
IsmaelHey!
Thank you for using the theme!
Are you talking about the contact form? Switch to Advance Layout Builder when editin the page then tou can add the Contact Form element along with the Google Map element. :)
Cheers!
IsmaelApril 11, 2014 at 4:44 am in reply to: Dropdown menu – how to show the decoration line in the menu? #250084Hi mareva!
Thank you for explaining.
We would like to see the actual live website. This is actually possible but you need to set the page hierarchy when editing the pages. Look for the Page attributes > Parent. Once you have set the parent page then create the custom menu in accordance to the page hierarchy, you should see the current page menu item being highlighted even if you are on the second level menu.
Regards,
IsmaelHey ckosheff!
Thank you for using the theme!
You can add something like this on functions.php:
add_filter('avf_logo_link', 'avf_redirect_logo_link'); function avf_redirect_logo_link($link) { $link = 'http://www.google.com'; return $link; }Change the $link value to something else. I hope that helps.
Cheers!
IsmaelApril 11, 2014 at 4:40 am in reply to: Show tittle and description over a big image of a galery #250078Hey mareva!
Thank you for using the theme!
If you don’t mind, please post a screenshot of what you’re trying to do. You can use imgur, dropbox etc to post the screenshot. What do you mean by “child” galleries? We will give you a better response once we have taken a look at the screenshot. This will help us identify if what you’re trying to do is possible.
Best regards,
IsmaelHey!
@rseybold: Thank you so much for clearing this up. I’m sure it will help a lot.Best regards,
Ismael -
AuthorPosts
