-
AuthorPosts
-
January 22, 2016 at 5:57 pm #570248
HI. Is there a way to turn off the heading link as you can see on this site:
http://www.accesssi.net/newsite/uncategorized/msa-systems-integration-announces-access-systems-integration-re-branding/ (this is the link I want to remove as I just want to keep the way I have it set up as you can see here with the header not linking to anywhere. (http://www.accesssi.net/newsite/news-2/)Also, the same thing in the footer, can it link to the correct NEWS page (http://www.accesssi.net/newsite/news-2/), not the another blog page as I do not like that layout.
Thanks,
January 25, 2016 at 5:50 am #571089Hi Devon,
I’m not sure what you mean by heading link, could you try to explain a bit further please?
Best regards,
RikardJanuary 25, 2016 at 4:20 pm #571409The header apparently is set up as a default to link to another blog post page. I wanted to know if the header that is hyperlinked automatically can be turned off? Does that make sense?
January 25, 2016 at 6:31 pm #571527Hey!
You want the link of the blog post title, to be turned of?
is that correct?We wouldn’t suggest something like that, as it is bad for SEO, but please define us better
Regards,
BasilisJanuary 26, 2016 at 11:46 pm #572440Yes, I just want the blog post header LINK only not the title if that makes any sense? Obviously we want to keep the title of the article for SEO purpose.
January 28, 2016 at 5:57 am #573494Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.single .post-title a { pointer-events:none !important; }
Thanks,
RikardJanuary 28, 2016 at 6:01 pm #573918I am sorry – that didn’t seem to work. I wanted this page, where the heading doesn’t link. http://www.accesssi.net/newsite/news-2/
Not the page after its been selected (http://www.accesssi.net/newsite/uncategorized/msa-systems-integration-announces-access-systems-integration-re-branding/).Also, I still haven’t heard any answer on how to have the footer header to link to this page (http://www.accesssi.net/newsite/news-2/) not this page: http://www.accesssi.net/newsite/uncategorized/msa-systems-integration-announces-access-systems-integration-re-branding/
I really don’t like the format and prefer what I have set up on this page: http://www.accesssi.net/newsite/news-2/
Does this make sense?
January 29, 2016 at 6:38 am #574334Hi,
Try the following as well:
.page .post-title a { pointer-events:none !important; }
Thanks,
RikardJanuary 29, 2016 at 4:28 pm #574633Perfect. Thank you as that works.
Now my other question is how do I get the NEWS feed in the footer (right column) to link to the correct page as its still appearing the standard blog post. Is there a way to do that or can you tell me how to customized that page as I tried to follow the steps but nothing was working as I would like it to be the same layout as the first frontend of the page on the NEWS as you can see here (http://www.accesssi.net/newsite/news-2/).
Thanks,
February 1, 2016 at 5:33 pm #575917Hey!
Please add following code to Quick CSS
#top .fullsize .template-blog .post .entry-content-wrapper > *{ max-width: 100%; } .single h1.post-title.entry-title, .single .post-meta-infos { text-align: left!important; }
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
YigitFebruary 1, 2016 at 5:48 pm #575930Thank you. That works, however is there a way to turn off the share entry as I already put it in the blog originally. Unless there is a better way to set it up as I want it on the news page as it is currently set up. Also, is there a way to turn off the comments? I have on the backend in the blog layout that comment is unchecked, but still appearing on the page.
Thanks,
February 1, 2016 at 5:51 pm #575933Hi!
Please add following code to Quick CSS
footer .av-share-box { display: none; }
and then edit your blog posts and click “Screen options” on the top right corner and check “discussion” and scroll below your post and choose to disable discussion
Cheers!
YigitFebruary 1, 2016 at 5:56 pm #575935Thank you again so much!! You guys rock!
February 1, 2016 at 5:59 pm #575939 -
AuthorPosts
- The topic ‘Blog Post’ is closed to new replies.