Search Results for 'css'

Results from the Forum
Bogdan B.
tagDiv Staff

Hello,
The code works https://www.screencast.com/t/40DgGoqbJH6
But if it does not work for you, you may have errors in your custom css box. A big red X will hint you in. Do you have such a red X in your custom css box? That will break any code after it. IF you still cannot figure it out, please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation so we can identify you.

Thank you!

Simion C.
tagDiv Staff

Hi,

There are no such settings for the moment. It could be done with some CSS if required
https://forum.tagdiv.com/topic/how-to-change-main-menu-text-active-and-hover-color/
If there are problems please provide a link to your website and I will take a look.

Thanks

Bogdan B.
tagDiv Staff

Hello,

You can try a custom css approach to bold the title as there is no setting in this regard. Please check this topic to see how css can be applied to the amp template:
https://forum.tagdiv.com/topic/center-imagen-featured-in-amp/
You can use a css code like:

header .entry-title{
font-weight:bold;
}

Thank you!

yourlifeupdated
tagDiv Member

Thank you again, but the problem is not solved. Here you can find my Editor-style.css file. Can you please check if it is ok?

https://drive.google.com/open?id=1i_ePSXKSwiNtNRGarhfNNV4FwDlOuyik

Olya
tagDiv Member

Hello!
In style.css introduced the following code
“/*
Theme Name: Newspaper 7 Child theme
Theme URI: http://themeforest.net/user/tagDiv/portfolio
Description: Child theme made by tagDiv
Author: tagDiv
Author URI: http://themeforest.net/user/tagDiv/portfolio
Template: Newspaper
Version: 7.7c
*/

/* —————————————————————————-
This file will load automatically when the child theme is active. You can use it
for custom CSS.
*/

What else do you need to add? The whole structure, how’s it? https://forum.tagdiv.com/the-child-theme-support-tutorial/
I like the one on the screenshot.
I would be grateful for any help, as periodically have to give up new updates due to the constant need to re-enter all the updates that have been made by me in the theme.
1

great1212
tagDiv Member

Dear, I have tried pasting the code one at a time in the theme custom CSS area, but yet the hyperlinks color of my page is not changing. I have tried two different codings at a time as:

.td-page-content p span a {
color: #3a7987 !important;
}

.td-page-content p span a {
color: red !important;
}

Please check my page, as it hasn’t any changed color hyperlinks.

https://www.pakdefense.com/privacy-policy/

Please help me to cover this problem.

ashokbasnetashu
tagDiv Member

I’ve renamed plugins folder, cleared cache and also the custom code (I’d used only custom css). Done all those things but still not worked. What might be the issue??? in deep trouble!!

Simion C.
tagDiv Staff

Hi,

1. That is the mega-menu with sub-categories with the Newspaper theme, Newsmag has a mega-menu design like this
https://forum.tagdiv.com/newsmag-mega-menu/
Again, the links and example are using the Newspaper theme not Newsmag. Despite similarities there are also functionality and design differences between the two themes.

2. You could edit the page with the builder you used to create it, probably Visual composer (now WPBakery page builder). That seems to be a heading or title, set a border right to it of the color you want, check in the CSS or design tab settings.
Or use CSS to do that – https://www.screencast.com/t/xYOdyi91K3

.vc_custom_1505806546312 {
border-right: 3px solid white;
}

Thanks

Bogdan B.
tagDiv Staff

Hello,

Place the code in the theme panel under custom css and change the screen width in pixels to the screen size you want the more articles to hide at.

Thank you!

yachtfocus
Participant
#0

Dear Support,
When I try to update the theme to the newest version I get the following error:

wp_booster error:
Internal error: The system tried to use an att that does not exists! class_name: td_res_context Att name: “mx5f_title_font_family” as “mx5f_title_font_family”
C:\xampp\htdocs\bab\wp-content\themes\bootaanboot\includes\wp_booster\td_css_res_compiler.php

Since I don’t now what to do next, I am asking for support,

Thanks in advance,
Yachtfocus

kibiribi
tagDiv Member

Thanks for an advice.
I’ve added this section to (path = /wp-content/themes/Newspaper ) style.css
SCreenshot – https://www.screencast.com/t/ewgrnVvsO4z

But nothing changed – watch video screenshot – https://www.screencast.com/t/VuHOAt7Uy
Am I doing wrong?

mmedia
tagDiv Member

Yeah I know the CSS “workaround”, but there should be simple tickboxes for these kind of things 😉

Simion C.
tagDiv Staff

Hi,

Maybe some of those can be done with CSS modifications, the gallery element would not have such settings unfortunately. Try a code like this
https://www.screencast.com/t/Ufvn1l9gYu
It will remove the bottom thumbnails section, also the black background and set a white background instead

.td-doubleSlider-2 {
display: none;
}
.td-gallery-slide-top {
background-color: #fff;
color: #111;
}

You could make more modifications to it, some more might be possible with CSS if needed
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

There are differences between the post meta in the page source, in my case using default theme install and only theme plugins, and in your case.
This is how it is for me and how it should be
https://www.screencast.com/t/a5SVXgFnu
In your case there is inline CSS used – https://www.screencast.com/t/DygO0ZFuk
Maybe you did some modifications in this theme file directly or by a child theme
https://www.screencast.com/t/7xYfu4dJvsd
Please check that file and see how that meta looks for you. Let me know.

Bogdan B.
tagDiv Staff

Hello,

Please try this code in the theme panel-> custom css box:

.td-post-content a{
color:Red;
}

Thank you!

Simion C.
tagDiv Staff

Hi,


@mmedia
This has not been implemented in the theme up to this moment. There would be other priorities at the moment. But it is noted and will be considered at a future time.

So if you want to remove the date for a specific block for the moment you would have to resort to some CSS
https://www.screencast.com/t/RUnybZHRTg
https://www.screencast.com/t/ctoYzhosCx7
Example code used here

.my_special_block .td-post-date,
.my_special_block .td-post-author-name span {
display: none;
}

https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

ashubais
tagDiv Member

Modified files – 14 files

  • includes\plugins\td-amp.zip
    includes\plugins\td-cloud-library.zip
    includes\plugins\td-composer.zip
    includes\plugins\td-newsletter.zip
    includes\plugins\td-social-counter.zip
    includes\td_config.php
    includes\wp_booster\td_exchange.php
    includes\wp_booster\td_global.php
    includes\wp_booster\td_module_single_base.php
    includes\wp_booster\td_social_sharing.php
    includes\wp_booster\wp-admin\css\wp-admin.css
    includes\wp_booster\wp-admin\css\wp_panels\welcome.less
    includes\wp_booster\wp-admin\panel\views\ajax_boxes\td_panel_categories\td_get_category_section_by_id.php
    style.css
  • Nikolaas49
    tagDiv Member

    Hi Catalin,

    Thanks for your input.

    This is a code you already provided a few weeks ago. I’ve tried again, but this is the result:
    https://www.screencast.com/t/So5froZKDt

    The issue is that the green stroke stroke should not even appear in this place. The CSS-code to change the header background-image doesn’t tell the theme to place a header image in this place, so it’s very strange that this happens.

    Could you please help me with some other input?

    Kind regards, Nick

    simchris
    tagDiv Member

    Depends on the style element. If you have old inline styles like a center style on paragraph tag, you will need to search and replace that and replace with css class using phpmyadmin on your mysql dbase.

    If its a theme style, try to find out where that is to let the theme devs know.

    You should test any of your pists reported as having errors with goigkes amp tester to see what the errors are to fix.

    burakk
    tagDiv Member

    Hello Catalin,

    I want to change only tje link color, not the entire theme color. Is there any way (css code or etc.) to do that ?

    Thanks

    brianjcameron
    tagDiv Member

    I am using the latest version of the plugin.

    I have some custom css added to the custom code box in theme panel.

    But an not tech savvy.

    How do I check for “custom implementation or plugin for extra meta for the posts”

    I’m not conscious of this…

    Catalin
    tagDiv Staff

    Hello ashubais,

    Sorry but the theme does not have any such an option that allows you to change the AMP Fonts. You should create your own CSS code for changing this. Check here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

    Thanks for the message!

    Margherita
    tagDiv Member

    Hello Catalin,

    Ok, I try to make do with CSS.
    Thanks anyway

    Catalin
    tagDiv Staff

    Hello Michael,

    Please notice that the theme does not have any such an option for full width. Also, you should provide your website URL so I can take a closer look at it and also, so I try to provide a quick CSS to reduce any paddings.

    Thanks for your understanding!

    Catalin
    tagDiv Staff

    Hello Judit,

    You should use a bit of CSS code if you want to change these section. As a hint, you can try using the below code and place it in Theme panel -> Custom CSS area.

    .td-grid-style-2 .td-module-thumb a:last-child:before{
    background:-webkit-linear-gradient(top, rgba(0, 255, 0, 0) 0%, red 100%);
    }
    .td-grid-style-2 a{
    color:green!important;
    }

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

    Thanks for your understanding!

    Viewing 25 results - 13,701 through 13,725 (of 33,436 total)