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,

You can change the Latest articles module to the one you like. There are multiple modules available that you can choose from
https://www.screencast.com/t/z04Wm6CLbKRP
Maybe you can find one that is suited for your images, without making any modifications.
Each user can create a new topic here on the forum. Please provide more details if possible as to what exactly is happening, why you cannot open a topic. We will investigate.

Thanks

Simion C.
tagDiv Staff

Hi,

It seems there is an ad set as article bottom ad, as well as an inline ad
https://www.screencast.com/t/OJCAZvnb
https://www.screencast.com/t/gHV1mgKFobFh
The ads should be served after being approved. This might take a while according to Google, depending on some factors
https://support.google.com/adsense/answer/76228?hl=en

Thanks

Simion C.
tagDiv Staff

Hi,

Please note that there are no options and setting to change the theme width. The theme has a predefined fixed width, it is not recommended to modify it. Having fixed dimensions will ensure that all the elements on the page will always display properly.
Making modifications in this matter will most likely cause issues.

Thanks

Simion C.
tagDiv Staff

Hi,

From what I see the header search is not functioning properly. Something is affecting it, either some modifications made, or maybe a plugin. The condition to make it visible when clicked is not applying.
I could give you a code as a quick fix to make it visible
https://www.screencast.com/t/yDojPfm0hd0J

.header-search-wrap .td-drop-down-search-open {
visibility: visible;
opacity: 1;
top: 75%;
}

Enter this code in Theme panel->Custom CSS. But maybe it would be better to identify what exactly is causing the issue. Try deactivating all plugins except theme plugins and clear all caching, then check if this has any effect. Double check any custom code or theme modifications as well.

Thanks

Simion C.
tagDiv Staff

Hi,

It could be done for the main shop page as well
https://www.screencast.com/t/v5IERI1Z8
This would be the code for that, try it and see if it works properly

.home.woocommerce-page .button.product_type_external{
display: none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Please send us an email at contact@tagdiv.com and provide admin login information, so we can take a look. Also paste a link to this topic in your email.

Thanks

Simion C.
tagDiv Staff

Hi,

That is unusual, there should not be such a space like you are describing. Please provide a link to your website so we can inspect this issue. Maybe we can identify where exactly this empty space is coming from.

Thanks

Simion C.
tagDiv Staff

Hi,

Please deactivate the tagDiv composer and check if the website displays as before. This composer could affect specific Visual composer elements, and cause the issues you are describing.
If you deactivate it everything should appear as before.

Thanks

Simion C.
tagDiv Staff

Hi,

The category tag displayed on the modules will be the primary category of the post
https://forum.tagdiv.com/primary-category/
If the post has only one category, it’s tag will be displayed. If there are more categories for the post, by default the first one alphabetically will be displayed as a tag. You can set a primary category manually to control which tag is shown.

Thanks

Simion C.
tagDiv Staff

Hi,

Each created category has a category page automatically. If you want to add categories in the menu, you can do it like this
https://www.screencast.com/t/Jq5SDC0nx2i5
The category will be displayed in the menu, clicking it will direct to the category page. That is the default behavior. More information here
https://forum.tagdiv.com/main-menu/
Also you can create mega-menus if you wish. Here is a guide
https://forum.tagdiv.com/mega-menu/

Thanks

Simion C.
tagDiv Staff

Hi,

The settings you have in WordPress seems to be set properly, so there should be no problem. The configuration you set there will affect the date format displayed on theme modules and post pages.
I could not say why the time is displayed twice in the screen you provided. If it is displayed like that only in the backend, this should not be a problem. On the website I do not see any problem with the date and time format.

Thanks

Simion C.
tagDiv Staff

Hi,

Please note that the mega-menu is not intended to display like that. It would probably take some customization to make it display the way you want. You can use the browser inspector and identify the elements used and their classes, and create custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Something like this for example – https://www.screencast.com/t/taKiYgK3hN
You can further modify and perfect the code, then enter it in Theme panel->Custom CSS

.td_block_mega_menu .td_mega_menu_sub_cats {
float:right;
text-align:left;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Sorry about that, a stronger code was needed. Glad you could find a working solution. The code can be entered in the theme custom code sections, in the theme panel
https://www.screencast.com/t/FhQWmkT7
Codes entered there will not be lost in case of theme update, they will be saved in the database.
Or if you use a child theme, you can enter the codes there
https://forum.tagdiv.com/the-child-theme-support-tutorial/
Both these options are considered safe theme customization methods.

Thanks

Simion C.
tagDiv Staff

Hi,

You can set a sidebar manually for each post, or set a sidebar for the primary category of the post, and it will be inherited. So either set it like this
https://www.screencast.com/t/xHB0sZuO0pU
Or set a sidebar for the primary category of the post (if one is not set manually, the first one alphabetically will be picked)
https://forum.tagdiv.com/primary-category/
You can create as many sidebars as you want and use them
https://forum.tagdiv.com/sidebars-tutorial/

Regarding the line break, I don’t understand exactly where you would like to do this. It would be helpful if you could provide more details about it.

Thanks

Simion C.
tagDiv Staff

Hi,

Replied by email.

Thanks

Simion C.
tagDiv Staff

Hi,


@Dmitry_Lupich
I see that you are using the Newsmag theme. There was an issue with the background ad functionality in version 4. So it would be bets if you update the theme, the problem is fixed in the latest version
https://forum.tagdiv.com/newsmag-how-to-update-the-theme/
Or if that is not possible for you at the moment, a quick fix would be to enter this code in Theme panel->Custom CSS section

.td-ad-background-link #td-outer-wrap {
cursor: pointer;
}
.td-ad-background-link #td-outer-wrap .td-main-content-wrap {
pointer-events: none;
}
.td-ad-background-link #td-outer-wrap .td-main-content-wrap .td-container {
pointer-events: auto;
}
.td-ad-background-link .td-header-container,
.td-ad-background-link .td-container {
cursor: auto;
}

The background ad should work after you enter the code. Maybe clear all caching after doing this.

Thanks

Simion C.
tagDiv Staff

Hi,

Sorry for misunderstanding, so you would like to remove that button for the products, on category pages and tag pages. Like this
https://www.screencast.com/t/M8vY2PPFL
https://www.screencast.com/t/vLQs7ovYjqp

.woocommerce-page.tax-product_cat .button.product_type_external,
.woocommerce-page.tax-product_tag .button.product_type_external{
display: none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Maybe I am misunderstanding this, but there are no issues on the category and tag pages I am picking and analyzing
https://www.screencast.com/t/ze372qC4G
https://www.screencast.com/t/gfRojOQ8
Everything seems to be in order, no errors are present.

Thanks

Simion C.
tagDiv Staff

Hi,

The theme blocks and grids cannot be modified in that way. These elements are predefined in the theme, any change made to the way they display, may break them.
If by lower you mean to reduce the margin between the top 3 modules and the bottom modules, you could try to reduce the 10px margin set
https://www.screencast.com/t/16ViZceirBB
Try a code like this – https://www.screencast.com/t/9zf9ryJdx

.td_block_big_grid_fl_7 .td_module_mx23 {
margin-bottom: 5px;
}

Thanks

Simion C.
tagDiv Staff

Hi,

@Surfaceru This method requires that you have installed and active the Font Awesome 4 Menus plugin, please make sure it is. Then it should work properly.

Thanks

Simion C.
tagDiv Staff

Hi,

I believe you have made many modifications to the theme, with CSS. Maybe some of them are not made properly. By default then theme is responsive, but if there are modifications made, this could change.
I don’t know what exactly you want to achieve with this design, or what final look you are going for so I can understand better.
Maybe if you could provide some screenshots with this problem, and what you would like to modify, that would be very helpful.

Thanks

Simion C.
tagDiv Staff

Hi,

From what I can see there is no actual post content in any of the posts. Try editing one of the posts and check if the content is still there. The post content has to be displayed if it is there. This is highly unusual.

Thanks

Simion C.
tagDiv Staff

Hi,

Please do not post such export codes in the topic, it is causing problems to the forum functionality.
The Health demo you mention has custom design as all demos have, in this case including a background color set for the mobile menu bar by the demo. This would override the color you are trying to set through the theme panel.
A solution would be to remove this design choice from the demo stylesheet
https://www.screencast.com/t/BrvYKagQOoEE
A different solution would be to use a similar code to change the background color
https://www.screencast.com/t/KYHmMwX9K
This code has to be entered in Theme panel->Custom CSS section, if you decide to use it.

@media (max-width: 767px) {
.td-header-wrap .td-header-main-menu {
background-color: #219ed3!important;
}}

Let us know if you require further help, or you have more questions.

Thanks

Simion C.
tagDiv Staff

Hi,

You could use the offset feature, to make sure posts do not repeat in elements that share the same filtering
https://forum.tagdiv.com/offset-feature/
Or use the unique articles feature
https://forum.tagdiv.com/unique-articles/
Take note that the unique articles option should not be used if you have blocks with pagination, or any pagination on the page.

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide a link to your website so we can inspect the mobile issue. If you updated the theme, please update Visual composer as well
https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Maybe make a backup in case something unexpected happens.
If you decide to switch to the tagDiv composer, you will have to recreate all your pages with it
https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/

Thanks

Viewing 25 posts - 14,476 through 14,500 (of 20,681 total)