Search Results for 'browser inspector'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

I am not finding any similar issues in a WordPress network environment, from searching online. We did not make any tests with the theme in a multisite, so I really could not say why this is happening for admin level users. Maybe check error logs, use the browser inspector to see if there are any errors in the console while saving the menu changes as an admin.

Thanks

sebdicam
tagDiv Member

Hello Catalin,
Thank you for your reply. I know you can’t change shop background color in option theme. I just ask for the CSS code, because i don’t know to use it, not a lot…. I try to find with browser inspector but it’s like alien language for me.

For background shop i got this code:
body class=” archive post-type-archive post-type-archive-product logged-in admin-bar woocommerce woocommerce-page global-block-template-1 td-black wpb-js-composer js-comp-ver-4.12.1 vc_responsive td-animation-stack-type1 td-full-layout customize-support td-js-loaded body-td-affix”

on styles part:
.td-black
background-color: #1a1a1a;
color: #eee;
/*

What i have to copy on Newspaper CSS customize? Change “black” by “white”?

A little help ll be appreciate. Thank you!

Catalin
tagDiv Staff

Hello sebdicam,

Yes, it’s possible but only via such a Custom CSS code because the theme does not have any such an option that allows you to do this from Theme panel, sorry! You should check the following guide here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ because there you will find how you can create your Custom CSS code based on Inspector browser.

Hope this helps!

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

I believe you are trying to change the background color of the post page elements. You can use the browser inspector to identify the elements and classes used, and create custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
For example a code like this will allow you to set a color as you want
https://www.screencast.com/t/2fzQozJ81

.single .td-main-content-wrap,
.single .post {
background-color: grey;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Seems you are setting it properly, the font you uploaded and selected should apply for the whole post title, not just parts of it. Use the browser inspector and check what font is used
https://www.screencast.com/t/EAXgaD2ar

Thanks

Bogdan B.
tagDiv Staff

Hello Alan,

It is not the custom class that breaks the layout. It is the css you created for that class that does. Please remove your code from the custom code section. A simple extra class has absolutely no influence over the css. Please add a completely new class, one that you did not use in the custom code section and you did not apply any css to.
Css is very complex and very specific. Please use the browser inspector to test your code first.

Thank you!

Catalin
tagDiv Staff

Hello LaJornada,

You should simply add your custom link in your top bar menu from WordPress, Menus section and then, using the Inspector browser you should find the class for your custom link item to hide it for the entire theme and block it only for your homepage. For more information about Inspector browser, please check the useful documentation here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ Unfortunately, I cannot do this for you, sorry! I will only provide you an example and a hint from where you should do it yourself based my explain. So, if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Thanks for your understanding!

Catalin
tagDiv Staff

Hello maro92,

Do you know to use the Inspector browser? Please check here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Try the code below ->

blockquote p{
border: 1px solid black;
line-height: 140%!important;
border-color: #bbb;
border-style: solid;
text-transform: lowercase;
color:black!important;
border-width: 1px 1px 2px; 1px;
}

Thanks.

Simion C.
tagDiv Staff

Hi,

There could be more options added for that element in a future update. You could customize it with custom code if you wish, using the browser inspector
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
This is a powerful tool that will allow you to identify the elements on the page and their classes, and make various customization.

Thanks

Catalin
tagDiv Staff

Hello snowsbest,

The theme does not have any such an option for it, sorry! If you want to make this customization, notice that you should use the inspector browser, use it to check the elements which create these buttons and then, create your own custom CSS code to achieve as you wish. As a hint, please star from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Hope this helps!

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

That is unusual, I have not seen similar issues her on the forum. So the revolution slider plugin activation is causing the images to not be visible. Please try to deactivate all other plugins if possible, except the theme plugins and the slider. Check if the images display properly.
Usually image problems like the one you mention are caused by plugin conflicts. Check with the browser inspector for errors in the console when the slider is active. Let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

Please check with the browser inspector, in the network tab, as you try to open the text editor. See if there are any forbidden or denied processes
https://www.screencast.com/t/UOU2b5oZk2Z
Let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

Specific font options for the category title in the category page are not available at the moment. These have a predefined style in the theme stylesheet. You can preview the category templates in the live demo (Features menu)
https://demo.tagdiv.com/newspaper/
The titles could be customized with CSS code if required, use the browser inspector to identify the elements and create custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Catalin
tagDiv Staff

Hello veeru1saini,

Unfortunately, the theme does not have any such an option that allows you change the mobile theme style from the panel, sorry! If you want to change them, notice that you should do it yourself with a bit of CSS code. As a hint, you should check the documentation here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ to familiarize with the inspector browser and then, try to add your own custom CSS to make your desired changes.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello gta,

If you want to re-create such an element from another demo, notice that you should do it yourself using such a custom CSS code because this thing involves doing such a custom work as we cannot provide this type of services at the moment, sorry! In this case, notice that is talking about a simple block 18 which is added in the Widgets section and sorted by popular categories, as I have pointed you above. If you want to re-create the widgets regarding on style, you should use the Inspector browser and check the elements, according to our documentation here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Hope this helps!

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

The theme has only one stylesheet used for the all the elements. Maybe the method you are using is creating errors or conflicts with the theme, possibly more then just the search functionality. Check with the browser inspector and see if there are errors present.
We have tested the theme with WP Super cache, other caching plugins or configurations of those plugins may cause issues.

Thanks

Bogdan B.
tagDiv Staff

Unfortunately i cannot use the browser inspector to see the code as you have the content protected. I cannot see the code so I cannot determine where the gap comes from.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

You will need to change the font with custom css for your custom implementation. The theme will use the default theme font for these elements but you need to change it with css if you need to change font. The theme cannot control custom code font. Use the browser inspector and apply the font-family you want with css. https://www.w3schools.com/cssref/pr_font_font-family.asp

Thanks.

Simion C.
tagDiv Staff

Hi,

The page seems to be loaded, but something in the background is causing a delay. Check with the browser inspector if there are any errors present. Additionally try deactivating all plugins except theme plugins, and clear all caching installed.
Then repeat the test and see if the issue is still happening.
If you could provide a link to your website, we will inspect it.

Thanks

Catalin
tagDiv Staff

Hello okajones,

For more information about how you can use the Visual Composer, please check our useful demo here -> https://forum.tagdiv.com/newsmag-how-to-use-visual-composer/ If you want to know what kind of elements are used in our demo you should inspect all the elements to understand what is being used. As a hint, you can use the inspector browser, like this -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

The website seems to be in maintenance at the moment. Without inspecting it, I could not provide a solution. Try inspecting it with the browser inspector and maybe identify what needs to be done. Check the CSS on the image. Maybe that is the natural size of the image, and it is displayed as it is.

Thanks

Simion C.
tagDiv Staff

Hi,

That is the recommended logo size for the first three header styles
https://forum.tagdiv.com/logo-favicon/
The logo used should be of this size for best results. You can make customization to the header if you wish. Use the browser inspector to identify the elements used and the classes and create custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Basically adapt the header style for a bigger logo if that is what you want.

Thanks

Simion C.
tagDiv Staff

Hi,

You can try a code like this for example, to color the arrow and maybe increase the size if you wish
https://www.screencast.com/t/mFfDWHVuT3

.td-next-prev-wrap a {
color: #000;
font-size: 9px;
}

The browser inspector tool is a very useful feature, it can be used to make this kind of customization to different elements. This is a guide
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

You can style the blockquotes using theme options
https://demo.tagdiv.com/newspaper/blockquotes-pullquotes/
https://forum.tagdiv.com/post-formats-for-tinymce/
Font properties of the blockquotes can be changed in the theme panel as well
https://www.screencast.com/t/r1yG8Qu5
You could even set a color and background color while creating the quote
https://www.screencast.com/t/7clZ0lI9euh
Only then if you require additional customization you would need to use CSS. Use the browser inspector to identify the elements and create or adapt the code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

Changing the whole menu design would require customization, but it would be based on the same functionality. You could make modifications to it with CSS, and change the appearance. Use the browser inspector in order to do this
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
For example such a code will add similar borders
https://www.screencast.com/t/Utj1xs2C

.td-mobile-main-menu .menu-item {
border-bottom: 1px solid black;
}
.td-mobile-main-menu .td-icon-menu-right {
border-top: 1px solid black;
}

You can further customize the menu as you wish.

Thanks

Viewing 25 results - 676 through 700 (of 1,099 total)