Viewing 30 results - 85,021 through 85,050 (of 142,734 total)
  • Author
    Search Results
  • #739900

    Hi,

    Let’s start from fresh!

    remove any code you added earlier to solve this.

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

    /*Show only in mobile or desktop*/
    
    @media only screen and (min-width: 769px) {
    .only_mobile { display: none !important; }}
    
    @media only screen and (max-width: 768px) {
    .only_desktop { display: none !important; }}
    

    2. In Appearance > Menu page click on screen options and select the css class.

    3. Add the menu items to the menu list and in the class name section add only_mobile for the once you like to show in mobile and only_desktop for the menu items you want to show in desktop.

    Hope this helps :)

    Best regards,
    Vinay

    #739897

    Hey vic98,

    The layer slider appears on top of the color section and the overlay effect may not be possible. However please share a precise link to your site so we can take a look at it and see what best we can do for you :)

    Best regards,
    Vinay

    bemvestir
    Participant

    Hi,

    I would like to add text to the left side of the socket.. on the same line of the copyright message, however it needs to be left aligned… while keeping the copyright message to the right align.

    I read the ticket – https://kriesi.at/support/topic/add-text-to-socket-right-align-separate-from-copyright-but-same-line/ but I can not urderstand where should I paste it on footer.php.

    I would also like to know if I should create a footer.php child file and how to do it.

    Thanks

    #739886

    I have been seeing it on a bunch of my websites also, only on the front end above the Home Page content.

    The error does not pop up consistently, but have had it mainly on mobile. When clicked to frpm Facebook posts also which handles websites inside of a frame.
    Have also been seeing the error on desktop on the Edge browser as well as time when I’m entering the domain without www on the front.
    example itsgreektomemn.com

    jon

    #739875
    johnnybimma
    Participant

    Hi

    here is my website my site

    I followed this advice , https://kriesi.at/support/topic/adding-a-logoimage-to-the-right-of-the-header/ but I was unable of adding the image on the right side of the header , I followed the steps and the coding as they were written .

    Please share the code so I can add the image on the right side of the header and I would like to add a link also (my telephone )

    Thank you

    #739863
    kevinmcgillivray
    Participant

    …at the top of the first two 1/5 columns in the Solutions section of the site in Private Content below. It’s only happening in Chrome, though. Any idea why? Thanks!

    #739862

    Thanks! The footer is great now! you are the best:)
    About the layout – I’m using grid, 1/3-2/3.
    Inside the 1/3 (left column) there is content slider and under it text block – those elements should be about 70-30 – so the left column will be split horizontally – top part ( content slider) 70% and bottom part ( text block) 30%.
    (The light blue part On the left and the gray below it: http://tv.ph.biu.ac.il/wp-content/uploads/2017/01/Screens0.jpg )

    I cant make those part to be in a specific size, and not have specific background color for it (only to the whole grid column they are inside but it’s not what I want)

    BTW – Will it be better to use the side bar than the grid?

    hope you can help me to do that:)
    Thanks!!

    • This reply was modified 9 years ago by RevitalT.
    #739849

    Hey UNBUENPLAN GROUP,

    Please clarify by top menu if you are referring to the main menu and icon or the top bar with social icons?

    Currently I see that the top bar with social icons are hidden while scrolling.

    If you like to hide the whole header while scrolling please unsticky the header from Enfold > Header > Header behavior > Sticky Header

    Best regards,
    Vinay

    #739845

    Hey xuamox,

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

    #top.page-id-1088 #main .container_wrap:first-child {
        background: #000!important;
    }
    

    Best regards,
    Vinay

    #739812

    In reply to: Fullscreen Slider

    Hi,

    Returning the slider to the first slider when the user scroll back to the top will make the other slides almost invisible to the users as they will have to wait for the other sliders to show while on the page but most users only view the site for a few seconds. If your intention is to make the first slide visibility high this is the way to go. 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 :)

    Best regards,
    Vinay

    • This reply was modified 9 years ago by Vinay.
    #739811

    Hey Zest,

    To add a search bar as a widget on any page please refer to this link here https://kriesi.at/support/topic/shortcode-or-function-to-add-search-in-custom-locations/#post-436832

    Best regards,
    Vinay

    #739809

    I return it to 4.7.1 but now i dont think update is reason of slowing down loading pages…can you check this image i upload. it is print screen of my desktop…if you reload second time website you can see that my website is connecting to other website??? o_0

    View post on imgur.com

    #739806

    this is really strange
    I’ve contacted wpengine support again and here’s what they said: “there aren’t any countries blocked on our end
    we can white list only IP address so without IP address there isn’t much we can do but It’s weird that they only get a white page, if they were getting blocked they should see a 403 error message.”
    but..on the other hand, the tool tip problem gone!
    maybe the solution Ismael gave me didn’t work immediately because of I didnt flush my bowser cach?
    any way..since everything is working just fine now, I think we close this topic
    thank you for your help and sorry for the trouble

    Doron

    #739805

    Hi,

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

    #top #wrap_all .header_color.av_header_transparency {    
        min-height: 67px;
    }
    
     /*Trigger mobile menu at 1000px browser width*/
    @media only screen and (max-width: 1000px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }

    Best regards,
    Vinay

    #739803
    Justin
    Participant

    hey guys, I am seeing a series of rendering issues. Trying to figure out of there’s a styling issue here, a caching issue or CDN issue.
    See links below please. Let me know what you see.

    1) I have the padding set to where it works well on the desktop, and the landscape version of the Ipad. Ths issue comes with the Ipad portrait orientation. Maybe further styling to decrease font size will help.

    2) I have tried reducng the size of the header and sub-header. No response.

    I noticed on the theme that all my font-icons are missing, and the menu icon is missing on Ipads’s portrait orientaion only

    #739788

    Hey Rio1,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .responsive #scroll-top-link {
        display: block;
      }
    }

    HOpe this helps :)

    Best regards,
    Nikko

    #739785

    Hey Rio1,

    Try checking out this thread: https://kriesi.at/support/topic/how-can-i-disable-the-masonary-gallery-portfolio-animation/

    Best regards,
    Nikko

    #739765

    Hi,

    Try adding this css code in Quick CSS:

    #top .main_color.iconbox_top .iconbox_icon {
        padding: 10px 13px 10px 5px;
    }

    Just adjust the paddings as you see fit. Hope this helps :)

    Best regards,
    Nikko

    #739764

    Hi,

    You are making progress on it, however you would probably need to add also the page-id-xx from the body’s class as well as the section’s class to make the background color specific. It’s a bit hard to target it but with those additional classes on top of it that should make it change the background color but not globally.

    Best regards,
    Nikko

    #739759

    In reply to: Fullscreen Slider

    Hi,

    Why don’t you make the first slide have auto-rotation and have the rest (4) of the slides not auto-rotate? Also, there is no option in fullscreen slider to stop on the last slide.

    Best regards,
    Nikko

    Hey pedroproiettile,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top #full_slider_1 .avia-slideshow-inner {
        max-height: 457px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #739757

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .av-magazine-time {
        display: none;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #739754

    In reply to: Masonry Gallery

    Hi Graham,

    You’re welcome :) Try adding this css code:

    #top .av-masonry-container.isotope:after {
        display: block;
        background: #f5f5f5;
        width: 100%;
        height: 17px;
        position: absolute;
        bottom: 0;
        content: '';
    }

    Hope this helps :)

    Best regards,
    Nikko

    #739748

    Hey hingex,

    Try adding this css code in Quick CSS (located in ENfold > General Styling):

    #top .social_bookmarks {
        text-align: center;
    }
    
    #top .social_bookmarks li {
        float: none;
        display: inline-block;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #739746

    Hi,

    Try using this css code:

    #top .av_toggle_section:hover span.toggle_icon .vert_icon, 
    #top .av_toggle_section:hover span.toggle_icon .hor_icon {
        border-color: #fff;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #739743

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top #header {
        position: absolute;
        background: rgba(255,255,255,0.6);
    }
    
    #top #header .header_bg {
        background: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #739737

    Hey Simon,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top #sub_menu1 {
        background: rgba(37,37,37,0.95) !important;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #739726
    Samsara_potovanja
    Participant

    I have trouble with Layerslider on my web page.

    There seems to be some Jquery issue with multiple layer slider. There seems to be obvious problem if page is loaded in Chrome or Firefox, but there are no problems loading page in Explorer.

    Problems:
    – sometimes it loads the photo in attachement with problem http://imgur.com/a/8nSZk
    – sometimes when page loads, it doesnt want to show menu on Potovanja, Samsara link (top right links). Also when this happens it doesnt load submenus

    Maybe there is some issue in the code.
    Or maybe there is a problem, because LayerSlider is not updated.
    I have tried to update is myself, but since the layerslider is within Enfold theme, i cannot do that.
    I would need your help in updating layer plugin.

    I have problems with other pages as well. Under private content you can see how the pages look like and how they should.

    Thanks, Ana

    #739721

    Hi

    My problem is now resolved thanks for trying to help. I Appreciate it if you now delete this topic thank you

    #739719
    ioiobit
    Participant

    Hi Dear Enfold Friends!,

    I’m trying to make first steps to create my website and have 3 questions.

    1. I’m working with “Accordion” Toggle – Content Element and asking myself if it would be possible to make the toggle_content animation a bit smoother. I found already few Threads about this Topic, but none of them seems to work for me.
    Is “Toggle” animation actually broken on Enfold?

    2. I’m wondering, if there would be any CSS solution for changing “width” and “hight” of particular
    (content surface and Title spaces) Toggle elements?

    3. Is it posible to show Toggle content through “mouse hover” action?

    Best Regards, Ioio

Viewing 30 results - 85,021 through 85,050 (of 142,734 total)