Forum Replies Created
-
AuthorPosts
-
Hi OriginsSpeak,
We’re glad that we could help :)
Let us know if you need further assistance.Best regards,
NikkoHi ginnywills,
Try adding this css code, let us know if this helps:
@media only screen and (max-width:767px) { .responsive #top #wrap_all #header { position: fixed; } .responsive #top #main { padding-top: 82px !important; } .responsive #top.home #after_full_slider_1 { display: none; } .responsive #scroll-top-link { display: block; } }Best regards,
NikkoHi Pas7o,
Yes, it should be valid everywhere.
If it doesn’t work on some pages, just give us the link so we can check.Best regards,
NikkoHi Ananth,
You can request for assistance from your hosting provider, I think you’ll just need to present the issues you’re having.
Best regards,
NikkoHi jayflavs,
I see, I have misunderstood it, try to use this css code in Quick CSS instead (then replace the white_logo_url):
#top .av_header_transparency #media_image-3 a { background-image: url(white_logo_url); background-size: auto 100%; } #top .av_header_transparency #media_image-3 a img { opacity: 0; }Best regards,
NikkoHi Ananth,
Yes, we’ll try to help get it up on your site.
How do i import the images from the theme and upload?
There are 2 ways one is going to Enfold > Demo Import and the other one is via xml (Tools > Import), however there’s some security issue (as shown in the first screenshot).
I tried to add some image manually but I got an http error (2nd screenshot in private content), I think if the security and http error issue is fixed, I think the demo import will work flawlessly.
For http error, try to do the suggestions here: https://wpfixit.com/how-to-fix-http-error-when-uploading-images-in-wordpress/How do i make it look exactly like the demo theme?
I think if the import worked without issues, then you should have it exactly like the demo.Best regards,
NikkoHi Chris,
Yes, the important is the class post-entry on the wrapping div.
The lightbox-added will be added once the script runs.Best regards,
NikkoMay 23, 2019 at 10:11 am in reply to: Changing Blog Post Meta Info, Date / Category / Author #1103605Hi Joel,
Yes, it’s possible, use this code instead:
#top.archive.category .avia-content-slider .slide-meta { margin-left: -8px; }Best regards,
NikkoHi Pas7o,
This is for the buttons (the color is slightly changed because of the opacity):
#top .avia_cart_buttons { background-color: black; opacity: 0.8; }As for the changing it to single product, I think the best way is to make the code global, so from the previous codes I gave replace .post-type-archive-product with #top, so from:
.post-type-archive-product .thumbnail_container { background: white; } .post-type-archive-product .inner_product_header, .post-type-archive-product .inner_product_header .avia-arrow { background-color: #eee; }to:
#top .thumbnail_container { background: white; } #top .inner_product_header, #top .inner_product_header .avia-arrow { background-color: #eee; }Best regards,
NikkoHey JPGlobal,
I think you’re client updated wordpress that’s why the editor has changed.
If you’re using Enfold 4.5.2 and higher, go to Enfold > Theme Options > Select Your Editor, set this to: Use WP Classic Editor.
If it’s below the version mentioned then just install a plugin called Classic Editor and activate it and that should fix it.Best regards,
NikkoHey jnightingale,
Can you try to temporarily disable all plugins and check if the issue still persists?
Best regards,
NikkoHi imokweb,
Maybe some js files didn’t load at that time, anyway we’re glad that it’s fixed :)
Thanks for using Enfold and have a great day!Best regards,
NikkoMay 23, 2019 at 6:02 am in reply to: Changing Blog Post Meta Info, Date / Category / Author #1103564Hi Joel Berger,
Try using this css code, hope it helps:
#top .avia-content-slider .slide-meta { margin-left: -8px; }Best regards,
NikkoMay 23, 2019 at 5:58 am in reply to: Unable to import demo themes! tried many times getting same error #1103562Hi anantharam,
I’ll be closing this thread, since it’s a duplicate.
We will be answering in your other thread: https://kriesi.at/support/topic/theme-import-is-not-working-somebody-help-me-please/Best regards,
NikkoHi anantharam,
I’ll be closing this thread, since it’s a duplicate.
We will be answering in your other thread: https://kriesi.at/support/topic/theme-import-is-not-working-somebody-help-me-please/Best regards,
NikkoHey webdesign,
I’m not really sure what you’re trying to achieve, can you give us a link to the page showing what you mentioned? so we can have more context.
Best regards,
NikkoHey webdesign,
Please add this css code in Quick CSS, located in Enfold > General Styling:
a:hover .image-overlay .image-overlay-inside { -webkit-animation: none; -moz-animation: none; animation: none; }Hope it helps.
Best regards,
NikkoHey Richard,
Your site could not be accessed, so the admin access won’t be able to help us fix the issue.
What’s the version of Enfold you’re using on the site?
We will most likely need to access your files either via ftp or cpanel so we can check further on it.Best regards,
NikkoHi guttogjente,
We’re glad that it’s resolved :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi guttogjente,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey Jessica,
Can you give us a link to the page mentioned?
I have tested it out on my end and it does keep the original aspect ratio of the image.
You can post the link in private content, if you only want it to be seen by moderators.Best regards,
NikkoHey Tisha Clark,
Thanks for contacting us!
There’s no yearly renewal and downloading for updates is unlimited.
However theme support expires and you will need to renew it if you need help from our support.
The price for support extension is also cheaper and you don’t need to pay for the full price.
I hope this answers your question :)Best regards,
NikkoHey Pas7o,
You can add the following css codes in Quick CSS, located in Enfold > General Styling.
Change image background color:
.post-type-archive-product .thumbnail_container { background: white; }Change title background color (including the arrow):
.post-type-archive-product .inner_product_header, .post-type-archive-product .inner_product_header .avia-arrow { background-color: #eee; }Hope this helps.
Best regards,
NikkoHi oscarluque,
Yes, as for theme updates, footer is rarely updated so you shouldn’t worry about it.
Even if there are changes in footer.php it would most likely not cause any issues but if you want to make sure that your footer is updated as well you can always compare your current footer.php (from the parent theme) and the latest version’s footer.php and compare it here: https://www.diffchecker.com/ if there are changes what I usually do is to just copy the latest version’s footer.php and add the customizations I made.Best regards,
NikkoHi ginnywills,
Sure, please add this code at the bottom of Quick CSS:
@media only screen and (max-width:767px) { #top .header_color .av-hamburger-inner, #top .header_color .av-hamburger-inner::before, #top .header_color .av-hamburger-inner::after { background-color: black; } }Hope it helps.
Best regards,
NikkoHi Chris_85,
Thanks for giving us admin access, I have fixed in your child theme (woocommerce > archive.php).
I have replaced:<div class="container-left-sp single-product-main-image alpha"> <a class="lightbox-added lightbox avia_image" href="<?php echo $special_product['image']['url']; ?>" rel="lightbox" title="" rel="product_images[grouped]">with:
<div class="container-left-sp single-product-main-image alpha post-entry"> <a class="lightbox avia_image" href="<?php echo $special_product['image']['url']; ?>" rel="lightbox" title="" rel="product_images[grouped]">Let us know if you need further assistance.
Best regards,
NikkoHi neotel2k,
Hmm, it might be a caching issue, try to flush out the cache then temporarily disable the caching plugin.
Best regards,
NikkoHi Micheal0424,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Banshee350,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi neotel2k,
Thanks, can you tell us how we can make the stage site public?
If I try to check it with pagespeed: https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.neotel2000.com%2F-staging-neotel%2F&tab=desktop it tests the login page instead of the actual homepage for the stage site.Best regards,
Nikko -
AuthorPosts
