Forum Replies Created
-
AuthorPosts
-
February 6, 2017 at 8:26 am in reply to: How to remove the body background picture on mobile and tablets #743194
Hey garnschuh,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:980px) { #top .av-flex-cells > .av_one_half { width: 100% !important; display: block; } }
This should make it 1 column instead of 2 and stacking on top of each other on ipad portrait. Let us know if this helps.
Best regards,
NikkoHey JUAN DE DIOS,
Enfold doesn’t have that option and making that changes would require much time. I suggest you use codeblock instead and put the html code then style it to match with the theme, this would be the safest way to do it.
Best regards,
NikkoHey aerobis,
If you have a sale price and regular price normally the regular price will be striked out, can you give us temporary admin access? so we can check on further on your site.
Best regards,
NikkoFebruary 6, 2017 at 6:58 am in reply to: Could not connect to Mailchimp with this API Key. Please try again with a differ #743173Hey AdamTurner,
Can you give us ftp access? so we can check on this further.
Best regards,
NikkoHey DROR,
Can you try to add this css code in Quick CSS (located in Enfold > General Styling):
#top .container .av-masonry.av-large-gap { width: 100% !important; }
Let us know if this helps :)
Best regards,
NikkoHi,
If you want the orange button to remain and hide the kontact button, you can add this code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { .home #full_slider_1 .slideshow_inner_caption .avia-slideshow-button-2 { display: none; } .home #full_slider_1 .slideshow_inner_caption .avia-slideshow-button { margin-right: 0 !important; } }
If it’s the other button, you can use this one instead:
@media only screen and (max-width:767px) { .home #full_slider_1 .slideshow_inner_caption .avia-slideshow-button { margin-right: 0 !important; display: none; } .home #full_slider_1 .slideshow_inner_caption .avia-slideshow-button-2 { display: inline-block !important; } }
Hope this helps.
Best regards,
NikkoHi,
I installed an opera browser in an android phone and is version 42.2.2246.112987 but everything is smooth and I couldn’t see the issue.
Best regards,
NikkoHi,
Glad that you made a workaround for that :)
Best regards,
NikkoHi,
Can you give us a temporary admin access? also steps on how we can repeat the problem, so we can atleast see how it goes and try to fix it. Just post the login details in Private Content section so only moderators can see.
Best regards,
NikkoHi,
I’ve checked the links you have given all except the login page returns a Page cannot be found. Also the login doesn’t work. However I have tested the link especially the “About Us” and “Pricing” in an android phone and the links work properly, it scrolls to the right section.
Best regards,
NikkoHi,
Can you make the login container section a bit wider and also the Register’s text/password field instead of making it fullwidth, make it 2 columns so it would reduce the height.
Best regards,
NikkoHey elames,
You can find the avia layout builder’s modules/elements inside the theme file then go to config-templatebuilder > avia shortcodes (folder) for example the contact form can be found there (it’s the contact.php file). To skip the navigation links you would need to edit header.php. Since you will probably need to change a lot on the theme I would suggest using a child theme, see it here: http://kriesi.at/documentation/enfold/using-a-child-theme/
Best regards,
NikkoHi,
Sorry for the late response, I have checked your site but it shows this:
This site can’t be reached
Best regards,
NikkoHey jgoldstein,
Sorry for the delayed response, however when viewing the links you posted it shows this:
Nothing Found Sorry, the post you are looking for is not available. Maybe you want to perform a search?
Best regards,
NikkoHi Justin,
Glad we could help :)
Best regards,
NikkoFebruary 6, 2017 at 2:06 am in reply to: Enfold glitch, logo displaying incorrectly when setting custom pixel size #743098Hi,
Try to adjust the height and weight, for example try to use this one instead:
.logo img { width: 270px!important; height: 180px!important; }
Cheers!
NikkoHey Michael,
Try adding this in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { .responsive #top #wrap_all #header { position: fixed !important; } .responsive #top #main { padding-top: 88px !important; } }
Hope this helps.
Best regards,
NikkoHi,
Try to put Vinay code inside this one:
@media only screen and (max-width:767px) { }
it should look like this one:
@media only screen and (max-width:767px) { .avia-slideshow li img { min-height: 300px; min-width: 170vw; } }
Hope this helps :)
Best regards,
NikkoHi,
Glad we could help :)
Best regards,
NikkoHi,
Glad it’s fixed :)
Best regards,
NikkoFebruary 4, 2017 at 12:53 pm in reply to: Link colors are wrong, can't find where to change them #742803Hi,
You can use firebug or google web inspector for that! Glad we could help :)
Best regards,
NikkoHi,
I can’t find Guenni007’s code in your css file (you can see it in the link below). Have you removed it? or it’s still there just not reflecting on the site? If it’s the latter, please give us temporary admin access, so we can check why it’s not showing up.
Best regards,
NikkoHi,
Try using this css code:
.av-fixed-rotator-width .av-rotator-text { width: auto !important; }
Hope it helps.
Best regards,
NikkoHi,
Glad we could help :)
Cheers!
NikkoFebruary 4, 2017 at 12:31 pm in reply to: New ADD-ON Domain added. Will I have problems uploading updated Enfold Theme? #742795Hey rzurxn,
No, nothing will go wrong to your site, the only thing is if you update your original site (example1) it will be kind of useless since it redirects to example2, so what happens is it loads the old version of the site instead since example2 isn’t updated. Just to remind, whenever you do update, make sure you have a backup first. It’s better to be safe. :)
Best regards,
NikkoHi,
Glad that it’s fixed :) When making changes and it doesn’t change always try to flush the cache or disable the caching plugin.
Best regards,
NikkoFebruary 4, 2017 at 12:24 pm in reply to: Enfold – Avia Layout Builder spinning wheel of death #742793Hi,
Can you try to increase the memory limit: https://docs.woocommerce.com/document/increasing-the-wordpress-memory-limit/ you might need to ask your webhost the maximum memory you can set on your site.
Best regards,
NikkoHey AnneliesUL,
Yes, there should be a solution to that. Would you give us a link to the page with the fullscreen slider? so we can check it further.
Best regards,
NikkoHi,
I have made changes on the page you pointed out, I set it to No Sidebar instead of Left Sidebar, then inside the color section I’ve added 1/4 and 3/4 grids and on the left sidebar I used the Widget Area element. I have added this also in Quick CSS:
#menu-menu-laterale { text-align: right; }
You might need to adjust it a bit but that should a headstart. :)
Cheers!
NikkoHey,
Yes, you are definitely right. Sorry I gave a wrong code it should be this one:
b.b1 { color:#FB4849 !important; }
You can make as many but it would be hard to remember I suggest you use some prefix + color as a classname for example wp-blue. :)
Cheers!
Nikko -
AuthorPosts