Forum Replies Created

Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • Hi,

    You can close this one – i solved it by myself by tweaking the helper-main-menu.php :)

    thanks anyway,

    best regards
    Marcus

    Hi Rikard,

    sorry for the mess up. ( by the way: i can see the screenshot in the posting…)

    Maybe this will work:

    Enfold Header

    With description:

    Enfold Header Description

    The site is under construction and at the moment runs only on my local dev-server, so unfortunately i can not provide a working link.

    Hope you can help me to achieve this anyway.

    Thanks

    Marcus

    Hi Yigit,

    Thanks for the hint.

    It wasn’t the “kontakt”-menu item that caused the trouble (since this was linked via a page-link), it was the first menu-item which pointed to “/#top” by an individual link. Removing the #top solved the flickering.

    Still don’t understand why this causes trouble on the subpage.

    Thanks anyway for your great support.

    best regards,

    Marcus

    Hi Rikard,

    Thanks for your answer.

    I use Safari 9.0.3 / OS X 10.11.3 and Firefox 48.0.1

    If you click on “kontakt” and start scrolling in both browsers the pointer starts to flicker between “schwarz coaching” and “kontakt”. when you stop scrolling the pointer stays on the one or the the other. this only occurs on the subpage (“kontakt”) since the initial page (“schwarz coaching”) is mainly a one-pager, containing the rest of the menu points as color-sections.

    I can reproduce this on 2 different machines, with 2 different browsers (safari / Firefox)

    P.S. Just installed a fresh copy of chrome Version 52.0.2743.116 (64-bit) and can reproduce the same behavior (flickering, sometimes pointing on the first menu point instead of “contact”)

    regards,

    Marcus

    in reply to: Sort filter masonry with portfolio items #671010

    Hi Yigit,

    All plugins worked well. Found the error in my own style.css – while trying to control the masonry animation i messed up the opacity parameter. My bad…. Sorry for the confusion.

    Thanks for your support.

    Best regards,

    Marcus

    in reply to: Sort filter masonry with portfolio items #670722

    Any news on this?

    I think the whole filter option in the masonry element – I’m using it with portfolio items – isn’t working right.
    the results become stranger and stranger after every click on a filter tag.

    Hope to get an answer soon – I need this thing working…

    Best regards,

    Marcus

    in reply to: Remove Textanimations from Slider (Full-Width)-Element #665659

    Thanks Yigit !

    Stupid me :) – This did the trick

    Added this to shut of the caption-text on Smartphones:

    @media only screen and (max-width: 767px) {
    .avia-caption-content {
    display:none !important;
    }
    }
    

    Case solved –

    Best Regards,

    Marcus

    in reply to: Remove Textanimations from Slider (Full-Width)-Element #665193

    Hi Yigit,

    Here are the login credentials.

    Thanks,

    Marcus

    in reply to: Remove Textanimations from Slider (Full-Width)-Element #664409

    Hi Rikard,

    unfortunately this did not change one thing. Still animating, still animation and caption on mobile.

    regards,

    Marcus

    in reply to: Remove Textanimations from Slider (Full-Width)-Element #663609

    no Problem:

    in reply to: One Page Layout Menu pointer #618154

    Hi Vinay,

    thanks for your reply. Unfortunately this didn’t do the trick.

    I added the php function to the function.php of my theme-Child, added the “avia-section” to all of my colorsections of my one-pager, but nothing changed: same pointer-issues as before. ( since the site runs on only on my localserver i can’t give access to check what is wrong)

    A theme-update with this bug fixed is really due!

    regards,

    Marcus

    in reply to: One Page Layout Menu pointer #616234

    Thanks Vinnie,

    I added the function to my Child-Theme function.php, but i don’t know how and where to add the mentioned class name “avia-section”.

    Maybe you could explain me how to do this

    best regards

    Marcus

    in reply to: One Page Layout Menu pointer #616209

    Hi there,

    Since the latest 2 Updates didn’t address this issue, i would like to know when you will fix this bug?

    best regards,

    Marcus

    in reply to: Running Enfold in Borders / Passepartout #458114

    Thanks Josue,

    Feature request is posted : )

    in reply to: Running Enfold in Borders / Passepartout #457574
    This reply has been marked as private.
    in reply to: Post Slider Element Bug after Update to 2.7.1. #262509

    Thanks Kriesi, this worked! :)

    Best regards,

    Marcus

    in reply to: Post Slider Element Bug after Update to 2.7.1. #262056

    nope.

    Sorry, but we are back at square one. All looks again like in the first picture i posted….

    in reply to: Post Slider Element Bug after Update to 2.7.1. #262015
    This reply has been marked as private.
    in reply to: Pan lock on Google Map element #259002

    Hi Jeroen,

    I had the same problem and solved it by editing the shortcode.js file (its in the js folder of the theme)

    You have to look for the this.mapVars Variable and add a “draggable: false” somewhere inbetween.
    Should look like this:

    this.mapVars = {
    				mapMaker: false, //mapmaker tiles are user generated content maps. might hold more info but also be inaccurate
    				mapTypeControl: false,
    				draggable: false,
    				backgroundColor:'transparent',
    				streetViewControl: false,
    				panControl: this.$data.pan_control,
    				zoomControl: this.$data.zoom_control,
    				scrollwheel: false,
    				zoom: this.$data.zoom,
    				mapTypeId:google.maps.MapTypeId.ROADMAP,
    				center: new google.maps.LatLng(this.$data.marker[0].lat, this.$data.marker[0].long)
    			};
    

    This does the job for me, but you loose the Pan-Option everywhere

    Best regards,

    Marcus

    in reply to: Blog Single Page Breadcrumbs #250610

    Hi Devin,

    once again i tried resetting the permalinks without any change:

    With Theme pointing to the blogpage:
    – Page 1 of the Blog displays no sidebar
    – Page 2 of the blog ends in a Page not found error

    With theme not pointing to blogpage:
    – Page 1 of the blog displays no sidebar
    – Page 2 shows but in a different (default) Site-template

    I already provided you an adminaccount to have a look at this… Since this should be a basic feature and no fancy customization i hope you will be able to solve this.

    Again: no plugins activated,
    maybe this is a problem of the multi-site-installation of wordpress?

    best regards,
    Marcus

    in reply to: Blog Single Page Breadcrumbs #249718

    Hi Peter,

    Thanks for your reply.

    Unfortunately nothing changed after pasting the code into the functions.php of the child-theme.

    Still no sidebar on the Blog-overview-page, still the pagination problem, and still the category in the breadcrumbs.

    I also assume, that this solution wouldn’t work with my multi-site-setup, since the blogpage in the german version would have a different ID than the blogpage of the english version, but both depend on the same functions.php ?

    sorry to bother you further on, but i need at least get the pagination and sidebar problem solved….

    best regards,

    Marcus

    in reply to: Blog Single Page Breadcrumbs #249267
    This reply has been marked as private.
    in reply to: Style options for the new Google Maps Element #246321

    Fair enough : )

    Thanks for your reply…

    Best regards,

    Marcus

    in reply to: Vertical Spacing Portfolio Grid #245825

    Oh my god! : )

    Stupid me…. could have thought of this myself… instead i messed around with ajax sorting routine :)))

    Thanks a lot.

    in reply to: Style options for the new Google Maps Element #245176

    Me again : )

    Would it be possible to integrate a hardcoded value for lightness and saturation in the “_applyMapStyle: function()” in the shortcodes.js ?

    This seems for me to be the easiest way to gain a bit more control over the style of the map. how could i integrate a fixed value for this variables (lightness and saturation) in this function? or am i totally wrong at all?

    any help would be appreciated…

    thanks :)

    in reply to: Style options for the new Google Maps Element #245170

    Hi Peter,

    Thanks for the fast reply and your helpful hints.
    Since i am more a design guy, i think this will be a bit to difficult for me, but i’m gonna try it anyway :)

    Best regards,

    Marcus

Viewing 26 posts - 1 through 26 (of 26 total)