Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Simion C.
tagDiv Staff

Hi,

I don’t think I understand exactly what you mean. The category pages can only be customized in the theme panel
https://forum.tagdiv.com/how-category-settings-work/
In the sidebar you can use any of the available widgets.

Thanks

Simion C.
tagDiv Staff

Hi,

The responsive mobile version of the theme, or the mobile theme version will display on mobile. That is how the theme is designed and it cannot be changed. There are conditions in the theme that will display the mobile version in these conditions.
More information about the mobile theme and how it works here
https://forum.tagdiv.com/the-mobile-theme/
The theme will switch to the mobile version for better user accessibility and website usability, and will adapt all the theme elements for this situation automatically. This is a feature of the theme.

Thanks

Simion C.
tagDiv Staff

Hi,

That depends on what exactly you did. Please provide more details or some useful screenshots so we can understand the situation better.
Maybe you are referring to the header and footer elements width. That can be changed in the theme panel
https://www.screencast.com/t/HbqUyL3JG4V

Thanks

Simion C.
tagDiv Staff

Hi,

You should be able to change the row background image, by clicking anywhere on the row
https://www.screencast.com/t/0E9KUnWo8w6h
Try uploading an image of your own as a background and see if it is displayed, instead of the default image.

Thanks

Simion C.
tagDiv Staff

Hi,

You could change the color for the article title displayed on modules, with custom code. Like in this example
https://www.screencast.com/t/iIqtDEqH
Use the browser inspector to identify the elements on the page and their classes and create custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
I will help you, if you could specify what exactly you would like to change and how, for a more accurate answer.

Thanks

Simion C.
tagDiv Staff

Hi,

The theme lightbox feature works only on images
https://forum.tagdiv.com/modal-window/
It cannot be enabled for videos. Maybe there are video lightbox plugins that you could use, if you would like to implement something like this.

Thanks

Simion C.
tagDiv Staff

Hi,

If the code is valid it should work properly. Follow the instructions from the code provider as to where exactly the code needs to be entered and it should display.

Thanks

Simion C.
tagDiv Staff

Hi,

The font proprieties for the header menu can be changed in he theme panel
https://www.screencast.com/t/LZvDmLohFCp
You could reduce the padding between the menu items. The default is 31px
https://www.screencast.com/t/dQjnK9Vy2
Try a code like this one for example (you can modify the value as you wish)
https://www.screencast.com/t/1Cyhn9zlc

#td-header-menu .sf-menu a.sf-with-ul{
padding-right: 15px;
}

There is no option to change the pagination that is present in the menu. If you would like to style it further, you could use the browser inspector and create custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

The article title font proprieties can be customized for each module, in the theme panel. Here you can see what modules each block or grid contain
https://forum.tagdiv.com/theme-blocks-modules/
Block 15 uses module mx4, so the article tile font size can be changed here
https://www.screencast.com/t/pomN52xx
Here you can see how block 15 displays in different row layouts
https://demo.tagdiv.com/newspaper/block-15/
Blocks display differently depending on row settings. There is a post limit that you can set for each block
https://www.screencast.com/t/Bq6GWmxrPaer
All the available block settings are mentioned in this guide
https://forum.tagdiv.com/block-settings-guide/

Thanks

Simion C.
tagDiv Staff

Hi,

The Gadgets demo uses Full Big grid 8 on the homepage, with grid style 7
https://demo.tagdiv.com/newspaper/full-big-grid-8/
Full big grids must be placed on a stretched row for full width layout
https://www.screencast.com/t/Wt2ZannQh
In the gadgets demo there is some additional styling to the grid. That can be seen in the demo stylesheet
https://www.screencast.com/t/1ugfMCV4

Thanks

Simion C.
tagDiv Staff

Hi,

You could modify the values in the theme stylesheet, depending on the grid style you are using, and make some tests
https://www.screencast.com/t/WEEv7cx6v

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide more details about what exactly you would like to do, for a better understanding.

Thanks

Simion C.
tagDiv Staff

Hi,

An ad can be as simple as an image with a link, inserted in the theme panel ad section that you want
https://www.screencast.com/t/1JzLM5zHaDl
https://www.screencast.com/t/mF3PExZOge
There is also the possibility to show different ads based on device. Please see this guide with some examples
https://forum.tagdiv.com/using-other-ads-non-adsense-ads/

Thanks

Simion C.
tagDiv Staff

Hi,

The example code I provided will not modify the category font properties. That is happening because you are changing all the links fonts for the block with the custom class
https://www.screencast.com/t/hKJOiyAG6
Remove that part of the code and only the article titles will be affected. At the moment the code you are using will modify all the links for all the elements inside that block.

Thanks

Simion C.
tagDiv Staff

Hi,

In category pages there is no option at the moment to place ads. You could edit the category template files where you want tot display the ads, and manually insert the ad through a shortcode.
Please see this topic for more information
https://forum.tagdiv.com/topic/how-to-add-or-created-ad-block-in-category-page/#post-174098

Thanks

Simion C.
tagDiv Staff

Hi,

This is the theme file where the top menu is defined, containing the top menu elements
https://www.screencast.com/t/2SYkQvoUG0Y
The code you enter there will be displayed in the top menu.

Thanks

Simion C.
tagDiv Staff

Hi,

Please try to deactivate all your plugins except theme plugins and clear any caching installed. Then check if the user registration is working properly.
If you have any modification to the theme and WordPress check them as well. If you could provide a link to your website we will inspect the issue.

Thanks

Simion C.
tagDiv Staff

Hi,

I have placed the Revolution slider with the tagDiv composer on a page
https://www.screencast.com/t/IdZnhYZ3t1
The page is saved properly and the slider is displayed and there are no problems.
If there are errors for you when you place the Revolution slider on tagDiv pages, please send us an email at contact@tagdiv.com and provide admin login information so we can take a look.

Thanks

Simion C.
tagDiv Staff

Hi,

Please check this topic for more information about Facebook comments implementation
https://forum.tagdiv.com/topic/facebook-comments-2/

Thanks

Simion C.
tagDiv Staff

Hi,

If the row is split in three columns, these columns will be displayed one below the other on smaller devices
https://www.screencast.com/t/sloRZyimJTJ5
They could be made to be displayed next to each other, if that is what you want. In this example I added a custom class to the row containing three ads
https://www.screencast.com/t/qHoLuXJx2j
Then used a code like this in Theme panel->ADvanced CSS in the phones section
https://www.screencast.com/t/4j238JIv38K
The columns will be displayed next to each other, not below. Please correct me if I misunderstand something.

Thanks

Simion C.
tagDiv Staff

Hi,

At the moment only the article inline ad can be positioned or aligned in the post content. This option may be added for the other article ads in future updates, but I cannot say for sure when it will happen.

Thanks

Simion C.
tagDiv Staff

Hi,

Please try it like this and the top menu should be displayed
https://www.screencast.com/t/eR5De12bRr7

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

It will not be displayed in the AMP page, that is a totally different page not controlled through the theme.

Thanks

Simion C.
tagDiv Staff

Hi,

The website seems to be working properly at the moment, from what I can see. There are no errors in the inspector console. Maybe the hosting provider can specify what scripts exactly are causing problems.
Basically these are the theme requiremenets
https://forum.tagdiv.com/requirements-for-newspaper/
And also modifications to these WordPress and sever parameters are required for proper functionality of the theme and plugins
https://forum.tagdiv.com/system-status-parameters-guide/
Plugins could also create problems, you could try to deactivate all of theme except theme plugins and make some tests.

Thanks

Simion C.
tagDiv Staff

Hi,

The tagDiv composer is installed and activated when the theme is installed or updated. If you do not want to use it, deactivate and delete it from the plugins section or simply deactivate it. Also remove it from this location (or cut and paste it to a different place)
https://www.screencast.com/t/SP2PyjYaK

Thanks

Simion C.
tagDiv Staff

Hi,

The Adsense ads should be displayed in the locations that you insert them in, in the theme panel sections
https://forum.tagdiv.com/ads-adsense-overview/
If you use a plugin to insert the ads, maybe the plugin has settings regarding ads placement that you can configure.

Thanks

Viewing 25 posts - 16,051 through 16,075 (of 20,681 total)