Search Results for 'css'

Results from the Forum
Calin
tagDiv Staff

Hi,

Most demos contain custom design, in this case the fitness demo ads a predefined color to the header menu among others
https://forum.tagdiv.com/topic/links-color-over/

You could remove that demo customization from the demo stylesheet as mentioned in the topic.
Or use some CSS in the theme panel to override it – https://pastebin.com/cJijjEqA
The color will be the one you use in the code – https://www.screencast.com/t/mZlzfE7FZT
Also please check these topics
https://forum.tagdiv.com/topic/hover-color-wont-change/
https://forum.tagdiv.com/topic/links-color-over/

Thanks

Simion C.
tagDiv Staff

Hi,

That will make the font bold, like this – http://prntscr.com/lrxliu
You can add more CSS to the code if you wish to make it more visible, like font-size, or color. I will help you if that is what you want. For example
http://prntscr.com/lrxmzx

Code used

.td-load-more-wrap .td_ajax_load_more {
font-weight: bold!important;
font-size: 15px;
color: black;
}

Thanks

Simion C.
tagDiv Staff

Hi,

There is indeed a darker gradient applied to the bottom of the images
http://prntscr.com/lrxj67
That would be to make the image caption more visible. I could give you a code to remove it
http://prntscr.com/lrxk5d

Please enter this code in Theme panel->Custom code CSS section, and it should be removed

.mfp-figure:before {
display: none;
}

Thanks

Calin
tagDiv Staff

Hi,

Unfortunately for that moment this is possible just with custom css, please provide a link were I can inspect your main, in this way I will be able to provide you the right custom css, also please provide some details with what you want to achieve.

Thank you for your understanding.

vicafnan
tagDiv Member

Thank you for your response, but i tried it already. not working for me

http://prntscr.com/lrvsv9

I don’t know a lot about css but i think the demo css file is overriding the style.css don’t know why? Can you please tell me what am i doing wrong here. Thank you

http://prntscr.com/lrvtwn

Calin
tagDiv Staff

Hi,

Please replease the aboce custom css with this one.
@media (max-width: 767px){
#td-top-mobile-toggle {
position: absolute;
top: 0;
right: 0;
z-index: 999;
}
.header-search-wrap {
display: inline-table;
left: 0;
}
}

Thanks.

Vickydhumale
Participant
#0

Hello,

I want to speed up menu button show up speed. There is no internet issue. All newspaper websites have this issue. Please check this site’s menu loading speed. Its a quick. https://screenrant.com

My site: https://herosfact.com/

Please create CSS code or suggest anything to resolve this…

pcservis
tagDiv Member

Hi,
I might give you few answers until tagDiv support reply.

You cant use tagDiv Composer and WPBakery Page Builder at the same time. It breaks pages layout. On other hand, tagDiv claims that pages made in WPBakery Page Builder should (but they arent 100% sure so they dont claim full compatibility) should work fine in tagDiv composer and I tested that, they do work for me. At least homepage (havent tested all pages on my web sites)

You cant deactivate WPBakery Page Builder without activating tagDiv composer since its essential to building your page. I mean you can deactivate, but your page will not render and you have to activate eather WPBakery Page Builder or tagDiv composer. I just deactivated WPBakery Page Builder on one of my web pages to grab a screen shoot for you http://prntscr.com/lrr2g5

I dont know how long they will keep supporting WPBakery Page Builder but I presume they will continue to do it for long time since there is a lot of people that dont want to switch. But how long they will continue to update it, I dont know. So far Im not satisfied how often they update it https://forum.tagdiv.com/topic/why-you-arent-updatind-wpbakery-page-builder-with-new-version-on-your-theme/# but you should be fine even if you dont update it at all if there is no major bugs found in WPBakery Page Builder

tagDiv composer have much more options than WPBakery Page Builder so switching to it will give you chance to set some stuff that you previously had to use custom CSS, etc. But for me tagDiv Composer is not user friendly at all and is hard to find options, etc and I just dont like to build pages in it. And I have to add that in my test, I havent seen any difference in site speed if I built it in one or other builder but I have pretty fast hosting

I hope this helped you

pcservis
Participant
#0

Hi, on NewsMag themed website, I requested the same and you provided me with custom CSS code

.td_ajax_load_more{
font-weight: bold!important;
}

And it does the trick as we can see here http://prntscr.com/lrquxy

I tried to add same custom CSS to Newspaper theme and its still bleak and invisible http://prntscr.com/lrqv6i

Any solutions?

Calin
tagDiv Staff

Hi,

Try this custom css
.td_block_big_grid_fl_6 .td_module_mx22 {
height: 350px;
}

You can change the value of height.

Thanks.

Calin
tagDiv Staff

Hi,

Then please add the below css for the mobile in Newspaper>Theme panel>Custom code>Custom css
@media (max-width: 767px){
.td_block_big_grid_4 .td-big-grid-post {
width: 100%!important;
}
}

Thanks.

Simion C.
tagDiv Staff

Hi,

The image is already the full width of the post content (696px with sidebar). The rest of the content is wider for some reason
http://prntscr.com/lred0e
I see other posts from the website have the same issue, others have the post content too narrow
http://prntscr.com/lreaqh

From what I can tell the posts have been built with Visual composer, we strongly don’t recommend this, but have taken steps to try and fix layout issues that could appear.

1. In the case where the content is narrower maybe you have designed the content with a sidebar in Visual composer (split row)
https://www.screencast.com/t/BDOre6r3
You would have to edit the post and make the row full (no sidebar). There is no need for a sidebar in the post content.

2. In the other case where the content is larger, I could give you a CSS for it
http://prntscr.com/lretvf
Enter it in Theme panel->Custom code CSS section. It should fix that case.

@media (min-width: 767px) {
.single .vc_column_container {
padding-left: 24px;
padding-right:24px;
}}

3. As for building posts, you could try out from now on to use the tagDiv composer and cloud library plugin
https://forum.tagdiv.com/tagdiv-composer-tutorial/
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
This will allow you to build post templates actually, not the post content itself. The cloud post templates can be seen and even edited here
https://affiliate.tagdiv.com/#/load/Single

Please let me know if you have more questions.

Thanks

Calin
tagDiv Staff

Hi,

Please remove this custom css from Newspaper>Theme panel>Custom code >Custom css
and paste it in Newspaper>Theme panel>Advanced code in all device, but not in phones
https://www.screencast.com/t/dMYXiJI0VpD
.td_block_big_grid_4 .td-big-thumb:hover{
border-radius: 10px;
border: 1px solid black;
}
.td_block_big_grid_4 .td-big-grid-post .td-module-thumb {
background-color: transparent;
}
.td_block_big_grid_4 .td-big-grid-post {
width: 49%;
}
.td_block_big_grid_4 .td-big-thumb {
padding-right: 0px;
margin-right: 1%;
}

Hope this will solve your problem.

Calin
tagDiv Staff

Hi,

Please add this custom css in Newspaper>Theme panel>Mobile theme >Custom code section css
body{
background-color: #fff;
}

https://www.screencast.com/t/7Ch0kh6VGtnQ
https://www.screencast.com/t/J183Ji2w5

Thank you.

Calin
tagDiv Staff

Hi,

This custom css will bold all links from single posts, and will change the color accent/hover of those links
https://www.screencast.com/t/EKa7VDVjjY
.single .td-post-content a{
font-weight: 600;
}
.single .td-post-content a:hover{
color: green;
}

Just paste it in Newspaper>Theme panel>Custom code>Custom css

Thank you.

Ginfox
tagDiv Member

Hi Calin, not work on my iPhone view and now my custom css it’s lost end is it impossible edit it.

https://www.pcusb.it/wp-content/uploads/2018/12/mobile-view-747×1024.jpg

I remove and re install Newspaper, remove cache but not work

Calin
tagDiv Staff

Hi,

If I understand correctly you want to achieve this https://www.screencast.com/t/dIpe5itHR
Please paste the css in Newspaper>Theme panel>Custom code>Custom css
@media (max-width: 767px){
#td-top-mobile-toggle {
position: absolute;
top: 0;
right: 0;
z-index: 999;
}
.header-search-wrap {
left: 0;
}
}

This will work only if you do not have mobile theme activate.
If you are using the mobile theme please add this custom code in Newspaper>theme panel>Mobile theme > Custom code
#td-top-mobile-toggle {
position: absolute;
top: 0;
right: 0;
}
.td-search-icon{
left: 0;
}

https://www.screencast.com/t/43KvG19wb

Thank you.

Calin
tagDiv Staff

Hi,

If this is what you want to achieve https://www.screencast.com/t/N98NqR4cwa please add the below custom css in Newspaper>Theme panel>Custom code>Custom css
.td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx22 {
height: 350px;
}

Thanks.

Syahrizal Muttaqin
tagDiv Member

I have added custome css

imkimc
Participant
#0

My problem is that I would like all of my links to be bold, and change color when I hover. The theme is pushing me into making the link and hover the same color by assigning the Theme Accent color to both classes. Actually it looks like they are broken up into dozens of classes by the look of the CSS code on generated pages.

Is there a simple way to force all links to at least use a bold typeface?
Is there a way to color header links so that they show color with CSS.

Yes, I know that TDComposer has more options in blocks for specific modification overrides to the default CSS classes, but I have an enormous amount of content not in TDComposer and users spread all over the USA who are familiar with the WP editor and changing to the TDComposer for everything poses a lot of challenges.

PepperStorm Apps
Participant
#0

Hi there,

I was using an outdated Newsmag theme which was getting hacked frequently so I’ve just bought and downloaded the newest version but when I went to upload the theme I was unable to do so.

It had a bunch on suggested plugins, all of which successfully installed except for one:

MyThemeShop Connect – object(WP_Error)#5936 (2) { [“errors”]=> array(1) { [“plugins_api_failed”]=> array(1) { [0]=> string(219) “An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums.” } } [“error_data”]=> array(1) { [“plugins_api_failed”]=> string(2) “N;” } }
Something went wrong with the plugin API.

I tried to upload the theme without the last plugin but got this response:

Unpacking the package…

Installing the theme…

The package could not be installed. The theme is missing the style.css stylesheet.

Theme installation failed.

Can someone tell me how to fix this issue?

Wordpress said the error occurred due to a missing css file within the theme?

Thank you!

pixelhead
Participant
#0

Can anyone tell me the CSS code to make the bottom 3 pictures Taller in Big Grid Full 6.

Simion C.
tagDiv Staff

Hi,

Indeed, that demo has some customization for block 15 (removes the thumbnail and ads some design)
http://prntscr.com/lr2krm

When installing a demo an additional stylesheet will be loaded
https://www.screencast.com/t/s0ygO0nAd8lO
That contains design for the particular demo. It will not be through the theme panel custom CSS section, but an additional stylesheet.

The connection will be through the demo body class that will be set
https://www.screencast.com/t/HT3xz2kSG

You could also use flex blocks, these have settings to hide the thumbnail and many customization settings
https://www.screencast.com/t/f1emI5vFKzIf
Here you can preview and even edit designs made by us based on flex blocks
https://affiliate.tagdiv.com/#/load/Blocks

These cloud blocks and templates can be imported through the cloud library plugin
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

Let me know if you have more questions.

Thanks

Calin
tagDiv Staff

Hi,

Pleas try this custom css to reduce the space between main menu and featured image

.td-post-template-12 .td-post-header .entry-title, .td-post-template-13 .td-post-header .entry-title {
    padding-top: 0px;
    padding-bottom: 0px;
}
.td-post-template-12 .td-post-header, .td-post-template-13 .td-post-header {
    margin-bottom: 0px;
}

Please replace the above code with this one
.td-header-style-10 .td-logo-wrap-full {
min-height: 90px!important;
line-height: 90px;
}

Thank you.

  • This reply was modified 7 years by Calin.
Calin
tagDiv Staff

Hi,

You can use this css to reduce the space for logo
.td-header-style-10 .td-logo-wrap-full {
min-height: 90px;
line-height: 90px;
}

Please the css in Newspaper>Theme panel>Custom code>Custom css

Please provide a link were I can inspect the pace between main menu and featured image.

Thank you for your understanding.

Viewing 25 results - 11,976 through 12,000 (of 33,436 total)