Home User profile
tagDiv Staff
Passionate for gaming, mountain biking and traveling. I face every task as a new challenge to bring my skills to the next level.
Bogdan B.
tagDiv Staff

Hello,
Please try to update your plugins as well if you update the theme. Please disable all the theme plugins and delete files, and then activate them again from this section:
http://screencast.com/t/RJm4uhr5T
Let us know if you still have trouble with this and if you do, please send us an email at contact@tagdiv.com and provide wp-admin so we can inspect this error. Also provide a link to this topic so we can identify you.
Thanks.

Bogdan B.
tagDiv Staff

They were added as a design choice so if there are only 2 posts or one post in the grid (in the specified filter), the container would be visible like so: http://screencast.com/t/bNJc9a6ac
Simple aesthetics, nothing more.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
From the code I provided, in this part:
.td-header-style-1 .td-header-sp-logo{
height:45px!important;
margin: 0px 28px 0px 28px!important;
The very last number in pixels (28px right before !important on the second line of code). Decrease this number and your logo will move to the left.
Thanks.

Bogdan B.
tagDiv Staff

I understand, but there is a simpler way to do it. The empty space is being added by code, not generated automatically. You can simply remove this part of the code: http://screencast.com/t/JIvv6J4xd2 and there will be no more extra space added to the grid.
before: http://screencast.com/t/zZxixaq8M
after: http://screencast.com/t/2Abcc07f

Hope this helps.

Bogdan B.
tagDiv Staff

That i’m not certain. It may require a few css adjustments after the implementation.
Thanks.

Bogdan B.
tagDiv Staff

Hi,
In order to change the post titles on block 12 you need to use this css:
.td_block_12 .td-module-title a{
color:red!important;
}

This will work on any block (almost) if you change the block number to the one you intent to change the color to.
Thanks.

Bogdan B.
tagDiv Staff

Hi,
If you want to add the shortcode after the first paragraph, you can add the shrotcode in the article inline ad.
Add your shortcode like so: http://screencast.com/t/BN8GDOYW
The ad spots render shortcodes so this trick should work as you intend to.
Thanks.

Bogdan B.
tagDiv Staff

Hello,
Unfortunately that is why I suggested a plugin because the theme login is custom and the code you suggested cannot tie into ours. You will need custom implementation that falls beyond what support can provide you. You can hire a freelancer to help you out in this task from sites like studio.envato.com.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
I’m not sure if it’s block titles you want to change on block 12 or the block title. In your screenshot, the post titles a re black and the block title is red. I assume you are referring to the block title. This can be edited from the block settings here: http://screencast.com/t/pYpmeobIXB
Thanks.

Bogdan B.
tagDiv Staff

Hi,
I understand now what you want to do, but if you simply change the limit for the big grid 5 element, what’s stopping you from filtering specific categories to it? It’s not like the block will remain stuck with just one category in it’s filter. You can create as many instances of the element as you want and filter it differently from block settings. Simply change the limit like so: http://screencast.com/t/rl0GWM5b and now you can have multiple posts in the big grid, but it will not lose the filters. You can create a page and filter category A, then create another page and filter category B and so on. You can filter categories from the block settings: http://screencast.com/t/gjj0zkEuLxh This way you can have multiple pages with big grid 5 and different categories filtered in the blocks.
Thanks.

Bogdan B.
tagDiv Staff

Salut!

1)The footer widgets are found here: http://screencast.com/t/E8V4SkYU9A6 If youhave not modified the theme files, then you can remove your widgets from there.

2)you can remove the space using this css code:
.td_block_trending_now.td_block_wrap{
padding-bottom:0!important;
}
.test{
margin-bottom: 0!important;
}
.td-main-page-wrap{
padding-top:20px!important
}

(as a side-note: you have a container in there with a class called ‘test’ that also created white space)

3)To display ads between posts on a specific category page are required lots of customizations and also many tests in order to achieve the desired result. Basically you need to edit the loop for that specific category page such that to display a specific ad-spot after a given number of posts.
All this customizations falls beyond the support can offer you so if you’re not aware of the steps you need to take in this regard please consider hiring a freelancer to do this for you as we can’t offer custom services at the moment.

4)If you want to remove the ad on post style 1, you can do it from here: http://screencast.com/t/RRXPmQTF
For the top ad, it will be a bit trickier as the top ad displays on all post templates so you need to ad a few conditions to the code where the ad is being created. Please use this code: http://pastebin.com/b5ZWGEhf
and replace this part here: http://screencast.com/t/uiYhFyE0rF
This will disable the article top ad for post style 1 and now you can ad a custom ad in the top of the file with a do_shortcode function:

And add it in the file like so: http://screencast.com/t/sKAM9mtVmj
Now if you do not have an article top ad, the text will fill the white space besides the featured image.

Thanks.

Bogdan B.
tagDiv Staff

Hi,
That seems like a custom implementation of some social login plugin. The code for the login pop-up can be found here: http://screencast.com/t/2Qj0tGAcDD I do not know the plugin used though as we have not tested any social login plugins.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Our theme was no designed to display full width. Our theme elements were created based on the fixed with and grid layout. We do not recommend altering the theme width as the layout will break
Thank you!

Bogdan B.
tagDiv Staff

Hi,
From your screenshot, I think you are trying to change the block title from the grid. That is not a page title but rather the post titles from a particular block. These cannot be changed with the theme settings, you will have to use css to do it.
For example on big grids: http://screencast.com/t/zeJsLaWcXFF9
.td-big-grid-post .entry-title a{
color:red!important
}

You can add the code in the theme panel- custom css box.
Thanks.

Bogdan B.
tagDiv Staff

Hello,
Unfortunately, our theme has no such option. You can follow this guide to see how it can be done from wp:
http://www.wpbeginner.com/plugins/how-to-add-additional-user-profile-fields-in-wordpress-registration/
Thanks.

Bogdan B.
tagDiv Staff

Hi,
You can use the theme panel for css adjustments. You do not have to edit style.css. Please add the code here:
http://screencast.com/t/p350ZKTuhc
Thanks.

Bogdan B.
tagDiv Staff

Hi,
I tested this option again and it works as expected. Please make sure you have colors set for your categories and sub-categories like so: http://screencast.com/t/deeEvs8X
Let us know how it goes.
Thanks.

Bogdan B.
tagDiv Staff

Hi,
Unfortunately this modification cannot be made in the editor from the dashboard as files from wp-booster cannot be edited from there. You need to access your site via ftp and make the changes as suggested above.

http://screencast.com/t/qARqgXllC6rJ and try to add it like this &rel=0 and it should work as I have also tested this on my side – http://screencast.com/t/48m6AU2KAB
Thanks.

Bogdan B.
tagDiv Staff

Hi,
Maybe you set a background click ad here: http://screencast.com/t/F38lHj7vZ4F (mine was set to google :))
Thanks.

Bogdan B.
tagDiv Staff

Hi,

Unfortunately neither of us can understand what it is you want to achieve. As I understand it, you want a page with multiple big grid 5 elements that show the same category. This is easily done from the block settings themselves. Create a page and add as many big grids as you want and filter them with that particular category and either use an offset or activate unique articles. The re is no other ID than the one I pointed in the reply above.
The category in the files is grabbed with this function : https://developer.wordpress.org/reference/functions/get_category/
The code you seek is NOT in td_block_big_grid_5, but rather in the module file newspaper/includes/modules/td_module_mx12.php
http://screencast.com/t/eXSPNfQbLx
The get_category function is simply called here, but it is located here:
http://screencast.com/t/mKxbqUfFb2mV
So as you can see it gets more complicated. It’s much easier to simply use the theme settings where you can and avoid changing the theme files as much as possible.

Thanks.

Bogdan B.
tagDiv Staff

Hi,
The theme pop-up login is created here: http://screencast.com/t/2Qj0tGAcDD
Thank you!

Bogdan B.
tagDiv Staff

Hi,
The date can be changed from the WP settings here: http://screencast.com/t/ID9QgwnxCnal
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Our theme has no such option unfortunately. It will have to be custom made. you can add an is_admin condition in every post template that you use on your site like so:

<?php if ( ! is_admin() ){
 echo $td_mod_single->get_author();
  }?>

Simply edit the loop-single files and replace the standard get_author function with the code provided.
http://screencast.com/t/mqkdLYbE
Thanks.

Bogdan B.
tagDiv Staff

Hi,
There is a custom html box in the theme panel , but the code will not be added to the header ares: http://screencast.com/t/OcbgRkdyeypD If you want to target the header area, you will have to alter the theme files and edit header.php from the main folder of the theme.
The translate area from the theme panel does not detect the language. It’s a simple languange change for elements that cannot be targeted by the wordpress language change. It’s not dynamic. What you set is what others will see.
If you want to be able to switch languages, then maybe you can use a plugin like qtranslate x
Thanks.

Bogdan B.
tagDiv Staff

Hi,
It’s rather simple. The numbers correspond to the post templates you use: http://screencast.com/t/lEfpK0kfNTvr
Thanks.

Viewing 25 posts - 17,376 through 17,400 (of 22,378 total)