-
AuthorPosts
-
February 27, 2018 at 6:18 pm #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,
VidemiFebruary 28, 2018 at 4:00 pm #919126Hey 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,
NikkoMarch 2, 2018 at 10:28 am #920195Whoops. Thought the dashboardlink would lead you to the page. Sorry.
Best regards,
VidemiMarch 2, 2018 at 11:57 am #920252Hi,
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,
NikkoMarch 2, 2018 at 12:37 pm #920295Thank you for looking up the error!
Also, permission granted. You’ve got the info. Good luck.Best regards,
VidemiMarch 2, 2018 at 1:38 pm #920319Hi,
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,
NikkoMarch 2, 2018 at 3:23 pm #920382Thank 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? :DBest regards,
Videmi- This reply was modified 6 years, 8 months ago by Videmi.
March 2, 2018 at 4:32 pm #920423Hi,
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,
NikkoMarch 2, 2018 at 5:24 pm #920444Alright. 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,
VidemiMarch 3, 2018 at 7:41 am #920659Hi 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,
RikardMarch 5, 2018 at 10:27 am #921377Hi,
yes, you can close it now.Thank you.
Best regards,
VidemiMarch 5, 2018 at 4:21 pm #921540Hi Videmi,
Glad to hear that! Thanks for using Enfold :)
Best regards,
NikkoMarch 5, 2018 at 4:21 pm #921542Hi Videmi,
Glad to hear that! Thanks for using Enfold :)
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.