Forum Replies Created
-
AuthorPosts
-
May 2, 2017 at 12:16 am in reply to: Navigation menus-can they be different on desktop and mobile #786042
Thanks Yigit if I use the code you suggested on that post as below to create 2 different menus, what should I name the 2 menus or does this not matter?
Thanks
Jenny
function av_different_mobile_menu( $args = ” ) {
if(wp_is_mobile()) {
$args[‘menu’] = ‘main-menu-mobile’;
} else {
$args[‘menu’] = ‘main-menu’;
}
return $args;
}
add_filter( ‘wp_nav_menu_args’, ‘av_different_mobile_menu’ );Please can you close this thread now.
Thanks
Jenny
Thanks John can you close this request now
Thanks
Jenny
April 30, 2017 at 10:41 pm in reply to: Navigation menus-can they be different on desktop and mobile #785422Thank for your help Yigit but that link seems to show how to hide menu items on mobile whereas I want to add them. Can you advise please?
Many thanks
Jenny
For example on image on this page the images show clearly and only on mouse over does the white overlay apply
Hi Victoria on the blog article page (see private content) the images show in a grid which has the white overlay on. I want the first user encounter with the blog article to show the image as normal, then the white overlay could come on the mouseover
Hi Mike I just kept deleting the additional ga code that was automatically being added in the google services section of enfold, but it kept coming back. So then I deleted all the code in the google services section and re-pasted the code from ga and it seems to be holding
I think I have resolved this now
Hi I’ve managed to show an excerpt in the new tab, but it doesn’t show ‘read more’. Can you advise on how to achieve this?
Many thanks
Jenny
HI I have resolved this
Hi John this was resolved in another thread,
Many thanks
Jenny
That’s great! Thanks Nikko all sorted :)
Thanks Nikko, looking good…is there a way to reduce the white space between that and the two images in 1/4 columns above?
It was a conflict with some code, all sorted now
I’ve just gone ahead and set up a new colour section and deleted that old one it seemed to work.
However my video, which sat nicely underneath the two visit morning and request prospectus images has now aligned left. How do I get it to align back to the right under those 2 images again?
Thanks
Jenny
Should I deactivate the plugin and then try and delete the element? Or just deactivate the plugin and see if it works?
If I deactivate plugins will I lose any content associated with them?
Thanks
Jenny
Hi Mike that code is affecting how my side widgets display on all the pages so I have removed it.
Thanks Mike that’s great
Hi Mike I added that background image just my blog page in my functions.php. I’d now like to delete it and go back to the main background image as the rest of the site. I’m not sure which part of the code on functions.php I need to delete. I have included all the code below. Can you tell me which bits of code I need to delete?
Many thanks
Jenny
Hi Mike that code worked. I have included login details below
Please could you look at another issue on the home page when you are in there as follows:
Any time I make any change to any aspect of the home page the following code gets changes and the news items in the tabs section display as large images without thumbnails. So each time I make any change I also have to reset this code
display-posts include_excerpt=”true” excerpt_length=”18″ excerpt_more=”more>>” excerpt_more_link=”true” posts_per_page=”3″ image_size=”thumbnail” wrapper=”div”
Many thanks
Jenny
Hi Rikard you can close the topic, thanks for your help
One slight problem Rikard, removing that code seems to have made a large gap between my blog posts. Can you advise please?
Thanks
Jenny
Hi support, I have not had a reply to this problem yet. Can anyone advise?
Many thanks
Jenny
Thanks Rikard that has worked,
Jenny
Thanks Rikard removing the following code as you advised in another post sorted this problem too
.entry-content-header {
position: absolute;
top: 0;
}Great thanks Rikard that works perfectly
Also how do I increase the space between the portfolio featured image and the portfolio item title in the portfolio grid?
Many thanks
Jenny
Brilliant thank you Mike. Is there a way to add a caption underneath the video via the ‘Video Block Element’ or should I just add a short text block underneath?
Jenny
Thank you that works great Basilis
Hi this is resolved now
-
AuthorPosts