Forum Replies Created
-
AuthorPosts
-
it’s working now – just sort of started to behave itself
May 12, 2016 at 2:27 pm in reply to: Multiple Fullwidth Menu – not showing and in wrong position #631397Hi Josue,
That did the trick, thank you!
Regards,
Stuartok – manage to resolve this – found a post elsewhere in your forum. I added the following code to functions.php
function my_wp_nav_menu_args( $args = '' ) { if( is_user_logged_in() && $args['theme_location'] == 'avia' ) { $args['menu'] = 'Main-Menu-logged-in'; } else { $args['menu'] = 'Main-Menu-logged-out'; } return $args; } add_filter( 'wp_nav_menu_args', 'my_wp_nav_menu_args' );
I had to add the code – before the 3.0 upgrade the padding was there automatically. Is this a bug with the upgrade?
just updated to 3.0.4 – seems to have resolved the issue – no idea why it was happening in the first place though
ok – think you can close this then. I’ve voted on the relevant feature request
@Apollo87 – love your “subscribe” box in the sidebar on your about page – how did you create it?
whoops – thought I had!
ah I see – I thought it would load say 9 of each category, rather the 9 most recent across all categories. Is there a way of only loading say 9 posts for the “All” taxonomy but then load all post’s under the “buyers guide” category?
Thanks,
Hi, yes it now seems to be working, not sure why it wasnt before.
I will ask though, when I click through to “Buyers Guide” I only see one blog post – there are 4 in that category. Do you know why this would be the case?
yeah, guessed that. Just trying to work out what colours to use. think i may tackle this in the morning!
Thanks again for your help
Stuart
Yes, thank you SOOO much. you’ve been fantastic.
The services element of my company website is now functioning exactly as I’d envisaged, even though I had doubts it was possible.
now onto styling the ajax box with the content!
What do you think of it?
Stu
haha!! it’s getting late!
i gave the portfolio grid a services_menu custom css class of services_menu
entered the following into custom.css
.serivces_menu .avia-arrow {display: none;}
but no joy, the arrow is still there.
excellent – thank you.
a couple of remaining queries!
1) code to remove the arrow has removed it for the testimonials as well. I’d like to keep it for that element. So just need to remove it for this portfolio grid. I can give the portfolio grid a customCSS ID if that helps
2) the excerpt, when clicked, does not link to the portfolio entry so I’ve had to include the Title as well as the Excerpt. My preference is just to have the excerpt showing that can then clicked to open the Ajax portfolio, is that possible?
Thanks,
StuHey Josue,
That got rid of the arrow, but I still have a white background :(
Also, the bit of code to remove the arrow has removed it for the testimonials as well. I’d like to keep it for that element.
Stu
Ok, making progress!
Is there anyway of removing the white box and small arrow around the excerpt using custom css. tried several things and cant seem to find the right bit of code!
page is here
http://www.nabusiness.co.uk/services
thanks,
Stuartbrilliant! I’ll give that a go
should I add portfolio.php to my child theme to prevent these changes from being overwritten?
I’ve used the following code on Functions.php:
function add_google_fonts() { wp_register_style('GoogleFonts', 'http://fonts.googleapis.com/css?family=Overlock|Shadows+Into+Light+Two'); wp_enqueue_style('GoogleFonts'); } add_action('wp_print_styles', 'add_google_fonts');
And then I call the font-family using CSS. works perfectly
Hi Ismael,
In the end, i’ve used a code block with the following code. That’s had a better result than I was trying for!
<a href="#next-section" title="" class="scroll-down-link" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a>
- This reply was modified 10 years, 5 months ago by gingerstu.
Thanks Yigit, worked a treat
site URL is http://www.nabusiness.co.uk/home if that helps
- This reply was modified 10 years, 6 months ago by gingerstu.
.page-id-82 #main {
padding-top: 0 !important;
}that worked :)
tried it with:
.page-id-82 .html_header_top.html_header_sticky #main {
padding-top: 0px;
}That didn’t work either
Ok guys, theme updated. results of my testing are:
In Google Chrome it does not appear. The page fades to grey and if you scroll down to the bottom of the page there is a large white space displayed.
On Samsung Tab 3 – Chrome browser now displays the lightbox, but you have to “chase” it down the screen
On Samsung Tab 3 – native browser it does not show the lightbox and now you can’t change the image that appears in the ‘big thumbnail’ by selecting one of the small thumbnails
On Samsung Galaxy S2 – native browser, lightbox doesnt show and now you can’t change the image that appears in the ‘big thumbnail’ by selecting one of the small thumbnails. Extended Header issue resolved
On Samsung Galaxy S2 – Chrome browser: Extended Header. Google Font not showing, Gallery ‘Big Preview’ height not auto adjusting as per the CSS. Lightbox does not appear although page fades to grey and it seems that you can ‘chase’ it down the screen but its not showing
On IE11 everything works as expectedhere’s a screen shot of how i have the header.php configured with the google font code if it helps:
https://www.dropbox.com/s/4ddig3zdh90t31g/headerphp.PNG
thanks,
stuWill give that a go today
Yep – that appears to have sorted it, thank Yigit! Much obliged.
Btw, how do I update my profile picture?Hi Guys, any thoughts on this?
Dont worry – it’s working now – I didnt have the gallery inside a “layout” container. it’s currently in a 1/3 layout and is resizing as I’d hoped.
Oddly it doesnt behave like this in my local dev environment, but never mind!
Thanks anyway
Stuart
Hey Yigit,
Fully understood – I noticed that other Enfold customers had run into the same problem so thought it might be a simple fix that someone would know.
I’m currently developing locally so can send you a link. I’ll keep on searching… thanks anyway!
Stuart
-
AuthorPosts