Search Results for 'browser inspector'

Results from the Forum
Catalin
tagDiv Staff

Hello meithjain,

Notice that in the Theme panel all of these settings are for the whole website. If you do not want to display any ads on the homepage, you should use a bit of CSS code to hide them only on the homepage. As a hint, you should use the .home class for your homepage/frontpage to display none all of your Ads. To create your own CSS code, please check the following useful guide from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for your understanding!

Simion C.
tagDiv Staff

If the system status is configured properly then the next possible cause is this one. Do you maybe have a security plugin or server security module enabled? These can sometimes cause problems when saving or with the theme panel in general, like in this topic
https://forum.tagdiv.com/topic/cant-save-theme-options-2/
Check with the browser inspector console while trying to open the panels that are not working, see if there are errors there.

Simion C.
tagDiv Staff

Then the problem is caused by something else in your case. I have testes again using latest theme and woocommerce, no conflicts whatsoever.

Please check while the woocommerce plugin is active, in the browser inspector console. All possible errors will be displayed there
https://www.screencast.com/t/T0enlVeDNwf

Catalin
tagDiv Staff

Hello,

Sorry but please notice that changes should be done using the exact classes from that section which comes from your Amazon section -> https://www.screencast.com/t/1RY4xh6ypn0 As a hint, you can use the following useful guide from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for your understanding!

Catalin
tagDiv Staff

Hello Nikolaas49,

Sorry, but the theme has not been designed to use this on that section and if you want to make some additional customizations to your website, please check the following useful guide from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ because there you will find all the steps which are needed to follow in order to create your own custom CSS code.

Thanks.

Catalin
tagDiv Staff

Hello Bruno Cruz,

Try the code below and place it in the Theme panel – > Custom CSS area.

The code is ->

.td-newsmag-voice .td-pb-span8 .td_block_template_1 .block-title span:after, .td-newsmag-voice .td-pb-span12 .td_block_template_1 .block-title span:after{
background-color: #a1f229;
}

The result is here -> https://www.screencast.com/t/6zRNVgpC0i

In the future, I suggest you use the Inspector Browser to create your custom CSS code, according to our documentation from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks.

Edward
tagDiv Member

For example use Web Inspector for browser: https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Roboto Condensed Bold as you see:

font-style: normal;
font-weight: 700;

Simion C.
tagDiv Staff

Hi,


@allongeorgia
Firstly the link color can be defined when creating it, in the post edit screen
https://www.screencast.com/t/2BY6vccjP
If you don’t set a color there, the theme accent color will be the color of the links
https://www.screencast.com/t/9KU8PWOk
Changing the theme accent color will change the link color. If you don’t want to change the theme accent color but only chnage the link color in the post content, use a code like this
https://www.screencast.com/t/BTjgkzpcXMEF

.td-post-content a {
color: yellow;
}

This is a guide on how to use the browser inspector to create CSS code for various website customization
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Catalin
tagDiv Staff

Hello ladotg,

Sorry but all of these desired changes involves doing such customization and us we cannot provide something like this at the moment, sorry! I suggest you check the Inspector browser guide from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ to teach how you can create your custom CSS code.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello sfarazali,

1)The background image is added from the Theme panel and it will be applied to the whole website. Please check here -> https://www.screencast.com/t/qVJXhNSpp
2)You can try using the Visual Composer and add the Tabs element.
3)You should try using such custom CSS code. Follow the next useful guide to create your own custom CSS code -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks.

Simion C.
tagDiv Staff

Hi,

Splitting the row results in span sections, these span section have percentage widths depending on the split you make, and full available width (theme has fixed default width)
https://www.screencast.com/t/FEsOzCmq5T
https://www.screencast.com/t/5fqnh0uC5l
If you should decide to modify these values, there could be layout and design issues with the content in the pages and posts. You could experiment if you want to modify the default values. Best way would be with the browser inspector tool before making actual modification in the theme stylesheet
https://www.screencast.com/t/ZBJU05UkK9

Thanks

Simion C.
tagDiv Staff

I use for testing even an older version of XAMPP with PHP 5.5.19, with these recommended parameters
https://forum.tagdiv.com/requirements-for-newspaper/
Tried the theme panel in Chrome and also Firefox (latest browser versions) there are nor problems with it. It would be unusual that the problem is only happening in Chrome. There was an issue caused by Chrome with the tagDiv composer, a flickering while editing the page. This was fixed however in the latest theme version of the tagDiv composer.

Try clearing the browser cache, check if that has any effect. If it does not, check if there are any errors in the browser inspector console when accessing the ads section
https://www.screencast.com/t/YuqYuEdruyx1

Simion C.
tagDiv Staff

Hi,

Now that is unusual, I have not seen this before. Check if this happens when editing a newly created page. Check the theme system status panel as well
https://forum.tagdiv.com/requirements-for-newspaper/
Check if there are errors in the browser inspector console while opening and editing pages with the tagDiv composer
https://www.screencast.com/t/QTOXCGuseNik
Let us know the results.

Catalin
tagDiv Staff

Hello AhoraRoma,

You should provide your website URL so I can inspect it closer and provide a more accurate code. You should target your desired pages by page ID. Use the following tutorial to learn how you can create your own custom CSS code. Check here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

The first thing to check would be the theme requirements, system status section
https://forum.tagdiv.com/requirements-for-newspaper/
It is imperative that the parameters mentioned in the guide are configured properly. Insufficient resources can cause many issues with the theme, the plugins or other issues. If needed ask your hosting provider to increase them as specified.

If there is still a problem, use the browser inspector console to spot errors while editing/saving the menu
https://www.screencast.com/t/0h0G9aXrIl3A
In some cases the server firewall or security configuration can block requests.

Thanks

Simion C.
tagDiv Staff

Hi,

If that is the header menu, the theme has an option to change the color for all the menu at once, background and text color
https://www.screencast.com/t/DS1QOaNV
Coloring them individually would be possible with CSS however. This would be a similar topic
https://forum.tagdiv.com/topic/how-to-move-menu-items/
Also a browser inspector tutorial here
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
If you need help, please provide a link to your website and mention how exactly you want the menu items to look.

Thanks

Simion C.
tagDiv Staff

Hi,

If that is a page and theme block, note that the font settings available in the tagDiv composer can be different by device. So you can set a font size for desktop
https://www.screencast.com/t/BNzGapj9
And one for mobile – https://www.screencast.com/t/x1xjUvvAcxr
These settings are not available in WPBakery page builder.

If you use WPBakery you could use CSS to set differ font sizes by width, with media queries. An example topic
https://forum.tagdiv.com/topic/how-to-manage-the-fontsize-for-better-responsive-text/
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Catalin
tagDiv Staff

Hello dallas,

You can hide category labels if you are using such a custom CSS code. Try to use the inspector browser to create your own code -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

1. You can try to regenerate the thumbnails, this process will recreate all the necessary thumbnails
https://forum.tagdiv.com/search/regenerate/

2. Depending on the page builder used, both have options to hide elements for specific device. A related topic here
https://forum.tagdiv.com/topic/change-moduleblock-12/
These are tested and work as expected. As a note, if you use WPBakery page builder to create pages, deactivate the tagDiv composer. The tagDiv composer may prevent the option to hide elements of WPBakery from functioning.

3. With WPBakery page builder that will not be possible. There are no options to color the block title fonts or background. The tagDiv composer has such options.
You could use CSS to color them by block type for example
https://www.screencast.com/t/hJiffmUYp
This is the code used in the example

.td_block_1 .td-block-title span{
background-color: red;
}
.td_block_7 .td-block-title span{
background-color: blue;
}
.td_block_4 .td-block-title span{
background-color: yellow;
}

More about using CSS code here
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

Maybe that could be possible with some CSS if you are referring to some extra design or coloring. You could also use icons in the menu
https://forum.tagdiv.com/how-to-add-icons-in-menu/
Use the new font awesome icons, these should work with the plugin suggested here
https://forum.tagdiv.com/topic/font-awesome-error/
https://fontawesome.com/icons

This is a guide about using the browser inspector to create custom code for various website elements, then entering it in the theme panel
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Catalin
tagDiv Staff

Hello sn,

Sorry but please notice that our theme does not have any such an option for this, unfortunately! You should create your own custom CSS code according to the following useful tutorial from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ and applied it to your desired pages using the page ID. Also, 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 additional customizations.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello Arafat,

Use the Inspector browser and change the font-size for your post titles. Check here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ and create your own custom Code.

Thanks.

Catalin
tagDiv Staff

Hello AntoineVerdier,

I said one per general that it is an extra customization that involves doing such custom work and we cannot provide custom work at the moment, sorry! As a hint, you should use the Inspector Browser and create your own custom CSS code, according to the following useful guide from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ Also, 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!

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

So maybe something like dropcaps for example
https://demo.tagdiv.com/newspaper/dropcaps/
https://www.screencast.com/t/iiy4lFz8lOf
If that is not it, maybe it could be done with CSS for an existing element on a page or post. If you could mention more about this I will try to point you in the right direction. Custom CSS code can be created with the help of the browser inspector, then entered in the theme panel
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

Seems the layout is broken, the sidebar widgets are mixed with the main content for some reason. You could try as a first test to deactivate all plugins except theme plugins and buddypress. Then try again.
If the layout is still broken, inspect the page with the browser inspector and open the browser console and see if there are any errors present.

Thanks

Viewing 25 results - 551 through 575 (of 1,099 total)