Viewing 30 results - 87,091 through 87,120 (of 142,852 total)
  • Author
    Search Results
  • #721118

    Hey madmanbean,

    Please try adding following code to Functions.php file in Appearance > Editor

    function avia_change_fb_link(){
        if(wp_is_mobile() )
    ?>
     <script>
    jQuery(window).load(function(){
    jQuery('#top #wrap_all .av-social-link-facebook  a').attr('href','NEW LINK HERE');
    });
     </script>
    <?php
    }
    }
    add_action('wp_footer', 'avia_change_fb_link');

    Best regards,
    Yigit

    #721112

    Thanks, I figured out the css. This is resolved.
    #top .sub-menu {
    background: #0ddddf !important;
    }

    #721097

    Hey!

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

    #top .av_header_glassy.av_header_transparency .social_bookmarks li a {
        color: black;
    }

    Cheers!
    Yigit

    #721083

    Hey!

    Please refer to my post here – https://kriesi.at/support/topic/how-to-add-mobile-to-social-profiles/#post-677808

    Cheers!
    Yigit

    #721056

    Hi,

    try this code instead:

    @media only screen and (min-width: 768px) {
    .tribe_events {
    margin-top: -100px;
    }}

    Best regards,
    Andy

    #721052

    Hi,

    We have an ID to the colorsection and the below css to the Quick CSS section

    @media only screen and (max-width: 767px) {
    #sticky-section {
    position:fixed!important;
    top:0;
    }}

    It is a bit different from the desktop version, to achieve the exact same effect as desktop on mobile devicves will take a lot of time and we recommend hiring a freelancer.

    Best regards,
    Vinay

    • This reply was modified 9 years, 3 months ago by Vinay.
    #721040

    Ismael, that code seems to fix the event page view problem. However, I didn’t realize till now it had an adverse affect on my other posts (non-event posts) — causing them to be cut off on the top. So I had to delete the code you gave me above. Is there any way to get that code just to function on the single event pages of the Modern Tribe Event plugin, and not on every other post as well?

    Better yet, why is this even happening? I’d like to solve the origin of the problem rather than inserting a code to patch it…

    Thanks.

    Excellent! Top man, top theme and top support. Thank you so much.

    #721018

    Hi,

    I put this code into your Quick CSS field:

    section.av_textblock_section {
    margin-bottom: -190px !important;
    }
    .avia-image-container.avia-align-center {
    top: -135px !important;
    margin-bottom: -138px !important;
    }

    and now it seems to work fine. Can you confirm please?

    Best regards,
    Andy

    #721015

    Hi!

    Please try applying only this – https://kriesi.at/support/topic/change-language-of-widget-of-facebook/#post-720561
    If that does not help, please post FTP and WP admin logins here privately so we can look into it.

    Best regards,
    Yigit

    #721007

    In reply to: blog post excerpt

    Hey arcray!

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

    Regards,
    Yigit

    #720999

    this works better wit the animation

    .av-hamburger-inner::before,
    .av-hamburger-inner,
    .av-hamburger-inner::after {
    background-color: black !important;
    width: 32px !important;
    height: 2px !important;
    }
    .av-hamburger-inner::before {
    top: -8px;
    }
    .av-hamburger-inner {}
    .av-hamburger-inner::after {
    bottom: -8px;
    }

    .av-hamburger–spin .av-hamburger-inner::before,
    .av-hamburger–spin .av-hamburger-inner,
    .av-hamburger–spin .av-hamburger-inner::after {
    width: 32px !important;
    height: 2px !important;
    }

    .av-hamburger–spin.is-active .av-hamburger-inner::before,
    .av-hamburger–spin.is-active .av-hamburger-inner,
    .av-hamburger–spin.is-active .av-hamburger-inner::after {
    background-color: red !important;
    }

    #720991

    Hi,

    try this code:

    .flex_column.av_one_fourth.no_margin.flex_column_div.avia-builder-el-9.el_after_av_three_fourth.el_before_av_one_full a:hover {
    opacity: 0 !important;
    }
    #top .avia-button-fullwidth:hover {
    opacity: 1 !important;
    }

    Best regards,
    Andy

    #720986
    alphabeta23
    Participant

    I was hoping for an updated mobile menu for a while now, because the old mobile menu function, looks and animation are not very pleasing. I think the new Burger Menu now is very nice. But i am unhappy about the limitation of usage.

    – a burger menu usually is a mobile menu per definition. The burger icon replaces menu text because of the limited screen dimensions of mobile devices (on a sidenote, it is generally difficult to use for unexperienced users also because they don’t understand the burger icon)

    – in enfold, the “new burger menu” is used as an replacement of the normal text based menu, and if the theme is used on a mobile device, it changes to the “old mobile menu”… WTF? Wouldn’t it be much more logical to replace the “old mobile menu” with the “new burger menu” (and have it on desktop sizes as well, if the user wants that?)

    – this also would provide the possability to have the “new burger menu” together with a “logo in sidebar” gerneral layout

    is there any way to achieve my whishes with changes to function / style?

    cheers, philipp

    #720962

    Topic: IE 11 issues

    in forum Enfold
    Marcel
    Participant

    Hello!

    I am creating a new website with this beautiful theme and I’m almost finished the homepage. The page looks good on Firefox, Safari and Chrome but then I checked the site on Internet Explorer 11 … maybe a little bit too late …

    1. The background image (1920 x 1280 px) which is placed in a content-section is showing wrong in IE 11. The image is zoomed-in like 120%!!! The beak and the eyes of the owl are positioned wel in other browsers but too big and wrong positioned in IE 11.

    2. The alignment of the content of the 4 footer columns is also totally wrong in IE 11. Suddenly there is an enormous gap between the top of the footer and the text.

    I checked the “compatibility view” in IE but nothing happened. I really hope someone can help me with the issue, because a lot of customers are working with IE 11.

    Greetings Marcel

    #720957
    Amigs
    Participant

    Hi Support Teeam

    I have the problem on

    I would like to remove the admin bar: i found a sololtion here:

    https://kriesi.at/support/topic/how-to-hide-admin-bar/

    but on Safari Browser there is still this fuxxx admin bar.

    Do you now a solotion?

    I Try all of theme a Plugin, does not work.

    #720956

    Dear all, in addition to increasing the size of text in the contact form, I would like to change the font and the color of the inline-labels in the contact form. Appreciate your comment on this. Thanks, Christoph.

    #720950

    Hi Christophe,

    Please send us admin login details in private and specify on what page you are having this problem and what changes you are attempting when the problem occurs.

    Best regards,
    Rikard

    #720945

    Hi Brian,

    Ok, thanks for the feedback. Let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    paulseager
    Participant

    I am using Enfold theme and I have a client who wants no numbers visible on desktop view but wants to retain the default mobile view where it displays a numbers in the dots and a referenced list? Can you help please.

    #720916

    Hi,

    There’s more space on top of the logo so I think it will better to place it there, please try the following in Quick CSS:

    @media only screen and (max-width: 767px) {
    div.phone-info {
        top: 0px;
        left: 0px;
    }
    }

    Best regards,
    Rikard

    #720900

    Hi!

    You’re welcome. Just checked your site and it seems the image looks sharper and better. Let us know if you need anything that is related to this topic.

    Best regards,
    Nikko

    #720887

    well it would be nice to have a list similar to the magazine style of one category and with sortoptions by the existing tags
    – i build in that moment a town website and on some categories (pharmacie or doctors) it would be nice to have the oportunity to show only pharmacies in given district.
    if so i will tag all pharmacies with their town-district . there are plugins which can show me a list of category-posts with tag xy. But to have it in with minimum space requirements will be very nice.

    #720882

    In reply to: page white on mobile

    Hey BPC,

    You have this CSS in your style.css file:

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

    Please remove it or try to override it using this CSS:

    @media only screen and (max-width: 767px) {
    .page-id-5072 #main {
        padding-top: 0 !important;
    }
    }

    Best regards,
    Rikard

    #720870

    Hi,

    I have deactivated the cache plugin to troubleshoot the issue so we can see the css changes.

    Added the below css to Quick CSS

    /* Mobile Header */
    @media only screen and (max-width: 767px) {
    .header-scrolled #header_main  {
    position: fixed;
    top: 0;
    width:100vw;
    background:#FFF;
    }
    }

    The sticky header works good in mobile and desktop please hardrefresh and review the site :)

    Best regards,
    Vinay

    #720859

    When you view this page https://reefmarina.wpengine.com/entertainment/ – you will see the logo in white (transparent) but when you scroll down, it’s not going back to blue (full color) as it should.

    So over white background, it’s not visible.

    Another issue – content on different screen sizes (desktop) is not showing at all. See screenshots.
    When you drag the screen width wider – or narrow – it begins to show. But at a specific width, all content disappears.

    How do we fix this? Client getting grumpy at me as we are slow to launch now.

    Please help – thanks!!!

    #720850

    In reply to: Header in code block

    Hi,

    I made another menu for it and I need to insert another logo.

    If you want to display a different menu in a specific page, you’ll have to use one of the following plugins.

    // https://wordpress.org/plugins/menu-items-visibility-control/
    // https://wordpress.org/plugins/zen-menu-logic/

    For the logo, use this filter.

    // https://kriesi.at/support/topic/replace-site-logo-on-one-page/#post-657563

    Best regards,
    Ismael

    #720849

    Hey mandarkhamkar,

    Thank you for using Enfold.

    You can disallow those url and directory in the robot.txt file. Example.

    // https://kriesi.at/support/topic/gwt-problems-indexing-enfold-soft-404-with-search-activated-s/#post-707487
    // http://www.robotstxt.org/faq/prevent.html

    Best regards,
    Ismael

    #720847

    Hi,

    To hide the slider buttons in mobile view please add the below css

    @media only screen and (max-width: 767px) {
    #top .avia-caption-content .avia-button-center,
    #top .avia-caption-content .avia-slideshow-button {
        display: none;
    }}

    Best regards,
    Vinay

    #720845

    In reply to: Mobile menu

    Hi Alain,

    That is how it’s supposed to work, if you check that option then only top level menu items will be clickable.

    Best regards,
    Rikard

Viewing 30 results - 87,091 through 87,120 (of 142,852 total)