Forum Replies Created

Viewing 30 posts - 1,111 through 1,140 (of 1,146 total)
  • Author
    Posts
  • in reply to: horizontal ruler, footer spacing #215508
    This reply has been marked as private.
    in reply to: horizontal ruler, footer spacing #215454

    HI yigit

    #1 worked!
    #2 made the widget columns move towards the center. I’d like just the one labeled “contact” to move to the right to line up with the sidebar division. If possible

    tak

    in reply to: disable image rollover #214031

    thanks

    in reply to: layer slider shift #213823

    sorry I guess those images show up here – meant it to be in html….

    in reply to: layer slider shift #213818

    I am looking at this page where I am still seeing this shift:
    http://www.copenhagenfilmcompany.dk/2014/
    halfway down there are logos with this html:

    <h3 style=”text-align: center;”>SHORT & DOCCINEMATIC STORYTELLING</h3>
    <p style=”text-align: center;”><span style=”font-size: 14px; line-height: 1.5em;”>New perspectives.
    New ideas.</span>
    </p>

    I tried to change it to this:

    <h3 style=”text-align: center;”>SHORT & DOCCINEMATIC STORYTELLING</h3>
    <p style=”text-align: center;”><span style=”font-size: 14px; line-height: 1.5em;”>New perspectives.
    New ideas.</span>
    </p>

    which seems to work but then if I look at the html again, it defaults to:
     
    <h3 style=”text-align: center;”>SHORT & DOCCINEMATIC STORYTELLING</h3>
    <p style=”text-align: center;”><span style=”font-size: 14px; line-height: 1.5em;”>New perspectives.
    New ideas.</span>
    </p>

    what am I doing wrong? Those <h> tags keep tagging my images.

    in reply to: layer slider shift #213545

    yes and I thought that worked but I see it on other pages as well.
    I will check the html – it’s not something with the layer slider itself?

    • This reply was modified 11 years, 2 months ago by Munford.
    in reply to: layer slider shift #212686

    actually I am still seeing this shift on pages using the layer slider like this: http://www.copenhagenfilmcompany.dk/2014/corporate_en/

    in reply to: layer slider shift #212340

    that worked thanks! I keep getting those <h3> tages mixed up with my images.

    in reply to: sorting item padding #212339

    thanks that worked!

    in reply to: ADDING ADDITIONAL GOOGLE FONTS #211643
    This reply has been marked as private.
    in reply to: top toggle open #211421

    that quick css is not working for me for question #1 above:
    #toggle-id-1 .toggle_icon { display: none; }

    on this page
    http://www.copenhagenfilmcompany.dk/2014/team-profiles/#toggle-id-1

    I’d like the top toggle to be only open and without the “-” symbol on the left –
    and have cleared my cache but do not see effects.
    any suggestions?

    • This reply was modified 11 years, 2 months ago by Munford.
    in reply to: layer slider shift #211420
    This reply has been marked as private.
    in reply to: layer slider shift #211353

    http://www.copenhagenfilmcompany.dk/2014/corporate_en/

    i see the shift on this page too.
    is there something wrong in my quick css?

    in reply to: layer slider shift #211351

    did that make it do this?
    http://www.copenhagenfilmcompany.dk/2014/
    hover on the CFC logos below the layer slider – they are moving around.
    where is that set?

    in reply to: top toggle open #211341

    thank you very much for your help!
    I continue…

    and if it’s a specific page I want the toggle customization on?
    like the one I linked to…

    I don’t know if you looked at this but I see a shift in other elements on my page when the layer slider changes text:
    http://www.copenhagenfilmcompany.dk/2014/
    the fix I was given (add an hr under the layer slider) didn’t work.

    • This reply was modified 11 years, 2 months ago by Munford.
    in reply to: strict standards error message #210640
    This reply has been marked as private.
    in reply to: strict standards error message #210422

    great! thanks so much!
    what was causing that – did I mess up some code or was it a glitch

    in reply to: strict standards error message #210404
    This reply has been marked as private.
    in reply to: strict standards error message #210401
    This reply has been marked as private.
    in reply to: strict standards error message #210337
    This reply has been marked as private.
    in reply to: strict standards error message #210056
    This reply has been marked as private.
    in reply to: strict standards error message #209683
    This reply has been marked as private.
    in reply to: strict standards error message #209582
    This reply has been marked as private.
    in reply to: strict standards error message #209571
    This reply has been marked as private.
    in reply to: strict standards error message #209553

    getting this when I use the fullwidth slider:

    Strict Standards: Non-static method AviaHtmlHelper::modal_group() should not be called statically in /home/cphfilm/public_html/2014/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/html-helper.class.php on line 109

    Strict Standards: Non-static method AviaHtmlHelper::modal_group_sub() should not be called statically in /home/cphfilm/public_html/2014/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/html-helper.class.php on line 217

    Strict Standards: Non-static method AviaHtmlHelper::modal_group_sub() should not be called statically in /home/cphfilm/public_html/2014/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/html-helper.class.php on line 217

    Strict Standards: Non-static method AviaHtmlHelper::modal_group_sub() should not be called statically in /home/cphfilm/public_html/2014/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/html-helper.class.php on line 217

    Strict Standards: Non-static method AviaHtmlHelper::modal_group_sub() should not be called statically in /home/cphfilm/public_html/2014/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/html-helper.class.php on line 217

    Strict Standards: Non-static method AviaHtmlHelper::modal_group_sub() should not be called statically in /home/cphfilm/public_html/2014/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/html-helper.class.php on line 226

    in reply to: strict standards error message #209417

    I’m getting this now:
    Parse error: syntax error, unexpected ‘;’ in /home/cphfilm/public_html/2014/wp-content/themes/enfold-child/functions.php on line 27

    here is the php

    */

    add_filter(‘kriesi_backlink’,’__return_false’);

    if (WP_DEBUG && WP_DEBUG_DISPLAY)
    {
    ini_set('error_reporting', E_ALL & ~E_STRICT & ~E_DEPRECATED);
    }
    what is wrong there?

    in reply to: strict standards error message #209358

    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?

    in reply to: strict standards error message #209269

    Where do I add that – in the quick css or in my child theme or in the original functions.php file.
    new to this.

    in reply to: adding a social icon #208980

    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.

    in reply to: Changing Size of Text #207958

    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 11 years, 2 months ago by Munford.
Viewing 30 posts - 1,111 through 1,140 (of 1,146 total)