Search Results for 'css'

Results from the Forum
Syams
Participant
#0

Please help me to get faster and solve this Js. & CSS problem with Google Font


ctoweett
tagDiv Member

Don’t mind this. Used module 5 and styled it with css to look like the demo.

cantonjester
Participant
#0

In the General Panel, when I set the image to have a border, the image winds up having a tint overlay. I removed the overlays in the CSS panel, but it still remains. Back in the General Panel, when I set it to “White Box”, the overlay disappears, but a little white box appears over the image.

I just want the image to load ‘as-is’. How do I do this?

Rahim
Participant
#0

Hi dear Customer support team!

Hope you are doing well.
I really got confused. Hope you help me.
I customized the style.css file myself and made my website fully RTL. and it is working perfectly.
But as your theme doesn’t support RTL itself, so there is no rtl.css file in the theme folder.

The problem is here :
I am going to make a multisite. the network is going to have two addresses.
1 : mydomain.com/en which is going to be completely your theme.
2: mydomain.com which is the main site and is going to be an RTL website.
if I use only one theme on my network so I have to have two files : style.css and rtl.css in the theme folder.
But as I just customized the style.css I made two folders in my themes folder, one for rtl and the other for ltr.
and the rtl one is active in mydomain.com and the ltr is active in mydomain.com/en
ltr is working perfectly, but the customized style.css that is working perfectly in standalone install and has made my site fully RTL, is NOT working in the network.

What is the solution?

Regards.

Simion C.
tagDiv Staff

Hi,

You could do that with a code like this
https://www.screencast.com/t/1VIlM3x0SuXM

.single .td-post-title .entry-title {
font-weight: bold;
}

Enter the code in Theme panel->Mobile theme->Custom CSS section. Maybe clear the cache after entering the code.

Thanks

Simion C.
tagDiv Staff

Hi,

At the moment there are no options to remove or add more sharing options for the post page. The easiest way of removing the Google and Pinterest sharing would be to hide them with CSS like this
https://www.screencast.com/t/LZYoApRiM4
https://www.screencast.com/t/UtMh6TaAvk

.td-default-sharing .td-social-google,
.td-default-sharing .td-social-pinterest {
display: none;
}

The code must be entered in Theme panel->Custom CSS section.
This could also be done by modifying the theme file where the post sharing is defined, here are some similar topics
https://forum.tagdiv.com/topic/add-email-sharing-button-2/
Something as simple as a link with a Font awesome mail icon can be sufficient
https://www.screencast.com/t/kN5YBf56WY6P
The with some CSS to style it, the result is like this
https://www.screencast.com/t/x9IXuNL1VV9
Or maybe you can try sharing plugins that have more options. The theme might also add this possibility in a future update, but I cannot say for sure when this will happen.

Thanks

niknas
tagDiv Member

No worries, and I understand your point of view and would say the same if I were in your shoes. It just seems to me that the omission of a CSS class depending on if the TagDiv composer plugin is active or not, should not be an issue regardless of the environment. I can just assume that the Javascript responsible for the stretch just can find the CSS selector due to this.
Anyway, it works for us to not use the composer so no harm done! 🙂

Best,
Niklas//

Simion C.
tagDiv Staff

Hi,

Please note that this modification will have to be made to the post template style that you are using. If multiple post templates are used throughout the website, this change will have to be made for each of them.
For example here I am using post template style 2
https://www.screencast.com/t/XqWndJvXa
The modification has to be made to the single_template_2.php file
https://www.screencast.com/t/g9BfEEjWfAzJ
Replace the highlighted line of code with the one provided in the topic pastebin, with a small modification to it (this way there is no need to use the CSS for styling)
https://www.screencast.com/t/B5n6tGi60Mhm
https://www.screencast.com/t/Lf3UI6jf
https://www.screencast.com/t/xu5Uc6yxn
The result is like this
https://www.screencast.com/t/WuC2OKToxX2
You could change the text (Last Modified) as well if you like, for example like this
https://www.screencast.com/t/A1sXw1R6Yha
https://www.screencast.com/t/FprWr9t0
For some post templates, the modification will have to be made in the loop single file, instead of the single file. Like post template 9 for example
https://www.screencast.com/t/e2x3GQ0i8A
Once made all posts that have the modified post template, will display the modified date.

Thanks

leapdsc
Participant
#0

Hey there,

I am having trouble having the 2 or 3 images fit to the width, set within the column of the website. (for example 1/3 + 2/3).

I have tried setting the images to a custom css. Having tried the following codes, but does not seem to work:

.photos {
background-size: contain;
background-repeat: no-repeat;
}

Current Website Url: http://leapdsc.com/leapdsc/client/hdb/delivering-homes/
Image Example: https://1drv.ms/i/s!Ai3uwVtbSehuuIUJtJKMT0B5Rdqwlw

Please do correct and advise me accordingly. Thank you.

argiacyber
Participant
#0

Hello, I need your help. After I update the Newspaper Theme, from version 6 to version 8, my website looks messy :
Before update theme : http://prntscr.com/gn48g2 and http://prntscr.com/gn48yc
After I update theme : http://prntscr.com/gn49k1 and http://prntscr.com/gn49xh or you can check this : http://inipasti.com/. You can see there, in logo, after I update the theme in the background of logo appear a word : “Inipasti.com” : http://prntscr.com/gn4bg9 which should not appear because of this css code : http://prntscr.com/gn4d9x

What should I do to resolve this problem ?
Thanks…

simchris
tagDiv Member

Hi folks
although I’m not updating this thread anymore; note that I have been playing with the system font stack concept a bit more in Fall 2017 — and I covered how to hack the theme for this a page or two back — but have now decided for new project I do want Google fonts for the page text on desktop, Georgia for headers, but I want system font stacks for all mobile … so how to do THAT ?

Fun article I can recommend on this topic — only for those who want to mess with their font setup beyond the theme panel (TagDiv can’t help you with this topic!):
https://css-tricks.com/preventing-the-performance-hit-from-custom-fonts/

  • This reply was modified 8 years by simchris.
Catalin
tagDiv Staff

Hi Thomas,

Please notice that not everything can be resolved with such custom CSS code. Regarding on OG image, notice that if you want to remove this, it can be made only from code.

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

That could be changed with some custom code, at the moment there are no theme options to customize the font properties when using the mobile theme plugin.
You could change the paragraph font size for the post content for example, with a code like this (the default is 15px)
https://www.screencast.com/t/auDDK8DFhu

.td-post-content p {
font-size: 18px;
}

Enter the code in Theme panel->Mobile theme->Custom CSS section.

Thanks

Simion C.
tagDiv Staff

Hi,

1. If you use Header style 6 try it like this
https://www.screencast.com/t/jNclJUZU8zoE
There will be a border bottom for the main menu, a border top for the top menu and a border bottom of the same top menu. The color can be what you want, simply change it in the code and then enter it in Theme panel->Custom CSS section

.td-header-style-6 .td-header-menu-wrap-full{
border-bottom: 5px solid red;
}
.td-header-style-6 .td-header-top-menu-full {
border-bottom: 1px solid red;
border-top: 3px solid red;
}
.td-header-style-6 .sf-menu > li > a {
line-height: 75px;
}

Please let me know if you have further questions, or something needs modifying.

2. So instead of the arrow you would like to use the hamburger icon
https://www.screencast.com/t/xyJ2ejKW
You will have to modify the default icon font, and replace it with that one, in the theme stylesheet
By default it is like this
https://www.screencast.com/t/8SiiPSlVX
Change it like this
https://www.screencast.com/t/Kxi4nb452yTP
With this result
https://www.screencast.com/t/lwJPtJ2qe

3. The socials are displayed in the top bar, not in the main menu. In the main menu you could use custom links with Font awesome icons for example, linking to where you want
https://www.screencast.com/t/BWnugJ6N
https://www.screencast.com/t/LgtiYueA6EVc
https://www.screencast.com/t/BnT4bJHy3Fi
The result is like this
https://www.screencast.com/t/QAypIroMUQ
More information here
https://forum.tagdiv.com/how-to-add-icons-in-menu/

Thanks

MDNM2017
Participant
#0

Hi,
I am trying to understand how I can create 3 separate columns on the home page at https://infomeddnews.com

Is there special CSS coding for this? Can you please share? Thanks a bunch.

eaf90
Participant
#0

Hi!
I installed the Architecture Demo in my site, but I want to change the Block Title design.
Now, the Technology block title is: https://image.ibb.co/ik1BM5/Captura_de_pantalla_2017_09_19_a_la_s_09_23_01.png and I want it looks like the Newspaper Default: https://image.ibb.co/mQw6ok/Captura_de_pantalla_2017_09_19_a_la_s_09_32_00.png
I tried some changes in custom html/css and edited the .css files of architecture demo, but nothing has worked.

Thank you!

jforum
Participant
#0

Hi,
We use Newspaper v8.1 with the child theme that you provide with it.
We noticed two things :
– in the Appearence > theme menu, only the child-theme (that is active) is listed in the theme’s list, we don’t see the parent one. On others sites whith other themes with child-theme, both are displayed on the theme list.
– The child-theme you provided has this comments on the style.css file :
/*
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
*/

=> Is that normal that versions are different (v8.1 for the parent and 7.7c for the child) ?
=> does it explains that we have only the child-theme listed in the WordPress theme menu ?
=> do we have to change something on our child theme code (the comments with the theme name and version ?)

regards
Icodia team

kanal1
tagDiv Member

Hi.

Sorry i didnt understand a word of what you wrote there.. 😉

So it is not possible to get rid of the grid line with a css code i can put into custom css? (sorry if i sound a bit stupid.. Im just a regular user, not a tech nerd) 😉

Thanks, Thomas.

Simion C.
tagDiv Staff

Hi,

I don’t understand exactly what you mean. If you are referring to the selection color
https://www.screencast.com/t/bkAMJwEmmPR
You can try something like this
https://css-tricks.com/snippets/css/change-text-selection-color/
https://css-tricks.com/almanac/selectors/s/selection/
Please provide more details if this is not what you wanted to know.

Thanks

Reiter2309
Participant
#0

Hi,
I tried to hide some elements for a specific Category in Articles.
bands = title form

I used this css code:
.single .category-bands .td-post-next-prev-content {
display:none;
}

The code works but it disable the element on all Articles.
I tried also to disable the elements in only one specific Article by using the post-id:
.postid-450 .author-box-wrap, .td_block_related_posts {
display:none;
}

Same result. Can you help me?

Catalin
tagDiv Staff

Hello au-emergence,

If you do not like the page title, notice that you can use a bit of CSS code and hide the page title, like this ->

.td-page-title{
display:none;
}

Hope this helps!

If is not what you mean, provide more details about what exactly you want to achieve so I will be able to provide a more accurate response.

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

1. This code will remove the background when the social menu items are hovered

#td-header-menu .menu-item-824 a:hover,
#td-header-menu .menu-item-825 a:hover,
#td-header-menu .menu-item-826 a:hover{
background-color: transparent;
}

You could color the icons when hovered if you want, by adding this to the code
https://www.screencast.com/t/AuOxxhKi
Use any color you want in the code.

2. The header search icon color could be changed like this
https://www.screencast.com/t/xdgFNnwZ

.td-header-wrap .header-search-wrap .td-icon-search {
color: green;
}

3. For that specific element there is no theme font setting. You could change the font properties with CSS if you want to
https://www.screencast.com/t/oonTVYHjEuML
Use the properties you want in the code

.header-search-wrap .result-msg {
font-size: 20px;
font-style: normal;
}

4. The category tag can be removed for all the modules in particular
https://forum.tagdiv.com/category-tag-on-modulesblocks/

Thanks

Bogdan B.
tagDiv Staff

Helo,

1) Please add this css in your theme panel -> custom css box:

.td-art-creek .td_module_mx4 .td-post-category, .td-art-creek, .td_module_related_posts .td-post-category{
margin-top: 0!important;
}

2) It seems you have an empty block element above the slider. Please edit your page and remove the empty element.

Thank you!

Catalin
tagDiv Staff

Hello Scott,

I have tried to inspect your website and I saw that your website is under construction. Regarding on your above screenshots, I guess that your CSS of the theme it’s not loaded properly on your backend which can be caused by many factors. First of all, if you are using some untested plugins, try to disable all of them, leave just only the plugins that come bundled with the theme core files and rule out any conflicting plugins. Also, if the problem is still there, you should try to make a new clean install from scratch via FTP way because this is the surest theme’s method in this case, according to our documentation here -> https://forum.tagdiv.com/newsmag-install-via-ftp/ Clear all the caches and check the results.

Thanks for your understanding!

techoutsg
tagDiv Member

Hey Bogdan, I got an issue with the “remove render-blocking css”. It says in your tutorial to add a script to the functions.php file in wp-admin. But I don’t have that file. I have enabled “show hidden files too”.

Any ideas?
Thanks!

Viewing 25 results - 16,451 through 16,475 (of 33,436 total)