Forum Replies Created
-
AuthorPosts
-
Hey Brutalben!
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) { .page-id-734 .avia-builder-el-22 .avia-image-container-inner{ display:none !important; } }
Regards,
RikardHi!
You could try to hide the fields with CSS?
ul.products.list li.product div[itemprop="description"], #top .inner_product_header { display: none !important; }
Best regards,
RikardHi mleite1!
If you are still getting an error there must still be something wrong with your code, are you using a child theme? You could try to just overwrite the faulty function.php file with a fresh one.
Cheers!
RikardHey condonpb!
It’s displaying fine on desktop but you might want to do some work for smaller screens, not sure it’s a good idea putting everything inside a span since it will display inline. I see you have two instances also, I would suggest you keep the upper one since there’s less risk of it conflicting with anything else there.
How do you want it to look on different screen sizes? Screenshots highlighting what you are trying to achieve would most likely help.
Best regards,
Rikard- This reply was modified 9 years, 8 months ago by Rikard.
Hey!
The spanish URL is acting strange, if you go to http://www.playgolf.mx/es/mexico/el-tinto-cancun-country-club/ it will redirect to http://www.playgolf.mx/es/mxico/el-tinto-cancun-country-club/ , notice the missing e in Mexico, could it have something to do with the é in México?
Cheers!
RikardMarch 24, 2015 at 9:58 am in reply to: Logo Area don´t change colour and also display no logo in header #416962Hi Tezcatlipoca89!
I’m not sure what it could be, could you please provide us with a link to the site in question to start with? We might also need a temporary admin login, you can post the details here as a private reply.
Best regards,
RikardHey mleite1!
I’m not entirely sure what you mean by tables, are you referring to the four images on the wooden background?
Regards,
RikardHey mleite1!
I guess you could do that with CSS, but you would have to do it manually for each page and post. For example, to target a single post, inspect the post and look for a class like postid-59693 in the body tag.
Regards,
RikardHey kristinmatysik!
I’m unsure what you mean here, I tried adding a new post and page and added text content to them both and it worked just fine, maybe I’m missing what your problem is here?
Best regards,
RikardMarch 24, 2015 at 9:09 am in reply to: Fullscreen Slider always show minimal next and before arrows #416946Hi suburbanite!
Please try the following code in Quick CSS under Enfold–>General Styling:
input[type="email"], input[type="text"]{ display:inline-block !important; }
Best regards,
RikardMarch 24, 2015 at 8:55 am in reply to: After installing this latest update 3.1.1, no map is displayed #416942Hi!
@jejito, could you please provide us with a link and temporary admin login to your site? You can post the details here as a private reply.Regards,
RikardHey!
Please try to replace the previous code with the following:
@media only screen and (max-width: 767px) {
.av-masonry-entry .av-masonry-entry-title, .av-inner-masonry-content {
display: none !important;
}
}Cheers!
RikardHi!
Oh sorry, I forgot to check that, please replace the previous code with the following:
#mobile-advanced .mega_menu_title, #mobile-advanced a { color: white !important; }
Cheers!
RikardHi stedia!
Please try adding the style only to screen sizes above mobile:
@media only screen and (min-width: 767px) { #pfy-home-2 .iconbox_content { min-height: 330px; height: 330px; } }
Cheers!
RikardHi Krissie!
Have you updated since you added the code and where did you add the code? Make sure you add the code to a child theme to not lose your customisations on updates.
Regards,
RikardHey!
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) { .responsive .logo img { max-width: 80% !important; } }
Try increasing/decreasing the value 80 for larger/smaller logo.
I’m unable to reproduce the menu to the right error on any screen size, you are most likely still getting cached results when viewing the page. Please try a different machine or browser you have never visited the site with before or empty your cache, restart and reload a few times again.
Regards,
RikardHi Paul!
1. Videos will be available on mobile devices by default, or maybe I’m missing your point?
2. Sorry, I might be missing your point here too, do you want a slideshow fallback for a single image or the other way around?
Please provide us with a link to the site in question if you are having any problems.
Regards,
RikardHi realit-treuhand!
Initially it feels like that would be out of scope for theme support but send us a link of the page in question and we will have a look if it’s something we can do.
Cheers!
RikardMarch 24, 2015 at 6:17 am in reply to: Help!*3.1.1. – some functions doesn't work // rotating headline // color overlay #416912Hey Daniel!
I’m not entirely sure what you mean, have you made changes to any of the default stylesheets? If yes, then they will be overwritten if you update. If you have made changes in a child theme, they will not be overwritten. The code you have in Quick CSS will also be safe, but it’s always safer to do a backup before updates.
Cheers!
RikardHey catchmikey!
There is a secondary menu out of the box, go to Enfold–>Header–>Extra Elements–>Header Secondary Menu to display it. Then create a menu under Appearance–>Menus and assign it to Enfold Secondary Menu.
Best regards,
RikardHey!
Could you provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.
What additional problems did you get from updating? It’s more difficult for us to help you if you are running an outdated version.
Cheers!
RikardMarch 23, 2015 at 11:58 am in reply to: Grid row 1/2 – 1/2 change to 100% width earlier on smaller screens #416328Hi royaltask!
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 948px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }
Regards,
RikardHey mikeandrewfischer!
I’m not entirely sure what you are saying here, could you please provide us with a temporary admin login so that we can take a closer look please? You can post the details here as a private reply.
The latest version of Enfold is 3.1.1, make sure you stay updated.
Regards,
Rikard- This reply was modified 9 years, 8 months ago by Rikard.
March 23, 2015 at 11:31 am in reply to: After installing this latest update 3.1.1, no map is displayed #416313 -
AuthorPosts