Search Results for 'css'

Results from the Forum
claus
Participant
#0

Hi!
As you know, from January 2017, Chrome (version 56 and followings) will mark as unsafe the pages that collect password and credit card, if these pages does not use the https protocol.
Of course this decision will affect the position of the website.

But

even if I don’t use any collection of password or credit card, my website has been marked unsafe because in the css there are several reference for options I don’t use.

  • var td_email_user_pass_incorrect=”User or password incorrect!”;
  • <input class=”td-login-input” type=”password” name=”login_pass” id=”login_pass” value=”” placeholder=”your password” required>
  • <div class=”td-login-info-text”>Forgot your password?</div>
  • <div class=”td-login-panel-title”>Recover your password</div>

    Are you aware of it? Is there any possibility to cancel these lines if I don’t need it? W

    #0

    Hi Tag,

    I was wondering if its possible to increase the width/height of the featured image that displays in posts. Either via some inbuilt method or custom css. The automatic cropping doesn’t seem to display the entire image.

    Bladl
    Participant
    #0

    Hi,

    All files are cleanly integrated via https only the following Google font from the theme is stubborn only via http in the source code

    http://fonts.googleapis.com/css?family=Lato&#8217;. This request has been blocked; the content must be served over HTTPS.

    How can I change this to https, because all other content functions problem-free over https.

    greeting
    Ingo

    Ladiesabroad
    Participant
    #0

    Hi

    Is it possible to have all categories under the same main category listed on the Category page? After ten categories being shown, the rest of them (from eleven and higher) is grouped in a drop-down list. I would like to have Malaysia, Maldives, Oman, Palestine etc visible when the one of the sub category pages is opened. showing the categories in two or more rows is not a problem, and a CSS change is no problem either.

    http://www.ladiesabroad.se/category/asien/forenade-arabemiraten

    Thanks.

    stefp799
    Participant
    #0

    Hello, I am new on Newspaper,
    How do I setup the overall site width?
    and I would like to reduce the size of the sisebar.

    Is there a css to do that?
    Sincerely
    Stef

    eugqua
    Participant
    #0

    I’m having extreme difficulties navigating this crazy fonts panel and just can’t find out which one controls the excerpts on the main page.
    In CSS I see some module 18:
    https://www.dropbox.com/s/g8m5ekd78y37p3k/excerpt.JPG?dl=0

    However, I only see Module 18 in Post Title section.
    Please, help…

    LinkAntonDE
    tagDiv Member

    Hi Tagdiv-Team,

    hope you had nice Easter-Holiday! This issue is solved!
    I continueed my search in this forum – a real treasure of Information – and found out
    i had to dequeue/register the CSS in the functions.php of the theme.

    Regards,
    Christian

    martialwarrior
    tagDiv Member

    We got it. We had changed the CSS correctly but did not delete the cache and didn’t realize that it had worked.

    simchris
    tagDiv Member

    I usually do a search/replace in the style.css then that becomes the new ‘default’ fonts 🙂

    Muuuuuuch simpler.

    Gil Poulsen
    Participant
    #0

    Hi, love this theme and apologies if this has already been answered but I can’t seem to find it after a pretty exhaustive search of the forums. Using the mobile theme which works great, just one small issue for us in that on the category pages, particularly our obituaries, the narrow slice image style is basically showing only the tops of the deceaseds’ heads,which some of our readers have found upsetting 😉 Is there a way to either a) hide the images only for a certain category but not all categories, since overall we like to have them, or b) change the aspect of those images to be more of a standard 4:3. I understand this may require changes to the core mobile theme files and I am not asking you to make the changes, just to point me to which file(s) in /mobile need to be altered. I have tried this CSS


    @media
    (max-width:767px){
    .td-post-category{
    display:none!important;
    }
    }

    but that hides them on ALL category pages. Appreciate any guidance you can provide. Thanks!

    riealeksandra
    tagDiv Member

    Hi Bogdan, I have the same issue at https://matfrabunnen.no (bottom of page) and I tried updating the CSS, however it’s not working properly. The thumbs are still very dark. How can I remove the shadow over the images completely?

    LinkAntonDE
    Participant
    #0

    Hi Tagdiv-Team,

    I am working on reducing the requests of external CSS. Already removed (after you guys showed me where to find the call for the CSS) the demo.css. Now I would like remove js_composer.min.css, as far as I understood the call/hook/enqueue is also in td_wp_booster_function.php. The plan is to copy the code of the css in another css, so that the css is there, but instead of 2 there will be 1 request …

    After some search in the forum, I found this (coming as close as possible to what I want to do):
    https://forum.tagdiv.com/topic/unneeded-js_composer_front-css/

    But I deleted the code and the csss is still loaded by the theme. Any idea what I am missing here?

    Regards,
    Christian

    kobealbo
    tagDiv Member

    Okay, totally my fault for not looking into the way the child theme worked for this theme. The Functions file that enqueues the CSS files is a little different than. Copied the functions.php code from the file in the folder provided by the author, and all is good

    Alin [tagDiv]
    tagDiv Staff

    Hi,

    The theme doesn’t have an option for this and practically it is not related to the theme. You may try to use a hook or a plugin and remove the image title, but you said above you don’t want to remove it.

    You can try css code for post content images and featured image and see if it helps:


    .td-post-featured-image img, .td-post-content img {
    pointer-events: none;
    }

    Alin [tagDiv]
    tagDiv Staff

    I have tested this and it works properly on my side even if tag’s name starts with a lowercase – https://www.screencast.com/t/RET8v4lFlYDm
    Also you get some js errors in browser console – https://www.screencast.com/t/hTuBmXo2eRy
    Please verify it without any plugins active except Visual Composer, clear all your caches and disable any css/js minification.

    Thanks!

    Alin [tagDiv]
    tagDiv Staff

    Hi,

    Please try this custom css in Theme Panel > Custom Css:

    .td-travel .td-travel-header:after {
    opacity: 0;
    }

    Thanks!

    Catalin
    tagDiv Staff

    Hello osabob,

    The theme allows you to change these only for entire theme, from Theme panel->Fonts section. So, if you want to check them only for a single article, you should use a bit of CSS code and target the single article using the post id or post template.

    Thanks for your understanding!

    WakeUpCallProject
    tagDiv Member

    On another theme site the css code goes something like this I believe:

    .fusion-imageframe img {
    pointer-events: none;
    }

    Simion C.
    tagDiv Staff

    Hi,

    Please make sure you enter the code mentioned properly in the theme files, and use exactly the same syntax
    https://www.screencast.com/t/U6VVZtzDLT
    I have tested this method and it is working properly, the author ID is appearing as a class next to the author box wrap, in the code – https://www.screencast.com/t/4zOmkOuchnF
    In your case the author name does not appear – https://www.screencast.com/t/DKwEOjaM
    After you modify the code as indicated, you can use the css solution and hide the author box for that particular author.

    Thanks

    supermario007
    tagDiv Member

    Hola Simion gracias por tus respuestas y tu tiempo,gran soporte el de Tagdiv gracias.

    revisado todos los archivos que recuedo haber modificado en el archivo .hthaccess he borrado todo menos esto

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    y en el theme panel / custom code / custom css tengo esto


    @media
    (max-width: 767px){
    .td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
    background-color: #ffffff !important;
    }
    .header-search-wrap .td-icon-search, #td-top-mobile-toggle i {
    color: black !important;
    }
    }

    @media
    (max-width: 767px){
    .td-scroll-up-visible {
    display: block;
    }
    }
    .td-default-sharing iframe{
    position: relative;
    bottom: -11px
    }

    Ya tengo la versión 7.8.1 y sigue sin funcionar ¿puedes ayudarme? ¿QUE puede ser?

    GRACIAS

    Catalin
    tagDiv Staff

    Hello Lewis,

    Please notice that our animals demo uses the block style 12 which uses the Read more button to link the entire post content. So, if you want to remove this, you should change the block from your backend or also, you should use a bit of CSS code to hide it. Try the code below and place it in Theme panel->Custom CSS Area.

    The code is ->

    .td_block_12 .td-read-more{
    display:none;
    }

    The result is here ->https://www.screencast.com/t/utbinQYAY

    Regarding on category, tag, notice that you can hide them from Theme panel, according to your blocks/modules used by you, from here -> https://www.screencast.com/t/SAoaTV89b2

    Thanks for your understanding!

    Sebastian Escobar
    tagDiv Member

    I have this code:

    if ($this->is_ie === false) {
    // move style.css theme style
    $this->move_style_to_footer_queue('js_composer_front');
    $this->move_style_to_footer_queue('td-theme'); //this is the main style of the theme. It's only moved on Newspaper 6!
    $this->move_style_to_footer_queue('td-theme-woo'); //this is the main style of the theme. It's only moved on Newspaper 6!
    }

    is not the same of your example, there are not the “style_id” and also no td-theme-child (I have a child theme) and no td-theme-demo-style.
    Anyway, I tried to just comment the lines but showed me an error, for this I deleted them, but the “flash” is still there.
    Maybe td-theme-child?

    Amit
    tagDiv Member

    @nano2408

    Had the same issue with the matched content ads.
    I have resolved it by adding conditional CSS

    https://forum.tagdiv.com/topic/google-matched-content-widget/

    Bogdan B.
    tagDiv Staff

    Sorry but since we have not tested replacing our background ad with another ad system, I cannot provide any solution to this. i suggest hiring a freelancer to help out with this task as plugin implementation is not part of the theme support.
    The background ad in our theme for the moment is not working as there is a problem with the code but it can be fixed with a simple css if this is what prompted you top look for an external plugin for a bakcgorund ad:
    body {
    cursor: pointer;
    }
    #td-outer-wrap {
    pointer-events: none;
    }
    .td-main-content-wrap, .td-container-wrap {
    pointer-events: auto !important;
    cursor: default;
    }

    Thank you for your understanding.

    Sebastian Escobar
    tagDiv Member

    Excuse me, I mistake the forum and answer in the other, that is resolved.
    Here are:

    I complete line 853 of td_module_single_base.php with:
    $buffy .= ‘<div class=”author-box-wrap ‘ . get_the_author_meta(‘display_name’, $author_id) . ‘ “>’;
    And add in custom css:
    .author-box-wrap.Maricel7{
    display:none;
    }
    (with my administrator name)
    But still I have the admin box in the post, that I don’t want.
    There are some error?
    Thanks!

    Viewing 25 results - 18,176 through 18,200 (of 33,436 total)