Search Results for 'css'

Results from the Forum
sirajcmr
tagDiv Member

Thank you.

I thought it was a bug.

Is there a way to bypass it as I would love to have my Mob Logo to be shown there. Any CSS which can help me?

Please have a look at http://www.windowsmechanic.com/, I just reproduced the issue.

Regards
Siraj

Alin [tagDiv]
tagDiv Staff

Hi,

Try to use more specific target using the bellow css and also clear cache:

@media (max-width: 767px) {
.td-header-top-menu-full .td-header-sp-top-menu {
display: block !important;
}
}

Hope this helps!

Lucian
tagDiv Staff

Hi,

The theme dose add and uses the data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAMBAMAAABRpcpkAAAAElBMVEUAAAAAAAAAAAAAAAAAAAAAAADgKxmiAAAABnRSTlMCFg8LBQd761rpAAAAFklEQVQI12MQAEIFIDQAwgAGByAEAwAUCAGRLNh3YwAAAABJRU5ErkJggg== to add this shadow under the menu: http://screencast.com/t/iIDQSe1MC which in your case missing because the css is broken as the url of that shadow image is altered: http://screencast.com/t/4PgntyABDPZV

It could happen due to a plugin as I can see you have other js errors in browser’s console so please make sure that you empty all caches then disable all plugins and test again.

You can see that using the right background image url under the menu is working fine so please test this as instructed and let us know how it goes.

Thanks

Branstone
Participant
#0

Hi there guys,

I updated a few plugins lately – and suddenly I saw that the Menu text color on Chrome only – changed from white to black – as you can see in this screenshot:

http://www.screencast.com/t/av44gwPx5P

Website is: http://www.cobras.org

This happens only on chrome.

I’m using Newspaper 4 version.

Any solution in CSS?

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

These header styles were designed to use the same logo also for sticky menu, it has a specific css code when the sticky menu is activated – http://screencast.com/t/vCoZP7Eg8eo
Please provide a link for the white space above the los as I need to inspect this.

Thanks!

Andrei L.
tagDiv Member

Hi

Try this custom css in theme panel > custom css:

.td-header-style-1 .td-header-sp-recs{
left: 10px;
}

Result – http://screencast.com/t/y6cn9Jx3P you can modify the value as you like.

Thanks!

Mr_S
tagDiv Member

Thanks again for the help;

I’ve added the css (like before) see screenshot – however when refreshing the page in a normal browser and resizing it to mobile size or even with my iphone6 plus – i don’t see the menu. Could this be a server caching issue or is something else wrong?

http://www.screencast.com/t/tpQ6Or3c6Zq

Cheers again

Andrei L.
tagDiv Member

Hi

Add this css in theme panel > custm css:

@media (max-width: 767px) {
.td-header-sp-top-menu {
display: block!important;
}
}

Here is the result: http://screencast.com/t/QNuCjZrTaC

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. You will need custom modifications to implement news ticker in the top menu. If you don’t have basic html/css/php experience I suggest to get a freelancer to do this for you, as it is not so easy and we cannot provide any type of custom work at this time, sorry! Here is the top menu code if you want to make some custom changes – http://screencast.com/t/W7laTPvrG
2. Not sure what you mean.
3. Trending Now title can be translated from Theme Panel > Translate – http://screencast.com/t/TUOW8omJ7fJe

Thanks!

Lucian
tagDiv Staff

Hi,

Try just this custom css:

.td-big-grid-post-0 .entry-thumb{
width: 100% !important;
}

Let us know how it works.

Thanks

Daniel Finch
Participant
Ad Spacing - topic
#0

I would like to increase the space between the logo and header ad.: http://take.ms/fxKSAN

Here’s the CSS I am using for the header: http://take.ms/Q0o6D

Andrei L.
tagDiv Member

Hi

By default the theme doesn’t have an option to do that, but you can create a specific css class for example:

@media (max-width: 768px) {
.td-mobile-float{
width: 40%;
margin-right: 20px!important;
float: left;
}
}

This class wrap the text to the right of the image: http://screencast.com/t/fCkf7nLUNp0d but you can include any css properties, then apply the class on the image: http://screencast.com/t/F9A1C39Q

Let me know how it goes.

Thanks!

Andrei L.
tagDiv Member

Hi

The classes you used don’t match, you can try this css: http://screencast.com/t/kDj2y6BclORN

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

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t add og:video to your site, it must come from a plugin that you use. Also the cache doesn’t ad og: meta, but if you disable all your plugins and you don’t empty cache, the page will still be delivered by cache, the settings will not be applied. So please check this without any plugins active, leave just Visual Composer and Seo by Yoast active, clear cache and remove all css/js minifications and then check again if you still have this issue. Also disable CDN.
If this doesn’t help please send an email at contact@tagdiv.com and provide wp-access so we can take a look, also paste a link to this conversation so we can know who you are and what your issue is.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. You can change to spanish language so the date will be translated – http://screencast.com/t/fImeOqil7SB
Also you can add a background color via custom css in Theme Panel > Custom Css: http://screencast.com/t/4nUCQY35cNQ

.td-header-sp-top-menu .td_data_time {
background-color: red;
padding: 0 5px;
}

2. Not sure what you mean, please provide more details, it should look like this – http://screencast.com/t/hjUToufXV2n

3. Also for this provide more details and a link. The featured image for default post style use this thumb size – http://screencast.com/t/Yru7CsgMI3v

Thanks!

Lucian
tagDiv Staff

Hi,

Please also try this without any plugins active which might interfere with theme lazy loading animation and also make sure you turn off any js/html/css compression, empty all caches and purge files if you use cdn host.

Let us know how it goes and provide wp access at contact@tagdiv.com if nothing works so we can also have a closer look at this. Please also include a link to this topic if you send us an email.

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

1. Please try this custom css in Theme Panel > Custom Css to remove the border – http://screencast.com/t/3Q0qcODBbG4y

.td-header-style-8 .td-header-top-menu {
border-bottom: none;
}

Seems to be a z-index issue, please try this custom css until we fix this:

.td-header-style-8 .td-header-sp-logo {
z-index: 3;
}
.td-header-style-8 .td-header-top-menu-full {
z-index: 1;
}

2. The megamenu menu use javascript and depends by the server response time if you refer to the time loading articles when you hover the category.
3. You can change the color for breadcrumbs via custom csshttp://screencast.com/t/2YHHgqBYtc37

.entry-crumbs, .entry-crumbs a {
color: red;
}

4. Big Grid 3 use these modules – http://screencast.com/t/XaI8ms73Gt so you can enable/disable category tag on those modules from Theme Panel > Block Settings > Category tag on modules/blocks – http://screencast.com/t/QLacmCc2edxu

5. The theme supports bbpress without any custom modifications and the can be accessed using siteurl/forums please check our demo – http://demo.tagdiv.com/newspaper/forums/ if you want to add content to your forum page, please create the forum page change the template to default and use shortcodes – http://screencast.com/t/l3qDftKrgH Here you can find the plugin’s documentation – https://codex.bbpress.org/

Thanks!

Lucian
tagDiv Staff

Hi,

I’m not sure how that happened as I don’t see it overwritten here: http://screencast.com/t/lyh4temBOW so please make sure you have its header background color set: http://screencast.com/t/LQBwhxWQ or use custom css to change it: http://screencast.com/t/UmUeghsbA

.td_block_social_counter .block-title > span {
background-color: #882d28;
}

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

1. You you use block on different rows you can add border to the column or row – http://screencast.com/t/TMaDHGGahttp://screencast.com/t/qPYBVNr9jQ
2. You can change the font color for articles titles and date generally you can try this custom css in Theme Panel > Custom Csshttp://screencast.com/t/ITVHWWaJPR8I

.td-module-title > a {
color: #F12345 !important;
}
.td-module-meta-info .td-post-date {
color: #292D92;
}

If you want to do this on a specific block or module you have to target with specific class – http://screencast.com/t/uHjIsgq2jkgz

Thanks!

Mr_S
tagDiv Member

hi,

I tried to add this in the custom css and nothing happens at all.
Any other solutions?

societymediagroup
tagDiv Member

Ok, I am using an ad rotating plug in for the header ad but when I put the <php> code in place of where your code was, it misaligns the ad. I need the correct css tags to use in the header-style-1.php file so that the ad will show the same way as if I used the theme provided code.

Thank you

Luvdesign
Participant
#0

Hello,

I have another question, thanks for the fast respond earlier.

1. Can you give me the custom css to create borders for Block 4 and 5.
2. I would like to change the font color for Title, and Date, what is the code to change it?

Thanks!

ajaffarali
tagDiv Member

Thank you- that worked.

If I want to remove that info from block 11 on my home page as well, what would be the css to do that? Would the following work:

.td_block11 .td-module-meta-info{
display:none;
}

Alin [tagDiv]
tagDiv Staff

Hi,

1. Unfortunately this comes from bbpress plugin as we don’t alter the plugin’s code, it supports bbpress without any custom templates. So you will have to edit the plugins file if you want to change this – http://screencast.com/t/zzHKRw2ct
You can implement popup log in/register widget using:

echo '<a class="td-login-modal-js" data-effect="mpf-td-login-effect" href="#login-form"><strong> Log in/Register</strong></a>';

2. Unfortunately the top menu was not designed for mobile devices, we will try to find a better implementation for sign in/register widgets in a future update. Until then you can try this custom css in Theme Panel > Custom Css: http://screencast.com/t/cw4mTt1hSINv

@media (max-width: 767px){
.td-header-top-menu-full {
display: block !important;
}
.td-header-sp-top-menu {
display: block!important;
}
.menu-top-container {
display: none !important;
}
.td-header-sp-top-widget {
display: none !important;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Sorry I did not see that you want to remove also the date. This custom css will remove both: http://screencast.com/t/PlExSFqK

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

Thanks!

Viewing 25 results - 27,276 through 27,300 (of 33,436 total)