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,

Something is not functioning properly with the category links displayed in the ajax filter, it is also happening in the post page Related articles section, when More from author is clicked
https://www.screencast.com/t/VZzJ56qd
Please try as suggested and deactivate all plugins except theme plugins, as a test. Then check if this has any effect. Let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

Each block title can be customized the way you like. Simply edit the page with the composer and change them
https://www.screencast.com/t/TvZe42giKXHU
Widgets in sidebars can be customized in Appearance->Widgets section
https://www.screencast.com/t/gDlDq1Kfoe
More information about the available block settings and options here
https://forum.tagdiv.com/block-settings-tutorial/

Thanks

Simion C.
tagDiv Staff

Hi,

That could be changed with some custom code, at the moment there are no theme options to customize the font properties when using the mobile theme plugin.
You could change the paragraph font size for the post content for example, with a code like this (the default is 15px)
https://www.screencast.com/t/auDDK8DFhu

.td-post-content p {
font-size: 18px;
}

Enter the code in Theme panel->Mobile theme->Custom CSS section.

Thanks

Simion C.
tagDiv Staff

Hi,

That is a mega menu with sub-categories, that is how it works. When hovered the sub-categories will be shown
https://forum.tagdiv.com/mega-menu/
The main menu item can be clicked as well, and you will be taken to the category page.
A simple drop down menu can be made in the menu creation screen. Like this
http://www.wpbeginner.com/beginners-guide/how-to-add-navigation-menu-in-wordpress-beginners-guide/
Please let me know if I misunderstood what you are asking.

Thanks

Simion C.
tagDiv Staff

Hi,

1. If you use Header style 6 try it like this
https://www.screencast.com/t/jNclJUZU8zoE
There will be a border bottom for the main menu, a border top for the top menu and a border bottom of the same top menu. The color can be what you want, simply change it in the code and then enter it in Theme panel->Custom CSS section

.td-header-style-6 .td-header-menu-wrap-full{
border-bottom: 5px solid red;
}
.td-header-style-6 .td-header-top-menu-full {
border-bottom: 1px solid red;
border-top: 3px solid red;
}
.td-header-style-6 .sf-menu > li > a {
line-height: 75px;
}

Please let me know if you have further questions, or something needs modifying.

2. So instead of the arrow you would like to use the hamburger icon
https://www.screencast.com/t/xyJ2ejKW
You will have to modify the default icon font, and replace it with that one, in the theme stylesheet
By default it is like this
https://www.screencast.com/t/8SiiPSlVX
Change it like this
https://www.screencast.com/t/Kxi4nb452yTP
With this result
https://www.screencast.com/t/lwJPtJ2qe

3. The socials are displayed in the top bar, not in the main menu. In the main menu you could use custom links with Font awesome icons for example, linking to where you want
https://www.screencast.com/t/BWnugJ6N
https://www.screencast.com/t/LgtiYueA6EVc
https://www.screencast.com/t/BnT4bJHy3Fi
The result is like this
https://www.screencast.com/t/QAypIroMUQ
More information here
https://forum.tagdiv.com/how-to-add-icons-in-menu/

Thanks

Simion C.
tagDiv Staff

Hi,

There is no page or post template at the moment that does not display the header and footer. These elements are meant to appear on the whole website, meaning pages, posts category pages etc.
The only way is to hide them like shown, that would be the easiest if this is required.

Thanks

Simion C.
tagDiv Staff

Hi,

The same license can be used in this case, for the sub-domains that are part of the main website. Envato handles all the license specifications, everything is mentioned here
https://themeforest.net/licenses/terms/regular
https://themeforest.net/licenses/faq

Thanks

Simion C.
tagDiv Staff

Hi,

If the post has multiple categories these will all be displayed as classes in the article code. For example
https://www.screencast.com/t/DCo48fb1mVo
So if the category you want to hide this element, is present in the article classes, the next/prev will not be displayed and will be affected by the code. This could be done by using the post Id specifically, or by post template maybe
https://www.screencast.com/t/EyxZnpQ34
https://www.screencast.com/t/L1G2tsrHGa
The second code you mention will remove the related posts section on all posts. It should be like this to apply on a specific post

.postid-450 .author-box-wrap,
.postid-450 .td_block_related_posts {
display:none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

1. Each demo has custom design besides what can be achieved with the default theme settings and options. The News magazine demo borders you mention, can be replicated by using the code from the demo stylesheet
https://www.screencast.com/t/ALXxg5rPHx
https://www.screencast.com/t/yPeiHq8vzZB
This might need additional modifications, to display properly. If you need further help I will help you.

2. If you are referring to the All text in the mega menu cannot be replaced with an icon by default, unless modifications are made in this file
https://www.screencast.com/t/b0ia3iQp
https://www.screencast.com/t/uuju6rDYj

3. The social icons will be displayed in the top bar and in the footer, according to the social accounts entered in the Social networks section
https://www.screencast.com/t/AXfgjacu
If you could detail what exactly you want to modify I will try and provide a solution.

Thanks

Simion C.
tagDiv Staff

Hi,

I don’t understand exactly what you mean. If you are referring to the selection color
https://www.screencast.com/t/bkAMJwEmmPR
You can try something like this
https://css-tricks.com/snippets/css/change-text-selection-color/
https://css-tricks.com/almanac/selectors/s/selection/
Please provide more details if this is not what you wanted to know.

Thanks

Simion C.
tagDiv Staff

Hi,

If you mean the post sharing in the post page, that can be disabled in the theme panel
https://forum.tagdiv.com/sharing/
The socials displayed in the header and footer can be disabled like this
https://forum.tagdiv.com/top-bar-templates/
https://www.screencast.com/t/goLzT0zL2
Or the accounts can be removed from the Social networks settings
https://www.screencast.com/t/sMnYDm3kYEm7

Thanks

Simion C.
tagDiv Staff

Hi,

Each block module used by the theme has a predefined thumbnail size. These thumbnails are created from the featured images you set for posts automatically
https://forum.tagdiv.com/theme-thumbs/
There is no option to modify these sizes, only by code modifications but that is not recommended.
Please try and use the grids and block that are available, each block is different and uses a different thumbnail
https://demo.tagdiv.com/newspaper/block-1/
https://demo.tagdiv.com/newspaper/big-grid-1/
https://demo.tagdiv.com/newspaper/full-big-grid-1/

Thanks

Simion C.
tagDiv Staff

Hi,

The theme uses the default WordPress registration in the core, just adds some styling to it. This is where the login modal window is defined
https://www.screencast.com/t/mftbvAHfNd
If you want to display additional fields in the modal, you will have to add them in that file.
Or you could disable the theme login from the theme panel, and maybe use a login/registration plugin that has the capabilities you want.
You can set a default user avatar to be used, if the user does not have an avatar associated with the mail used
http://www.wpbeginner.com/wp-tutorials/how-to-change-the-default-gravatar-on-wordpress/

Thanks

Simion C.
tagDiv Staff

Hi,

Try this instead, it will remove the footer and sub-footer as well
https://www.screencast.com/t/WFQoZxYBQfj

.postid-18145 .td-header-wrap,
.postid-18145 .entry-crumbs,
.postid-18145 .td-footer-wrapper,
.postid-18145 .td-sub-footer-container{
display: none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

1. This code will remove the background when the social menu items are hovered

#td-header-menu .menu-item-824 a:hover,
#td-header-menu .menu-item-825 a:hover,
#td-header-menu .menu-item-826 a:hover{
background-color: transparent;
}

You could color the icons when hovered if you want, by adding this to the code
https://www.screencast.com/t/AuOxxhKi
Use any color you want in the code.

2. The header search icon color could be changed like this
https://www.screencast.com/t/xdgFNnwZ

.td-header-wrap .header-search-wrap .td-icon-search {
color: green;
}

3. For that specific element there is no theme font setting. You could change the font properties with CSS if you want to
https://www.screencast.com/t/oonTVYHjEuML
Use the properties you want in the code

.header-search-wrap .result-msg {
font-size: 20px;
font-style: normal;
}

4. The category tag can be removed for all the modules in particular
https://forum.tagdiv.com/category-tag-on-modulesblocks/

Thanks

Simion C.
tagDiv Staff

Hi,

At the moment there is no option to add socials in the post sharing. That button could be added by editing the file where the post sharing is defined, and entering the button code manually
https://www.screencast.com/t/njxl3XWvB
http://www.stumbleupon.com/dt/badges/create
Or maybe it would be easier to use a social plugin that may have the option to display such a button.

Thanks

Simion C.
tagDiv Staff

Hi,

The title of the post is too big to fit correctly in the module, there is no space for it to appear entirely. You could set an excerpt limit for this module and limit the length of the post title
https://www.screencast.com/t/YCfUCuHDo9s
Also the module does not display a date by default, that is affecting the title as well. The best way would be to set a smaller length with the excerpt settings.
Or maybe reduce the font size only for that module, and also the margin on the date
https://www.screencast.com/t/Oqc8qrx7c
If that is useful, this is the code used

@media (max-width: 1018px) and (min-width: 768px) {
.td_module_mx6.td-small-thumb .td-big-grid-meta .entry-title {
font-size: 70%;
}}
.td-big-grid-post .td-module-meta-info {
margin-bottom: 10px;
}

Thanks

Simion C.
tagDiv Staff

Hi,

That can be caused by caching plugins. Some caching plugins interfere with the theme functionality and cause this issue to happen. You can try as a test to deactivate the caching plugin as a test and check if the problem is resolved.
If it is not, deactivate all plugins except theme plugins and check again. Hopefully this way you can identify which one is the cause.
The recommend caching plugin is the WP Super Cache
https://forum.tagdiv.com/cache-plugin-install-and-configure/
Please let us know if there is still a problem, and provide a link to your website if possible, so we can inspect it.

Thanks

Simion C.
tagDiv Staff

Hi,

This guide is helpful for improving page speed for the website
https://forum.tagdiv.com/how-to-make-the-site-faster/
All the steps are described in it. The code you mention has to be entered in the theme functions.php file, located in the main theme folder
https://www.screencast.com/t/d92cYc02b3X
Please note that the Speedbooster plugin will only work with a predefined list of plugins, as it may cause problems with others. More information here
https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
You can try other optimization plugins for this purpose, and make tests to see if everything works properly.
These are some guides that you can follow, there are many others here on the forum
https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/

Thanks

Simion C.
tagDiv Staff

Hi,

That should not happen, all the blocks have to function properly
https://demo.tagdiv.com/newspaper/block-19/
Please provide a link to your website here in the topic if possible, so we can take a look.
As a first step you can try deactivating all plugins except theme plugins, and clear any installed cache. Usually plugins are the cause for most issues. Or maybe if you made modifications to the theme files, or used custom code that might interfere with the theme functionality.

Thanks

Simion C.
tagDiv Staff

Hi,

The license can be activated for one single end product, according to the Envato terms. The Envato policy allows to use a theme only on one install
https://themeforest.net/licenses/standard
If you decide to change domains you can simply reset the theme registration key in the system status section
https://www.screencast.com/t/CEFH7vSP
Then activate the theme again in the new location. The theme can be used on a sub-domain for testing, but for different sites with different content, then only one theme per install is legally allowed.

Thanks

Simion C.
tagDiv Staff

Hi,

You will have to edit the slide and remove the author name from it, or position it lower in the slide. Select the slide mentioned and edit it
https://www.screencast.com/t/jBjHih7LYdF
https://www.screencast.com/t/0JFDp8Qph
Either delete the author name and category completely, or perhaps drag the layer lower
https://www.screencast.com/t/TCTpdquib
https://www.screencast.com/t/Je3SGgM3dIkG
https://www.screencast.com/t/LvRJsz1rSymx
The Revolution slider is a very complex plugin, with an enormous amount of settings and features. It can be difficult to use at sometimes. This is a link to the official documentation
https://www.themepunch.com/revslider-doc/slider-revolution-documentation/

Thanks

Simion C.
tagDiv Staff

Hi,

The active and hover color can be changed in the theme panel, you could try changing it to the same background color used for the menu so it will not be visible
https://www.screencast.com/t/z56uyVgPT
That setting controls the color for hovered and active menu items. The default is the theme accent color.

Thanks

Simion C.
tagDiv Staff

Hi,


@andresgsm
The counter seems to be configured properly, and the problem is just with the Facebook counter. If you have caching installed, clear it and check again.
If that is not the case, please send us an email at contact@tagdiv.com and provide admin login information so we can take a look.
Leave the counter configured. Also paste a link to this topic in your email.

Thanks

Simion C.
tagDiv Staff

Hi,

If you entered code in the theme panel sections, then simply remove it. If you entered it in the theme files, remove it from there. You wanted to add the code mentioned, before the closing body tag, that is located in the footer.php file
https://www.screencast.com/t/jyDtlEVHv0TQ
Try entering it there and check the results.

Thanks

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