That is exactly the problem – there are no breadcrumbs if I go with boxed layout with menu in the left sidebar.
But if I use the exact same theme (Envato), but choose to use top menu, then the breadcrumbs are visible.
It can’t be true that we need extra plugins to show the breadcrumb just because we’ve changed 1 setting in the theme. The breadcrumb is already working, it’s just not displayed by the theme with that specific type of setup.
Please provide a fix.
All the best.
Hi srmathis!
We checked the link you provided but don’t see the form even on the desktop please provide us the link to the page where you have the form setup and create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.
Cheers!
Vinay Kashyap
Hi Vinnie,
Thanks for answering a part of my question.
The part below is still unanswered:
The slide advance stops after i use the controls. The solution in https://kriesi.at/support/topic/fullwidth-easy-slider-slide-advance-stops-when-you-use-controls/ is commenting out the lines this._stopSlideshow(); 4401, 4409 and 4431 in /enfold/js/shortcodes.js.
But these lines don’t exist anymore. Can you tell me which lines do i have to use?
Further; must i create a ‘js’ map in the enfold child-theme and put the shortcodes.js file in there or just in the main enfold child-theme folder?
Can you assist me in answering these two questions?
Hi Josue,
1/ I replaced margin by padding “.logo img { padding-top: 6.7%; }” but it simply crushed my logo.
2/ I added the following css but it had no impact on the problem.
The solutions didn’t work. My credentials are below if you want to try and have a look by yourself.
Thanks
Hey!
I believe this was resolved – https://kriesi.at/support/topic/button-menu/#post-587221
Let us know if you have any other questions or issues :)
Best regards,
Yigit
Afternoon,
My contact form on http://www.windscreenexpress.com has stopped working and no longer sends emails? It appears to have send the email but nothing comes through. Can anyone help please?
Regards
Jay
Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 768px) {
#top #wrap_all .av_header_transparency {
background: transparent;
position: absolute!important;
}}
Regards,
Yigit
Hey!
refrain from bumping into your own thread, as it pushes it behind in our queue and marks it as answered and then we can’t provide a faster reply to you.
You are using a header widget for this, right? I would build two instead, one version for mobile only which you can hide on desktop and vice versa. Hope this helps. Turn on custom class: kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
Andy
-
This reply was modified 10 years, 1 month ago by
Andy.
Hm, maybe if you set a max-width, try adding this code to Quick CSS:
#top .avia-slideshow li img {
width: auto;
height: auto;
max-width: 800px;
}
Regards,
Josue
Hi All,
I’ve found an interesting problem which has me stumped. On Mobile using Android 5.1.1 with Google’s Chrome browser, my icons are not displaying correctly. I can only see boxes with a crosses in them. This is also true for the mobile menu icon which isn’t great.
When viewed in Firefox the icons are correctly displayed so guessing Chrome is doing something fancy. Is there anyway around this?
I have also noticed when loading my website on a desktop computer that the icons are ‘sometimes’ not being displayed correctly when using Chrome.
Any help is greatly appreciated!
Marc
Hey asinger777!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) {
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text, #top #wrap_all .header_color .av-menu-button-bordered > a .avia-menu-text {
padding: 14px!important;
}}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Regards,
Yigit
tab slide only allows to slide from the left or right- above one seems to come in from the top…?
Hey!
stellst du etwas die gleiche Frage wie bei 2.) hier: https://kriesi.at/support/topic/grose-vollbild-slider-und-slideshow/#post-587002 ???
Andere Posts von anderen Leuten, die beantwortet möchten, warten bereits. Daher bitte keine doppelten Threads/Posts.
Gruß,
Andy
Thank you Andy,
It works. I have one question..
I like to have my CSS organized. So, I moved your CSS from the bottom of Quick CSS, to near the top of the Quick CSS.
When I put it at the top, it does not work.
When I put it back at the bottom it works.
I am cut and pasting and not changing anything as I have done many times. I’ve tried this several times with the same result.
Why does it matter where I put the CSS in the Quick CSS area? I need to know this for when I use it for my other sites. Should I try rearranging and moving it to the Child Theme CSS?
Thanks again,
Jas
Hey!
of course you need to include media queries into my code if you want it for mobile only. I put this code into your Quick CSS field:
@media only screen and (max-width: 767px) {
span.av_font_icon.avia_animate_when_visible.av-icon-style-border.av-no-color.avia-icon-pos-center.avia_start_animation.avia_start_delayed_animation {
position: relative;
top: -57px;
}}
and now it’s working as expected. Can you confirm please?
Cheers!
Andy
das ist aber unsauber; du überdeckst sie dadurch nur mit Content. Versuche einfach mal die Anweisung auf important zu setzen:
.container_wrap {
border-top-width: 0 !important;
}
well i’m participant as well – so i do not see your Sitelinks.
Hard to say – try this here:
#top #header .avia_mega_div > .sub-menu {
padding: 20px 30px 10px;
}
#top #header .avia_mega_div > .sub-menu.avia_mega_hr {
padding-top: 0;
}
padding: 20px 30px 10px means top: 20px left/right 30px bottom: 10px
the last bottom-value is for you important.
-
This reply was modified 10 years, 1 month ago by
Guenni007.
Hey!
We are working on your ticket please wait while we update the results here soon.
We have added the below code to Enfold > General Styling > Quick CSS
Please check the site and let us know.
/* Masonry points */
@media only screen and (max-width: 1024px) {
#top .av-masonry-entry {
width: 49%!important;
}
}
@media only screen and (max-width: 767px) {
.responsive #top .av-masonry-entry {
width: 100%!important;
}
}
Cheers!
Vinay Kashyap
-
This reply was modified 10 years, 1 month ago by
Vinay.
Hey!
Code works as expected on my end, please see screenshot in private content field below.
To remove underline from links, i added following code to bottom of Quick CSS field
#top .av_inherit_color a {
text-decoration: none;
}
If that is not what you wanted, please remove the code and post a screenshot showing the changes you would like to make.
Cheers!
Yigit
The google map element has the option to add multi addresses already built into it.
When the element is open click the plus sign in the top left to add as many address markers as you want / need.
You can set the zoom level to automatically show all markers. That way you have all markers on one map.
Not sure if that’s what you’re after?
TJ
I want to integrate a big full width banner on top of the site (“Qualitätsmarke”), but the existing header options do not allow that.
What have I to do (change php?) to obtain a full width site header/banner.
My site is just in the beginning, there has nothing been done yet substantiallly:
http://www.e-marke-test.at/
Thank you in advance for your support!
Good morning,
I have a strange problem. I switched on the option ‘mobile menu header’ suggested in https://kriesi.at/support/topic/enfold-responsive-header-issue-for-ipad-air/
Holding the ipad at ‘portrait’ position, the mobile menu activates. Perfect, that’s what we want. But when I hold the ipad ‘landscape’, the normal menu kicks in and the menu items are floating over the logo. Is there a fix for this?
With kind regards
Hi staceylane!
Thank you for using Enfold.
Please add this in the functions.php file:
// remove tooltip
add_action('wp_footer', 'ava_remove_tooltip');
function ava_remove_tooltip(){
?>
<script type="text/javascript">
(function($) {
$('#top #wrap_all .avia-gallery .avia-gallery-thumb a img').each(function() {
$(this).removeAttr('data-avia-tooltip');
});
})(jQuery);
</script>
<?php
}
Best regards,
Ismael
Hi Bilal007!
To stop the slider on hover and auto resume goto file wp-content\themes\enfold\js\shortcodes.js
look for ” hoverpause: false,” and change it to ” hoverpause: true”
using a child theme to do custom modifications will help you preserve the changes after a theme update.
http://kriesi.at/documentation/enfold/using-a-child-theme/
If you need any help on this issue further please feel free to contact us.
Best regards,
Vinay Kashyap
Hey!
We tested the video on the homepage in desktop/tablet and android smartphone.
The video started playing after clicking on the play button once.
We are not sure what is the white base you are referring to please elaborate with a screenshot. upload to imgur.com or dropbox and apste the link here.
Regards,
Vinay Kashyap
Hi,
Great, please let us know if you should need any more help on the topic.
Best regards,
Rikard
Hi!
@laptophobo please share a link to the page where we can inspect the element in question.
Best regards,
Vinay Kashyap