-
AuthorPosts
-
May 7, 2014 at 6:12 pm #261432
Hi,
I work on Enfold 2.7.1, so thats the newest one.
In the update from 2.7 there are social media icons to share, but I don’t see them in my blogposts?
Categorys are clickable in the blogposts. How can I make it not clickable? If I use “.main_color a { pointer-events: none; }” then al my links are not clickable and “.category { pointer-events: none; }” don’t do any effect.
May 7, 2014 at 6:14 pm #261434I removed all my custom CSS and deactivate all my plug-ins, but all don’t make any effect.
The only thing I can think is my child theme?May 7, 2014 at 6:43 pm #261450I updated the files in my Child theme and now I have the Social share buttons. Why I must update my whole child theme files for every update? Now I think the Child theme is not usefull.
I have now only the problem that the categorys are clickable. And I have a new problem. The date’s are back in the last news widget from Enfold but the chanches that I make for that in my child theme are the same in these updated files. How can I removed back the dates from last news widget?
And last but not least: The social sharing toolkit is in english, how can I translate that to dutch?
May 8, 2014 at 3:32 am #261572Hey!
Thank you for using the theme and sorry for the delay.
On the child theme folder, did you copy any files from the parent theme folder? How did you update the child theme? If you don’t mind, please provide us with the link to the actual website and the current blog page. You can change the “Share on” string or text on includes > helper-social-media.php, find this code on line 223:
$name = isset($share['label'])? $share['label']: __("Share on",'avia_framework'). " " .ucfirst($key);
Best regards,
IsmaelMay 8, 2014 at 8:42 am #261683Hi Ismael,
The date problem is solved.
I think that I must reinstall my child theme, I have made the changings in the parend theme and it works.
I drag and drop the new files from my download via FTP in my child theme and when I will make the changes in this new files, I saw that the changes were still good.
How can you update a child theme corectly where I have made changes?Why Enfold make Tags and Category clickable? How can I remove the clickable categories and tags from tekst?
The problem you see here, named uitvaartverzekering. 1 tag and 1 category is clickable: http://besparenmetvergelijken.nl/wat-kost-een-crematie/I have now set this one in my quick CSS and it removes a few but not all. It removes only the word that I have make strong, but I think that I must use another method
.main_color strong a { pointer-events: none; color: inherit !important; }
When I use this, than all my links are nog clickable
.main_color a { pointer-events: none; color: inherit !important; }
Do you no how I can fix this?
May 8, 2014 at 12:59 pm #261753Hi!
Please add following code to Quick CSS instead
.blog-categories, .comment-container { pointer-events: none; }
Did you mean comment counter in post meta? I could not see tags on your post. If you do not want to keep comment counter in post meta clickable, remove .comment-container from custom CSS code
Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.