Forum Replies Created
-
AuthorPosts
-
Hi Rikard
That works perfectly.
many thanks
Peter
Hi Rikard
In this e.g. I have ‘Hide Header on this page’ selected and a color section with no padding and a centred image – but it does not centre vertically.
many thanks
Peter
Hi
I will try that out. Many thanks for your help.
Peter
Hi Yigit
That doesn’t seem to be working. I have attached the login in details.
Just to clarify things – as it might be that there is a better way to achieve what I am trying to do – I have a client who wants a website demonstrating lots of different font combinations. So I want to be able to apply various different fonts to text boxes and elements.many thanks
Peter
Hi Ismael
That doesn’t seem to make any difference.I am loading the extra Google fonts in the functions.php with this:
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Slabo’] = ‘Slabo’;
$fonts[‘Sintony’] = ‘Sintony’;
$fonts[‘Mali’] = ‘Mali’;
$fonts[‘Poppins’] = ‘Poppins’;
return $fonts;
}add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{
$fonts[‘Slabo’] = ‘Slabo’;
$fonts[‘Sintony’] = ‘Sintony’;
$fonts[‘Mali’] = ‘Mali’;
$fonts[‘Poppins’] = ‘Poppins’;
return $fonts;
}many thanks
Peter
Hi Rikard
I’m afraid that didn’t make any difference.
I am using the Google fonts installed with Enfold and ones I have added via the functions.php.
many thanks
Peter
Hi Yigit
Flushing browser cached worked.
many thanksPeter
Hi Yigit
login details attached.
many thanks
Peter
Yes, thanks Yigit
Peter
HI Rikard
I haven’t actually tried it out yet, I just wondered whether the slope could be varied – Guenni007 suggests there is not much room for change.
many thanks
Peter
Hi Yigit
Of course, I should have seen that, sorry to have wasted you time.
manu thanksPeter
Hi Vinay
That is brilliant, thanks so much.
Peter
Hi Vinay
That nearly works, but is it possible to have the icon appear at the end of the menu list rather than at the top? Also, now in the desktop menu the social icon has shifted position and the twitter bird is not in the centre of the background.
many thanks
Peter
Hi Rikard
It is like this on iPhone, though fine on iPad and my Mac when reducing the screen size to mobile size it is like this on Chrome, but Safari and Firefox it seems fine. It also seems to work ok on Android phone.n
many thanks
Peter
Hi Vinay
I tried that but no social icon is appearing in the mobile menu. I have attached login details. Deactivate any plugins if necessary
many thanks
Peter
Hi Rikard
That’s perfect.
many thanks
Peter
Hi Rikard
That’s great.
many thanks
Peter
Hi Rikard
That works (it needed an ‘!important’ added). That is brilliant, great support as ever. Much appreciated.
many thanks
Peter
Hi Yigit
I have tried that but it hasn’t made any difference.
Peter
HI Rikard
That kind of works, it makes the section a link but the code block creates a gap even when the color sections have ‘no padding’ checked, as you can see in the eg below
many thanks
Peter
Hi Yigit
What I want to do is have various color sections on one page with different background images on each section linking to different pages.
many thanks
Peter
Hi Yigit
Yes, I thought of that, but I want to be able to place elements, eg columns with text box, etc, over the top of the background image but still have the whole image (the whole section) as a link.
many thanks
Peter
Hi Yigit
That’s working perfectly now.many thanks
Peter
Hi Yigit
Not really. I added this
#staticbutton {
z-index: 999999!important;
position: fixed!important;
}which brings the color section to the front now but as you can see it has a black background and I want it to be transparent.
many thanksPeter
Hi Ismael
Thanks for that, it is almost perfect. However, while it works fine with a fullwidth slider it doesn’t work with the fullscreen slider. I think the static button is appearing behind the fullscreen slider as it is briefly visible before the slider start. You should be able to see in the links below.many thanks
Peter
Hi Ismael
That sounds a great Idea. I have done what you suggested. The color section with the button has a Section ID of ‘staticbutton’. You can see it in the link below.
many thanks
Peter
Hi Rikard
You can see an example in the link below which has a fullscreen slider with a changing caption and a button label.
many thanks
PeterThanks Yigit, that works.
Peter
Sorry, one more thing. How can I target certain pages with this? I tried putting .page-id-149 in front but it didn’t work.
many thanks
Peter
Hi Vinay
That works perfectly.
many thanks
Peter
-
AuthorPosts