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,

The code mentions category template 1, which looks like this
https://www.screencast.com/t/vXbV3Jd7xK04
Or like this with the top grid disabled
https://www.screencast.com/t/XRRkEMx87YmQ
Applying that code will first stretch the category header to full width, and also set a padding top for the sidebar
https://www.screencast.com/t/cjy87ddY
That is all it can do. I think I know what you want to do however, but it could prove tot be difficult. The category header and the sidebar belong to different containers, so even if you would set a custom width to the header, something like this
https://www.screencast.com/t/XUlyy7KHz
The sidebar will not go up, it is applied to the post loop below and will appear accordingly. You could force it higher
https://www.screencast.com/t/NTEY3UHthyd
But that will cause responsive issue most likely. This will have to be made only for desktop (Theme panel->Advanced CSS desktop section)
The code I used is this one, you can experiment further if you wish. There could be a different solution maybe you can find it

.td_category_template_1 .td-category-header .td-container {
width: 696px;
margin-left:48px;
}
.td_category_template_1 .td-main-sidebar {
top:-170px;
}

Thanks

Simion C.
tagDiv Staff

Hi,

I could give you a code to completely remove the space between the image an header menu, the result would be like this
https://www.screencast.com/t/OmYoPX9n

.td-header-style-4 #dj-rotator {
line-height: 0;
}

Thanks

Simion C.
tagDiv Staff

This is highly unusual, we cannot recreate the issue in our tests. The search does not produce this kind of issue in any of our testing.
From what I can find there was a similar issue in an older WordPress version
https://wpsoul.com/pagination-fix-for-wordpress-4-4-1/
Or server configuration maybe
http://www.webdesignlah.com/fixing-wordpress-pagination-redirection-loop-nginx/
You could contact the hosting provider as well, maybe they have an idea why this is happening. Let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,


@ronniecreager
There are many similar topics here on the forum that you can follow, such as this one
https://forum.tagdiv.com/topic/how-to-display-products/

@epickenyan We appreciate the contributions to the community, thank you for your valuable help.

Simion C.
tagDiv Staff

Hi,

Some smart lists have options to display an ad, the ones you mention. Others will not display any ads. Also when a smart list is used, the article ads (top, inline and bottom) will be removed. That would be the current functionality.
To display ads in the smart list styles that do not support them by default, would require code modifications to the smart list files
https://www.screencast.com/t/BhMdqfhGoy
Or maybe with a plugin that could insert ads, I could not make any recommendations however in the matter.

Thanks

Simion C.
tagDiv Staff

Hi,

You should take into account the theme width when setting a background like that. The theme width with a background set in the theme panel, is 1164px. The website will always have that width and be centered. The background is displayed in the remaining margins.

Creating that space would be possible with a code like this entered in Theme panel->Custom CSS
https://www.screencast.com/t/IRj2xisaVez0

.td-theme-wrap {
margin-top: 290px;
}

It may also be modified to target specific pages only if needed, like the home page for example.

Thanks

Simion C.
tagDiv Staff

That happens because the header is full width, it is displayed on top of the hamburger menu and logo – https://www.screencast.com/t/12PGmTQ9f
I could give you a code to reduce the menu width to a fixed value
https://www.screencast.com/t/zwuUfDywJ

.page-template-page-pagebuilder-overlay .td-header-wrap {
width: 57%;
margin: auto;
}

But this solution may cause other problems, or responsive issues. Maybe you can move the hamburger menu and logo lower, so they are not covered by the menu. The menu has a height of 80px, if you could lower then below that that would be a more proper solution.

Simion C.
tagDiv Staff

Hi,

The mobile theme will most likely not render that shortcode, it is not meant to. It will not interpret page builder shortcodes as well.
If you want to use the mobile theme and also display a header ad, you will have to use a different implementation for the ad on mobile devices, instead of the shortcode. You could simply paste a HTML link with image in the ad section
https://forum.tagdiv.com/using-other-ads-non-adsense-ads/

Thanks

Simion C.
tagDiv Staff

A border can be set like this correctly – https://www.screencast.com/t/XbJhqTJFl

The socials can change color when hovered, like this
https://www.screencast.com/t/moavr6sP

.td-default-sharing .td-social-sharing-buttons:hover {
color: yellow;
}

Even the border can change colors when hovered – https://www.screencast.com/t/TEjyrowe4lc
All depends on how you want them to be, experiment with these suggestions.

Thanks

Simion C.
tagDiv Staff

Please try this code, enter it in Theme panel->Custom CSS section
https://www.screencast.com/t/zvrAa6nzGtVP
It should fix the issue with those elements once entered. Maybe clear your cache as well

.vc-hoverbox-wrapper .vc-hoverbox {
width:100%!important;
}
.vc-hoverbox-inner {
min-height:250px!important;
}

Thanks

Simion C.
tagDiv Staff

Hi,

I have not seem this error before, from what I find online it seems to be an issue with the database
https://wordpress.stackexchange.com/questions/283334/wordpress-database-error-not-unique-table-alias-wp-postmeta
https://wordpress.stackexchange.com/questions/283334/wordpress-database-error-not-unique-table-alias-wp-postmeta/283348
It could be caused by modifications made by you, or by a plugin. Check any custom code or theme modifications you made. Deactivate all plugins except theme plugins, clear all caching and check the results.

Thanks

Simion C.
tagDiv Staff

All the settings can be seen when configuring the box
https://www.screencast.com/t/bOTMLbcko
It will show the user avatar, name, post and comment number and website link. That would all it can display.
If you require more settings and capabilities you could as well try an author box plugin, such as these maybe
http://www.wpbeginner.com/plugins/7-best-free-author-bio-box-plugins-for-wordpress/
https://www.shoutmeloud.com/author-box-wordpress-plugin.html

Thanks

Simion C.
tagDiv Staff

Hi,

That would be theme name defined in this file
https://www.screencast.com/t/qctwKWsoJ
You can change it there if this is required for you.

Thanks

Simion C.
tagDiv Staff

Hi,

I believe you are referring to such spaces – https://www.screencast.com/t/eLteZt0r
That will happen because some of the posts seem to not have featured images set. If one post has a featured image the module will display a thumbnail, for others not. This will cause uneven spacing
https://www.screencast.com/t/5PTrAn0Tcf
Either set featured images for all posts that don’t have one, or remove them all maybe. Or use blocks that do not show a thumbnail, like block 9 and 10.

Thanks

Simion C.
tagDiv Staff

Sidebars for woocommerce can be set in Theme panel->Template settings
https://www.screencast.com/t/dX3ncvskSay
In these sidebars you can set any widgets you want, there are woocommerce widgets you can use if needed
https://docs.woocommerce.com/document/woocommerce-widgets/

Thanks

Simion C.
tagDiv Staff

Hi,

I have tried editing a post which had 5 views initially, I changed the content, post template, added tags and categories to it. After updating the post and viewing it, the view count was kept, it still had the initial 5 views.
So the previous views should not be lost in your case as well. It seems to count properly from what I can see
https://www.screencast.com/t/Yyy5tK3oOw
https://www.screencast.com/t/F6S0REgu
Views can be seen or modified in the post edit screen
https://www.screencast.com/t/L7MuOTCA4ze

Thanks

Simion C.
tagDiv Staff

1. I could take a look if you can provide a link to the page. I will give you a solution to remove that space.

2. So you want them to be vertically, I could try to give you a code to align them like that, as well a link to the website will be very helpful.

3. You could edit the page and set the border left there, for each column
https://www.screencast.com/t/OkK6aO1HGQ

4. Indeed the sub-footer will not be displayed when a page is selected to display in the footer. There is no setting to change this behaviour. It could only be enabled with a modification in the code if required
https://www.screencast.com/t/kZKBvLg8vMy
This might change in further updates, an option could be added to be able to choose.

Thanks

Simion C.
tagDiv Staff

Couldn’t give you an exact date, as soon as all the current tasks are finished and tested, the update will be available.

Thanks

Simion C.
tagDiv Staff

Hi,

There are some parameters that you can check, in the theme system status
https://forum.tagdiv.com/system-status-parameters-guide/
Insufficient resources can cause issues with the theme and theme plugins. Ask your hosting provider to increase the values if necessary.
Additionally after doing this, please try as a quick test to deactivate all plugins except theme plugins, and check if the composer works properly. Let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

If you followed the instructions given by the code providers, I don’t know what advice to give you. Maybe there are more requirements, or a waiting period.
For example, I believe Adsense requires a code to be entered in the header.php file between the head tags, for website verification.

Thanks

Simion C.
tagDiv Staff

Hi,

The single image element may not be the best element in this case. It uses the image as background, background properties may not be fully responsive. You could try other image elements
https://www.screencast.com/t/pA48JOHoc
Or even a text element in which you place the image
https://www.screencast.com/t/p8hMTasmz
The image inserted in the text element will be responsive, you could try that. Or as I mentioned use the new multi-purpose image elements.

A background color or image can be set for the website, in the theme panel
https://forum.tagdiv.com/background-introduction/
https://forum.tagdiv.com/background-ads/
It will be displayed on the whole website once set there.

Thanks

Simion C.
tagDiv Staff

Hi,

That means you have not set a featured image (or video) for the post
https://forum.tagdiv.com/featured-image-or-video/
Each posts needs to have a featured image, only when setting one the theme will create thumbnails to display on blocks/modules
https://forum.tagdiv.com/theme-thumbs/
Please let us know if you have further questions or need help with something.

Thanka

Simion C.
tagDiv Staff

Hi,

I could give you a code solution to force the modules to display differently. But please note that this is not how the theme elements should be used. That slide is not the default big grid slide available in the theme.
Also note that all blocks, grids, slides etc are predefined, have preset design values. Altering these could break theme and cause them to not display properly.
In this case a code like this could produce the result you want
https://www.screencast.com/t/vaoeadeM

@media (max-width: 767px) {
.td_block_big_grid_2 .td-small-thumb .td-module-thumb {
height: 200px!important;
}
.td-big-grid-slide {
height: 600px!important;
}}

Enter it in Theme panel->Custom CSS section.

Thanks

Simion C.
tagDiv Staff

Hi,

I have tried your code and the shortcode
https://www.screencast.com/t/wL9iScI6
It seems to produce an error while it displays some content
https://www.screencast.com/t/vfHmLsWq
I don’t know exactly what you want to do, if you want to add a shortcode to Visual composer you can try it like this
https://wpbakery.atlassian.net/wiki/spaces/VC/pages/524291/Shortcode+Mapper
https://wpbakery.com/video-academy/add-shortcodes-wpbakery-page-builder-wordpress/

Thanks

Simion C.
tagDiv Staff

Hi,

There are 2 mega-menu options available, with or without sub-categories. Both are mentioned here in this guide
https://forum.tagdiv.com/mega-menu/
Create your menus accordingly, without sub-categories if that is what you want.

Thanks

Viewing 25 posts - 12,701 through 12,725 (of 20,681 total)