Forum Replies Created
-
AuthorPosts
-
June 26, 2014 at 8:09 am in reply to: Layerslider issue: Does not properly display on Internet Explorer 11, 10, 9 #283942
Hi!
Thank you for the info.
The site including the layer slider loads fine on IE 11 and 10. On IE 9, the layer slider loads a bit late but it does show after a few script warnings which is normal when using IE 9.

Best regards,
IsmaelHi!
2.) Sorry about that. Forget to close the media queries:
@media only screen and (min-width: 1800px) { .responsive.html_stretched .av-masonry-entry { width: 17.8%; } }3.) The thumbnail size should remain 80x80px on desktop but the actual size of the image on the testimonial thumbnail is 180x180px. Please post the page url with the testimonials here. We would like to inspect it. If you want to use a plugin, you can try: https://wordpress.org/plugins/wp-retina-2x/
Best regards,
IsmaelHey!
Oh! I’m sorry about that. Thank you for the clarification about the plugin. If you still have questions, let us know.
Cheers!
IsmaelJune 26, 2014 at 7:49 am in reply to: Help to get "Events Calendar" monthly view to be displayed full-width #283932Hey!
I checked the site again and the calendar is full width. Please remove browser cache or test it on another browser.
Regards,
IsmaelHi!
It does work when I test it. Please place it at the very bottom of functions.php file. Make sure that you copy the whole code. If possible, place the whole functions.php on pastebin.com. We’ll check it.
Regards,
IsmaelHi OriginsSpeak!
Thank you for using the theme!
I checked the link and it does take me to another page without the error but the url is a bit weird.
http://www.spokenorigins.com/%3Cbr%20/%3Ehttp:/www.spokenorigins.com/?page_id=3644A 500 Internal Server Error can be caused by many things including but not limited to invalid permissions, invalid ownership, bad lines in your php.ini or .htaccess file etc. Please ask your host for Error Logs on your server.
Cheers!
IsmaelHey!
Thank you for the update.
Use this to center the menu vertically:
.av-main-nav-wrap { margin-top: -15px; }Cheers!
IsmaelHey!
Thank you for the update.
1.) Please use this for the cart icon:
.header_color .cart_dropdown_first .cart_dropdown_link { color: white; background: green; }2.) This is for the cart dropdown widget text:
.dropdown_widget .quantity, .dropdown_widget_cart span.amount { overflow: hidden; color: #333333 !important; }3.) Use this for the menu toggle:
#advanced_menu_toggle, #advanced_menu_hide { background-color: green; color: #ffffff; border-color: #3d3531; }Regards,
IsmaelHi!
Glad you found a plugin. If you still have questions, let us know.
Cheers!
IsmaelHey rbulley!
Thank you for visiting the support forum!
I’m not sure if it’s possible to password protect an archive or category page but there is an available plugin. You might want to try it out: http://shop.mgates.me/shop/wc-products/wc-password-protect/
Another thing that you can do is to remove all possible links to the default category pages then create your own category pages using the Product Grid elements. Set passwords for these pages.
Cheers!
IsmaelHi!
Thank you for the update.
You can try this on Quick CSS or custom.css:
.page-id-41 div.flex_column.av_three_fourth.first.avia-builder-el-2.el_after_av_section.el_before_av_one_fourth.avia-builder-el-first { border-right: 1px solid gray; }Best regards,
IsmaelHi!
Thank you for the info.
It ‘s because wordpress automatically strip out the br tags. If you want to create a new line break, just hit enter on the Text editor.
Cheers!
IsmaelHi jlovebomb!
Thank you so much for using the theme!
I checked the website and I can see that you’re using the fullscreen slider. Did you figure it out?
Regards,
IsmaelJune 26, 2014 at 2:54 am in reply to: I have a problem with the correct display on category pages #283867Hi CaesaR2005!
Thank you for using the theme!
I’m sorry but the pages are not loading on my end. Just to be clear, when you open these pages, it says “Private Content”? My guess is that a plugin is restricting the access to these pages. Please deactivate all plugins then test it again on another browser or computer.
Best regards,
IsmaelJune 26, 2014 at 2:51 am in reply to: Sidebar background color (or gradient) – full sidebar height, to top of footer #283866Hi Ben!
Thank you for using the theme!
I’m sorry but the height of the sidebar will depend on the widget or content inside it. You need to create a script that will calculate the height of the container_wrap_first div then apply it on the sidebar. Please visit Envato Studio or Werkpress for further customization.
Regards,
IsmaelHey!
Thank you for the heads up!
I’ll ask Kriesi and Dude to take a look. For the meantime, please go to Enfold > Header Layout > Mobile Menu panel. Deselect or deactivate the Hide Mobile Menu Submenu Items option.
Cheers!
IsmaelHi fusion01!
Thank you for using the theme!
Please add this on functions.php:
add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1); function avia_remove_fullwidth_slider_check($settings) { $settings['is_fullwidth'] = false; return $settings; }Best regards,
IsmaelHey!
I would like to check the advance layout builder too but the login credentials that you have created is not working anymore.
themeadmin josue1Best regards,
IsmaelHi fusion01!
Thank you for using the theme!
Edit the portfolio item then look for the Overwrite Portfolio Link setting. Select define custom link then add the URI of the image that you want to show on the lightbox. Unfortunately, you can only add a single image.
Regards,
IsmaelJune 26, 2014 at 1:56 am in reply to: Images in Masonry Galerie looks out of focus (on retina display) | 2 #283859Hey Pogona82!
Thank you for using the theme!
Please go to Settings > Media, adjust the Large thumbnail’s width and height to 9999 then regenerate the thumbnails.
Best regards,
IsmaelJune 26, 2014 at 1:35 am in reply to: Help to get "Events Calendar" monthly view to be displayed full-width #283851Hi billlon!
Thank you for visiting the support forum!
Add this on Quick CSS or custom.css:
.tribe-theme-parent-enfold main.template-page.content.nine.alpha.units { width: 100%; }Best regards,
IsmaelHi psipi!
Thank you for using the theme!
A plugin somehow called “loyally” is breaking the mark up of the theme. Please deactivate the plugin along with other plugins then test the mobile menu again.
Cheers!
IsmaelHey djshortkut!
Thank you for visiting the support forum!
Please open one thread per topic. This will keep the threads re-usable if another user is experiencing the same issue.
1.) Add this on Quick CSS or custom.css:
.avia-image-container.avia-align-center .avia-image-container-inner, .avia-image-container.avia-align-center .avia-image-container-inner img { margin: 0 auto; display: inline-block; vertical-align: bottom; width: 100%; }2.) What is the screen resolution of your monitor? Add this on Quick CSS or custom.css:
@media only screen and (min-width: 1800px) .responsive.html_stretched .av-masonry-entry { width: 17.8%; }3.) Add this on functions.php to force the testimonial image to get a larger version of the thumbnail:
add_filter('avf_testimonials_avatar_size', 'avf_adjust_testimonials_avatar_size' ); function avf_adjust_testimonials_avatar_size($avatar_size) { $avatar_size = 'square'; return $avatar_size; }4.) Use this on Quick CSS:
.avia-no-number { opacity: 1; font-size: 0.8em; font-weight: normal; }Cheers!
IsmaelHey _andym!
Thank you for using the theme!
Do you still have the old website? In order to migrate the theme successfully and leave the database intact, please use this plugin: WP MigrateDB or WP MigrateDB PRO
Refer to this link for more info on how to properly migrate your enfold website from production to development vice versa:
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-32684Best regards,
IsmaelHi kroemer08!
Thank you for visiting the support forum!
Did you add any code other than that on functions.php? If not, please get a new copy of functions.php then upload it via FTP.
Best regards,
IsmaelHey cptnem0!
You can add a unique selector for each Avia Elements. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
add_theme_support('avia_template_builder_custom_css');Create two sliders, one for desktop and another for mobile. Give them unique css class selectors then create media queries to hide or display them accordingly. Something like this:
@media only screen and (min-width: 990px) { #slider-one { display: block; } #slider-two { display: none; } } @media only screen and (max-width: 989px) { #slider-two { display: block; } #slider-one { display: none; } }This will show slider-one on desktop and slider-two on mobile.
Cheers!
IsmaelHey Jean!
Thank you for the heads up!
I think it should be avia-msie-8?
Best regards,
IsmaelHi gonzobrum!
Thank you for using our theme!
Please add this on Quick CSS or custom.css:
.av-main-nav > li > a { line-height: 20px !important; height: 20px !important; background: blue; margin: 0 5px; top: 30px; position: relative; }Cheers!
IsmaelJune 26, 2014 at 12:14 am in reply to: code inserted in slider caption field, slide order changing #283818Hey!
I was able to reproduce the same issue on my end. Not sure why it’s doing that. I’ll ask Kriesi to take a look. Please wait for his response.
Cheers!
IsmaelJune 25, 2014 at 11:40 pm in reply to: Firefox and IE do not correctly displa sidebar dotted border #283809 -
AuthorPosts
