Forum Replies Created
-
AuthorPosts
-
did not fix the problem. my child theme functions.php is:
<?php/*
* 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;
}add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{$fonts[‘PT Sans’] = ‘PT Sans:400,700,400italic,700italic’;
$fonts[‘PT Sans Narrow’] = ‘PT Sans Narrow:400,700’;
return $fonts;
}if (WP_DEBUG && WP_DEBUG_DISPLAY)
{
ini_set('error_reporting', E_ALL & ~E_STRICT & ~E_DEPRECATED);
}
*/add_filter(‘kriesi_backlink’,’__return_false’);
anything wrong there? I have not made a child theme before.
IT happened after I deactivated and reactivated some plugins (google font manager after tinyMCE was not working…) I’m new to google fonts and all that – is that the problem?Where do I add that – in the quick css or in my child theme or in the original functions.php file.
new to this.HI
I have a couple of questions.
1) I am trying to embed video from vimeo and you tube on blog posts, but I don’t get a preview image.
http://www.copenhagenfilmcompany.dk/2014/news-3/dsb-the-joint-approach/ What am I doing wrong?
If I instead link a url for the video to an image, then there are no video controls and it opens in a pop-up window, which I don’t want. I want it to look like the samples you have on the demo – called “Another title for our pretty cool blog”. I don’t see any other video options on the blog post editing page.2) Here on support – how do you make a new topic? I am editing previous topics but don’t see an easy “start topic” link.
3) I have been reading here about how to add social icons to the footer, facebook & linkin, but can’t understand how to do it. I was able to add it to the socket, but it didn’t line up correctly and I would rather have it in the first column of my footer under the search widget. Suggestions?
thanks very much. love the theme.
Hi
I am new to css but learning. I have a couple of questions:>I would like to change the font & font size of the titles in the thumbnails of the portfolio grid.
I added this to the quick css but don’t see the change, and need to also change the font..slideshow_container .portfolio-title .main-title{
font-size: 25px !important;
}?
thanks- This reply was modified 10 years, 10 months ago by Munford.
HI, thanks for the info. some more questions:
1. How do I keep the social icons on the left, but with some space between them?
2. I am trying to make my logo smaller only on mobile devices, with this code:
.responsive .logo img { height: 55px; }
but that also resizes my logo on the web. I’d like it to be pretty big (700×156 or so)
on the web and smaller on the mobile. ?? see it here: http://www.copenhagenfilmcompany.dk/2014/3. How do I change the vertical spacing of the text in text blocks like on this page:
http://www.copenhagenfilmcompany.dk/2014/about-us/
I’d like the names and titles to be closer together, without changing the font size.Thanks! Theme is great and so is your support = kudos for putting up a support forum outside
of themeforest – searchable!- This reply was modified 10 years, 10 months ago by Munford.
thanks – but I can’t seem to get anything added to my quick css to work – any ideas?
also – is there a way to put a space between the social icons?- This reply was modified 10 years, 10 months ago by Munford.
January 3, 2014 at 2:47 pm in reply to: How to exchange default picture rollover symbol with custom png picture? #204998Hi,
I tried using this code: .image-overlay { display: none!important; } in the quick css to remove the red circle/arrow image rollover but it doesn’t do the job. What am I doing wrong? see: http://www.copenhagenfilmcompany.dk/2014/about-us/thanks but it still is not centering…this with the right margin set to 100: http://www.copenhagenfilmcompany.dk/2014/pages/about-us/
can you tell me what the left: 40% refers to?
I don’t understand the parameters there.HI Ismael,
I made the changes you suggested but it’s not changing the position of the icons.
the page I am looking at is here: http://www.copenhagenfilmcompany.dk/2014/pages/about-us/.I have added this to the quick css:
.page-id-1195 .av_font_icon {
position: relative;
left: 40%;
}
what am I doing wrong??
I would also like to know how to put a little more space between the icons –- This reply was modified 10 years, 10 months ago by Munford.
thanks I think I figured it out.
Have another question – under: Header / Social Icon / Special: email icon… what should be in the Social Icon URL box?
tried a mailto:… but didn’t work. -
AuthorPosts