Prueba con este codigo CSS:
@media only screen and (max-width: 989px) {
#top .textwidget .flex_cell {
width: 100%;
display: block;
overflow: hidden;
}
}
@media only screen and (max-width: 767px) {
#top .textwidget .flex_column{
width: 33.3% !important;
}
}
Hi – great theme.
Is it possible to designate one Custom Background Image for desktop/laptop and a different image for Mobile? The image we set for desktop looks great, but we need to design a different composition for mobile. We only want this for the homepage header, not all Custom Background Images.
Kind Regards,
Doug
I have built a Contact Us page using a TABLE with the Advanced Layout Editor.
It is displaying correctly on Desktop but not on Smartphone, it´s right side being cut off.
Please help! Thanks a lot.
Hello! Great theme by the way!
For the Portfolio Masonry filter menu, how can I change the character between the categories from a slash ( / ) to a bullet point ( • ) ?
I tried this solution: https://kriesi.at/support/topic/portfolio-grid-filter-question/ but it did not work for me.
Thanks,
Cocoa
Hi!
Please add following code to Quick CSS
#top .products .product-category h3 { color: black !important; }
Best regards,
Yigit
I have done it, but it does not work. Maybe becasue I do with a Child Theme.
the point is that when I added the code to funphions.php the adminstrator stops working.
I have left the file in the FTP if you want to check it.
Thanks.
Almudena.
Oh that didn’t work for my issue….mine are with the button shortcode….looks good on tablet, but on desktop they are stretched far apart and on mobile they are not aligned right, they are jagged.
I have figured it out somewhat. Please see the link below.
You see I have a background image that is full screen left to right, with a height of approximately 416px. Then over that background, I have a text box and I have a video side by side. That was the original goal. The current video is temporary until I can get the real video from the client. The video needs to be larger or I need to add an image where the video is located currently and add a screen shot of the video and link it to the video, but I want that video to pop-up in a lightbox. Is that possible?
Also, you see the white text box? In edit mode I also have a header on that white text box that is dark blue with white text that contains the title. That layer/box is not displaying. I’ve tried everything I know, and can’t get that layer to display. I have sent the credentials in the other requests. I think I have 3 open requests, but I’ve solved the one about the top menu bar.
Thank you so much for your help.
-
This reply was modified 9 years, 5 months ago by
sitedesyne.
I added this code at the bottom of my child function.php file like so
/*
*Display date and time in icon box” title
*https://kriesi.at/support/topic/display-date-and-time-in-icon-box/#post-662159
*/
function displaydate(){
return date('F jS, Y');
}
add_shortcode('date', 'displaydate');
}
Then added [date] in the icon box content seen on top of the private link, still doesnt show, what did i do wrong?
Hi m!
Yes, there is but it is disabled on mobile to save space and since clicking on top of browser on mobile scrolls to top, we thought it would be redundant. If you would like to enable it on mobile, please refer to this post – http://kriesi.at/documentation/enfold/display-footer-menu-scroll-to-top-button-on-mobile/
Cheers!
Yigit
Thanks for responding. I tried clearing the cache, but they are still not showing correctly. I’ve attached 2 images in a link to show you mobile vs desktop. Thanks again!
Does Enfold have a ‘back to top’ button built in to reduce scrolling on long/mobile pages?
Hi,
you could do this: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then build one element for which you hide on desktop only and vice versa. For example:
.hide-on-desktop {
display: none;
}
Use “hide-on-desktop” as custom class.
Best regards,
Andy
#top .title_container .container {
min-height: 35px;
}
.title_container { height: 35px; }
.title_container .main-title {
line-height: 1.3em;
}
#top .title_container .container {
padding: 0;
}
.js_active .top_tab .tab {
font-size: 16px;
}
Not bad a final thing; moving the titel a bit to the right side… ?
http://www.permatree.org/wp-content/uploads/2016/07/Bildschirmfoto-2016-07-18-um-09.31.37.png
Thx!
Btina
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .fullsize .template-blog .post .entry-content-wrapper > *,#top .fullsize .template-blog .post .entry-content-wrapper {
max-width: 100%;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
Hey!
Please add following code to Quick CSS as well
#top .title_container .container {
padding: 0;
}
.js_active .top_tab .tab {
font-size: 16px;
}
Best regards,
Yigit
Hi
Im trying to add a few images with shortcode inside a tab and when image has caption they are not aligned in top the start to cascade.I think its the same if used inside Accordion or elsewhere as shortcode. (check on the page)
Also i saw the caption is always in italic.Is there a way to have it normal or to change font size to it can be more readable.
Thank you very much
Thanks again!
It is not a problem to upload things. About the intended screenshot/mockup, it is pretty much what you find in Enfold’s “start-up” template Home page: the image of a laptop with several hotspots pointing out to different regions of the screen. The difference is the actions associated to every hotspot.
I uploaded a screenshot of what I can do now. You can see a small Play/Pause button on the bottom that I added with the Code Block as
<input type="button" onclick="VolumeSample.toggle();" value="Play/Pause"/>
I defined the JS function VolumeSample.toggle in another Code Block, which contains includes to JS files. When you press the button, a given audio is played/paused. It works. As I said, that is a simple example, but just for the sake of illustration. What is behind the JS function is related to WebAudio API, but it does not really matter much what (but in the future it is not going to be simply play an audio file).
My goal would be the hotspot to do exactly what that small button does, that is, to execute said JS function when clicked upon.
-
This reply was modified 9 years, 5 months ago by
kieslingerb.
Hey hdpcr!
Please add following code to Quick CSS
.your-custom-class .tab {
border-bottom: 1px solid #be202d;
margin-bottom: 1px;
}
.tab.active_tab {
border-bottom: none;
}
.js_active .active_tab_content {
border-color: orange;
border-width: 2px;
background: green;
}
.js_active .top_tab .tab {
font-size: 16px;
}
Best regards,
Yigit
Hey olppa,
please open different tickets for different questions/problems.
1.+2.) Use this inside of Quick CSS field:
#menu-item-search {
top: -115px !important;
width: 28%;
}
and adjust as needed.
3.) Login does not work for me. Please check.
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
In addition to that, please let us know if we are allowed to deactivate one or more of your plugins as well for testing purposes :)
Best regards,
Andy