Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12458
    dchfr
    Participant

    I successfully updated to the latest version of CatchBox Pro. However, with this version I experience new problems with html objects which do not seem to be well understood by the theme any longer, see e.g. page
    https://m3disim.saclay.inria.fr/?page_id=15
    where you can see that the page box is not adequately sized for the object containing the publications list (which has height 600px). See also below the corresponding page code.

    Let me emphasize that this worked very nicely with the previous version of the theme I was using.

    Thank you in advance for your help and best regards,

    Page code:
    Note: this list is only complete (so far) for years 2009-present.

    <object style=”width:100%;height:600px;” type=”text/html” data=”http://haltools.inria.fr/Public/afficheRequetePubli.php?labos_exp=214668;200674;2425&CB_auteur=oui&CB_titre=oui&CB_article=oui&langue=Anglais&tri_exp=annee_publi&tri_exp2=typdoc&tri_exp3=date_publi&ordre_aff=TA&Fen=Aff&css=../css/styles_publicationsHAL.css”></object>

    #12459
    dchfr
    Participant

    Correction, my above code was partly interpreted. Here it is again:

    <strong>Note:</strong> this list is only complete (so far) for years 2009-present.
    
    <object style="width:100%;height:600px;" type="text/html" data="http://haltools.inria.fr/Public/afficheRequetePubli.php?labos_exp=214668;200674;2425&CB_auteur=oui&CB_titre=oui&CB_article=oui&langue=Anglais&tri_exp=annee_publi&tri_exp2=typdoc&tri_exp3=date_publi&ordre_aff=TA&Fen=Aff&css=../css/styles_publicationsHAL.css"></object>
    
    #12494
    Sakin
    Keymaster

    @dchfr: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .fluid-width-video-wrapper object { position: relative !important; }

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Problem with html objects after theme update’ is closed to new replies.