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

Hi,
The theme panel setting should apply to your site. If it does not, that means it;s either a plugin conflict or a customization that prevents the color from applying. Alternatively you could try a css to change the color:
.td-post-content .td_quote_box{
border-left: 2px solid #E71010;
}

But the best way to do it is to locate the source of the problem rather than forcing it with css.
Thanks.

Bogdan B.
tagDiv Staff

Hello,
The theme is compatible with buddypress but that does not mean that theme elements will get replaced by BP. The author box is a theme element that is there with or without buddypress and it was not created to link to buddypress. If you want to redirect the author box or author bio to a bp page, you need to create a 301 redirect: http://www.wpbeginner.com/beginners-guide/beginners-guide-to-creating-redirects-in-wordpress/
The social information for users can be added in the back-end alone for the theme author box and author info. If you want to hack the theme files and remove theme elements replacing them with BP, then you need to edit the post templates: http://screencast.com/t/TnAyrRRy3ivx You need to replace the author box on posts for every post template you use on your site. Every post style has it;s own file.
Thank you1

Bogdan B.
tagDiv Staff

Please read the topic I posted above to see how you can force speedbooster to work with all plugins: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Thanks.

Bogdan B.
tagDiv Staff

Hi,

Thank you for pointing this out. There truly is a pixel there that can be accessed from the desktop version. This should be hidden from view on desktop. We will fix this in the next update.
Until such time you can use this css to fix it:
.td-mobile-close{
right: 1px!important;
}

Thank you!

Bogdan B.
tagDiv Staff

Hi,
Have you tried adding the css to speedbooster? (section 5.2) and to make sure your speedbooster is not deactivated due to a plugin? you can see the speedbooster status in the system status screen: http://screencast.com/t/gzu8dgoZe8 it should say it’s active.
Thanks.

Bogdan B.
tagDiv Staff

Plugin conflicts are the number 1 reason people have issues with premium themes. That is the first thing to check whenever something is ‘different’ on your site than the live demo: http://demo.tagdiv.com/newspaper/
Glad it worked out!
Have a nice day!

Bogdan B.
tagDiv Staff

Hi,

If you wish to redirect a link from the authors you can use a 301 redirect: http://www.wpbeginner.com/beginners-guide/beginners-guide-to-creating-redirects-in-wordpress/

The plugin in question is not tested so styling for it was not added in the theme. Please provide a link so I can inspect the css issue and maybe I can provide a quick fix for it there can be one.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
You will need to optimize your install a bit. First by following these guides:
https://forum.tagdiv.com/requirements-for-newspaper/
https://forum.tagdiv.com/system-status-parameters-guide/
And for the page speed: https://forum.tagdiv.com/how-to-make-the-site-faster/
A note on the speedbooster plugin: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
1) You can do this for blocks on pages but not on category grids unfortunately. The theme has no filters for category elements.
2) On the homepage you can include every element in the way you want it, not only a top post grid but a grid in any place that you want on that page. You can create a page in visual composer adding elements from here: http://screencast.com/t/BZ6aLcTelSG8http://screencast.com/t/agPedJs54CD
There are 25 blocks and 15 grids to chose from
You can see a demo representation for each one here:
http://demo.tagdiv.com/newspaper/block-1/
http://demo.tagdiv.com/newspaper/big-grid-1/
Hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
The plugins need to be switched off period. Then site checked without them as a plugin conflict could still be there if you simply switched the conflicting plugin off and on again. You need to find the plugin that causes this issue so that is why I suggest disabling all of them at once except visual composer and checking the thumbs. If they display the same it means that it;s not a plugin but in most cases it is.
ANyway, if you still have rpoblems with this, please sen us an email at contact@tagdiv.com and provide wp-admin so we can inspect the issue. Please also provide wp-admin so we can identify you.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Glad you got it going! Unfortunately the whole wp-booster file cannot be modified in the child theme. It has to be done in the main theme. Keep a back-up of the modification made by your developer and re-apply it when updating.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
If you set the limit to 10, it will show up on 2 columns on mega-menus that do not have sub-categories:
http://screencast.com/t/MpsEv5ukN2v
For those that do have sub-cats you need to edit another file: http://screencast.com/t/lfOizl1Ufr
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please try to disable all plugins, and clear all caches browser, plugin, cdn or hosting and then check again.
Thank you.

Bogdan B.
tagDiv Staff

Hi,

1) I have checked your forum but it seems to display as intended. If your topic titles are too long it will fall on 2 columns as there is no space for the table to display 4 columns on a small screen. Here is the way it displays on our end as well: http://screencast.com/t/cfkpDvRykF4M
If the phone screen is too small, then complex elements such as forums tend to position any way they can to show the whole content and not cut out any parts. As for the title, it jumps at 510px as well.

2) For the header image, that has to be added from the edit screen in the buddypress menu here: http://screencast.com/t/ZwSnmLKqLN58

Thank you!

Bogdan B.
tagDiv Staff

Hi,

There are 2 ways to go about this. If your ad is a custom one and it does not depend on an ad provider such as adsense, then you can simply hide it with css by using the specific page ID: http://screencast.com/t/ETALHowd8
In my case it’s 266 sao I would use css like so:

.page-id-266 .td-a-rec-id-header{
display:none!important;
}
 

If you use an ad provider than hiding it with css will not be the best solution as it will still be detected on that page by the crawler so in this case you need to add a condition in the header style file:
Replace this part: http://screencast.com/t/iuDQSq8DULn with this code and add your own page id to it:

<?php if (!is_page(266)){ locate_template('parts/header/ads.php', true);}?>

Hope this helps.

Thank you!

Bogdan B.
tagDiv Staff

Hi,
The block-quote color along with some others, are affected by the theme accent color: http://screencast.com/t/6eFuB5koehttp://screencast.com/t/b1QTyG6OfH
Thank you!

Bogdan B.
tagDiv Staff
Body - reply

Hi,
Unfortunately adding a fixed margin to the left or to the right will break the responsive layout. It cannot be done so easy. The layout needs it’s auto margins to be positioned properly in a responsive design.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
We received your email and we will look into it in the following hours. We answer from (oldest to newsest). We will inspect your site and come back to you via email.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
We understand this issue but unfortunately this exchange widget at the moment cannot be customized beyond it’s settings. In order to add more exchange currency, a new widget is needed so maybe in the future we will be able to implement a better one that can be customized more in depth.
Thank you for your understanding.

Bogdan B.
tagDiv Staff

Hi,

There are several sections you need to set a color to, there isn’t only one code for all. I will give it a shot:

.td-main-content-wrap{
background-color:grey!important;
}
.post{
background-color:grey!important;
}
.td-category-header{
background-color:grey!important;
}
.td-category-grid{
background-color:grey!important;
}

There still could be parts of the site that do not get affected by this code. The best thing to do is to use the browser inspector to find the specific part of the site and use the class which gets the white color:
http://screencast.com/t/OD0A0NO92L7

Hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please follow this topic to see how it can be done: https://forum.tagdiv.com/topic/3-or-6-column-or-2-lines-in-megamenu/
Thank you!

Bogdan B.
tagDiv Staff

Yes you may! Thanks. I will add your suggestion to our list.
Have a nice day!

Bogdan B.
tagDiv Staff

Hi,
You can update your social counter plugin as there were several styles added to it and the old version will not work anymore with newspaper 7. Please disable and delete the plugin files from the plugins section and then install it again from here: http://screencast.com/t/Zfv3tFwkyQe
Thank you!

Bogdan B.
tagDiv Staff

Hi,
You can try to add it in the header style files: http://screencast.com/t/MRlrx62V
Every header style has it;s own php file.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
If you want to remove the post date, you can do so from the theme panel: http://screencast.com/t/JKw2C21J6xH
Thank you!

Viewing 25 posts - 16,051 through 16,075 (of 22,378 total)