Forum Replies Created

Viewing 30 posts - 31 through 60 (of 102 total)
  • Author
    Posts
  • in reply to: page anchors on mobile devices #813778

    Hi Ismael,
    you already asked me to update before remember? If not, see here However, even though I updated after your previous request (which cost me a lot of time because I made many customisations) the problem was never solved!
    Now you ask me to update again. I will do so but it will cost me again many hours of work. Can you guarantee that the issue will be solved this time or is this just a strategy to postpone the support again???
    Cheers,
    Chris

    in reply to: page anchors on mobile devices #806430

    Hi Mike,
    many thanks for your reply. The links are neither working on android nor on the iphone (I’m using chrome on android and my customer faces the same issue on the iphone). This has already been confirmed multiple times by you colleagues as the problem exists for more than 6 months! Moreover, the problem is not only present on mobile devices but also under windows in chrome and other browsers. If you minimize the window to a width of 400px and try the link again you will see that it is not pointing to the appropriate position.
    Cheers,
    Chris

    • This reply was modified 7 years, 5 months ago by Chris2234.
    in reply to: page anchors on mobile devices #805569

    The thing is that the same situation occurred before (see here). I was asked to update which I did but since then the problem has not been solved despite the fact that I followed up many times. Now you ask me to update again without having solved the issue previously. Based on this experience, I doubt that updating will make a difference this time. However, I will follow you advice and I will update again but I also expect that the problem will be solved this time…

    in reply to: page anchors on mobile devices #805541

    Can I update safely without loosing all the customisations?

    in reply to: page anchors on mobile devices #803731

    Hi Mike,
    thanks for your reply. I attached the URL below. Many thanks for your efforts.
    Cheers,
    Chris

    in reply to: page anchors on mobile devices #801155

    The problem has not been solved yet! Can someone please take care of this?? I have been waiting much too long for a solution…

    in reply to: page anchors on mobile devices #786846

    vielen dank für deine bemühungen – du hast das problem gut erkannt- vergleiche bitte auch mal folgende URLs:

    in reply to: page anchors on mobile devices #784926

    Hi Kriesi,
    many thanks for finally picking this topic up. The problem is independent of any external plugins/customizations (this has been thoroughly tested before). If you install the theme and create a subpage which opens in a blank window the anchors do not work anymore (i.e., they link to the wrong position).
    Cheers,
    Chris

    in reply to: page anchors on mobile devices #776366

    no

    in reply to: page anchors on mobile devices #775724

    The navigation-error has not been solved. I paid for the support and I did not receive a viable solution for this obvious problem!

    in reply to: page anchors on mobile devices #737848

    why are you ignoring my questions???

    in reply to: Stop slideshow for 10 seconds on mouseclick #735933

    Hi Ismael,
    many thanks for your support. I think the adjustment does not work properly (cache has been cleared). That is, the slideshow does not stop after clicking a given slide. It should stop for 10sec and resume automatically after that period.
    Can you please post the code you inserted/specify the adjustments you made? Many thanks for your efforts.

    in reply to: page anchors on mobile devices #734740

    In order to make the navigation work I now used the very cumbersome workaround by installing the plugin and configuring the navigation of each individual page (more that 20 pages had to be updated).
    However, this solution is not very parsimonious because I have to update all individual pages manually whenever I create a new page. This will take a lot of work in the future.
    I don’t understand why nobody provided me with proper support in this matter and why my last messages have simply been ignored by the support team???

    in reply to: page anchors on mobile devices #733251

    I really need your support with this… Please provide me with a solution for the problem.

    in reply to: Stop slideshow for 10 seconds on mouseclick #733244

    Hi Ismael,
    many thanks for your support with this.
    Best wishes,
    Chris

    in reply to: page anchors on mobile devices #732591

    could someone please respond to my query asap??

    in reply to: Stop slideshow for 10 seconds on mouseclick #731578

    okay- sorry I found it and inserted the code snippet at line 4318 after:

        	_bindEvents: function()
        	{
        		var self = this,
        			win  = $( window );
    this.$slider.on('click', function(){
        			$.proxy( this.pause, this) );
        			setTimeout(function(){
        				$.proxy( this.resume, this);
        			}, 10000);
        		});

    However, this only caused that the slideshow disappeared. Can you let me know where exactly to paste the snippet. many thanks.

    in reply to: Editor not working (urgent!!!) #731484

    sorry! – my mistake – the disk quote of my webserver was exceeded. problem solved.

    in reply to: Editor not working (urgent!!!) #731270

    I cannot edit any pages and the content of my startpage is completely gone… I hope you can help me with this as fast as possible! Thanks

    in reply to: Stop slideshow for 10 seconds on mouseclick #731094

    Sorry but I cannot find the file. I used the following path: /wp-content/themes/enfold/js/
    Please specify the exact path using my domain. Many thanks.

    in reply to: page anchors on mobile devices #730670

    currently visitors cannot navigate the page on mobile devices (the menu-links are pointing to the wrong website sections). this is an unacceptable situation for my customer and needs to be fixed quickly. please let me know asap how you will deal with this issue…

    in reply to: Stop slideshow for 10 seconds on mouseclick #730668

    Hi, there is no such file in the theme folder – only 2 subfolders (/aviapopup and /mediaelement).

    in reply to: page anchors on mobile devices #730667

    I cannot wait so long because my customers are getting pushy. It would be good if someone could please take care of this ASAP.

    in reply to: page anchors on mobile devices #730414

    Have the developers of the theme fixed this bug by now? I do not want to rely on external (third party) plugins. The main reason is that it is a lot of extra work and not a very parsimonious solution for a relatively simple problem. Moreover, i am not the only user who faces this issue… I really need support with this asap because my customer is very unhappy with this…

    in reply to: Stop slideshow for 10 seconds on mouseclick #730413

    where exactly can I find the shortcodes.js – can you please specify the full path. many thanks…

    in reply to: page anchors on mobile devices #700585

    good idea! unfortunatelt the plugins only allow me to hide specific menue items on subpages but i cannot define and embed new menues…

    in reply to: Table width #700558

    Hi Ismael,
    thanks for the code snippet. unfortunately its not working for me. The table is not properly formated when you minimize the browser window… most of the data is not visible at all… thanks for your efforts!

    in reply to: page anchors on mobile devices #700553

    Hi,
    the navigation is still not working and your js solution is also not working when I change the menue links from relative to absolute paths (this is necessary otherwise visitors cannot use the main menue when they are on subpages)….

    in reply to: page anchors on mobile devices #699770

    Perhaps one could achieve a working anchor tag functionality by referring to a div class not an id.

    function to_position(divid){
         $('html, body').animate({scrollTop:$(divid).position().top - 50 }, 'slow');
     }
     to_position('#my_id')
     //or class, or whatever jquery selector
     to_position('.my_class')
     //
     to_position('input[name="lorenzolamas"]')

    See http://stackoverflow.com/questions/1567836/anchor-tag-to-go-to-the-beginning-of-a-div-class-w-using-jquery

    • This reply was modified 8 years ago by Chris2234.
    in reply to: Table width #699349

    I created a new table using the predefined enfold element. however, it is not displayed correctly on mobile phones. especially the first column is not shown correctly on smaller screens. many thanks for your support.

Viewing 30 posts - 31 through 60 (of 102 total)