Search Results for 'browser inspector'

Results from the Forum
Bogdan B.
tagDiv Staff

Hello,

Your css selector could not be specific enough. The browser inspector will show you which css code applies to the specific element so you might want to use it to create your custom css. You can try to add !important to your code like so:

.customcssclass .entry-title > a { font-weight: 900!important; }

Thank you!

Calin
tagDiv Staff

Hi,

In order to remove the gap you can edit the page and set to the first row a margin top
-40 https://www.screencast.com/t/XHpfT49oE9U or you can use custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
If you need help whit this please provide a link were I can inspect the problem, in this way I will be able to provide you the right css.

If that is a slid you need to edit that page, click n the element Slide and check the hover color overlay on style section https://www.screencast.com/t/0QhpDTjxo

Thank you.

Simion C.
tagDiv Staff

Hi,

The theme can only set a background image or color as background. Maybe you can set that iframe with CSS somehow.
Be sure to set a background color or image first to make the website boxed first, and then try and set the background with CSS on the body
https://forum.tagdiv.com/background-ads/
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Check some similar topics for some examples
https://stackoverflow.com/questions/13363092/vimeo-iframe-as-background

Thanks

marcizus
Participant
#0

Hello,

We are switching themes to a newspapper theme and have a problem. When we put any text element that has “Edit content” button the content window never fully loads. Here are the errors in the browser inspector window: https://prnt.sc/m5ckfq

There is only one plugin working besides themes and it is “contact form”. All other plugins are deactivated.

Wordpress is updated to the latest version. Server php version: 7.2.13

Let me know what options should we try?

Calin
tagDiv Staff

Hi,

Unfortunately there is no option to do that, the only way to do that is to use custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
If you need help with this let me know.

Thank you.

Calin
tagDiv Staff

Hi,

Please check our documentation for footer -> https://forum.tagdiv.com/footer-templates/
If you want you can create a footer page and set it in footer.
Or you can use custom css to change the height of the current template you have set -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

If you need help with this please provide a link were I can inspect your footer, in this way I will be able to provide you the right custom css.

Thank you.

Calin
tagDiv Staff

Hi,

That depend on what you want to customize, unfortunately there are no more option for that but you can use some custom css.
Create custom code with the browser’s Inspector or the Live CSS Box -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thank you for your understanding.

Simion C.
tagDiv Staff

Hi,

Check with the browser inspector, in the console. Any mixed content resources will be displayed there. If they are not taken care of the website will be marked as insecure.

Thanks

Simion C.
tagDiv Staff

Hi,

Thank you for your appreciation. There will be more new features coming.

1. In quite a few cases with similar issues, the problem was solved by installing a newer PHP version on the server. The hosting provider should be able to help you with this. If possible use PHP 7.1 or 7.2, not the newer 7.3, we haven’t tested with the newer versions yet.

It could also be caused by large images and insufficient resources, like mentioned in this guide I found
https://docs.presscustomizr.com/article/229-fixing-errors-when-uploading-images-in-wordpress
We recommend these values for a proper functionality
https://forum.tagdiv.com/requirements-for-newspaper/

2. You mean the Yoast information displayed in the post edit screen?
https://www.screencast.com/t/nYMrn6DLVSSz
I tried the Yoast tabs, they seem to open and display the information
https://www.screencast.com/t/yd3jGZ1w
https://www.screencast.com/t/9gr2jaN0isjk
In the test I am using the latest WordPress, Yoast and theme versions. Maybe there are errors in your case, check with the browser inspector in the console when the issue happens. If there are any errors they will appear there. Could be a conflict with another plugin you have installed.

Thanks

Calin
tagDiv Staff

Hi,

I thick you can use some flex blocks and set the image radius -> https://www.screencast.com/t/3MQfvfvs this is the easiest way ( using tagDiv Composer ), or you can make some custom css for the image you want to make round.
Create custom code with the browser’s Inspector or the Live CSS Box -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thank you.

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

Hi,

Provide your website URL so I can provide a more accurate response/code. You need to use the inspector browser, target the class you want to hide on mobile and use the display: none property for this element.

Thanks.

Catalin
tagDiv Staff

Hi,

For your first request, please notice that you need to use the Inspector browser to find your wanted CSS classes. Please check here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ Also, please notice that each demo has an own CSS which can be found here -> https://www.screencast.com/t/7g56O83wz5

Regarding on Smart List, please make sure that you have correctly created these, according to our documentation from here -> https://forum.tagdiv.com/newsmag-smart-lists/

Thanks for your understanding!

Calin
tagDiv Staff

Hi,

Unfortunately our theme do not have this option, the color for menu will apply on entire
website, in order to have a different color on menu, on home page you need to use some custom css
Create custom code with the browser’s Inspector or the Live CSS Box -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
here is one example -> https://www.screencast.com/t/FAazbkYOsfo4
.home .td-theme-wrap .sf-menu .td-normal-menu .sub-menu, .home .td-theme-wrap .sf-menu .td-normal-menu .sub-menu,
.home .td-theme-wrap .sf-menu li a:hover {
background-color: blue;
}

Thank you for your understanding.

Catalin
tagDiv Staff

Hi,

Use the inspector browser according to our documentation from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for the message!

Calin
tagDiv Staff

Hi,

If the h1, h2 .. or others are in post you can select them and press ctrl+u
https://www.screencast.com/t/kvGZ93OOdd
https://www.screencast.com/t/aXzXsynyJ0dQ

Or you can use custom css
Create custom code with the browser’s Inspector or the Live CSS Box -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
https://www.screencast.com/t/DE11GBv0oA

Thank you.

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

Hi,

If you want to change the font for these sections, you need to use some custom CSS code for that. Use the inspector browser, target the elements you want and then, apply the font-family you want. Check here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hello,

Usually it is a WordPress file (admin-ajax.php) that gets blocked by your firewall (wordfence or host security) or by your file permissions. This can be seen in the browser inspector. Please try to deactivate all firewalls on your host, cdn or WP install.

Thank you!

Simion C.
tagDiv Staff

Hi,


@mehedi57
The links in the post content will be underlined when hovered with the mouse
https://www.screencast.com/t/lJv4pr0Al5BH
If you want them to be underlined when they are not hovered as well, maybe try as suggested in this topic
https://forum.tagdiv.com/topic/how-to-get-underline-in-external-links/
Experiment with the codes provided there, here is an additional guide
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Let us know if you need more help.
Thanks

Simion C.
tagDiv Staff

Hi,


@MinHs
In almost all cases this issue is caused by the following:

Could be caused by insufficient resources
https://forum.tagdiv.com/requirements-for-newspaper/
In this case the hosting provider should be able to increase them.

Or it could be a security setting, module or firewall, as in this case where the theme panel was not saving any settings
https://forum.tagdiv.com/topic/cant-save-theme-options-2/
The admin ajax could be blocked by the server and the theme cannot access it. Check in the browser inspector console to see if this is the case. If it is, try to find the security settings or firewall settings in the cPanel settings and change them. The hosting provider should be able to help with this task.

Also if you use Wordfence try to set it on learning more
https://www.wordfence.com/help/firewall/learning-mode/

If you already checked or tried these, we could take a look. Send us an email at contact@tagdiv.com and provide admin login, also cPanel or FTP if possible. Please include a link to this topic in the email.

Thanks

Catalin
tagDiv Staff

Hi,

If you want to add some shadow effect to your section, you should use the Inspector browser to target your desired section and then, apply the code from here -> https://www.w3schools.com/css/css3_shadows.asp

Thanks for the message!

Catalin
tagDiv Staff

Hi,

Please use the Inspector browser to see what kind of block is used in that layout of the theme and then, using the TD Composer to create your desired layout. Check here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

There should be no such space, the header logo should be from top bar to main menu, no extra space above or below the image. Just like this theme demo which uses header style 10
https://demo.tagdiv.com/newspaper_cars/

Maybe check with the browser inspector, right click the respective spaces and click inspect. Could be some indication where that padding or margin space comes from.

To the left and right it would depend on the size of the image, the image will be displayed as it is. So a small image on a large display for example, will not be stretched to be full width.

Thanks

Calin
tagDiv Staff

Hi,

Unfortunately our theme do not have this function, sorry; there are just few blocks that have this option with color, and is general, for all devices.
I think this can be done with custom css if you have the proper skills -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks.

Calin
tagDiv Staff

Hi,

Please check our documentation for Create custom code with the browser’s Inspector or the Live CSS Box -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thank you.

Catalin
tagDiv Staff

Hi,

Notice that animation can be controlled from here -> https://www.screencast.com/t/pziu5XrtkKQY

This effect can be recreated if you will use cush a custom CSS code. Use the inspector browser to see how this was done. Check here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for the message!

Viewing 25 results - 376 through 400 (of 1,099 total)