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 believe the menu is not created properly. They don’t work on desktop as well from what I can tell. Clicking on the menu items does not direct to the category page, on these items
https://www.screencast.com/t/PtvSKGfcKO
On the other menu item it works. Please go to Appearance->Menus and re-add the menu items as categories
https://www.screencast.com/t/BPLiQk0vMmd
Then the menu items will direct to the category page, when clicked.

Thanks

Simion C.
tagDiv Staff

Hi,

Sorry about that, the code I gave you works only for that particular menu item. Please remove it an enter this one, it will provide the styling for all then menu items
https://www.screencast.com/t/KZS51uK7zfok
https://www.screencast.com/t/rEsdfQSLgG

#menu-shop-menu-1 .menu-item li a {
padding: 7px 30px;
font-size: 14px;
line-height: 20px;
color: #111;
display: block;
position: relative;
text-transform: uppercase;
}
#menu-shop-menu-1 .menu-item li a:hover {
color: #ffac99!important;
}
#menu-shop-menu-1 .menu-item ul {
padding: 15px 0;
}

Thanks

Simion C.
tagDiv Staff

Hi,

If you mean the category tags that are displayed on the modules, check if they are enabled in the Theme panel->Block settings
https://www.screencast.com/t/ejyJwGXlNIjC
https://www.screencast.com/t/qSaNIrJrO091
The primary category simply controls what category tag will be displayed, in case the post has multiple categories and you want to display a particular category as a tag on modules
https://forum.tagdiv.com/primary-category/

Thanks

Simion C.
tagDiv Staff

Hi,

Right now it displays this image
https://www.screencast.com/t/ku5vgKDKeu70
Try changing it in Appearance->Customize as well, with the image you want
https://www.screencast.com/t/FPnId689
https://www.screencast.com/t/ZXsgdfgDbZ

Thanks

Simion C.
tagDiv Staff

Hi,

The Header and footer will be the same ones for the whole website. There is no option to have different headers for example, on particular pages. That could only be achieved with conditionals in the theme files, but that could prove difficult to do.
Pages can be created in any way you like. Maybe what you want is a multisite
https://codex.wordpress.org/Create_A_Network
http://www.wpbeginner.com/wp-tutorials/how-to-install-and-setup-wordpress-multisite-network
Or maybe a shop page set with Woocommerce plugin
https://docs.woocommerce.com/documentation/plugins/woocommerce/

Thanks

Simion C.
tagDiv Staff

Hi,

I believe that is related to the previous newspaper 4 theme settings, in the database. You could make a backup first just to be safe and then remove it. It should not be any problem.

Thanks

Simion C.
tagDiv Staff

Hi,

That border should be displayed when header style 8 is selected, that is how the header style is designed
https://forum.tagdiv.com/header-styles/
If the border is not displayed properly, please provide a link to your website so we can inspect it. Maybe we can see why this is happening.

Thanks

Simion C.
tagDiv Staff

Hi,

Please try as a first step to deactivate all your plugins except theme plugins and test if the mobile theme is working properly. Check any custom code you might have entered in the theme panel or added to the theme files.
There is also a flaw in the Super cache plugin that could be the cause. Please follow this topic for a solution
https://forum.tagdiv.com/topic/template-in-phone/

Thanks

Simion C.
tagDiv Staff

Hi,

You could maybe try a code like this, to display the images more centered
https://www.screencast.com/t/VDvSPDGHUEEp
Enter the code in Theme panel->Mobile theme->Custom CSS and test it and see if it works properly for you

.td_block_big_grid_mob_1 .td_module_mob_2 img {
position: relative;
top: -100px;
}

Thanks

Simion C.
tagDiv Staff

Hi,

There is no option in the theme to place matched ads. There are some solution on the forum that you can try
https://forum.tagdiv.com/topic/how-to-add-google-matched-content-code/
https://forum.tagdiv.com/topic/add-google-matched-content-at-bottom-article/
Or try some plugins that can insert the ads where you want them. That might also be the easier way if you want to implement this on your website. This type of ads are not tested with the theme and there is no official guide that I can provide you.

Thanks

Simion C.
tagDiv Staff

Hi,

I have inspected your website on mobile, there is no problem with the footer at the moment
https://www.screencast.com/t/qTqNx0Wt
That could be caused by theme modifications or plugins maybe, but it doesn’t seem to happen at this moment anymore.

Thanks

Simion C.
tagDiv Staff

Hi,

If you get that error in the theme panel while saving settings, it means that the server is denying the request the mentioned process makes. This happens due to security systems the server might have, or firewalls.
Please contact your hosting and explain the situation, provide them with the error code and maybe with a screenshot of the error if needed. They will most likely solve the issue for you. This is a similar topic
https://forum.tagdiv.com/topic/cant-save-theme-options-2/

Thanks

Simion C.
tagDiv Staff

Hi,

The tagDiv composer will work and should be used only for pages built with it, not with the Visual composer editor. If you try to edit a page created with Visual composer, using the tagDiv composer it will probably result in problems or broken elements. If you want to use the new composer, you will have to recreate all Visual composer pages
https://forum.tagdiv.com/tagdiv-composer-tutorial/

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. We may need to deactivate your plugins for testing purposes. Also paste a link to this topic in your email.
Alternatively you could try a fresh theme install if possible by FTP
https://forum.tagdiv.com/install-via-ftp/
And make some tests only having theme plugins active.

Thanks

Simion C.
tagDiv Staff

Hi,

Maybe this is a misunderstanding. If you want to change the article title color in the post page, this is the setting in the theme panel
https://www.screencast.com/t/wYa6zzAc
https://www.screencast.com/t/uEHu3muWpF
Resetting the color to default will look like this
https://www.screencast.com/t/rJqXsTxQ
https://www.screencast.com/t/W5No4co8
If you want to change the color of the post title only for that particular post template, you can use some CSS like this
https://www.screencast.com/t/P24ueSe0
The code must be entered in Theme panel->Custom CSS section (with the color you want)

.td-post-template-8 .td-post-header .entry-title {
color: yellow;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Each of the block titles can be customized by editing the page with the tagDiv composer
https://www.screencast.com/t/B3xsNiGt
There you can see all the elements on the page and customize them, delete them or add more. Click on the block you want and change it’s title
https://www.screencast.com/t/9wNAjvZnYMG
Here you can find more useful information about the tagDiv composer
https://forum.tagdiv.com/tagdiv-composer-tutorial/
And also all the available block settings and options
https://forum.tagdiv.com/block-settings-guide/

Thanks

Simion C.
tagDiv Staff

Hi,

That is unusual. I could not say why it is displaying like that, for me that does not happen in my tests
https://www.screencast.com/t/fo5gCMvxD7
I have no solution for this problem, maybe you can find more answers online as to why these characters are displayed in the URL.

Thanks

Simion C.
tagDiv Staff

Hi,

This is how the mobile front page displays for me
https://www.screencast.com/t/VuI3WIYMk3D
https://www.screencast.com/t/6JsiptSf
That last ad seems to provide an error, that is probably why it is not displayed. However on a page refresh it displays
https://www.screencast.com/t/o9eRdivt
And the post page looks like like this
https://www.screencast.com/t/iU5cHb5K1
https://www.screencast.com/t/UnFx6ETIq7Du
The ads in the post are loading, from what I can see.

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately that is how it works. If a smart list is placed in a post, the article ads will not be displayed for that post. The post is treated differently and article ads will not be allowed on a post with a smart list inside the content. There are some smart list styles that allow ads by default
https://www.screencast.com/t/eBhda0tF

Thanks

Simion C.
tagDiv Staff

Hi,

Please check the theme system status and make modifications to the parameters mentioned in this guide, if necessary
https://forum.tagdiv.com/system-status-parameters-guide/
Then check if the issue is still present. Try adding the slide element on a new page as a test. The whole website should not break just by adding a slide on a page.

Thanks

Simion C.
tagDiv Staff

Hi,

I don’t understand exactly what you are trying to do with the revolution slider. The slider can be used on pages only, placing it like this
https://www.screencast.com/t/O2jAihS3jC0
And choosing a demo slide for example
https://www.screencast.com/t/lh83pXNb
You could try to place it in the header ad spot if that is what you want, try entering the shortcode in the header ad section
https://www.screencast.com/t/syFatm90
https://www.screencast.com/t/vPQxUt8RDe
But that may not work properly, the slider is not meant to be displayed there.

Thanks

Simion C.
tagDiv Staff

Hi,

Please go to your plugins section and deactivate the tagDiv composer. Then check if the single images are displayed like before. In some cases having both Visual composer and tagDiv composer active can cause some issues. The tagDiv composer has a different functionality for the single image elements.

Thanks

Simion C.
tagDiv Staff

Hi,

Sorry for misunderstanding. You will have to replace all the code that is present there in the comments file, with the one you mention.

Thanks

Simion C.
tagDiv Staff

Hi,

Replied in your other topic.

Thanks

Simion C.
tagDiv Staff

Hi,

I don’t understand exactly what text you want to change and where. Please provide more details about this or some useful screenshots, so we can give you a more accurate answer.

Thanks

Viewing 25 posts - 16,376 through 16,400 (of 20,681 total)