Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #918572

    Hello Enfold!

    So the tabsection broke. First it broke like “normal” (https://kriesi.at/support/topic/width-problem-with-tab-section/) and I tried to fix it with a themeupdate. Now I cant even switch between the tabs anymore. In the Backend the tabsection and the elements are still… “fckd up” like in the topic I linked.

    I hope this is enough to understand my problems.

    Best wishes,
    Videmi

    #919126

    Hey Videmi,

    Can you give us the link to your login page? I tried clicking on the dashboard link which redirects to wp-admin page but it shows this:

    You must log in to access the back end.

    and no login form, tried wp-login.php also and it redirects to 404 page.

    Best regards,
    Nikko

    #920195

    Whoops. Thought the dashboardlink would lead you to the page. Sorry.

    Best regards,
    Videmi

    #920252

    Hi,

    Thanks for providing the link, I have checked your page is throwing a js error in the console. I would like to debug and isolate the issue, but I would need to ask for ftp access? also permission to temporarily disable all plugins (maintenance plugin would be last to disable and enable it asap) and also permission to switch to Enfold theme since you are currently using a child theme.

    Best regards,
    Nikko

    #920295

    Thank you for looking up the error!
    Also, permission granted. You’ve got the info. Good luck.

    Best regards,
    Videmi

    #920319

    Hi,

    Thanks for trusting us and giving us all access we need, I have modified enfold > js > shortcodes.js (line 47):

    $('.grid-links-ajax').avia_portfolio_preview();

    and replaced it with:

    if($.fn.avia_portfolio_preview)
    {
    	$('.grid-links-ajax').avia_portfolio_preview();
    }

    and all seems to be working fine now :)

    There’s also another js error which is also fixed now (though it didn’t contribute to the tab section not working):

    Uncaught TypeError: $ is not a function     (index):358

    which is caused by your js code in child theme:

    <script type="text/javascript">
    /* The first line waits until the page has finished to load and is ready to manipulate */
    $(document).ready(function(){
        /* remove the 'title' attribute of all <img /> tags */
        $("img").removeAttr("title");
    });
    </script>

    I modified it to this:

    <script type="text/javascript">
    /* The first line waits until the page has finished to load and is ready to manipulate */
    jQuery(document).ready(function(){
        /* remove the 'title' attribute of all <img /> tags */
        jQuery("img").removeAttr("title");
    });
    </script>

    Everything seems good now, just let us know if there are issues caused by these changes :)

    Best regards,
    Nikko

    #920382

    Thank you very much! Works wonderfully!
    So there is one last problem I don’t know how to fix myself. If you look at the linked pages you’ll see that the Teammember-Items are displaced.. Can you fix that too? :D

    Best regards,
    Videmi

    • This reply was modified 6 years, 8 months ago by Videmi.
    #920423

    Hi,

    Glad that we could help :) The issue is now fixed, the tab section was having layout issues when a tab content doesn’t have the complete columns added, for example adding just 1/3 column breaks the other tab content, to fix it I just completed/filled in the 2 1/3 columns. Let us know if you need further assistance :)

    Best regards,
    Nikko

    #920444

    Alright. That solution was too simple to think about. Amazing!

    I think thats all. You helped me a lot. Thank you very much! :D

    Have a nice weekend and best regards,
    Videmi

    #920659

    Hi Videmi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #921377

    Hi,
    yes, you can close it now.

    Thank you.

    Best regards,
    Videmi

    #921540

    Hi Videmi,

    Glad to hear that! Thanks for using Enfold :)

    Best regards,
    Nikko

    #921542

    Hi Videmi,

    Glad to hear that! Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.