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 lightbox cannot be removed for a particular plugin, sorry. It can be removed from individual images if you do not have this option set to on: http://screencast.com/t/SEk1AI2hw
Then if you have access to the image setting in wordpress, you can deactivate the modal image from the particular photo: http://screencast.com/t/PMR22Np7WA
Unfortunately I cannot say for sure about your plugin as we have not tested it.

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Well the widgetized sidebar element (I presume you are referring to) will grab a sidebar from the widgets area of wordpress. Does your sidebar in the widgets area have widgets set to it? Please check that area and then use the widgetized sidebar element to pull a sidebar into a page. It works properly for us so i cannot recreate the issue on my end.
Plugins can also interfere so please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Sorry but i do not understand what it is you want changed. If seo is what you are after you should use seo by yoast and follow the instructions on the official plugin website.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

I’m not sure about the thumbs as I can see every image from my end, but your site runs really slow and you get lots of errors in your browser console on each page. Your content is loaded from a cdn server. Please only use wp super cache for a cahcing solution and these settings https://forum.tagdiv.com/cache-plugin-install-and-configure/ and these settings for the cdn: https://forum.tagdiv.com/cloudflare-cdn/
I;m not sure what optimization options you use but they are causing more harm than good. Please try to disable all of it and test the theme in it’s default state.

Thank you!

Bogdan B.
tagDiv Staff

Yes, this is available for the default wordpress themes. Our theme already has this implemented in the theme panel under the custom code section so you do not have to use any child theme for any custom css. You can simply use the theme panel and all your css will apply with or without a child theme. If you do want to use a child theme and enque the css, then you should read this topic: https://wordpress.org/support/topic/theme-stanleywp-enqueuing-many-stylesheets-into-child-theme-in-correct-order/
Thank you!

Bogdan B.
tagDiv Staff

Hello,

The demos menu was not intended to be used on the main theme. It was created to show the demos. You can activate the exact same menu on your website and then customize it to your needs.
That menu is built in the theme and it’s disabled for the deploy version, you can set this line to “true” to enable it: http://screencast.com/t/HMJC8F923oL
Then you will need to alter this code to change the links: http://screencast.com/t/xHmKbFMNa

Thank you!
Bogdan B

Bogdan B.
tagDiv Staff

There is no td_care.php I assumed you are referring to td_cake.php: http://screencast.com/t/lJIWnBni
You will find it in the main them package you download from envato. Download the theme again and the file is there in newspaper/includes/wp-booster.td_cake.php. There is no point in me providing it as you can download the entire theme package anytime you want from your envato account.

Thank you!

Bogdan B.
tagDiv Staff

Well if you want to have 2 dates show in your post, you can add the code mention in this topic without replacing the existing one https://forum.tagdiv.com/topic/how-to-make-this/
You can simply add this code:
<?php echo the_modified_date('l, F j, Y', '<div class="the-modified-date">LAST MODIFIED: ','</div>'); ?>
and place it after the get_date codee so you would have both dates. It could need a bit of css for positioning though.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

There are 2 ways you can remove these items. The first would be the css method by hiding them like so:
.td-social-google, .td-social-pinterest{
display:none!important;
}

The second method is removing them from the theme code by deleting these lines of code: http://screencast.com/t/GfKxrfhSgT21 (that is the top sharing buttons I exemplified. The bottom sharing buttons are further down that same file. If you want them removed from the bottom sharing remove them from the bottom code as well.)

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Please provide a link to your site so we can inspect the menu and fiddle with the css a bit and we will provide the proper code for changing each menu item’s hover color.

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Well the height is dynamic. There is no fixed height for this element as it depends on the screen size. Here is the file where the slide is being created: http://screencast.com/t/pHMSU9XD

Thank you!

Bogdan B.
tagDiv Staff

Hi,

The authors box element was not created to show the author description. The theme will only show the description in an author card once you click on the specific author. There is no simple way of adding this functionality in except for altering the theme files.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately the browsers we tested our theme width are google chrome, Mozilla Firefox, internet explorer and opera. We did not test the theme with the Facebook browser or mobile phone specific browsers. Still you can try to disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme. as we have no such reports until now so it could be something on your end affecting the browser.

Thank you!

Bogdan B.
tagDiv Staff

Replied via email
Thank you!

Bogdan B.
tagDiv Staff

Please provide more details. A link to your site would be helpfu; so we can see the code that appears on your site.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

This could be a plugin conflict so please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Thank you!

Bogdan B.
tagDiv Staff

Hi

The related articles section can be activated from the theme panel here: http://screencast.com/t/S09gtGvH29
Unfortunately there is njo simple way to add them inside the content as they are added on the post template like so: http://screencast.com/t/otoG3B0QpnW

Thank you!

Bogdan B.
tagDiv Staff

Hello,

You can specify the paragraph after which you want the inline ad to display in: http://screencast.com/t/WjAAiRjOIF
There is no simple way of creating multiple inline ads. Sorry.
If you want to crate more instances of the ads, then you will have to make it custom as the re is no simple way I can provide via the theme support. Sorry.

Thanks.

Bogdan B.
tagDiv Staff

Hi,

PHP 7 support was already added in version 7.6 but only for PHP 7.0, not in 7.1.
Please update your theme to the latest version and you will be able to use php 7.0

Thank you!

Bogdan B.
tagDiv Staff

Hi,

You can add those properties to the code like so:
.block-title span, .block-title a {
background-color: transparent !important;
color: #222;
font-family:verdana;
font-size:15px
}

Please note that a custom font cannot be placed with css if it’s not loaded first. Please use this topic to learn how to load fonts with css: https://forum.tagdiv.com/topic/problem-with-font-on-post-page/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately our theme does not have any skyscraper ads section. It can only be done with plugins or customization. Sorry. Our theme was not built with such ad options.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately not all plugins are compatible with premium themes. We only tested these plugins:
http://screencast.com/t/WwfGu2Ik6V We cannot recommend anything beyond that list. Any plugin that is not tested has to be checked carefully if it will not cause any issues with the theme.

Thank you!

Bogdan B.
tagDiv Staff

It will show all of them that are common. It will show all posts that have a common tag with the current post. if you have multiple tags in a post this is the downside as each common tag post will show up. It’s the same with categories.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

1) Our theme does not have separate backgrounds for pages. There is only 1 background possibility across the whole site. There is however a category background that will affect the posts from that category though if the post have it set as a primary category. https://forum.tagdiv.com/primary-category/

4) the fonts in the theme panel will not affect the mobile version. The mobile version font sizes can only be changed with a custom css. Please provide an example of what post titles you are referring to so I can provide the proper css code.

5) Again. it can only be done with css. Here is a code to make the menu items narrower:

.sf-menu a.sf-with-ul{
padding-right: 15px!important;
}

6) You can remove the search icon from the code by commenting out or deleting this part: http://screencast.com/t/R1WLS2cH

Thank you!

Bogdan B.
tagDiv Staff

Hi,
And how are the thumbs showing? Are they showing up in the wrong size or are they not showing up at all?: Please provide a link to your site so we can inspect it.
Thank you!

Viewing 25 posts - 10,476 through 10,500 (of 22,378 total)