Forum Replies Created
-
AuthorPosts
-
Hi!
Try Ismael’s suggestion here, https://kriesi.at/support/topic/problems-php-5-5-google-map-widget/#post-324190, and let us know if that works for you.
Cheers!
ElliottHey frankster1234!
I’m not really sure what your trying to do there but I would try posting on the WordPress support forums, https://wordpress.org/support/, since it’s not really a theme question.
They will be able to help you out better.
Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey Vayda!
It looks like you have their position set to the left at a pixel value. Try using a percentage instead.
Your not really supposed to use hotspots there but they seemed to display fine on my end. Take a screenshot and highlight what is going on so we can get a better idea.
Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi!
Click on the dropdown arrow when editing your menu item and you can change the navigation label.

Cheers!
ElliottHey kmagschmitt!
Can you send us a WordPress login so we can take a closer look?
Cheers!
ElliottHey mpivon!
When you get that message it’s usually a server restriction. You should still be able to install via FTP though, http://kriesi.at/documentation/enfold/portfolio-item/install-enfold-theme-with-ftp/.
Cheers!
ElliottHi jurgen1979!
It’s not meant to be used like that but you can switch to the default editor and then insert shortcodes and nest them inside each other.
It would look something like this.
[av_content_slider heading='' columns='1' animation='slide' navigation='arrows' autoplay='false' interval='5' font_color='' color=''] [av_content_slide title='Slide 1' tags=''] [av_image_hotspot src='#' attachment='156' attachment_size='medium' animation='no-animation' hotspot_layout='numbered' hotspot_mobile='aviaTBhotspot_mobile' custom_class=''] [av_image_spot tooltip_pos='' tooltip_width='' tooltip_style='' link='' hotspot_color='' custom_bg='' custom_font='' custom_pulse='' hotspot_pos=''][/av_image_spot] [/av_image_hotspot] [/av_content_slide] [av_content_slide title='Slide 2' tags=''] test [/av_content_slide] [/av_content_slider]Cheers!
ElliottHi pixallus!
Add this to the bottom of your functions.php file.
add_filter( 'pre_get_posts', 'enfold_customization_search_results' ); function enfold_customization_search_results( $wp_query ) { if ( is_search() ) { $wp_query->query_vars["posts_per_page"] = 999; } }Cheers!
ElliottHi!
Try adding this to your custom CSS.
#top .avia-button-fullwidth .av-button-description { font-size: 14px !important; }Cheers!
ElliottHey!
It looks like you have around 17 text layers and you have each one set to around 5 seconds so I would imagine the slide should be set to around 85000 ms. It appears to be working correctly. You just need to add up all of the milliseconds your using for all of the layers and use that value for the slide duration. Make sure you count the transition durations values as well as the delays you have set.
Cheers!
ElliottHey mabraxas!
Do you have your account information filled out in Dashboard > Enfold > Theme Update?
Try updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Regards,
ElliottHi!
The login information does not seem to be working now.
Not sure what the problem is but if it’s working fine in the default editor then I would just use that. You can click on the magic wand icon to insert all of our shortcodes.
Best regards,
ElliottDecember 2, 2014 at 4:41 pm in reply to: When you add the ICON LIST to a page can the Icons list be Horizontal #361518Hi Renvato2!
That would take a lot of CSS changes. It would be a lot easier to use the layout and icon shortcodes to create a horizontal effect.
Cheers!
ElliottHey niquelao!
If your not using the latest version of Enfold, 3.0.4, then be sure to update. This should fix the problem.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Best regards,
ElliottHey!
1. Check to see if it happens in the default theme as well.
2. I’m not sure I understand here. The preview and what I see on the front end are the same. Take a screenshot and highlight what your seeing so we can get a better idea.
3. What page are you using this on? I checked your about us page and I see a womo image but nothing related to that code.
Regards,
ElliottHey!
I hear the sound for your portfolio grid videos. Your referring to the video in the slider correct? Go ahead and try Ismael’s suggestion in the link in my first post.
Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi!
I created a post and your not getting the error anymore.
Best regards,
ElliottHi dlimtiaco!
1. Set your header height to 116px in Dashboard > Enfold > Header.
2. In the shortcode options you need to set the color to one of the specific colors, aqua, green, purple, etc etc.
Regards,
ElliottHey James!
Your getting a javascript error but I forgot what that one meant. Try deactivating all plugins and if that does not help then send us a WordPress login and we’ll take a look. Be sure to set your reply as private.
Best regards,
ElliottDecember 2, 2014 at 12:43 am in reply to: How to make sidebar or 1/3 column the same height as the content area? #361205Hi!
There may be a way with CSS3 but I’m not sure what it could be. Usually when people want to do this they set a background image to the main container.
main { background: url("URL to your image") repeat-y !important; }Regards,
ElliottHi mindSCOPE Staffing Software!
It looks like it’s because of the extra large buttons your using there. Try adding this to your custom CSS.
.avia-button.avia-size-x-large { min-width: 0px !important; width: 80% !important; }If that does not help then send us a link and we’ll take a look.
Regards,
ElliottHey Atelier_interaktiv!
In the shortcode options at the top you’ll see two tabs, “Content”, and “Colors”. Switch to the colors tab and then select the light transparent option for the button color. This will make it transparent and with a border.
Best regards,
ElliottHi!
It seems to work fine when all plugins are deactivated. Go ahead and deactivate them all and then reactivate them one by one to find which one is causing the problem.
Cheers!
ElliottHi patriscia!
Are you trying to remove the background of the toggles? If so then try adding this to your custom CSS.
.toggle_content { background: transparent !important; }If that’s not what your referring to then send us a link and we’ll take a look.
Cheers!
ElliottHi albiedo!
You can try using some CSS like so.
.sort_by_cat .inner_sort_button { background: none repeat scroll 0 0 black; border-radius: 2px; color: white; display: block; padding: 5px 15px !important; }If you want to remove the text separators then add this as well.
.sort_by_cat .text-sep { display: none !important; }Cheers!
ElliottHey scaico!
I viewed your link but I see the login form on my end.

Is the problem that you do not see it after you login / logout? I tried logging in and then logging out but I still see the form. Try clearing your browser cache to see if that helps.
Best regards,
ElliottHey TheodoraPhotography!
Actually that’s how it’s supposed to display. The sidebar will display beneath your product images and that will display to the left of the product information. Are you wanting to move it to the right side?
Also, the products have their own widget area called “Single Product Pages” so you’ll probably want to reorganize your widgets a bit.
Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi!
Hmm, are you sure? I removed all of the code except the google analytics script that Google gives you and the space went away. I added it back in because it looks important.
This is the only code that should be in there.
<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', '[your id]', 'auto'); ga('send', 'pageview'); </script>But specifically, I think it’s the image element at the bottom of the field which is causing the space.
Best regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi dondela!
Try adding this to your custom CSS.
.current-menu-item > a > .avia-menu-text { color: red !important; }Best regards,
ElliottHi Heathcliffe!
Send us a WordPress login and we’ll take a look. Be sure to set your reply as private.
Cheers!
Elliott -
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
