-
AuthorPosts
-
November 26, 2015 at 2:21 pm #543126
Hey,
the links are not working on my blog posts: http://www.newyorkhotellbokning.se/
What shall I do?
Thanks
CharlotteNovember 26, 2015 at 2:44 pm #543145Hi Charlotte!
Have you tried going to Settings > Permalinks and flushing permalink settings?
Cheers!
YigitNovember 26, 2015 at 2:48 pm #543153Permalinks setting is on Post name
No problem on my other blogs.
What is flushing?
November 26, 2015 at 3:03 pm #543170Hey!
Changing the option, saving and then setting it back to post name and then saving again. Please try and let us know if it helps or not.
Regards,
YigitNovember 26, 2015 at 3:07 pm #543173No.. that did not help..
November 26, 2015 at 3:11 pm #543174..and it is just the links in the blog post that is not working on http://www.newyorkhotellbokning.se
the link is working on the actual blog page : http://www.newyorkhotellbokning.se/ludlow/
- This reply was modified 8 years, 12 months ago by charlotteraboff.
November 26, 2015 at 3:20 pm #543183Hi!
Oh now i see the issue. Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and edit your widget area element on your home page above your blog posts and give it a custom CSS class and then add following code to Quick CSS
.your-custom-class.avia-builder-widget-area { height: 220px; }
Regards,
YigitNovember 26, 2015 at 3:35 pm #543198Thanks..
I have added the code to the functons.php file
And added just a name: blogs to the custom css field in the blog post widget
Added this code the quick css but it is still not working.
What I have done wrong?.blogs.avia-builder-widget-area {
height: 220px;
}- This reply was modified 8 years, 12 months ago by charlotteraboff.
November 26, 2015 at 3:37 pm #543200Another questions: What happens with the code added to functions.php when the theme is updated? Will it stay?
November 26, 2015 at 3:44 pm #543210Hi!
Do you mind creating a temporary admin login and posting it here privately once again?
Yes, it will be overriden but actually it is added at the bottom of Functions.php file but it is commented out. You can simply remove // in front of the code to enable it (please do not do it when you have the code you manually added in the file)Cheers!
YigitNovember 26, 2015 at 3:47 pm #543211OK, thanks for your quick replies :)
Here comes the loginNovember 26, 2015 at 4:14 pm #543238Hi!
Please use following code instead
.home .template-blog + .avia-builder-widget-area { height: 200px; }
You are welcome :)
Regards,
YigitNovember 26, 2015 at 4:29 pm #543246Much better :) Thanks.
-
AuthorPosts
- The topic ‘Links not working on blog posts’ is closed to new replies.