-
AuthorPosts
-
March 19, 2018 at 1:37 am #928835
Hi Enfold team,
I am not sure why but it seems to me that you remove the option to apply a link to column box from the “columns.php” of the lasts update
We have just updated the theme from v3.7 to 4.2 and came upon this issue, I tried to debug it but it seems to be gone from the codeLink to the old solution https://kriesi.at/support/topic/apply-link-to-column-box/
Is there any new way to activate this feature or is it gone forever?Thank You
March 19, 2018 at 11:51 am #929008Hi Sh0rty,
If you have modified any files of the Enfold theme, we suggest using a child theme: https://kriesi.at/documentation/enfold/using-a-child-theme/ this way you can make modifications without losing them on the theme update. As for the instruction on the other thread, you just need to turn on custom css, which can now be done in Enfold > Layout Builder > and check Show element options for developers: https://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
As for the js code, you just need to add it on the functions.php of the child theme. Hope it helps.
Best regards,
NikkoMarch 20, 2018 at 5:48 pm #929996Hi Niko,
Thanks for the fast reply but my question was referring to the “apply a link to column box” as mention in this post https://kriesi.at/support/topic/apply-link-to-column-box/Regarding the topics, you mention in your reply
1. Child theme – surely, we work with a child theme and make modifications only over there
2. Css filed is also enabled but doesn’t affect the “apply a link to column box”
3. Js code is also added to the function.php but this also did not affect the “apply a link to column box”
as this did not work out I was doing some digging and found out that you remove this functions from the “columns.php”
so… the js cannot enable it, here you can see that the code it missing compares to the “columns.php” from the older version
https://ibb.co/mHF87xQ: Is there any new way to activate this feature or is it gone forever?
March 21, 2018 at 10:59 am #930479Hi,
I have checked 3.7 and even 3.6 but I could not find that part of the code, and I don’t think it will be added, though you can always try to build one. The js code should still work, it would look for the column with that specific class name and look for the first < a > tag’s href value, which will be used as the link where you will be redirected once the column is added. If that doesn’t work on your end, please give us a temporary admin access, so we can check and also give us a link to the page where you have applied it.
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.