Forum Replies Created
-
AuthorPosts
-
Hi @Yigit
Thank you for your help.
It’s great what you have done.
Just one change and I think we have it working.
The Donate Button is too large (height) I want it to look like a normal button height.
You mentioned that I can change this to adjust the height of the button
margin-top: 130px;but when I change that it hides the header.
Please can you let me know how can I make it normal height button.
Once again I appreciate all your help.
Thank you.
January 18, 2021 at 11:44 pm in reply to: Create Button In Header for Desktop Version and top for mobile #1273504Hi Victoria,
I will break it down for you.
I want to create a full-width sticky button above the header.
I did the following to implement it
**In Header Widget I have added**[av_button_big label='DONATE' description_pos='below' icon_select='yes-left-icon' icon='ue806' font='entypo-fontello' link='manually,https://www.humanitycarerelief.org.uk/donations/support-humanity-care-relief-projects/' link_target='' size='large' position='center' icon_select='yes' icon_hover='aviaTBicon_hover' icon='ue82b' font='entypo-fontello' color='custom' custom_bg='#db332a' custom_font='#ffffff' admin_preview_bg=''][/av_button_big]
**In Function.php I am adding**
add_action( ‘ava_main_header’, ‘enfold_customization_header_widget_area’ );
function enfold_customization_header_widget_area() {
dynamic_sidebar( ‘header’ );
}**In Quick CSS I have added**
@media only screen and (min-width: 990px) {
#header .widget { display: none !important; }
}custom_html-2 .custom-html-widget {padding: 0 50px; width: 767px;
margin: auto;}
#custom_html-2.widget {background-color: #ffcd03;}
#custom_html-3 .avia-button.avia-size-large {
font-size: 20px!important;
}
@media only screen and (max-width: 767px) {
#custom_html-2 .custom-html-widget {
width: auto;
}
}
#header .widget {
left: 0;
top: -5px;
transform: translate(0%);
width: 100%;
padding: 0;
}Once I done that … then the layout of my website broke down.
See screen shot #1
https://www.humanitycarerelief.org.uk/wp-content/uploads/2021/01/Mobile-1.jpg
What’s wrong with this screen shot
1. look at the height of the button
2. where is the burger menu
3. it is showing social icons when it shouldnt show
4. Save Live in Yemen (it is showing two banners whilst top one is for Desktop and the bottom one for mobileSee screen shot #2
https://www.humanitycarerelief.org.uk/wp-content/uploads/2021/01/Mobile-2.jpgMobile view is showing 3 column when it should show each image in single column
See screen shot #3
https://www.humanitycarerelief.org.uk/wp-content/uploads/2021/01/Mobile-3.jpgSame issue as above
See screen shot #4
https://www.humanitycarerelief.org.uk/wp-content/uploads/2021/01/Mobile-4.jpgSame issue as above the whole mobile layout is broken.
I had to disable all the codes on the website as I wasn’t getting any response from the support team. Because I cannot leave the website in this state.
There is something wrong with the HTML code but I am struggling to figure out what.
Because as soon as I enable that this happens.
So far everytime I had a problem your support team has helped me but this time it’s been slow.
If you see this ticket and the other ticket I have provided login details at both of them so if you want you can login and enable those codes and see it yourself.
Looking forward to hearing from you.
PS. if you can give me exact UK time when you are online to see this then I can enable the code so you can see the live website being affect by this.
Kind regards,
January 18, 2021 at 11:24 am in reply to: Create Button In Header for Desktop Version and top for mobile #1273298I had to disable the code as the website was completely broken. I am having the same issue across multiple websites.
Another ticket logged here with the similar issue.
I have taken the screenshot of the issue for Desktop issue and Mobile Issue
Desktop
https://www.humanitycarerelief.org.uk/wp-content/uploads/2021/01/HCR-Page-Capture.pngMobile
https://www.humanitycarerelief.org.uk/wp-content/uploads/2021/01/Mobile-1.jpg
https://www.humanitycarerelief.org.uk/wp-content/uploads/2021/01/Mobile-2.jpg
https://www.humanitycarerelief.org.uk/wp-content/uploads/2021/01/Mobile-3.jpg
https://www.humanitycarerelief.org.uk/wp-content/uploads/2021/01/Mobile-4.jpgPlease please can someone help me with this?
Kind regards
Hi,
I had to disable the code as the website was completely broken and for 19 hours I haven’t received a response.
I have taken the screenshot of the issue for Desktop issue and Mobile Issue
Desktop
https://www.humanitycarerelief.org.uk/wp-content/uploads/2021/01/HCR-Page-Capture.pngMobile
https://www.humanitycarerelief.org.uk/wp-content/uploads/2021/01/Mobile-1.jpg
https://www.humanitycarerelief.org.uk/wp-content/uploads/2021/01/Mobile-2.jpg
https://www.humanitycarerelief.org.uk/wp-content/uploads/2021/01/Mobile-3.jpg
https://www.humanitycarerelief.org.uk/wp-content/uploads/2021/01/Mobile-4.jpgPlease please can someone help me with this?
Kind regards
I have the same issue on http://www.viaremovals.co.uk but on this one I want to show one button on desktop and one of mobile.
Desktop is working but the mobile layout is all messed up.
Please HELP URGENTLY.
Kind regards
- This reply was modified 3 years, 9 months ago by projectt_co_uk.
This is what I am trying but the button is showing on the logo .. Rikard’s solution doesn’t work as it adds extra space above the header and makes the button completely out of line.
**In Header Widget I have added**
[av_button_big label='DONATE' description_pos='below' icon_select='yes-left-icon' icon='ue806' font='entypo-fontello' link='manually,https://www.humanitycarerelief.org.uk/donations/support-humanity-care-relief-projects/' link_target='' size='large' position='center' icon_select='yes' icon_hover='aviaTBicon_hover' icon='ue82b' font='entypo-fontello' color='custom' custom_bg='#db332a' custom_font='#ffffff' admin_preview_bg=''][/av_button_big]
**In Function.php I am adding**
add_action( ‘ava_main_header’, ‘enfold_customization_header_widget_area’ );
function enfold_customization_header_widget_area() {
dynamic_sidebar( ‘header’ );
}**In Quick CSS I have added**
@media only screen and (min-width: 990px) {
#header .widget { display: none !important; }
}custom_html-2 .custom-html-widget {padding: 0 50px; width: 767px;
margin: auto;}
#custom_html-2.widget {background-color: #ffcd03;}
#custom_html-3 .avia-button.avia-size-large {
font-size: 20px!important;
}
@media only screen and (max-width: 767px) {
#custom_html-2 .custom-html-widget {
width: auto;
}
}
#header .widget {
left: 0;
top: -5px;
transform: translate(0%);
width: 100%;
padding: 0;
}What I want to achieve.
I want to have a Full-Length Sticky Button above Header on Mobile ONLY. I don’t want the header (logo and burger menu to be sticky)
Right now my button is of full length but the layout of the whole website is broken. It is also showing the button on desktop but it shouldn’t as my CSS is telling it to hide the button on the desktop.
Please your help is urgently needed.
Kind regards,
- This reply was modified 3 years, 9 months ago by projectt_co_uk.
January 14, 2021 at 9:19 pm in reply to: Create Button In Header for Desktop Version and top for mobile #1272531Hi,
I know this an old thread.
But the issue is the same.
The above solution which worked at the time has stopped working since the update. I am not sure what has changed but the buttons are now broken on mobile.
Desktop seems to working okay.
Please can someone help.
I am having a similar issue on another website for which there is another case logged.
Hi Rikard,
This has totally messed up the layout on mobile.
I want the button to be full length above the header.
Please can someone help.
Kind regards,
Hi,
Thank you for your help.
I have followed your steps on another website. http://www.humanitycarerelief.org.uk
As you can see I have a donation button on desktop and mobile. However, I had to position the button on the desktop to show it in the white space.
I want to do this.
I want to leave the button as it is on the desktop
I want to show the button as fullwidth on mobile above my logo and burger menu iconso basically I want two buttons
one to show on desktop according to the header position
second to show on mobile sticky full-width on top of the page.Please can you help me urgently as it is not looking right on mobile?
I have tried adding the HTML for the full-width button but it breaks down the whole website’s responsiveness.
I would appreciate if you can help me resolve this. I have provided the details in the private message section.
Thank you in advance.
Kind regards,
Hi Jordan,
Thank you for your reply.
Unfortunately, this is not something I am looking for.
I need want to add a button to the top of my mobile feed which stays there as the user scrolls down.
I will be calling the button Donate Now.
I want it to be a full width button for mobile.
Looking forward to receiving your reply.
I have always added a button to header on http://www.viaremovals.co.uk but on mobile it doesn’t work properly. That’s why I have disabled it on mobile. You can see the code in child theme function file.
Kind regards,
- This reply was modified 3 years, 10 months ago by projectt_co_uk.
October 26, 2020 at 10:01 am in reply to: General Styling & Advance Styling Options Not Working #1255663It also seems that my CSS codes are not working either.
I am trying to hide the blog date from my masonry layout on blog page using this code
span.av-masonry-date {
display: none!important;
}But it is not having any effect.
Kindly look into this as a matter of urgency.
Kind regards,
September 15, 2019 at 1:33 am in reply to: Full width slider button not showing on mobile – Sperator Icon at the start #1138434This reply has been marked as private.July 9, 2019 at 9:07 pm in reply to: Full Screen Video Slider in Header for Desktop and Mobile #1117200Thank you Rikard,
I know that but I would like to find a way around this problem for mobile.
I have tried video element but it doesn’t auto play.
I want something where my video started to auto play when page is loaded.
What are your or other team members’ suggestion for this.
It was caused by a security plugin … we uninstalled and reinstalled the plugin and it is all working now.
Thank you for looking into.
Thank you for your explanation.
How can I apply the same animation to background colour e.g. to a colour section. Is it possible?
If yes how would I implement that?
Kind regards,
http://www.projectt.co.uk- This reply was modified 5 years, 7 months ago by projectt_co_uk.
Perfect … That work like a charm …
Thank you for your help.
Just for future reference … How should I copy other CSS stylings from the websites you provided?
e.g. other button styles, background styles etc. etc.
Your help will be appreciated.
Hi Mike,
I am not too familiar with this setup …
If I want to apply this button to my website …
What should I do …
Step by step guide would be very helpful. (Where would I enter the HTML and what labels should I use)
Kind regards,
March 4, 2019 at 4:41 pm in reply to: Hide Video Title and YouTube Branding in the full screen slider #1074425Hi @ismael,
Please see below the two screenshots from video playback from my website https://www.theultimatesecret.co.ukAs you can see that in the first screen shot it shows the video name and the channel icon in the top left hand corner.
In the second screenshot it shows the YouTube control icons in the top right and bottom right hand corners.
https://www.theultimatesecret.co.uk/wp-content/uploads/2019/03/Video-Play-Back-Showing-the-Video-Title-1.png
https://www.theultimatesecret.co.uk/wp-content/uploads/2019/03/Video-Play-Back-Showing-the-Video-Title-2.pngPlease can you help me as to how can I disable these so that it only shows the video.
I am using Firefox browser when I have taken these screen shots.
Kind regards,
January 24, 2019 at 1:52 am in reply to: Create Button In Header for Desktop Version and top for mobile #1057992Hi Victoria,
Yes I managed to resolve the issue…
Thank you for your help.
Kind regards,
http://www.projectt.co.ukJanuary 17, 2019 at 2:37 am in reply to: Create Button In Header for Desktop Version and top for mobile #1054826I have got the button in place now.
I have inserted this code
[av_button_big label='Our Reviews on YELL.COM' description_pos='below' link='manually,https://www.yell.com/biz/via-removals-and-storage-ltd-colne-7835837/' link_target='_blank' icon_select='yes' icon_hover='aviaTBicon_hover' icon='ue82b' font='entypo-fontello' color='custom' custom_font='#000000' color='custom' custom_bg='#fad900' color_hover='custom' custom_bg_hover='#e67227' custom_class='' admin_preview_bg=''][/av_button_big]
However it is not showing the icon on the button I would like to show love heart icon on the button.
Please can you help.
Kind regards,
http://www.projectt.co.ukJanuary 17, 2019 at 1:59 am in reply to: Create Button In Header for Desktop Version and top for mobile #1054819Hi Victoria,
I have followed the instructions and inserted the codes as follows
FUNCTION.PHP
add_action( ‘ava_main_header’, ‘enfold_customization_header_widget_area’ );
function enfold_customization_header_widget_area() {
dynamic_sidebar( ‘header’ );
}HEADER WIDGET
[av_button_big label='Our Reviews on Yell.com' description_pos='below' link='manually,https://www.yell.com/biz/via-removals-and-storage-ltd-colne-7835837/' link_target='_blank' icon_select='no' icon='ue800' font='entypo-fontello' custom_font='#000000' color='custom' custom_bg='#fad800' color_hover='custom' custom_bg_hover='#d9751a' custom_class='' admin_preview_bg=''][/av_button_big]CSS
#top .av-fullscreen-button .avia-button-fullwidth {
padding: 10px 0px;
}The button is still very thick …
Now it has created extra white space at the top for desktop and mobile instead of being right at the top without any gap.
Please can you give me a solution to this problem.
Thank you
January 16, 2019 at 12:30 am in reply to: Create Button In Header for Desktop Version and top for mobile #1054416Ohh finally I forgot to ask Can I include an image in the button or an icon in the button?
How would I do that?
And it is showing as round button on some screens. I would like it to be straight full screen.
Check here: http://new.viaremovals.co.uk/product/house-removal
Thank you.
- This reply was modified 5 years, 9 months ago by projectt_co_uk.
January 16, 2019 at 12:29 am in reply to: Create Button In Header for Desktop Version and top for mobile #1054413Hi,
By copying the settings from another thread I managed to create the button here http://new.viaremovals.co.uk/however I would like the button to be narrow and thin like above the header
At the moment it is showing very thick button.
Please can someone guideFYI and Special thanks to @Guenni007 (https://kriesi.at/support/topic/social-icons-in-the-footer-3/#post-942800)
I did the following
Copied the following code to Child Function.php
add_action(‘ava_main_header’, function() {
echo ‘<div class=”button-on-top”>’;
echo do_shortcode(“[av_button_big label='Our Reviews on Yell.com' description_pos='below' link='manually,https://www.yell.com/biz/via-removals-and-storage-ltd-colne-7835837/' link_target='_blank' icon_select='no' icon='ue800' font='entypo-fontello' custom_font='#000000' color='custom' custom_bg='#fad800' color_hover='custom' custom_bg_hover='#d9751a' custom_class='' admin_preview_bg=''][/av_button_big]“);
echo ‘</div>’;
});Then copied the following in quick CSS
#top #button-on-top .avia-button-fullwidth {
padding: 10px 0px;
}The button works but as I said above the I want to make it narrow.
- This reply was modified 5 years, 9 months ago by projectt_co_uk.
Managed to sort it out myself … using your wonderful forum and supporting document.
:)
You can close the ticket.
I used following codes
.catalouge-font .av-catalogue-content {
color: #5b5b5b!important;
}.av-catalogue-content {
color: white!important;
}.catalouge-font .av-catalogue-title {
color: #81204c!important;
}.main_color .av-catalogue-list li:hover {
background-color: inherit;
}ul.av-catalogue-list, .av-catalogue-list li {
border: none;
}.catalouge-font .av-catalogue-list li .av-catalogue-price {
color: #81204c!important;
}Not sure if I can combine them into one … but it is working now.
Thank you.
Sorry I want to permanently remove the dotted lines around each catalouge item.
I have tried everything and it still didn’t work.
Hi Victoria,
Thank you for your help.
The code didn’t work.
Please can you look into it again.
Thank you.
Sorry Vinay,
it took me a while to act on your instructions.
I have added the font using the instructions.
The font is showing correctly on Mozilla Firefox on computer, however the font doesn’t display at all on other browsers and on mobile devices.
I have tried it on iPhone, iPad, Andriod but still the font doesn’t display.
Please can you help.
Thank you,
You are a star @Ismael
Sorted :)
Apologies for the delay …
Was enjoying the nice weather here in the UK for last couple of days (We don’t get many nice weather days in the north of UK)
I have applied the code and all looks good.
Once again thank you very much for all your help.
Look forward to hooking up again on another thread about another website :)
-
AuthorPosts