Forum Replies Created
-
AuthorPosts
-
January 29, 2015 at 10:23 am in reply to: Can't change number of gallery rows on gallery feature #387597
No its gone back to doing it !
January 29, 2015 at 10:17 am in reply to: Can't change number of gallery rows on gallery feature #387595Strangely its fixed itself. It seems like it was a cache issue
Hi I sort of understand. This is the sample code
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘PT Sans Narrow’] = ‘PT Sans Narrow:400,700’;
$fonts[‘PT Sans’] = ‘PT Sans:400,700,400italic,700italic’;
return $fonts;
}But how do I substitute the above for Roboto Condensed ?
Hi that bit of php has been placed in my themes function file but it doesn’t seem to remove the info
This is from within my child theme functions file
Hi
Okay I’ll explain again maybe I didn’t explain well. When you go to the site and you see the mega menu. I want to edit what happens when someone clicks on “Body Jewellery”. I want to edit the destination page that the user is taken to. How can I do this?
Okay I think I’ve cracked it. When I remove the line of css
.main_menu {margin-top:29px;}The menu item is flush to the top of its container div. And as you scroll down it works and looks fine and sits within its div. But I want to have
.main_menu {margin-top:29px;}On the div in the normal view of the website when sticky is not activated. So to make this work I need to apply this css inline
.main_menu {margin-top:0!important;}
When sticky is activated. I can already see that inline css gets applied to the logo as we scroll down and sticky is activated. So my question is what theme file, I’m assuming a php theme file do I need to edit to apply the margin top 0 css to the main menu div? I’m assuming it is the same file that changes
<div class=”container” style=”height: 116px; line-height: 116px;”>
TO
<div class=”container” style=”height: 58px; line-height: 58px;”>
Hi
I’ve managed to successfully achieve my initial aim of reducing the nav text, at http://79.170.40.239/supplyonlykitchens.co.uk/
My challenge now is when I scroll down I want the text to reduce but it is not doing. I’ve performed the following css to achieve its current look,
.av-main-nav > li > a {
font-weight: 300!important;
text-transform: uppercase!important;
font-family: Roboto Condensed!important;
font-style: normal!important;
font-weight: 300!important;
height: 58px!important;
line-height: 58px!important;
}.av-main-nav> li {
border-left: 1px solid #e1e1e1;
float: left;
}.av-main-nav > li:first-child {
border: medium none;
}.av-main-nav > li:last-child {
border-left: medium none;
}.main_menu, .avia-menu {height:50%!important;
}
.main_menu {margin-top:29px!important;}Have you any idea what I did wrong to prevent it squeezing down?
Hi Ismael
I’ll try this now. Quick secondary question? How can I find my feature request to see how many votes it has had? I can’t find it or locate it easily
sorry guys seems its not your theme any theme even twenty twelve hsa it not sure what or where it is coming from
Well Andy still no joy im on the very latest 3.0.5 and its still present the error
Ah great point I didn’t realise it was version 3.0
Will update and report back in 10 minutes
Is there a way to center align my mega menu ? http://217.199.187.65/dentistdirect-colchester.co.uk/
Under treatments is there a quick css to ensure it is exactly center?Hi its still the same in my browser
I am using firefox version 35 on windows 7 on a 27inch display
It doesn’t happen on my machine in chrome so this is a browser issue.
I have now removed this table
For some reason I can see 1 difference between the html in the working and non working version and that is the parameter for background height
<div class=”av-parallax avia-full-stretch active-parallax” style=”background-repeat: no-repeat; background-image: url(“http://217.199.187.65/dentistdirect-colchester.co.uk/wp-content/uploads/2014/09/parralel2.jpg”); background-attachment: scroll; background-position: left top; height: 346px; transform: translate3d(0px, 65px, 0px);” data-avia-parallax-ratio=”0.3″></div>
It seems if I remove the code block for the easy slider in the top of the page, the background height is 346px (see above html) and if I leave the slider in it outputs the following html a height of 2017(see following html). Bit of a bug ?
<div class=”av-parallax avia-full-stretch active-parallax” style=”background-repeat: no-repeat; background-image: url(“http://217.199.187.65/dentistdirect-colchester.co.uk/wp-content/uploads/2014/09/parralel2.jpg”); background-attachment: scroll; background-position: left top; height: 2017px; transform: translate3d(0px, 233px, 0px);” data-avia-parallax-ratio=”0.3″></div>
Another interesting note is if I clone the element so there is two, the first color selection element renders fine. How crazy! I’m thinking I could give the second a custom class name and set its display to none as a work around
This reply has been marked as private.Hi Elliot
See the red arrow pointing to it on my screen shot?
https://www.dropbox.com/s/4zt6r3bh47xbmnq/enfoldissue.jpg?dl=0
If you go to the editor of this page and scroll down its the last element on the page
Wow
It worked! What creates this problem in the first place?
I think to achieve this very simply would be to just have a html table right?
And in the left column have the easy slider, and in the right column it can have a bg of green and it will always be the same height as the slideshow as it is all contained as a table.
How can I insert my easy slider within a table. I can’t see its shortcode?
Thank you that works a charm. View the page now :)
I think you should definatly add the option in your next release to apply a css class to a column element please! :)
So if we take a look at http://217.199.187.190/e-missionltd.co.uk/
And I wanted to apply css to the entire column that starts with the special heading
E Mission has it coveredI would for example like to apply a nice stylish box with a gradient background to that entire area. Ideally I would do the css and apply a class to that entire column but I am not able to do this easily. There is no option to apply a css class to the actual COLUMN layout itself that I am aware of?
Is this the case?
This reply has been marked as private.Hi Andy
Thanks for your reply. I am aware of the link you sent but unfortunatly it fails to give the option to apply a css class to the actual layout container itself. Just elements contained within as.
I need to be able to apply a css class to the entire container not just each individual element
January 6, 2015 at 11:46 am in reply to: Center Align special heading so that lines still show #375605No problem thank you for your support Elliot its appreciated
http://www.motcombstreetdental.co.uk/
You can see under the slide show, where it says
Welcome to Motcomb Street Dentist Website
The lines appear to be above and below now after applying the css mentioned
January 2, 2015 at 7:32 pm in reply to: Center Align special heading so that lines still show #374167Hi Elliot
Still seems to be failing have you seen it working your end?
December 31, 2014 at 4:59 pm in reply to: Center Align special heading so that lines still show #373594hi
that doesn’t place the line at each side of the text, to the left and right it just placs it underneath you can see from
http://217.199.187.191/dramirsavage.co.uk/
Where it says Periodontist and Implant Dentist underneath the slideshow
Is there anyway to have it float to the left and one to the right in the same way it works when the special heading is just default and left aligned it has a nice line effect to the right of the text
I’m almost there now
This was the right configuration for me
https://www.dropbox.com/s/01tuv3u8ozo5hkb/Screenshot%202014-12-31%2012.38.15.png?dl=0
Sorry for my mistake. How ever the sub menu headers are still grey. I have attempted this css to change it to gold but it failed
.av-subnav-menu a {
color: #9b762b!important;
}the offending css for creating the sub menu header to grey is
.header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a {
color: #808080;
}Where is this style coming from?
hmm its failing to have the desired effect ive attached a screen shot
What is strange before I added the gold hover state all the text was white, once i added that it reverted the menu text to grey colour and the headings
https://www.dropbox.com/s/x0bj3py232awlrb/Screenshot%202014-12-31%2012.30.22.png?dl=0
And can this modified file be placed in the child theme folder as with the same tree structure ?
-
AuthorPosts