Forum Replies Created
-
AuthorPosts
-
Hey I’m viewing this page which is page id 46 http://queenswharf.org/queens-wharf-stories/
it doesn’t look any different?
that doesn’t do anything except remove the sidebar from pages that I want the sidebar on.
I also tried targeting the specific page
.page-id-46 .sidebar{
display: none !important;
}This didin’t work either. any other suggestions?
yes I did – I deactivated and it didn’t help. Any clues?
is there anyway to change this so that it’s the same?
This reply has been marked as private.Hey Josue – still working on this one..will come back to you soon as I’m not sure if i’ve solved it yet.
CheersThis reply has been marked as private.Hi Elliot – I’m hitting hard return, as you normally would – no not the space bar.
Any clues?
Cheers
Never mind – I found a workaround – it seemed to work for the other pages – just this page was acting buggy. I saved the section as a template and just added it.
Cheersah okay – thanks for this Josue – that makes sense. Was trying to edit the places CPT slug but perhaps this isn’t possible? will use the layout builder to display the custom posts.
CheersHey Josue – thanks for this – almost have it working
1 – the feed for ‘Places’ is a slug generated by the Custom post types – so I can’t actually edit the page
2 – where do you mean ‘make sure to set the the (show excerpt) in blog elements?
3 – I can get the ‘places’ feed with the blog featured image and excerpt working with the ‘read more’ tag, but is there a way to get the featured image to automatically show in my post type when I’m using the layout editor?
see here http://sdtest.info/ntq/places/queen-victorias-statue-in-queens-park/4 – I tried editing and adding the template-buider.php to my child theme directory and added this code but it didn’t show the post featured image
require_once( dirname(__FILE__) . ‘/php/template-builder.class.php’ );
the_post_thumbnail()
$builder = new AviaBuilder();
//activates the builder safe mode. this hides the shortcodes that are built with the content builder from the default wordpress content editor.
//can also be set to “debug”, to show shortcode content and extra shortcode container field
$builder->setMode( ‘safe’ );Thanks Guys – that seemed to do it.
CheersFebruary 26, 2015 at 5:13 am in reply to: adding the avia layout builder to Custom post types #402443success! I added this to my functions and it worked – thanks.
/**ADDS THE LAYOUT EDITOR TO CPT’s*/
add_filter(‘avf_builder_boxes’, ‘avia_register_meta_boxes’, 10, 1); //Add meta boxes to custom post types
function avia_register_meta_boxes($boxes)
{
if(!empty($boxes))
{
foreach($boxes as $key => $box)
{
$boxes[$key][‘page’][] = ‘people’;
$boxes[$key][‘page’][] = ‘places’;
$boxes[$key][‘page’][] = ‘events’;
$boxes[$key][‘page’][] = ‘stories’;
}
}
return $boxes;
}February 23, 2015 at 8:48 am in reply to: adding the avia layout builder to Custom post types #400437Hi Andy – I followed the instructions from this post and added the below code to my functions.php for my child theme – this didn’t work – I still can’t get the ‘advanced layout editor’ to appear as suggested. Any clues? Thanks
/**ADDS THE LAYOUT EDITOR TO CPT’s*/
add_filter( ‘avf_builder_boxes’, ‘enfold_customization_posts_builder’ );
function enfold_customization_posts_builder( $b ){
$b[1][‘page’] = array( ‘portfolio’, ‘page’, ‘post’, ‘people’, ‘places’, ‘stories’ );
return $b;
}thanks folks – that worked
February 17, 2015 at 9:48 am in reply to: align caption sub text to the right for easy slider #397314great thanks Andy – that worked!
Hi Andy – that changes the colour for all the navigation links – I just want to target the ‘current’ page link – eg when you’re on the home page it’s just the text ‘home’ that is a different colour?
CheersOkay Thanks Elliot – I will have a look
Cheersokay – great – now we’re getting somewhere – almost here – I’ve done the above and now am able to target the parent element (the flex box). However how do I get rid of the big spaces between each of the columns so that I still have 3 columns but the images are right next to eachother similar to this
http://awesomescreenshot.com/08a4eq9pe7
this is m CSS
.sd_column_3{
margin: 0%;
padding: 0%;
}any clues would be great!
February 14, 2015 at 2:08 am in reply to: can I have 2 different logos for transparent/normal header? #396074thanks that almost works – there’s a moment though when they transition and you can see them one over another….any way to remove this? I want it like how it is in the demo site.
Cheershey Josh – kind of – except that I have to use the <center> tag to get them sitting next to eachother. and I can’t get the titles under them without beaking the layout.
I’ve gone back to using your column layout module (1/3) is there anway I can target these specific columns with a class to increase their width?
Cheers
February 11, 2015 at 4:50 am in reply to: can I have 2 different logos for transparent/normal header? #394121Hi Guys – i did this but now both the logos are showing on the hmoe page
Any way to stop this?
Thanks
February 11, 2015 at 4:48 am in reply to: Custom post types to look like small and large Enfold Blog feed #394120For this one
.post-type-archive-places .blog-meta, .post-type-archive-places .post_author_timeline {
display: none;
}It worked and I also added
.big-preview {
padding: 0 50px 10px 0px;
}to make the featured image flush against the left of the page
– the code to replace Archives worked and I also added this for the other Custom Posts types to=.
Thanks guys
This reply has been marked as private.Hey Josue – thanks however this didn’t work
1 – I tried adding them at a smaller size and they sat next to eachother but they aren’t aligned properly and there’s too much white space the right -see screenshot
http://awesomescreenshot.com/0674d56o672 – then i tried adding them at full size (which is what I want) and they just dropped under eachother
http://awesomescreenshot.com/00d4d56zbd
these are all in the 1/1 by the way
3 – then i tried just adding them using the ‘text block’ module and this didn’t work either (both in and out of the 1/1 column)
http://awesomescreenshot.com/0684d58449
What do I have to do to align my images in 3 columns without using the ‘image’ and ‘colum’ modules which compromising the size of the images?
February 9, 2015 at 5:48 am in reply to: Custom post types to look like small and large Enfold Blog feed #392868Thanks Elliott – brilliant this almost works – I just want to :
– get rid of the author avatar next to the post on the ‘places’ archive -have a look here.
– how do I change the title ‘archives’ to Places?see page here
http://sdtest.info/ntq/places/Cheers
February 9, 2015 at 5:28 am in reply to: Custom post types to look like small and large Enfold Blog feed #392866Thanks Elliott – I will give this a go and let you know how ti turn out. cheers
sorry and here is a link to the dev site and you can see the images at the bottom aren’t anything like the mock up
Cheers
sorry and here is a link to the dev site and you can see the images at the bottom aren’t anything like the mock up
Cheers
December 10, 2014 at 2:11 am in reply to: Easy slider stopped working and remove icon from posts #365775Thanks guys – the slider appears now but how do I get rid of the pencil icons?
Cheers -
AuthorPosts