Viewing 30 results - 90,781 through 90,810 (of 142,830 total)
  • Author
    Search Results
  • #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, 6 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, 6 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, 6 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

    #684161

    Topic: Video in Layerslider

    in forum Enfold
    günter
    Participant

    A video in the slide #4 works fine. After starting the video by clicking it, the slideshow pauses its automatic rotation.

    But I have also a big “start video”-button at slide #1. This button leads to slide #4 and starts the video with the DOM play() method. In this case the slideshow continues its autorotation.

    Can I pause or stop the slideshow wth some extra code?

    Regards,
    Günter

    #684158

    Hey antdesign01,

    Please refer to this ticket https://kriesi.at/support/topic/change-caption-animation-and-size/#post-680465 if you have any questions revert back with a link to the page where we can see the element in questions and a mockup of what you are trying to achieve. Upload mockups to imgur.com and share the link here :)

    Best regards,
    Vinay

    #684144

    Hi,

    Can you please try adding only the first line of Ismael’s code?

    #top #av-layout-grid-1 .no_margin.av_one_third {
        padding-left: 5px !important;
    }

    Best regards,
    Yigit

    #684118

    Hi,

    I tried to troubleshoot this issue but the login credentials you provided do not work for me.

    Please try the below steps

    1. Enable custom css class name http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    2. Add class name “custom-icons ” to the icon box.
    3. add the below css to Enfold > general Styling > Quick css

    @media only screen and (max-width: 767px) {
    .responsive #top .custom-icons {
       padding: 0 !important;
    }}

    Best regards,
    Vinay

    #684116

    Hi Ludek!

    Thank you for contacting us!

    We would definitely recommend Enfold theme as it is the most powerful, flexible and user friendly theme we have ever created. You can import one of Enfold demos with a single click in Enfold theme options > Demo Import and start customizing your website right away.
    Enfold uses Advanced Layout Builder (please go to – http://kriesi.at/documentation/enfold/videos/ and check out “Intro to the Advanced Layout Editor” video to see how it works. Currently there are many more elements on ALB and we are adding new ones with major updates), which means you do not need to have any coding experience.

    You can check out Enfold showcase thread here – https://kriesi.at/support/topic/enfold-showcase/page/38/ to see what other users made with Enfold.

    I hope that was helpful. If you have any other questions, please feel free to contact us again :)

    Best regards,
    Yigit

    djxmdjxm
    Participant

    Hi Enfold Support,

    I tried to set a different site adress for my wordpress instance which is not the place where my wordpress is installed.

    I did that in “Settings” – “General”- “Site address (URL”.

    Seems to work just fine – except that a few icon a broken now. That is the social links at the top, the magnifying glass for the search function as well as the down-pointing arrow at the bottom of a fullscreen slider.

    When i change the site address back to what it was (the path to the wordpress instance) the icons come back just fine.

    What can I do? I am not an expert in technical site administration – so sorry if this is not the right place to ask!

    BTW, great, great, great theme…

    • This topic was modified 9 years, 6 months ago by djxmdjxm. Reason: links added
    #684106
    baiker
    Participant

    Hello
    This is, as it seems, just a Safari problem: As soon as the user uses the mobile menu toggle once, the menu hide doesn’t work properly anymore. Means, if the user swipe to left, the menu is not longer hidden, the window swipes to left, on desktop, mobile, tablet. Difficult to explain in english.

    We already had this Problem in the past, and the following solution came from support:

    please add following code to Quick CSS in Enfold theme options under General Styling tab
    #wrap_all {
    position: relative !important;
    }

    That helps with stretched layout, but doesn’t work with “boxed layout”.

    How can I prevent that?
    Tanks for help.

    #684105
    zainikram
    Participant

    So being a beginner, I attempted to edit the functions.php file to implement a widget box into the header so I can be able to place text in that my client wanted, WHAT HAPPEND WAS! It created this funky code ontop of my page.. Mind telling me how to 1: Fix the Error and 2: How to implement the header widget so I don’t make a mistake like this again?

    Thank you Very Much: The Code is here.

    Warning: session_start(): Cannot send session cookie – headers already sent by (output started at /websites/123reg/LinuxPackage21/at/oz/_i/atoz-ins.co.uk/public_html/wp-includes/functions.php:1) in /websites/123reg/LinuxPackage21/at/oz/_i/atoz-ins.co.uk/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /websites/123reg/LinuxPackage21/at/oz/_i/atoz-ins.co.uk/public_html/wp-includes/functions.php:1) in /websites/123reg/LinuxPackage21/at/oz/_i/atoz-ins.co.uk/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    Thank you again..

    Zain

Viewing 30 results - 90,781 through 90,810 (of 142,830 total)