Hey dvus4l,
You can put that custom CSS (which shows the logo at max size) inside this:
@media screen and (min-device-width: 1024px) {
YOUR CODE HERE
}
This way it will only apply for desktops, and the normal size will appear on mobile.
For more info on media queries, please see this reference: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
I hope that helps!
Best regards,
Sarah
Hi PerryStevens,
That error does not seem relevant. Please refer to this thread for a possible solution.
Best regards,
Victoria
Yes. I have Shrinking Header, Unstick topbar and Sticky header in Header layout tuned on.
I use Enfold Child.
Hey RoyalFlushGroup,
I added a class to the links and the first paragraph of tab content, you can see it when in text mode in the tab editor. Here is the css to go with it. You can put it in in your child theme style.css or in Quick css
.tab_inner_content a.left-team {
float: left !important;
margin-left: 15% !important;
}
.tab_inner_content .right-team {
float: right !important;
clear: right;
margin-right: 3% !important;
}
.tab_inner_content p {
text-align: center;
width: 90%;
}
.tab_inner_content .team-names {
padding-top: 35px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Ja deutsch ist auch ok! danke nochmal für die tolle Hilfe, jetzt hab ich eigentlich so ziemlich den dreh raus, wo ich wie was machen muss. Bei der Mobile-Ansicht ist das zweite Bild leider noch nicht sichtbar, muss ich mal schauen… Nur in php bin ich nicht so vertraut muss ich leider gestehen. Der Schrinking header ist cool – wie würde das funktionieren?
BTW: habe das CSS nun ein wenig weiter adaptiert – please take a look :-)
div .logo { float: none}
.logo:first-child img { display: none}
.logo img {max-width: 320px}
.logo.first-logo {z-index: 3}
.logo.second-logo {z-index: 2}
.logo.second-logo {width: 100%}
.logo.second-logo a {float: right}
.logo.second-logo a {padding-top: 40px}
.logo.first-logo a, .logo.second-logo a {display: inline-block}
@media only screen and (max-width: 768px) {
.logo.second-logo a { float: left }
.responsive #top .logo { height: auto }
.responsive #top .logo:first-child { display: none }
}
#header_main_alternate { border : medium none; }
#header_main_alternate {float: right}
#mobile-advanced {
background-image: url(“/wp-content/uploads/2017/06/cropped-PRE_Logo_RGB_150_RZ.png”);
background-position: left top;
background-repeat: no-repeat;
background-size: 10% auto;
padding: 15% 0 !important ;
}
-
This reply was modified 8 years, 9 months ago by
led-consult.
Hi Ismael
Thank you, this is just for the layout (that it is on the same line as the menü in desktop view) and works perfekt. This space is not the probleme.
pls check different with the color section and without. the problemes only apear only with color section:
with color sections (not ok) and without color section
All the best,
Pascal
-
This reply was modified 8 years, 9 months ago by
Amigs.
Hi bearcatsandor,
Which version of php are you running?
Here are some threads to consider
https://wordpress.org/support/topic/woocommerce-attributes-and-variations-not-saving-when-product-is-updated/
If you need further assistance please let us know.
Best regards,
Victoria
Hey buscoseo,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.archive.category .container .av-content-small.units {
width: 100%;
}
#top.archive.category #main .sidebar {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi ColinWalton,
The way people assess information on the web is left to right, top to bottom and the left top-center should be your product, not the sidebar info. The way it is now, looks very natural, but if you really need to have it on the left, we’ll try to come up with something.
Let me know what you think.
Best regards,
Victoria
Thanks for your help Jordan! The CSS did work, but the contact form (and video as well) were made bigger on the desktop view in addition to the mobile view. I just wound up re-building the entire page with success, without needing to use the code. I must have done something weird when I built the page the first time… but it’s good now!
Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
The space is created by the following css modifications.
.fullsize .content .entry-content-wrapper {
padding-right: 0;
margin-top: 95px;
}
What is that for?
Best regards,
Ismael
Hi,
I remembered using my own API key on your site and forgot to changed it. I deleted the site as one of the http referrers, thinking that you already have your own, and that’s why it’s not working now. Please create a new project and generate your own API Key.
// http://kriesi.at/documentation/enfold/how-to-register-a-google-maps-api-key/
Previous thread: https://kriesi.at/support/topic/content-element-google-maps/
Best regards,
Ismael
Hey Tombstone,
Try adding the following to quick css:
.container{
padding-top:100px!important;
}
Best regards,
Jordan Shannon
The contact form is not resizing properly in the mobile view. I can’t figure out what I’m missing, but the form is really skinny (doesn’t fill the screen width) for mobile, but looks fine on desktop.
I also have a section above the contact form that contains a video, and it’s not resizing properly for mobile either. It shrinks down to a tiny size when viewing on a mobile device!
Any thoughts on this would be appreciated. Thanks!
Hello,
On the home page, I need in the middle top of my sections to have “half of a diamond” or the tip of an arrow like you find on the home page of your Business Demo. I can I do that ?
Thank you !
Bertrand
Thanks Basilis.
So, would it then be as simple as to take Nikko’s code for post pages:
function move_featuredimage_script(){
?>
<script type="text/javascript">
(function($){
function move_featuredimage() {
jQuery("#top.single").find(".big-preview.single-big").insertAfter(".entry-content-wrapper .entry-content-header");
}
move_featuredimage();
})(jQuery);
</script>
<?php
}
add_action('wp_footer', 'move_featuredimage_script');
and replacing “.big-preview.single-big” with “.page-thumb” ?
Hey legacyforge,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top div .avia-gallery .image-overlay {
display: none!important;
}
Best regards,
Yigit
Also, in the thread referenced above by babayard:
https://kriesi.at/support/topic/dynamic-avia-folder-has-permissions-set-to-777/
Devin says:
It will set the folder to 777 after its created but looking at the function it doesn’t re-set it afterwards. If the host is worried about it however the function can be taken over from a child theme or you can edit it directly in the theme files. Its on line 690 in framework>php>function-set-avia-backend.php .
Is Devin mistaken that it can be taken over from a child theme?
Hi,
Try the following in quick css:
#top #s{
margin-top:-2px!important
}
#chsearchbox{
position:relative;
}
Best regards,
Jordan Shannon
I am currently building this site
I have a sidebar widget implemented (as you can see on desktop, it houses the ads and socials) – on mobile the sidebar is shifted left. How can I get this sidebar widget to display centered on mobile?
Thank you in advance
I am currently building this site
I have a code implemented into the custom css to show the logo at max size, however on mobile it is stretched and not conforming properly. Is there a mobile only code I can add to custom css so that it is normal size there?
Thank you in advance
Hi ColinWalton,
Please refer to this thread for a possible solution.
Best regards,
Victoria
Hey Sophie!
I added following code to Quick CSS in Enfold theme options > General Styling
.html_elegant-blog #top .post-entry .blog-categories:before {
content: 'KATEGORIE: ';
}
Please review your website :)
Regards,
Yigit
Hi agilecic,
Please refer to this thread for a possible solution.
Best regards,
Victoria
Hey guys!
@tjswarbs78: this is the reason why i like enfold support so much. If moderators are too busy,
forum members help you. That´s the way it should be. Thanks @tjswarbs78!
:)
I already used the script with ”
but it still does not work.
if you take a look at the picture https://fritzhoffmann.de/wp-content/uploads/2017/06/wasser_mobile-1.jpg
you will learn that this image is not shown on mobile devices.
what i do not understand: it works fine if you test it in a browser, the big image (landscape/desktop version)
is being replaced with the smaller image (portrait)
Any ideas? German or English. Whatever you guys prefer ;)
-
This reply was modified 8 years, 9 months ago by
Nik.
I cannot find a way to eliminate the half inch or so of white background space in between my header area and my slider which i placed at the top of the main body content area. Would like my header to sit directly on top of where the slider image begins without an additional space.
/Users/heatherfrancis/Desktop/Screen Shot 2017-07-06 at 12.30.14 PM.png
Hi, I mean when we scroll down and the menu sticks in the top, that it would be nice it the logo went away on scroll.