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,

From what I can see the products do not fit in the available container space. I could give you a code to decrease the margin so 3 products will fit properly on a row
https://www.screencast.com/t/yYe7k3QhwCc

.single.woocommerce #tab-description ul .product {
margin-left: 17px;
}

Thanks

Simion C.
tagDiv Staff

Hi,

There are probably users out there using that version of theme, and WordPress. Maybe some of them can share their experiences with a configuration as you mention.
The right thing would be to update the theme to the latest version as soon as possible. Each theme update will bring improvements and more features and it is also tested with the latest WordPress. We do not test all previous theme releases with newest WordPress.

Thanks

Simion C.
tagDiv Staff

Hi,

With the Yoast SEO plugin you can set the title for each page or post. More information here
https://yoast.com/wordpress/plugins/seo/titles-and-meta-descriptions/
https://kb.yoast.com/kb/yoast-wordpress-seo-titles-metas-template-variables/
https://www.screencast.com/t/xfjSx6kqW2GQ
https://www.screencast.com/t/15mxOFYcD0
If this is not what you mean, please correct me.

Thanks

Simion C.
tagDiv Staff

Hi,

Please note that we do not work on weekends, sorry about the delay. The support hours can be seen in the top right of the topic page. If you would like to define a new block, check these tutorials
https://forum.tagdiv.com/api-blocks-introduction/
There is an example as well
https://forum.tagdiv.com/practical-example-how-to-add-a-new-block-and-module/
All the blocks are located in the shortcodes folder here
https://www.screencast.com/t/WXU3ZNlHM3Eb

Thanks

Simion C.
tagDiv Staff

Hi,

The news ticker will slide posts automatically on a given interval of time set by you. Or you can manually scroll through posts using the arrows
https://www.screencast.com/t/i9ATGXbK
This element does not have any other functionality at the moment.

Thanks

Simion C.
tagDiv Staff

Hi,

The default WordPress themes are meant to be as simple as possible. But all premium themes behave differently when it comes to plugin compatibility and other aspects. Some plugins are simply not compatible, when that is the case try another one instead if possible. What you can try is to deactivate all plugins (including caching plugins) except the theme provided plugins and the event plugin. Then check if this has any effect. From the number of errors on the page there are multiple conflicts happening
https://www.screencast.com/t/ajA3wKTxymhA

Thanks

Simion C.
tagDiv Staff

Hi,

The website could have security problems, if the code simply appears in the theme functions file without you entering it there. Please follow the suggestions from this topic concerning security
https://forum.tagdiv.com/topic/tutorial-good-basic-security-practices/
https://codex.wordpress.org/Hardening_WordPress
Scan the website and database for malware using suggested methods. If you have a child theme, disable it. Deactivate all plugins and re-install the theme by FTP
https://forum.tagdiv.com/how-to-update-the-theme-2/
Then install only the plugins form the official theme package. Do not use any custom code in the theme panel sections, or directly in the theme files. Install security plugins that can help in these situations.

Thanks

Simion C.
tagDiv Staff

Hi,

Remove it from the mentioned file, it will not be loaded anymore. There is a top sharing and bottom sharing, remove the Twitter link from both these locations
https://www.screencast.com/t/buYja1TjjEE
This will remove the Twitter button – https://www.screencast.com/t/TNssh1wZ6bm

Thanks

Simion C.
tagDiv Staff

Hi,

I cannot hide the topic, our forum does not have such an option. The topic will be visible to forum members only, however. If you want I can edit the topic, but I cannot remove or hide it unfortunately.

Thanks

Simion C.
tagDiv Staff

Hi,

1. You could use block 8 which displays the thumbnails to the right
https://demo.tagdiv.com/newspaper/block-8/
So you can place a block 2 limited to 1 module, and block 8 below it, producing the result needed
https://www.screencast.com/t/isWabx7qc
Or use a code like this to modify block 2 with some CSS
https://www.screencast.com/t/94vPVuqheJs

.td_block_2 .td_module_6 .td-module-thumb {
right:0;
left: auto;
}
.td_block_2 .td_module_6 .item-details {
margin-right: 116px;
margin-left: 0;
}

The theme does not have a clock icon like the one from the screenshot. That is probably achieved through a plugin, or modifications to the theme modules. You can see what information modules can display by editing one of them
https://www.screencast.com/t/HkaFGVDSOZy

2. The code to modify this block is like this, it will switch the thumbnails and meta positions
https://www.screencast.com/t/F5vzlreXJQ

.td_block_1 .td_module_6 .td-module-thumb {
right:0;
left: auto;
}
.td_block_1 .td_module_6 .item-details {
margin-right: 116px;
margin-left: 0;
}

Thanks

Simion C.
tagDiv Staff

Hi,

It should work as long as the menu item was placed through the menu editing options
https://www.screencast.com/t/x0dSMvri
The menu item in question does not seem to have the required class, in order to be highlighted when active. I could give you a code that will display the background color for that menu item, when on that forum page
https://www.screencast.com/t/T6A3jETo

.forum-archive .menu-item-98 a {
background-color: #00267f;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Simply go to Theme panel->Ads and remove the ad code from the location you desire
https://forum.tagdiv.com/header-ads-adsense/
In this case the header ad spot – https://www.screencast.com/t/XpUSmzQP4Gjr

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide more details about the error, and a link to your website if possible so we can inspect it. You could try as a first step to deactivate all plugins except theme plugins as a test, and check if the error is still displayed. It could be a conflict between plugins.

Thanks

Simion C.
tagDiv Staff

Hi,

I cannot seem to be able to view the images you posted
https://www.screencast.com/t/5JkBQCXmRnrS
Please note that is is important to use an image size exactly as recommended in the guide.
I see that the image you are using is somewhat bigger in size, the CSS set on the logo could cause a blurry appearance in this case. Try entering this code in Theme panel->Custom CSS and check the results
https://www.screencast.com/t/wqnfEdN0XKg

.td-header-style-1 .td-header-sp-logo img {
max-height: 100px;
}

Thanks

Simion C.
tagDiv Staff

Hi,

There seems to be a pointer condition set with CSS, that is affecting the top bar menu
https://www.screencast.com/t/HYaIlVbMx2
If that code is required and cannot be removed, enter this one to make the top menu clickable again

.td-top-menu-full {
pointer-events: auto;
}

Thanks

Simion C.
tagDiv Staff

Hi,

A background image can be set for each category, in the Per category settings
https://forum.tagdiv.com/newsmag-how-category-settings-work/
But for setting a header image on the category page there is no option at the moment. That could only be done by maybe modifying the category templates and inserting the images there. Or maybe place them with some CSS.
On blocks and modules the categories will be represented by a category tag, not image
https://forum.tagdiv.com/newsmag-category-tag-on-modulesblocks/

Thanks

Simion C.
tagDiv Staff

Hi,

What you did seems to have caused a lot of errors and warnings. Try re-installing the theme by FTP
https://forum.tagdiv.com/newsmag-how-to-update-the-theme/
Check the plugin instructions, and make sure you have followed the exact steps when you made modifications to the database.

Thanks

Simion C.
tagDiv Staff

Hi,

The menu can have a background color set and also text color, in the theme panel
https://www.screencast.com/t/OoGfKO9Ty
The same colors will be displayed when the menu is sticky. If you want the menu to have a white background color when in sticky state, try a code like in this example
https://www.screencast.com/t/zBmtFDwWt
https://www.screencast.com/t/JyII557E7bIZ
The code must be entered in Theme panel->Custom CSS if you decide to use it

.td-header-style-6 .td-header-main-menu.td-affix {
background-color: white;
{

Thanks

Simion C.
tagDiv Staff

Hi,

Please note that when both Visual composer and tagDiv composer are active, there could be issues. I believe that is the case here. The single images for example have a different implementation in each composer, both will apply which leads to the images not displaying properly. Go to the plugins section and deactivate the tagDiv composer, then check the results on these pages.
Regarding the logo, you could use either of header styles 7 or 8 for a full width logo. Header style 7 will require a small modification, there is a small issue with it. Edit the header template 7 file which looks like this at the moment
https://www.screencast.com/t/q6iXae9Q
Modify it like this – https://www.screencast.com/t/6JJOmbwoT
The result – https://www.screencast.com/t/HCnQ1okKajW
Sorry for any inconvenience, we will fix the issue in the future update. Header style 8 will not require modifications, it can be used normally.
Please let us know if you need further help.

Thanks

Simion C.
tagDiv Staff

Hi,

Once activating the theme, it will not require another activation. It needs to be activated only one time. Unless maybe something is affecting the database and resetting the activation. That can be caused by plugins, or maybe something in the server configuration. Try and activate it, deactivate all non-theme plugins and monitor the situation to see if there still is an issue.

Thanks

Simion C.
tagDiv Staff

Hi,

Header style 8 logo size is only limited by the theme total width, when a background color or image is set
https://forum.tagdiv.com/newsmag-logo-favicon/
If you do not have a background, there is no limit for the logo
https://prnt.sc/gxym03
Just make sure you are using the full size of the image when setting the logo
https://www.screencast.com/t/IEEHxZptZaWB
https://www.screencast.com/t/k5F31RGuLvr3

Thanks

Simion C.
tagDiv Staff

Hi,

In feed ads are not currently implemented in the theme, as an option. You could either try using a plugin that might have the option to place such ads, or make modifications in the theme files. Try the solution from this topic if you would like to implement loop ads
https://forum.tagdiv.com/topic/ads-on-category-pages/

Thanks

Simion C.
tagDiv Staff

Hi,

I believe it would be easier to use a different smart list style to achieve this. Like smart list style 7 for example
https://demo.tagdiv.com/newspaper/10-landscapes-wont-even-imagined-exist/
This style has buttons both top and bottom of the smart list, exactly like you want. Modifying a smart list is not easy, even changing how the buttons are placed means modifying most of the smart list structure and would require If it was something minor, I would gladly provide a solution.

Thanks

Simion C.
tagDiv Staff

Hi,

The menu will be the same and it will have the same functionality for every user role, and login state. The theme uses the WordPress default user roles and capabilities. There are no options to set preferential menu conditions, based on user role/login state. You will have to try more plugins that maybe have options to change this functionality. Please correct me if I misunderstand.

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide some more details about the message, where is it displayed. We will investigate the matter, and check if there is a problem. I cannot seem to receive such a message using the latest version of the theme and Woocommerce.

Thanks

Viewing 25 posts - 15,126 through 15,150 (of 20,681 total)