Viewing 30 results - 90,871 through 90,900 (of 142,928 total)
  • Author
    Search Results
  • #684544

    Hi,

    use this code inside Quick CSS field:

    #top .gform_wrapper input, #top .gform_wrapper select {
    color: white;
    }
    

    Hope this helps!

    Best regards,
    Andy

    #684531

    Hi!

    you could also enter this code into functions.php.

    Best regards,
    Andy

    newpappa
    Participant

    The responsive site is great but when using the secondary menu, social icons, and search, on mobile they stack on top of the hamburger menu taking up too much real estate. How would I adjust this?

    Also.. is there a way to put the word NAVIGATION to the right of the hamburger menu on mobile so that it isn’t just a row with a button but is a bit more clear?

    Thank you!

    #684455

    In reply to: Mega Menu effect

    thanks – works great – only thing is i will add a transition that menu appearance and darken willl be synchronized –

    Thanks a lot !

    Edit : allthough i put in:

    			mouseover: function() {
    				bg.stop().delay(500).fadeIn(100);
    			},

    it looks a bit strange – but these means to split hairs here.

    the clou was that you put in the container in the wrap_all – i dont know that mega-parent option and – that made the trick possible ! ?

    • This reply was modified 9 years, 7 months ago by Guenni007.
    #684454

    Hi,

    Great, glad you got it working :-)

    Let us know if you should need any further help on the topic.

    Thanks,
    Rikard

    #684435

    In reply to: enfold elements

    Hi Jeannie,

    Great, please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #684427

    Hi,

    I’m guessing the #prev anchor is coming from a slider? Please let us know if you should need any further help on the topic.

    Thanks,
    Rikard

    #684402

    Topic: not-visible-on-mobile

    in forum Enfold
    Micheal0424
    Participant

    I can’t figure out why the not-visible-on-mobile isn’t working .

    I have this code inserted:
    @media only screen and (max-width: 767px) {
    .not-visible-on-mobile {
    display:none !important;
    }
    }

    @media only screen and (min-width: 768px) {
    .visible-on-mobile {
    display:none !important;
    }
    }

    That I got from here:
    https://kriesi.at/support/search/?bbp_search=not-visible-on-mobile

    What has me confused is the visible-on-mobile works but not the other one.

    This is the current child stylesheet additions:

    /*Top Bar telephone and social media:*/
    div#header_meta [data-av_icon]:before, div#header_meta .phone-info {
    font-size: 18px !important;
    }

    /*Social Media in Socket:*/
    #socket .social_bookmarks a {
    font-size: 20px;
    }

    /*Border Transparent for Colored Section:*/
    #transparent {
    border-color: transparent;
    }

    /*Remove Image Overlay for Linked Images:*/
    .image-overlay { display: none !important; }

    /*Remove underline from links:*/
    .avia_textblock a {
    text-decoration: none !important;
    }

    /*Navigation Menu background hover color correction of spacing:*/
    .html_main_nav_header #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a {
    padding-right: 13px;
    }

    /*Contact Form Date Format Change:*/
    add_filter(‘avf_datepicker_dateformat’, ‘avf_change_datepicker_format’);

    function avf_change_datepicker_format($date_format) {
    $date_format = ‘mm / dd / yy’;
    return $date_format;
    }

    add_filter(‘avf_datepicker_date_placeholder’, ‘avf_change_datepicker_date_placeholder’);

    function avf_change_datepicker_date_placeholder($placeholder) {
    $placeholder = ‘MM / DD / YY’;
    return $placeholder;
    }

    /*Masonry Gallery center the title and text:*/
    .avia_desktop.avia_transform3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image:hover .av-inner-masonry-content {
    text-align: center;
    }

    /*Remove play button in front of menu page title:*/
    #mobile-advanced a::before {
    display: none;
    }
    .social_bookmarks::before {
    content: “Volgen:”;
    position: relative;
    top: 5px;
    display: inline;
    float: left;
    }

    #top #wrap_all .av-social-link-rss a{background-color:#ffa133; color:#ffffff; }
    #top #wrap_all .av-social-link-facebook a{background-color:#37589b; color:#ffffff; }
    #top #wrap_all .av-social-link-twitter a{background-color:#46d4fe; color:#ffffff; }
    #top #wrap_all .av-social-link-mail a{background-color:#9fae37; color:#ffffff; }
    #top #wrap_all .av-social-link-dribbble a{background-color:#e44885; color:#ffffff; }
    #top #wrap_all .av-social-link-linkedin a{background-color:#419cca; color:#ffffff; }
    #top #wrap_all .av-social-link-search a{background-color:#222222; color:#ffffff; }
    #top #wrap_all .av-social-link-gplus a{background-color:#de5a49; color:#ffffff; }
    #top #wrap_all .av-social-link-behance a{background-color:#008cfa; color:#ffffff; }
    #top #wrap_all .av-social-link-flickr a{background-color:#ff0086; color:#ffffff; }
    #top #wrap_all .av-social-link-forrst a{background-color:#234317; color:#ffffff; }
    #top #wrap_all .av-social-link-myspace a{background-color:#000000; color:#ffffff; }
    #top #wrap_all .av-social-link-tumblr a{background-color:#345574; color:#ffffff; }
    #top #wrap_all .av-social-link-vimeo a{background-color:#31baff; color:#ffffff; }
    #top #wrap_all .av-social-link-youtube a{background-color:#a72b1d; color:#ffffff; }
    #top #wrap_all .av-social-link-pinterest a{background-color:#cb2027; color:#ffffff; }
    #top #wrap_all .av-social-link-skype a{background-color:#12a5f4; color:#ffffff; }
    #top #wrap_all .av-social-link-instagram a{background-color:#a67658; color:#ffffff; }
    #top #wrap_all .av-social-link-five_100_px a{background-color:#222222; color:#ffffff; }
    #top #wrap_all .av-social-link-soundcloud a{background-color:#F76700; color:#ffffff; }
    #top #wrap_all .av-social-link-xing a{background-color:#006567; color:#ffffff; }
    #top #wrap_all .av-social-link-vk a{background-color:#597BA5; color:#ffffff; }
    #top #wrap_all .av-social-link-reddit a{background-color:#FF4500; color:#ffffff; }

    .minheight {
    min-height: 375px;
    }

    #top .av_header_glassy.av_header_transparency .header_bg {
    opacity: 0.75;
    background: #241b18;
    }

    /*Control which elements are on mobile:*/
    @media only screen and (max-width: 767px) {
    .not-visible-on-mobile {
    display:none !important;
    }
    }

    @media only screen and (min-width: 768px) {
    .visible-on-mobile {
    display:none !important;
    }
    }

    What am I missing?

    Thank you.

    • This topic was modified 9 years, 7 months ago by Micheal0424.
    #684398

    Hey!

    We are very sorry for the late response.

    In the previous thread, we added an actual video element using the same url in place of the slider. This video will show up on mobile view only. We did this because background videos are disabled on mobile by default. The steps are provided here: https://kriesi.at/support/topic/home-page-video-on-mobile-phone/#post-449787

    Regards,
    Ismael

    #684396

    In reply to: iframe in megamenu

    Hi!

    We would like to check this but the item is now hidden on mobile:

    @media only screen and (max-width: 989px) {
    .desktop-only {
        display: none;
    }
    }
    

    Are you ok with this workaround?

    Cheers!
    Ismael

    #684395

    In reply to: Mega Menu effect

    Hey Guenter,

    Thank you for using Enfold.

    Create another container under the wrap_all container in the header.php file:

    
    <div class='mega-bg'></div>
    

    Style it with this css:

    .mega-bg {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
        position: absolute;
        display: none;
        z-index: 500;
    }
    

    And then use the following code in the functions.php file:

    add_action('wp_footer', 'ava_new_custom_script');
    function ava_new_custom_script(){
    ?>
    <script type="text/javascript">
    (function($) {
    	function j() {
    		var mega = $('.menu-item-mega-parent'),
    			bg = $('.mega-bg');
    
    		mega.on({
    			mouseover: function() {
    				bg.stop().fadeIn(100);
    			},
    
    			mouseleave: function() {
    				bg.stop().fadeOut(100);
    			}
    		});
    	}
    
    	j();
    })(jQuery);
    </script>
    <?php
    }

    Best regards,
    Ismael

    #684391
    johnnychenseo
    Participant

    Hi on mobile / responsive theme I need to make the social icons center in header. It is slightly to the right.
    I also would like to make the phone number larger to read and also center aligned just right underneath the social icons.

    I’ve tried
    @media only screen and (min-width: 767px) { .social_header .phone-info span { font-size: 16px; } }
    @media only screen and (max-width: 767px) {
    #top .social_bookmarks {
    margin: 0 0 0 0px;
    }}

    I have tried other values for _px
    but nothing seem to work for me.

    this is for the mobile /responsive only.

    thank you.
    will include my website link below in private content

    • This topic was modified 9 years, 7 months ago by johnnychenseo.
    #684375
    hotspot01
    Participant

    We are having an issue with the masonry gallery when it comes to ipads and iphones (maybe on similar devices as well). Basically if you scroll through a few random pages on the site and then open up any of the galleries in the Celebrate Edmonton page (Past, Present or Future) the links load (you can tell by pressing the screen and getting a gray box) but there are no cover photos or titles. If you rotate the device or refresh the page then the cover photos show up right away. The issue is that we need them to show up when the page first loads.

    I’ve tried a bunch of stuff but nothing seems to work.
    • Installed a cache plugin to help page loading
    • resized images
    • removed gallery animation

    The problem does not occur on desktop. We need to get this fixed before we can launch the site. My gut is telling me it is a loading issue on the device but how do I work around that. Anyone have a solution?

    #684368
    jarstern0
    Participant

    Hi,

    I’m looking to remove the padding around a button within a color selector content box. Currently, the button resides at the top of the color selection box, would prefer it to be in the middle / be able to adjust padding.

    Thanks!

    #684363

    Topic: error on top of site

    in forum Enfold
    jdrakeproductions
    Participant

    hey guys
    having an issue on the top of my site. can you help?

    http://www.moyersgroup.com

    #684356

    Topic: Hotspots Size

    in forum Enfold
    hdpcr
    Participant

    Hi

    Is there a way to control hotspots size ?? I could come out with this but it doesnt work in mobile. Thank you

    .my-hotspot .av-hotspot-container .av-image-hotspot_inner {
    display: block;
    border-radius: 100px;
    position: absolute;
    height: 120%;
    width: 120%;
    text-decoration: none;
    }
    .my-hotspot .av-hotspot-container .av-image-hotspot-pulse {
    display: block;
    background: #fff;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    position: absolute;
    -webkit-animation: av_pulsate 2s ease-out infinite;
    animation: av_pulsate 2s linear infinite;
    opacity: 0;
    top: -16px;
    left: -11px;
    z-index: 1;
    }

    #684345
    wonderlandmarketing
    Participant

    I changed the logo in my scrolled header to a custom one

    I used the code from this thread https://kriesi.at/support/topic/change-logo-in-scrolled-header/

    Unfortunately the logo doesn’t appear in the centre, its more towards the left side. How do I move it to the centre?

    #684332

    Hey sgtsantos03,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .logo {
        width: 150px;
        margin-top: 15px;
    }
    

    Best regards,
    Jordan

    #684314
    ind-image
    Participant

    Hello,

    I want the accordion slider to stack in mobile mode. I found this post, https://kriesi.at/support/topic/accordion-slider-mobile-3-full-width-underneath-each-other/ and implemented the css and function but it still functioning improperly. They stack properly, however still have the sliding function (which I would like to eliminate after they stack) and is covering content that is below it. Can you guys take a look? http://www.ind-image-demo.com/triton/ .

    Thank you,
    Chris

    #684276

    Topic: Categories not working

    in forum Enfold
    travel2unlimited
    Participant

    I have a problem with enfold theme that I have posted several days ago and it went unanswered. My site is not fuctioning – travel2unlimited.com. It is a massive photography site with over 1200 posts that are grouped under different categories like countries or activities. For some reason they all stopped working after either. WordPress or Enfold update and now pull up just recent post under each category. It cost me a lot to build this and the site is my working. Please help asap

    Hey craigriches!

    Please remove following codes

    #top div .avia-gallery .avia-gallery-big.fakeLightbox {
        border-color: transparent;
        padding: 0;
    }
    
    #top div .avia-gallery img.avia_start_animation {
        border-color: transparent;
        padding-left: 0px;
        background-color: transparent;
    }

    from /css/app.css file

    Regards,
    Yigit

    #684264

    Hi!

    You probably added a code similar (or the same) to following one

    #top div .avia-gallery .avia-gallery-big {
        border: none;
    }

    Please remove it. If that does not help, please start a new thread and post the link to your page.

    Cheers!
    Yigit

    #684262

    In reply to: Text in logo area?

    Hi!

    Please change your code to following one

    .phone-info {font-size: 18px !important;color:#84C570 !important;}
    
    #header .widget {
    left: 60%;
    padding-top: 55;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    z-index: 999;
    }
    @media only screen and (max-width: 767px) {
    #header_main {
    height: 140px;
    }
    #header .widget {
    width: 100%;
    left: 20px;
    transform: none;
    top: 50px;
    }
    }

    Currently there is a missing closing curly bracket in your code.

    Cheers!
    Yigit

    • This reply was modified 9 years, 7 months ago by Yigit.
    #684259

    In reply to: Text in logo area?

    Hi Yigit. I added this code as instructed, but it seems to be having no effect.

    Here, in case it helps, is a copy of all the code I currently have in that Quick CSS area of my Enfold Theme Options/General Styling.

    Thank you!

    /*TEXT SIZE BIGGER AND COLOR DARKER PHONE INFO BAR*/
    .phone-info {font-size: 18px !important;color:#84C570 !important;}

    #header .widget {
    left: 60%;
    padding-top: 55;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    z-index: 999;

    @media only screen and (max-width: 767px) {
    #header_main {
    height: 140px;
    }
    #header .widget {
    width: 100%;
    left: 20px;
    transform: none;
    top: 50px;
    }
    }

    #684244

    Hey!

    Please change the code to following one

    .html_elegant-blog #top .post-entry .post-title {
        padding-bottom: 0;
        font-size: 15px;
        text-transform: none;
    }

    And insert your title as you would like to display it.

    Regards,
    Yigit

    #684199

    Hi,

    I added following code to Quick CSS in Enfold theme options > General Styling

    .html_elegant-blog #top .post-entry .post-title {
        padding-bottom: 0;
        font-size: 15px;
        text-transform: lowercase;
    }
    

    I also changed [no link] to [nolink]. Please review your website now

    Best regards,
    Yigit

    #684185

    Hi,

    i have the same Problem. When i open a Site the Avia layoutbuilder dont stop loading. But only on Site not on Posts. I make all what other do with this Problem, delete all Plugins, clear Cache and override the Enfold Theme Data. Nothing helps. Only i creat a new User as an Admin and log in as the new User, the Layoutbuilder works.

    What can i do to solve the Problem for the real Admin User?

    Regards,

    André

    • This reply was modified 9 years, 7 months ago by lightdream68.
    #684178

    In reply to: Text in logo area?

    Hi,

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    #header_main {
        height: 140px;
    }
    #header .widget {
        width: 100%;
        left: 20px;
        transform: none;
        top: 50px;
    }
    }

    Best regards,
    Yigit

    #684168

    Sorry, found the answer my self in your superb forum:
    #top #main,#top .html_stretched #wrap_all,#top .alternate_color,#top .header_color,#top .main_color,#top .header_color div,#top #header,#top .header_color .container_wrap_meta,#top .header_color .header_bg,#top .footer_color,#top .footer_color,#top .socket_color {
    background-color:rgba(255,255,255,0) !important;
    }
    #top .container_wrap {
    border-top-width:0px !important;
    }
    #top #header_main {
    border-bottom-width: 0px !important;
    }

    NEW QUESTION: Is there a way to have logo center above the menu, like this.
    https://home.opv.se/wp-content/uploads/2016/09/print-screen.png

    Thanks,
    Ted Calmius

    #684164

    Hey Arrastia,

    The images appear to be cut off because it has to fit the height and width of the container. Please modify the slider images and have more gap on the top and bottom so the main content of the image will appear in the center and won’t cut off.

    Best regards,
    Vinay

Viewing 30 results - 90,871 through 90,900 (of 142,928 total)