Forum Replies Created
-
AuthorPosts
-
Hi Dick,
Thanks for your kind words and choosing Enfold as your theme. :)
Cheers!
NikkoHi,
Thanks Dick, I have added this class on the slider buttons-hide-mobile and hide-desktop the 2 buttons. Then added these codes in Quick CSS (located in Enfold > General Styling):
.hide-desktop { display: none; } @media only screen and (max-width: 767px) { .hide-desktop { display: block; } .buttons-hide-mobile .avia-button { display: none !important; } .home #after_full_slider_1 .av-content-full { padding-top: 10px; } .avia-button-wrap.hide-desktop a.avia-button { display: block; width: 100%; box-sizing: border-box; padding: 8px 18px; margin-bottom: 12px; } }
Let us know if this is good on your end also :)
Best regards,
NikkoOctober 25, 2016 at 9:09 pm in reply to: How to align the page counter into center in mobile view #703968Hi,
This is fixed, I have added the code again and since you have a caching plugin, I cleared the cache and the css code now reflects on the site. Let us know if it is also good on your end :)
Best regards,
NikkoHi,
Sorry about that, there was a large gap there also, I thought that was the issue. It’s weird that there’s an empty section showing on the front, but you can add this css code to Quick CSS (this is specific to that page/post only):
.postid-6827 #after_section_4 { display: none; }
Let us know if it works. :)
Best regards,
NikkoHey inaudit,
Kindly add this code in Quick CSS (located in Enfold > General Styling):
.header_color .header_bg { background: rgba(0,0,0,0.7); }
Hope this helps :)
Best regards,
NikkoHi,
This is fixed. I changed the id to services and on Appearance > Menus > Main Menu, I have changed the url to
#services
Let us know if this is also good on your end :)
Best regards,
NikkoOctober 25, 2016 at 8:41 pm in reply to: remove under line from phone numbers that are linked. #703958Hey sambo258,
Can you post a link to that page? I can suggest to add this code in Quick CSS (located in Enfold > General Styling):
a { text-decoration: none !important; }
However that code will include all links, if you give us the link we can give you a specific solution which wouldn’t affect other links.
Best regards,
NikkoHi,
There are 3 columns on top of the map, in the first column, kindly find the iframe:
<iframe id="bkt-widget-cp" src="https://segwaytrip.booketea.com/Sales/Home/Tour/41616?mode=1&iframe=1&isolated=1&culture=es" width="600" height="1000" frameborder="0" scrolling="yes"></iframe>
change the height from 1000 to 700, it should look like this:
<iframe id="bkt-widget-cp" src="https://segwaytrip.booketea.com/Sales/Home/Tour/41616?mode=1&iframe=1&isolated=1&culture=es" width="600" height="700" frameborder="0" scrolling="yes"></iframe>
Save and Update the page, let us know if it works :)
Best regards,
NikkoHey Charlotte,
Can you post a screenshot on Alpine PhotoTile for Tumblr? I have checked the link and I can’t find it, is it the booking form?
Best regards,
NikkoHey pankaj_mangal,
Kindly add this code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #top { padding-top: 112px !important; } .responsive #top #wrap_all #header { position: fixed; top: 0; } }
Hope this helps :)
Best regards,
NikkoHi,
Try to use this code and place it in Quick CSS (located in Enfold > General Styling):
#top .logo { left: 50%; margin-left: -403.5px; } @media only screen and (max-width:980px) { #top .logo { left: 0; margin-left: 0; width: 90%; } }
Hope this helps :)
Best regards,
NikkoHey PascalStifani,
Try to add this code in Quick CSS (located in Enfold > General Styling):
#top .flex_cell.av_one_half { padding: 15px !important; font-size: 14px; } #top .flex_cell.av_one_half.av-zero-padding { padding: 0 !important; } #top .flex_cell.av_one_half .av-special-heading { padding-bottom: 8px !important; } #top .flex_cell.av_one_half .av-special-heading-tag { font-size: 24px; } #top .flex_cell.av_one_half .av-subheading { font-size: 18px !important; }
Hope this helps :)
Best regards,
NikkoHey luckylobo10,
Kindly add this code to Quick CSS (Located in Enfold > General Styling):
span.sku_wrapper, span.posted_in, span.tagged_as { display: block; }
Let us know if it works :)
Best regards,
NikkoHi,
Can you post the link to the page that has those portfolio images and point to us what’s the portfolio that doesn’t change the featured image even if it was already changed in the backend? you can post the link in the private content section.
Best regards,
NikkoHey Christoph,
We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)
Best regards,
NikkoHey AWZ,
For changing image sizes you can refer on this thread: https://kriesi.at/support/topic/enfold-image-sizes/
As for removing lightbox in single post try adding this code in functions.php:
function remove_lightbox(){ ?> <script> jQuery(window).load(function(){ jQuery('.single-post .lightbox-added .overlay, .single-post .lightbox-added .image-overlay').remove(); jQuery('.single-post .lightbox-added img').unwrap('lightbox-added'); }); </script> <?php } add_action('wp_footer', 'remove_lightbox');
Let us know if it works :)
Best regards,
NikkoHi,
Try to add this code in Quick CSS:
.av_header_transparency #advanced_menu_toggle { color: black !important; }
Just change the color with any color you want to use. Hope this helps :)
Best regards,
NikkoHey langnaese,
Can you post a link to the page mentioned? so we can inspect further and have better idea on how it looks. You can post it in the private content section.
Best regards,
NikkoHi,
For the tablet screen on the homepage, what is short and cut, portrait? landscape? or both? if it’s only portrait just edit this code (based on code above):
@media only screen and (max-width:980px) { .avia-fullscreen-slider .avia-slideshow { max-height: 360px; } }
try to change max-height to 500px, the bigger the size the bigger the cut, the smaller the size the lesser the cut.
For the slider arrows, kindly replace this code:
@media only screen and (max-width:767px) { .avia-fullscreen-slider .avia-slideshow { max-height: 220px; } }
to this one:
@media only screen and (max-width:767px) { .avia-fullscreen-slider .avia-slideshow { max-height: 220px; } #top .avia-slideshow-arrows a { width: 30px; height: 40px; line-height: 40px; margin-top: -20px; } #top .avia-slideshow-arrows a:before { line-height: 40px; font-size: 20px; } .avia-slideshow-dots a { height: 10px !important; width: 10px !important; border-radius: 10px !important; padding: 4px !important; margin-left: 2px; margin-right: 2px; } }
Let us know if it works :)
Best regards,
NikkoHey Steven,
In the style.css of your Child Theme, please replace this code:
@import url(“..enfold/style.css");
to:
@import url("../enfold/style.css");
If that doesn’t fix, try to apply the code in Quick CSS (located in Enfold > General Styling).
Best regards,
NikkoHi,
Kindly add this code to Quick CSS (located in Enfold > General Styling):
table.avia-table { width: auto; }
Let us know if it works :)
Best regards,
NikkoHey mleite1,
I’m sorry to hear what happened. I tried to add the code you posted above and I didn’t have any problem it just rendered a paragraph text. If you lost the content because of the code, you can use Revision which is a feature in wordpress where you can revert to your previous content, if you can’t access the site because of it, I think you can find that code in mysql/database and remove it.
Best regards,
NikkoHi,
You’re most welcome. Thanks for using Enfold :)
Best regards,
NikkoHey SCA_Studio,
Kindly add this code to Quick CSS (located in Enfold > General Styling):
#header .avia_mega_div img { float: left; } .mega_menu_title span { display: flex; flex-direction: column; height: 100px; justify-content: center; vertical-align: middle; }
Let us know if it works :)
Best regards,
NikkoHey vollern,
It would be better if we can see the backend and see if errors show up on console. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Also post a link to the page where you put the code on.
Best regards,
NikkoOctober 25, 2016 at 1:55 pm in reply to: How to align the page counter into center in mobile view #703775Hi,
The code I gave you isn’t reflecting on the frontend, did you remove it already? if not please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoHi,
I have been checking the backend and files it seems that some weird characters is being added to the slider that’s why it’s not working but I could not fix the issue yet or provide a workaround. I will look again into this issue and try to provide you with a solution.
Best regards,
NikkoHi,
Try to use this code:
.page-id-5 { background: url('image.jpg') !important; background-attachment: fixed !important; background-clip: border-box; background-repeat: no-repeat !important; background-size: cover !important; width: 100% !important; max-width: none !important; } .page-id-5 #wrap_all { max-width: 90%; width: 1375px; margin-left: auto; margin-right: auto; } .page-id-5 #main, .page-id-5 .main_color, .page-id-5 #footer, .page-id-5 #socket { background: transparent !important; }
Hope this helps :)
Best regards,
NikkoHey Greg,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoHey THobbes,
Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you or try contact form plugins.
Best regards,
Nikko- This reply was modified 8 years, 2 months ago by Nikko.
-
AuthorPosts