Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you, I will create different tickets from now on.
However you don’t seem to be reading my posts carefully enough as I have mentioned 2 times already this is not what I need. So please read my post carefully enough to provide an answer to the question I asked.
I DO NOT want the header to be invisible until the user scrolls down. I think I have mentioned this clearly enough on two occasions already and you keep pointing me in this direction.
I want to remove the sticky footer functionality and and have a static header on that specific page. What you are providing as a solution is a whole different thing.So please read my original post carefully, and my previous post as well if you find it necessary and give the answer to the question I asked.
Many of your colleagues are providing answers to questions much more complex than what I am asking with repeated replies and adjustments to make sure the topic is resolved.
I had 3 questions in relation to the same item. You provided an answer to one (which I should add did not work).
Again could you please read my posts carefully enough to provide answers at least to the first 2 questions if you consider the 3rd one so complex to require a freelance developer.Many thanks,
FlaviusHi Andy,
I’ve used the same ticket since all questions are related and concern the same page item, the header. Thought it would be better for you guys as well instead of 3 tickets to have just 1 :) But sure, I’ll use different ones from now on.
In relation to your reply, unfortunately the solution you proposed to the question “Is it possible to deactivate the sticky header on this page alone?” is not available in the Header visibility and transparency drop down of the page.
My question is if it’s possible to deactivate the sticky header and keep the header as it appears until you start scrolling so having a fixed header with no change when scrolling. Is there a way to do this for a single page and not for the whole site?In relation to the second question “is it possible to deactivate the top bar containing the secondary menu on this page alone?” I was hoping you would provide the code to do that as well…? I’m not a developer, I’m sure it’s possible and it would be much appreciated if you could provide a solution to this issue as well.
Many thanks,
FlaviusHi Andy,
Thanks for the reply.
Can you please confirm that replacing the fixed_header piece of code with the one you mentioned will only affect the page 89520 and not the whole site? The rest of the site pages will continue to have the fixed header defined by that code?Also could I please get an answer to the other 2 questions from my original post?
– Is it possible to deactivate the sticky header on this page alone?
– is it possible to deactivate the top bar containing the secondary menu on this page alone?Many thanks for your reply,
FlaviusHi,
Could I please get some clarification on the 3 points above? I provided the URL as requested and the detailed info on each of the 3 points.
Looking forward to your reply.Thanks,
FlaviusHi Ismael,
Yes, I am aware of that. That is not the problem. Please see my original message above. The logo resizes automatically, it was was just for test to see what it would look like.
However, we need to have a larger sized logo so that it would be more visible. It will obviously not be 1041x902px but it does need to be slightly larger than the other one 185x67px. And because of it’s square shape and the fact that it needs to be larger that the other one 185x67px it would not fit in the current space. Can you please help with the 3 issues I mentioned in my original message:”
Hi,I would like to have a different logo and link on a single page. I added this code in functions.php which seems to work:
add_filter(‘avf_logo’,’av_change_logo’);
function av_change_logo($logo)
{
if(is_page(72344)) {
$logo = “http://www.vuelio.com/uk/wp-content/uploads/2016/06/2016-Blog-Awards-Trophy-Design.png”;
}
return $logo;
}add_filter(‘avf_logo_link’,’av_change_logo_link’);
function av_change_logo_link($link)
{
if(is_page(72344)){
$link = “http://www.vuelio.com/uk/blog-awards/”;
}
return $link;
}However the logo on this specific page is larger than the logo on the rest of the site and square shaped so I would like to increase the height of the header containing the logo and the main menu (only on this page) while also keeping the main menu centered vertically within this new space.
This square shaped logo also doesn’t look good when scrolling down with the sticky header active. Is it possible to deactivate the sticky header on this page alone?
Finally, on the same one page, is it possible to deactivate the top bar containing the secondary menu?
I hope you will be able to help with the 3 issues above.
Thanks,
Flavius
“Hi Basilis,
Please see the link below.
Thanks,
FlaviusThank you Rikard. This worked just fine. Great support guys!
Hi,
Pasting it in a text box worked fine. The box is not centered though, it’s left aligned while some elements remain centered (URL added to the private content section).
I’m adding below the WP login.Best regards,
FlaviusHi Elliott,
Thanks for the quick reply.
I tried this solution but adding the codeblock element and using the code above in the codeblock returns the following on the page [avia_codeblock_placeholder uid=”0″] . I created a test page so you can see the result (URL added under private content).
Is there a way to do this through the Quick Css field? I tried a few fixes posted on this forum on Quick Css and all work well.Best regards,
Flavius-
This reply was modified 9 years, 9 months ago by
Flavius.
-
This reply was modified 9 years, 9 months ago by
-
AuthorPosts