Forum Replies Created
-
AuthorPosts
-
It’s not online yet. I know I can select the sidebar per page but I’m also using custom post types and I don’t want sidebars on those categories for example. If you tell me there’s a way I can chose which category can have a sidebar or not I’d love that :)
December 4, 2015 at 9:02 am in reply to: Most recent blog post doesn't show the usual comments section/sharing section #546833what about when you built 100s of posts? I can’t seem to switch to default editor it deletes the content. I tried to deactivate all plugins etc…stll not working so I’m stuck with no comments, no related entries…help?
ThanksActually I’m using the column and image shortcode but I’m using the output directly since I’m using image links that are outside. The site if offline for now though. The images are good for the width it’s the height that changes and that I’d like to keep a specific height.
Interesting because with firebug mine is 40×40:/ Does it resize with the screen size too? I’m on a macbook pro so may be the size is smaller? But let’s say I want to use an even bigger image than 80×80 like 100×100, Is there a way to do that? Thank you for checking though. I don’t know why mine is different.
This reply has been marked as private.This reply has been marked as private.Thank you so much:)
I did actually. I set it to 80×80 and it doesn’t show:/
This reply has been marked as private.thank you perfect:)
For the font look here: https://kriesi.at/support/topic/add-new-font/?login_error#post-234710
But if someone can help me. I followed the steps and it doesn’t show in the the list for me:add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Titillium Web’] = ‘Titillium+Web:400,300,200,600’;
return $fonts;
}add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{
$fonts[‘Titillium Web’] = ‘Titillium+Web:400,300,200,600’;
return $fonts;
}
Let me know if that works for you….and in that case I would be the only one with this issue?Yes that’s what I ended up doing. It’s not as flexible as I would have liked to but it’s fine for now. Thank you.
Never mind I missed the import data option:/
-
AuthorPosts