Viewing 30 results - 84,871 through 84,900 (of 142,733 total)
  • Author
    Search Results
  • #741432
    brainxchange
    Participant

    I have socket disabled and I’m not really sure what is causing the red bar on the top of every page. Please let me know how I can remove/disable this.

    Thanks

    #741431

    I’ve never used filezilla to edit files. I wouldn’t recommend it because it’s an FTP client not an editor. I would recommend doing what Nikko and I suggested above or calling GoDaddy and having them walk you through it.

    That said, you’ll want to find the line in wp-config.php that says “/* That’s all, stop editing! Happy blogging. */” and put a couple of blank lines above that line. Then put any new code in those blank lines. Before you do this, you might consider copying the entire contents of wp-config.php into Notepad so you have a copy in case you break something.

    Again, if you don’t feel comfortable doing this, you should call GoDaddy for support or hire a local web developer.

    InSightGraphics
    Participant

    Mega Menu doesn’t function on mobile devices if you select “Hide Mobile Menu Submenu Items.” The only way the Mega Menu submenu items can be accessed is if you don’t “Hide” them. And the only way your whole menu is accessible with “Hide Mobile Menu Submenu Items” is if you do NOT have any Mega Menu columns.

    “Hide Mobile Menu Submenu Items” only lets you access those “hidden” submenu items IF they’re NOT in Mega-Menu columns.

    This is kind of the same problem Enfold had before, as described here:
    https://kriesi.at/support/topic/chrome-partnerlogo-element-bug/#post-262722

    Kriesi fixed that for version 2.8, by changing some css. But the problem has now re-appeared.

    #741413

    Hi Rikard,

    I appreciate your fast answer!

    I already solved animation problem of my toggle, but I have another one:) Padding of the toggle content picture doesn’t changed after implementing CSS code. There is still black field on the top and bottom of my content test pictures.
    The “Maximum Container width” doesn’t take any influence on my layout when using Enfold backend (only CSS works).
    Since I’m not a programmer, it is possible I made some coding mistakes:)
    I’m still looking for solution of 2nd and 3rd question. Thank you of Your help!
    Best Regards, Ioio

    My quick css:

    #top.boxed, .html_boxed.html_header_sticky #header, .container {
    max-width: 1210px;
    width: 100%;
    }

    .active_tc.toggle_wrap {
    display: none;
    }

    .toggle_content {
    padding: 0!important;
    margin-bottom: 20px;
    border: none;
    }

    .js_active .toggler {
    font-size: 15px;
    font-weight: bold;
    padding-left: 50px;
    }

    .av_toggle_section .toggler {
    background: rgba(1,1,1,0.4) !important;
    transition: all .2s linear !important;
    border-radius: 0px !important;
    border: 2px solid;
    border-right: none;
    border-left: none;
    border-bottom: none;
    }

    .av_toggle_section .toggler:hover {
    background-color: #000000!important;
    border-radius: 0px!important;
    border-color: #f2ff00!important;
    }

    .toggle_icon {
    background: none!important;
    border-style: solid;
    border-width: 2px;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    }

    .toggle_icon .vert_icon {
    border-left-width: 2px;
    height: 12px;
    top: 2px!important;
    left: 7px!important;
    }

    .toggle_icon .hor_icon {
    width: 12px;
    border-top-width: 2px;
    left: 2px!important;
    top: 7px!important;
    }

    .toggle_icon, .toggle_icon .vert_icon, .toggle_icon .hor_icon {
    border-color: #c94e8e!important;
    }

    #741412

    In reply to: being hacked

    Hi James!

    Please refer to this post – https://kriesi.at/support/topic/wordfence-found-a-suspected-malware-in-an-enfold-php-file/#post-740608

    Link is in commented line therefore it has no affect but still throws a warning on Wordfence. Applying those changes will fix it. Even if you do not fix it, there is nothing to worry about :)

    Cheers!
    Yigit

    #741411

    In reply to: Main Menu Second Row

    #741383
    Trystan
    Participant

    Hey guys,

    For some reason I can’t quite understand, the contact form stopped delivering e-mails. It worked before, but now it’s not working anymore. Can you please take a look?

    You can test by going to the contact form and sending a message to you. The contact form should send you an autoreply message if everything went correctly.

    Thank you!

    Hey!

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

    .home #header { display: none; }

    and then use the code as following in functions.php file

    function add_hide_header(){
    ?>
    <script>
    jQuery(window).scroll(function(){
    if(jQuery(this).scrollTop() > 200) jQuery('.home #header').fadeIn('slow');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_hide_header');

    Best regards,
    Yigit

    #741371
    Michael Oeser
    Participant

    Hey,

    I have a simple submenu on this page https://www.dev2.foto-shooting.ch/fotoshooting-fuer-frauen/
    It´s sticks to the top when scrolled on desktops but not on mobile. Any simple chance to make it stiky on mobile as well?

    Cheer
    Michael

    #741369

    In reply to: Video fullscreen

    Hey Yigit,
    Up til now I got the background video working in a content section. But now (maybe it was before as well) the video doesn’t autoplay anymore. And since there are no play/pause buttons it doesn’t play at all.
    I actually can’t find the ‘color section’ in my builder, does this still exist?
    Ideal would be a full screen video with play/pause option and with sound.

    Hope to hear from you.

    Best, Eva

    #741368
    juliacecere
    Participant

    There is a plugin that I use called Instagram Feed (https://smashballoon.com/instagram-feed/)

    You display your IG feed on various pages by placing shortcode in a text/code element in advanced layout editor.

    When I originally started using it, it worked perfectly. Somewhere along the way though, the element in the advanced layout editor (on every page) has disappeared, but the content still shows up on the live/public page. So even though I don’t technically have the IG feed short code embedded on various pages according to the editor, the IG feeds still show up.

    I have tried deactivating the IG plugin, but when I do that, the live/public pages simply show the actual shortcode text rather than the IG feed. When plugin is deactivated, there is still no element in layout editor letting me edit or remove the shortcode.

    I’ve provided you with a temp login to check it out.

    If by any chance your final answer is that this is caused by not having the latest theme update, then please see this post. I am unable to update my theme for some reason. https://kriesi.at/support/topic/cannot-update-theme-sorry-you-are-not-allowed-to-access-this-page/

    Thanks!

    #741362
    juliacecere
    Participant

    When using Masonry display for blog posts, everything looks fine in the editor, but when you save it it and look at it on the public site, there is literally just nothing there. It’s just blank.

    I’ve provided you with a temp login to check it out.

    If by any chance your final answer is that this is caused by not having the latest theme update, then please see this post. I am unable to update my theme for some reason. https://kriesi.at/support/topic/cannot-update-theme-sorry-you-are-not-allowed-to-access-this-page/

    Thanks!

    #741357

    No its in the middle, much better. But without the calendar from the original product and its strange, i couldnt see de admin bar at the top and the footer is just black, crazy. I tried with other themes already and it works fine. Do you what that could be?

    #741356
    NetOne360
    Participant

    I have applied the following css to hide elements on Desktop & Mobile;

    @media only screen and (min-width: 769px) {
    .only_mobile { display: none !important; }}

    @media only screen and (max-width: 768px) {
    .only_desktop { display: none !important; }}

    The problem is, when I go to iPad (portrait). The content is all the way at the top of the page over the header. Looks fine on mobile though.

    Any suggestions?

    jb84
    Participant

    Hi,

    If you have more than 15 products in cart and go over the basket icon the 2 buttons “show cart” and “order” is out of sreen.
    And this list can’t be scroll.

    so how to made this list scrolable (to see the 2 butons at the end) or how to limit the number of products displayed.
    Would prefer issue 1

    Regards

    #741294

    In reply to: Problem with Shop

    Hey!

    Regarding footer menu, please refer to this post – http://kriesi.at/documentation/enfold/display-footer-menu-scroll-to-top-button-on-mobile/

    Then add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    .cart_dropdown .dropdown_widget { right: -20px; }}

    Best regards,
    Yigit

    #741279

    In reply to: Mobile Ansicht Problem

    Hi!

    Replied you here – https://kriesi.at/support/topic/mobile-phone-responsiv-problem/
    Let us continue there

    Cheers!
    Yigit

    #741270
    AmberjadeRochi
    Participant

    Hi there Support!
    Thanks for an awesome theme!
    Just a question, I created two social media links, and checked it so that it should show in the socket, but nothing..
    I read in one of the threads that I must try the following code:

    #top .social_bookmarks {
    visibility: visible !important;
    }

    but still nothing shows?? Am I missing something? Please advice?
    I had the same problem with the hamburger menu, – fixed that with installing the demo.

    Thanks in advance

    #741264

    Hi,

    Great, glad we could help :-)

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

    Best regards,
    Rikard

    #741263

    Hi,

    Great, glad you found that option :-)

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

    Best regards,
    Rikard

    #741260
    Adnan Tica
    Guest

    Hello, can you help me ? I Dont become answer on my Support in the Forum:

    here in English:

    here in German:

    Can You help me ?

    Çok teşekkür ederim. Desktopta sorun görünmüyor, tam istediğim gibi olmuş. Elinize sağlık. Ancak mobilde karma karışık duruyorlar. 3 yöntemide denedim, cache temizledim baktım olmadı. Siz bakabilirmisiniz, yada ne yapmam gerekiyor. Teşekkürler

    #741253

    Topic: Menu Height

    in forum Enfold
    jgoldstein
    Participant

    Hi,

    I asked this question on another post, but it needed its own, so this is branching off of my other post.

    Is there a way I can raise the menu links up a bit so they aren’t so far down? I wanted to make my logo bigger, however when I increase the size of this section, it keeps the links vertically centered so they look oddly far down. How could I adjust this?

    The solution provided was:

    5. Feel free to make the logo as big as you like and add the below code to push the main menu up. Adjust the margin top value if you like to adjust the vertical position of the menu.
    .main_menu {
    margin-top: -55px;
    }

    It looks perfect, but the problem is, it affects the sticky menu.(see images linked in the private content). It also messes up the mobile menu. How can I get it to ONLY adjust the desktop non-stickied menu?

    I removed the fix from the custom CSS for now.

    Thanks for your help!

    #741244

    Hey Erich!

    Sorry for the late reply!

    Please refer to this post – https://kriesi.at/support/topic/how-to-edit-woocomerce-product-page-layout/#post-730198

    Best regards,
    Yigit

    terminus112
    Participant

    Hey guys. How would one go about setting the advanced layout builder as the default editor for new posts/pages? Cant believe this isn’t already the default to be honest.

    Anyway, i have a couple of ideas, but i’m kind of new to both enfold and wordpress so it’s hard for me to know where to look. The last enfold filter i wrote took me three days just because i didn’t know where to start.

    One suggestion is activating the button using javascript once the page is loaded as suggested here: https://kriesi.at/support/topic/always-open-advanced-layout-builder/
    The thing is it’s a bit hackish as it reloads the editor quite visibly in front of the user causing a “flicker”. I suppose it should be possible to hide the container until one activates the builder-button (all using javascript as suggested in that post). Still, it’s a bit too hackish for my taste.

    But it’s enfold that renders that builder-button in the first place and hence there has to be some mechanism that could activate the ALB before the admin panel (or editor content box) is rendered. In fact it does with posts/pages that has been previously edited with the ALB so could anyone point me in the right direction for where i would need to look to do this modification to allow for NEW posts and pages to edited straight away with the ALB too?

    Hey!

    Please edit your post and click “Screen options” on the top right corner and check “Excerpt” and then scroll below your post and add your excerpt into “excerpt” field

    Cheers!
    Yigit

    Merhabalar,

    Appearance > Editor icerisinde child temanizin style.css dosyasina assagidaki kodu ekledim

    #header .widget {
        padding-top: 0;
        position: inherit;
        z-index: 999;
        float: right;
        padding-bottom: 0;
        margin-top: 10px;
        margin-bottom: -10px;
    }
    nav.main_menu {
        margin-right: 200px;
    }

    Menuye sag margin eklendigi icin mobilde logo ile ust uste gelebilir. Oyle bir durum olusursa lutfen bu linklere goz atin – http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/ ve http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/

    Best regards,
    Yigit

    #741229

    Thank you for the help! These two weren’t quite answered so I’ll try to elaborate better.

    3. The mobile menu doesn’t link accurately to my anchors.

    Okay I think I see the issue. I have “About Us” and “Pricing” on the navigation linked to color section anchors. I also have the squares below the slider “About Us” and “Pricing” linked to the same color section anchors. For some reason, on mobile, the nav menu links to those squares instead of the color section. I don’t have a CSS class designated for the squares, so not sure why it’s going to them instead of the color section. Did I do something wrong? I linked images below if that helps (about.jpg, about1.jpg, about2.jpg).

    4. The social share icons are not showing up at the top. Just looks like blank squares.
    This is a mobile issue only. I’ve added an image in the private area for this as well.

    Adjusting the main menu margin messes it up when it becomes a sticky menu. I’ll open a new ticket for that one. Thank you so much!

    #741226

    Hi Yigit,

    Yes, that’s what I thought. Just wanted to be sure :-)

    Can you please flag this topic as closed?

    Thanks & have a nice day,
    Monique

    #741206

    Hi,

    It is without media queries actually. Please use the code as following

    .rtl #mobile-advanced li > a:before, .rtl .html_header_mobile_behavior #mobile-advanced span > a:before, .rtl #mobile-advanced .mega_menu_title:before {
        left: auto;
        right: 0;
        margin-right: 10px;
        transform: rotate(180deg);
    }
    #top.rtl #header .social_bookmarks li:last-child {
        border-right: 1px solid #e2e2e2!important;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

Viewing 30 results - 84,871 through 84,900 (of 142,733 total)