Forum Replies Created

Viewing 18 posts - 61 through 78 (of 78 total)
  • Author
    Posts
  • in reply to: Style of some elements doesn't work in mobile version #664371

    … ok, just one missing } in the css,
    excuse the trouble !
    Regards

    in reply to: scope of functions in the AVIA Layout Builder #664368

    … ok, thank you, was just to know if you already had something working to make some settings in the AVIA Layout Builder.

    But one can handle it via CSS, eg. if you write in the avia-builder.css

    a[href*=”avia_sc”] {
    color: blue;
    }

    _a[href=’#avia_sc_columns’],
    _a[href=’#avia_sc_columns_one_half’],
    _a[href=’#avia_sc_columns_one_third’],
    _a[href=’#avia_sc_columns_two_third’],
    _a[href=’#avia_sc_columns_one_fourth’],
    _a[href=’#avia_sc_columns_three_fourth’],
    a[href=’#avia_sc_columns_one_fifth’],
    a[href=’#avia_sc_columns_two_fifth’],
    a[href=’#avia_sc_columns_three_fifth’],
    a[href=’#avia_sc_columns_four_fifth’],
    _a[href=’#avia_sc_section’],
    _a[href=’#avia_sc_grid_row’],

    _a[href=’#avia_sc_text’],
    _a[href=’#avia_sc_hr’],
    _a[href=’#avia_sc_heading’],
    _a[href=’#avia_sc_icon_box’],
    _a[href=’#avia_sc_iconlist’],
    _a[href=’#av_font_icon’],
    a[href=’#avia_sc_headline_rotator’],
    _a[href=’#avia_sc_button’],
    a[href=’#avia_sc_button_full’],
    _a[href=’#avia_sc_content_slider’],
    a[href=’#avia_sc_notification’],
    a[href=’#avia_sc_tab’],
    _a[href=’#avia_sc_toggle’],
    a[href=’#avia_sc_promobox’],
    _a[href=’#avia_sc_contact’],
    _a[href=’#avia_sc_blog’],
    _a[href=’#avia_sc_magazine’],
    _a[href=’#avia_sc_portfolio’],
    _a[href=’#avia_sc_masonry_entries’],
    _a[href=’#avia_sc_team’],
    _a[href=’#avia_sc_table’],
    a[href=’#avia_sc_progressbar’],
    a[href=’#avia_sc_submenu’],
    _a[href=’#avia_sc_postslider’],
    _a[href=’#avia_sc_testimonial’],
    _a[href=’#avia_sc_catalogue’],
    a[href=’#avia_sc_animated_numbers’],
    a[href=’#avia_sc_countdown’],
    a[href=’#avia_sc_mailchimp’],
    _a[href=’#avia_sc_widgetarea’],
    _a[href=’#avia_sc_social_share’],
    _a[href=’#avia_sc_comments_list’],
    a[href=’#avia_sc_codeblock’],

    _a[href=’#avia_sc_image’],
    a[href=’#avia_sc_image_hotspots’],
    _a[href=’#avia_sc_video’],
    a[href=’#avia_sc_slider’],
    _a[href=’#avia_sc_slider_full’],
    _a[href=’#avia_sc_slider_fullscreen’],
    _a[href=’#avia_sc_featureimage_slider’],
    a[href=’#avia_sc_slider_accordion’],
    _a[href=’#avia_sc_layerslider’],
    _a[href=’#avia_sc_partner_logo’],
    _a[href=’#avia_sc_gallery’],
    a[href=’#avia_sc_masonry_gallery’],
    _a[href=’#avia_sc_gmaps’],

    _a[href=’#avia_sc_upcoming_events’],
    _a[href=’#avia_sc_events_countdown’] {

    display: none;

    }

    in reply to: Style of some elements doesn't work in mobile version #664003

    …maybe javascript adds a class below 1024px,
    I tried the css with .responsive and .js_active
    but no 😐

    in reply to: Style of some elements doesn't work in mobile version #663994

    … i tried it with max-itdt an max-height already, nevertheless with your code above, too. But no … 

    Hello Andy, this website is running without plugins … ;-)

    Hello Ismael,
    maybe you cannot reproduce it (… seems Andy was able to do it … ) because the domain has changed.
    PLEASE TRY IT AGAIN :-) with the instructions below … 

    Greetings, Jochen :-)

    Hello Andy,
    … the theme is updated to 3.6.1., but this does not change this issue. Any idea?
    Kind Regards

    Hi Andy, … hm, not sure you have had a look at the screenshot?
    I’m using nearly all kinds of mobile devices, iPhone, iPad, Samsung G. … etc.
    But the hardware doesn’t matter, even in e.g. Safari the effect can bee seen … 

    Hi Ismael, thank you!
    The close icon bg-color is ok,
    but the fixed mobile-menu still stays after using/clicking a link to an #anchor on the same page.
    Below another screenshot from a smart-phone.

    To fix this, I maybe need to know the .class which is added to the mobile-menu for the vanishing-effect.
    Then we can maybe add something like visibility:hidden in the css etc. … 

    Kind regards

    … and is there an way to change the bg-color of the close-menu-icon in the toggle menu?

    #advanced_menu_toggle {
    background: rgba(237,236,244,1.0) !important;
    }

    Writing something like above, only affects the open-menu-icon

    By the way, Transformicons would be nice … 

    yes, of course … 

    in reply to: hashchange event #651704

    Hi Andy, thank you. We did it with Waypoints now.
    Kind regards

    in reply to: hashchange event #651589

    bueno, hecho con waypoint entonces … 

    in reply to: enfold export / false menu locations after import #650900

    … after importing the whole database via php-my-admin it’s working now.

    But this seems to be an issue with the missing menu locations (at least with WP-Importer) which we recognized before several times, I guess after every move to another server. [ if you only have a few page an menu positions, it doesn’t matter, but in this case a lot more than 100 pages are connected to several sub_menus … 😅 ]

    Nevertheless, this is dissolved now … 

    in reply to: hashchange event #650828

    maybe »Waypoints« would be a solution, too … 

    in reply to: hashchange event #650725

    Hello Ismael,

    … in this one-page-website
    we want show the secondary-menu (here position at the right side of the page)
    not during or viewing the first section,
    but AFTER scrolling to the hashtag #eft, “EFT” in the menu, the second section in this case
    and fade it out again after scrolling to #TOP respectively #Willkommen.

    But anyway it would be nice to have the possibility to animate
    any element after reaching some special hashtag.

    Thank you very much

    in reply to: hashchange event #649257

    … do you have any idea ore solution for this case?
    Thank you.

    in reply to: Accordion toggle align to top of viewport // Deeplinking #648894

    I want to open a new thread but I don´t see any place to do this! Help please … 

Viewing 18 posts - 61 through 78 (of 78 total)