Forum Replies Created
-
AuthorPosts
-
Hi!
I’m pretty sure it’s one of your plugins. I deactivated them all and the color sections are displaying fine in Chrome now.
Your also getting a javascript error when editing any page in your dashboard which is coming from a plugin. Reactivate them one by one to see which plugin/s are causing the problem.

Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey!
Yeah that would be pretty difficult. I suppose you could try reloading the slider when it gets done looping or interact with the video via javascript, https://developers.google.com/youtube/js_api_reference#Requirements, but either way is going to take a lot of time and code to implement.
I would consider creating a feature request, https://kriesi.at/support/enfold-feature-requests/, and if we get enough interest in it then we may see something get added in a future update.
Cheers!
ElliottHi jeffreyvanoostrom!
Your talking about all of the icons and the arrows next to them correct? Your wanting them to stay in 4 columns even on phone screens? There isn’t enough space on small screens so it’s not going to look good if you keep them in 4 columns.
In this case I would recommend the grid row element which will change their size depending on the screen. Or you could also consider taking a screenshot and then inserting that instead of the columns and arrows.
Cheers!
ElliottHey doodle!
You most likely need to update Enfold to the latest version, 3.0.8.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Regards,
ElliottHi axelfx07!
1. Are you wanting to move them to the right a bit? If so then add this to your custom CSS.
#header_meta .container { width: 780px !important; }2. I’m not seeing it on my end. Did you get it sorted?
Best regards,
ElliottHey Benny861028!
That’s your main navigation menu. It’s a small CSS bug that will be fixed in the next update. For now add this to your custom CSS to fix it.
#wrap_all { position: relative !important; }Regards,
ElliottHey newtonlinchen!
You could use a grid row element or our column shortcodes and then insert the custom widget area element inside to create that layout. You might need to do some CSS changes so send us a link when your done and we’ll take a look.
Best regards,
ElliottHi!
I checked your link but the map is displaying fine on my end. Try clearing your browser cache and any caching related plugins you might have installed.
Regards,
ElliottHey!
Currently it would have to be considered custom work to get our scripts to work like that because it would take a lot of time and code to accomplish. It’s a good idea though so you can request this feature here, https://kriesi.at/support/enfold-feature-requests/, and we may see something get added in a future update.
Cheers!
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey!
Ok I see it on my end now. I ran your site through the W3C validator, http://validator.w3.org/, and it looks like you still have some improper markup. Mostly elements that are not being closed properly. Let’s try fixing those to see what happens.
For example the logo image you have in your footer text widget should look like this.
<img src = "URL to your image" />Cheers!
ElliottFebruary 11, 2015 at 10:11 pm in reply to: Put Enfold Post layout options into LearnDash post #394709Hi!
Sorry, try this instead.
add_filter('avf_builder_boxes', 'avia_register_meta_boxes', 10, 1); //Add meta boxes to custom post types function avia_register_meta_boxes($boxes) { if(!empty($boxes)) { foreach($boxes as $key => $box) { $boxes[$key]['page'][] = 'sfwd-courses'; $boxes[$key]['page'][] = 'sfwd-lessons'; $boxes[$key]['page'][] = 'sfwd-topics'; $boxes[$key]['page'][] = 'sfwd-quiz'; } } return $boxes; }Regards,
ElliottHey!
So you need to change the menu for each language and also if it’s the homepage? I’m not sure about this. It looks like WPML should load the correct menu if it is translated, http://wpml.org/documentation/getting-started-guide/translating-menus/. I would try contacting WPML support about this to see if they have any suggestions.
I suppose you could try doing this, https://kriesi.at/support/topic/creating-a-custom-templatemenu/#post-372799, and then use the is_home() conditional to switch the menu also.
Cheers!
ElliottHey!
Add this,
.col-1, .col-2 { background: transparent !important; }Cheers!
ElliottFebruary 11, 2015 at 9:52 pm in reply to: Unterseite im Menu im Tablet breite Ansicht nicht anklickbar #394698Hi!
It looks like it’s being caused by this custom CSS your using.
#mobile-advanced{ -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }Best regards,
ElliottHey Tim!
Send us a link to the page / post you want to add it to. Also send us a link to an example of the required markup you need to use.
I suppose the “easiest” way would be to just copy the markup and paste it into the HTML editor of your page and then replace the values with whatever you need.
Best regards,
ElliottHi marcritz!
I didn’t see the sidebar issue but I think I see the header problem. The ad that is getting inserted into your source code needs to be inside the #wrap_all div instead of on top of it.
Are you using a plugin for that?
Best regards,
ElliottFebruary 11, 2015 at 9:31 pm in reply to: "Special heading" – H1 – is now BOLD instead of the thin font #394690Hi!
It looks the same to me. :)
Perhaps you were using Open Sans Condensed instead of just Open Sans before? There is not really a way for us to know.
Open Sans Condensed is a bit thinner, https://www.google.com/fonts#UsePlace:use/Collection:Open+Sans+Condensed, you can select it in Dashboard > Enfold > General Styling > Fonts.
Best regards,
ElliottFebruary 11, 2015 at 9:22 pm in reply to: Table element: column heading dissapears when resized #394682Hey!
@teeramusic, Take a screenshot and highlight what your trying to do so we can get a better idea.Regards,
ElliottHey Ron!
Navigate to Dashboard > Enfold > Header > Mobile Menu and make sure the “Hide mobile menu submenu items” is not checked.
Regards,
ElliottFebruary 11, 2015 at 9:17 pm in reply to: Help, I have a spam advert pop up on my site – how do i fix? #394680Hey Andrew!
Try completely deleting Enfold from your WordPress theme directory and then download + upload a fresh copy.
Also be sure to deactivate all plugins while testing.
That should fix it, if it does not then send us a link to the exact page and take a screenshot highlighting the link your clicking so we can check it out.
Regards,
ElliottHi!
As far as I can tell it looks fine on my end. Your adding some custom CSS to the elements inside the color section to change the backgrounds, borders, and border radius. That will work.
Regards,
ElliottFebruary 11, 2015 at 7:57 pm in reply to: Can you stop tabs on mobile from switching to an accordion? #394644Hey ryanmortier!
Try deleting lines 1041 – 1050 in /enfold/css/shortcodes.css.
@media only screen and (max-width: 767px) { .responsive .tabcontainer{border-width: 1px; border-style: solid; border-top:none; overflow: hidden;} .responsive .tabcontainer .tab_titles{display:none;} .responsive .tabcontainer .tab_content, .responsive .tabcontainer .tab {width:100%; max-width:100%; border-left:none; border-right:0;left:0; top:0; min-height: 0!important;} .responsive .tabcontainer .tab_content{border-bottom:none; padding:15px 30px; clear: both; } .responsive .tabcontainer .tab.fullsize-tab{ display:block; margin-bottom:-1px;} .responsive .top_tab .tab.fullsize-tab{ margin-bottom:0px;} }Cheers!
ElliottHi!
Are you sure? I just created a new page named “Test” and set the Layout to right sidebar and it’s displaying fine.
Cheers!
ElliottHey bmccumber!
Try adding this to your custom CSS.
#recaptcha_area, #recaptcha_table { height: 130px !important; overflow: hidden !important; width: 318px !important; }Cheers!
ElliottHey designing!
1. Send us a WordPress login and we’ll take a look.
2. Send us a link to the page and take a screenshot highlighting what your trying to do so we can get a better idea.
3. I don’t understand the link you provided but I checked your site and the only thing in your footer is the default footer widgets. You can remove the widgets in Dashboard > Appearance > Widgets.
Best regards,
ElliottHi!
Yes you can give the URL some query parameters to display only posts for categories, tags, custom post types, etc etc.
But the link your using, /kontact/feed/, is a page. Pages do not display in feeds so I don’t understand what your trying to do.
Are you trying to display a feed for only custom post types? If so then send us a link to one of your post types and we’ll give you the correct URL to use.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
February 11, 2015 at 7:25 pm in reply to: URGENT!! Woocommerce plugin causing Avia page-builder not to load #394617Hey user877!
Not sure what’s going on there. Something wrong with the color sections I think. Create a new page and add your content in piece by piece and check on the front end while your adding it to see where the problem is.
Regards,
ElliottFebruary 11, 2015 at 7:11 pm in reply to: Header layout. header_meta that is not full with that allow sfor a larer logo #394602Hi!
So on small screens your logo is disappearing correct? Add this.
#header_meta { background: transparent !important; }That’s still going to look weird though because your header_meta and the logo will be overlapping each other.
Take a screenshot and highlight what your trying to do there so we can get a better idea.
Regards,
ElliottFebruary 11, 2015 at 7:08 pm in reply to: Dynamic Content (a widget) on Accordion Slider Slide, is it possible? #394601Hi!
Thanks for posting your solution.
Regards,
ElliottFebruary 11, 2015 at 7:04 pm in reply to: Layer slider slideshow seemless transition settings… #394599Hey!
You can check out our fullwidth easy slider which has this option. Or another way would be to add the text in your page content and then use CSS to position it over the slider.
If you want to get the LayerSlider to have this functionality then you’ll need to contact the script authors.
Best regards,
Elliott -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
