Forum Replies Created
-
AuthorPosts
-
Hey musedesignca,
Add the following to quick css:
ul.sub-menu{ margin-left:18%!important; margin-top:-50%!important; }Best regards,
Jordan ShannonHi,
I see. And just to be sure we have not missed any other conflicts please try to deactivate them all and see if it displays.
Best regards,
Jordan Shannon-
This reply was modified 8 years, 8 months ago by
Jordan Shannon.
Hi,
Great! If you need anything else, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Can you provide an example of what you have in mind?
Best regards,
Jordan ShannonHi,
I see. So then remove the code from functions.php and place in single.php directly after:
<!--end content--> </main>The code will now have to be wrapped in php tags like this:
<?php add_action('ava_before_footer', 'ava_before_footer_mod', 10); function ava_before_footer_mod() { echo do_shortcode("[email-subscribers namefield=”NO” desc=\"Du willst künftig keinen Artikel mehr auf T.H. Photography verpassen? Dann trag dich gleich für die E-Mail Beitragsbenachrichtigung ein!\" group=”Public”]"); } ?>To style this thing up a bit more add this to quick css:
.es_shortcode_form{ width: 900px; margin: 10px 180px; border: 1px solid black; padding: 20px; }Best regards,
Jordan ShannonHi,
If it needs to be like that make the following adjustments to what I just sent you.
.custom-h2 strong { color: white!important; padding:10px!important; }And add this as well:
.av_textblock_section .avia_textblock .av_textblock_section { background:#3a5a97 !important; padding:12px!important; }Best regards,
Jordan ShannonHi,
So this just needs to be on the homepage?
Best regards,
Jordan ShannonHi,
Add the following to quick css:
.custom-h2 strong { color: white!important; background:#3a5a97!important; padding:10px!important; }Best regards,
Jordan ShannonHey force-media,
Try adding the following to quick css:
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {logo .img {width:50%!important;} }I do however suspect that it is whatever auto-optimize plugin that seems to be running. Try disabling that and see if that fixes the issue.
Best regards,
Jordan ShannonHey davidm290,
That is actually a custom feature made specifically for our documentation. Such a feature would require a freelancer to duplicate. Please see the following for our customization services:
Best regards,
Jordan ShannonHi,
This should fix it. I have tested it on my own machine:
add_action('ava_before_footer', 'ava_before_footer_mod', 10); function ava_before_footer_mod() { echo do_shortcode("[email-subscribers namefield=”NO” desc=\"Du willst künftig keinen Artikel mehr auf T.H. Photography verpassen? Dann trag dich gleich für die E-Mail Beitragsbenachrichtigung ein!\" group=”Public”]"); }Best regards,
Jordan ShannonHey yael kosowsky,
Only PSD files of default demo are included since that was the original Enfold design. Other demos made using built-in Enfold elements. Since there will be more and more demos over time, only default demo will have PSD files and not others.
Best regards,
Jordan ShannonHi,
Yes this is no good. It should be formatted like this: @media only screen and (max-width:767px) { #header_meta { background-color: black !important; color: #fff !important; }} @media only screen and (max-width: 767px) { #header_meta { display: none; } .responsive .logo { top: 20px; } ul.cart_dropdown { display:none !important; }} @media only screen and (max-width: 450px) { .avia-section-large .content { padding-top: 58%; padding-bottom: 70px; }}Also understand that as you have the #header_meta written above it will only read the second rule, which is to have set to display:none;
Best regards,
Jordan ShannonHi,
Replace with this. I think the quotes were the issue:
add_action('ava_before_footer', 'ava_before_footer_mod', 10); function ava_before_footer_mod() { echo do_shortcode("[email-subscribers namefield="NO" desc="Du willst künftig keinen Artikel mehr auf T.H. Photography verpassen? Dann trag dich gleich für die E-Mail Beitragsbenachrichtigung ein!" group="Public"]"); }Best regards,
Jordan ShannonHey Horea,
If you deactivate the Custom Sidebar plugin does it work?
Best regards,
Jordan ShannonHi,
If there is a error somewhere in the css written, it causes a break in styling. You need to confirm that you have no css errors.
Best regards,
Jordan ShannonHi,
Should it be reversed so it has white text and a blue background?
Best regards,
Jordan ShannonHey KK,
Have you attempted to follow something like this:
http://www.wpbeginner.com/wp-tutorials/how-to-add-animated-gifs-in-wordpress/
Best regards,
Jordan ShannonHi,
I’m glad Mike’s solution was able to help you out. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
I’m glad Mike’s solution was able to help you out. If you need anything else, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
I greatly apologize. I just do not understand. Perhaps if you can re start the thread in native language a team mate can pick it up and have a better understanding than I currently have.
Best regards,
Jordan ShannonHey bejan2k,
Could you elaborate on the issue. I am not currently seeing the problem.
Best regards,
Jordan ShannonHey bejan2k,
Please go to Enfold theme options > Header > Transparency Options and change transparent header. You are currently using transparent header on your page – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/
Best regards,
Jordan ShannonHi,
I think the easiest option to achieve #3 would be to add space. Use the Separator/White Space element to make it seems like they are of equal height, could you try that out to see if it works out?
Best regards,
Jordan ShannonHi,
Try the adding the following to the bottom of functions.php:
add_action('ava_before_footer', 'ava_before_footer_mod', 10); function ava_before_footer_mod() { echo do_shortcode("[email-subscribers namefield=”NO” desc=”Du willst künftig keinen Artikel mehr auf T.H. Photography verpassen? Dann trag dich gleich für die E-Mail Beitragsbenachrichtigung ein!” group=”Public”]"); }If this generates correctly then we can work on hiding it where its not needed.
Best regards,
Jordan ShannonHi,
I added the following to the very top of quick css. I have tested this and it should work:
#top .avia-content-slider:hover .avia-slideshow-arrows a { opacity: 1!important; background-color: red!important; }Best regards,
Jordan ShannonHi,
This is a strange occurrence though at the moment it can be fixed via css. Add the following to quick css to fix this issue:
.image-overlay.overlay-type-extern .image-overlay-inside { display: none !important; } .image-overlay { background: none !important;} .image-overlay .image-overlay-inside:before { content: “” !important;}Best regards,
Jordan ShannonHey Luisgasser,
Would you be able to provide admin info so we can log in and look into this issue further?
Best regards,
Jordan ShannonJuly 3, 2017 at 6:22 pm in reply to: Slider is getting chopped off at the bottom on some desktop screens #815998Hi,
This css should work:
.slideshow_caption{ padding-top:2px!important; }This is to fix the text being chopped off. I am seeing the header the same size as it always has been.
Best regards,
Jordan ShannonHey Shane,
They are missing on the front-end? I am not seeing this issue so if you could please attach a screenshot, it would be greatly appreciated.
Best regards,
Jordan Shannon -
This reply was modified 8 years, 8 months ago by
-
AuthorPosts
