Forum Replies Created
-
AuthorPosts
-
Yes we want the layer slider png to overlap the content like shown in this image http://ninjaadventure.co.uk/wp-content/uploads/2018/01/test.jpg
Sorted – I used a Layer Slider instead –
Just one more thing, how can we get the first color block to sit underneath the jagged edge of the layerslider so it overlaps?
It is still not showing on the home page in the slider
This does not work!
Added you as an admin to see what I mean
I just need the font Bungee to work on the site – how is this achieved?
Totally not worked :-(
/*
* register custom functions that are not related to the framework but necessary for the theme to run
*/require_once( ‘functions-enfold.php’);
/*
* add option to edit elements via css class
*/
// add_theme_support(‘avia_template_builder_custom_css’);
//
// if(isset($avia_config[‘use_child_theme_functions_only’])) return;
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Bungee’] = ‘Bungee:400,700’;
return $fonts;
}add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{$fonts[‘Bungee’] = ‘Bungee:400,700’;
return $fonts;
}I have noticed there are only a small selection of Google Fonts also – how can more be added?
Sorry about that – please try again http://ninjaadventure.co.uk/
This does not work :-(
I have sorted this :-)
I had backed up my site last week so have saved myself – but this needs addressing for others in the same situation :-)
Obviously not been tested thoroughly enough before releasing to public
#angryisnottheword!
This needs rectifying ASAP!!!!
Need a copy of the previous version uploading somewhere Kriesi so we can revert back please!
Please can you send me a ZIP of the previous version of your theme so I can get back online ASAP!!!
This is really important as now I am losing business!
After doing these changes you can see on mobile there has been major issues – what is happening here and how do I fix this issue?
ANY NEWS???
And how to make them touch each other like shown in the private content?
ONLY on the HOME PAGE though these 6 blocks
- This reply was modified 7 years, 7 months ago by whdsolutions.
Any news on this?
Hi there
I wish the mobile menu show at 1230 pixels
New details in Private Content
The site is just in testing for now, but would be good to have this sorted before we finish.
The wording ‘WELCOME TO RIJAV’
AND
the MAKE RESERVATION button
These need to hide at 1300px
Thank for that, but that is only fixing one part of my question.
If you go to the page and view at 1360px, this is fine – if you view at (let’s say) 1300px, the image starts to go behind the text.
What I need to happen is for the text to go full width like it does at 767px, when it is actually at 1359px
Hope that’s clear enough… It’s quite hard to explain :-)
I have tried this but it deletes the image altogether.
It may be better if it didn’t hide the background image but floated the right of the image to the centre of the page – is that possible?
That has aligned right, what I wanted is like the attached link
Page added
I have fixed this now with
#main, .avia-msie-8 .av_header_sticky_disabled#header {
background-color: #ffffff !important;
}Hi there – we could really benefit from your help here to make the background of the grid-row white on the page as shown in the Private Content.
I have used the CSS to get the width of the grid-row looking correct:
.av-layout-grid-container {
margin: 0px auto;
width: 85%;
}But STILL have the dark grey on the left and right – this NEEDS to be white.
-
AuthorPosts