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,

You can use an alternative method. Edit td_module_14 in the theme files and just move the title code above the image: http://screencast.com/t/SCRthLrAq. Then use a bit of css styling to adjust the title:

.td_block_13 .meta-info-container h3{
padding-left:20px
}
.td_module_14 .td-module-meta-info{
bottom: -45px;
}

Now the responsiveness does not get affected.

Thanks.

Bogdan B.
tagDiv Staff

Hi,

You can use an alternative method. Edit td_module_14 in the theme files and just move the title code above the image: http://screencast.com/t/SCRthLrAq. Then use a bit of css styling to adjust the title:

.td_block_13 .meta-info-container h3{
padding-left:20px
}
.td_module_14 .td-module-meta-info{
bottom: -45px;
}

Now the responsiveness does not get affected.

Thanks.

Bogdan B.
tagDiv Staff

Hi,

This problem might be a plugin conflict. Please try to disable all your plugins except visual composer and then activate lazyload and see if the problem is still there.
Let us know how it goes.

Thanks.

Bogdan B.
tagDiv Staff

Hello

These are the only sorting options available in our theme: http://screencast.com/t/VKi8sEOf
Unfortunately we cannot recommend any sorting plugins because we have not tested any. A custom sorting option is on our update list and we will implement it in the near future.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please provide more details to your problem. A link to your site and a screenshot of your problem would be helpful.
Without any other details i’m just assuming that this will help: https://forum.tagdiv.com/loading-translations/

Thank you!

Bogdan B.
tagDiv Staff

Hello,
The problem seems to be at your end. Please check your system status to see if there is any option that does not meet the minimum requirements: https://forum.tagdiv.com/requirements-for-newspaper/https://forum.tagdiv.com/system-status-parameters-guide/
Let us know how it goes!
Thank you!

Bogdan B.
tagDiv Staff

Hi,
I have checked your website on all the phones i could find including iphones with safari and could not tell the difference. The font is the same both in the emulator and on the mobile phones themselves.
Thanks.

Bogdan B.
tagDiv Staff

Hello,

We suggest you update the theme to the latest version in order to have full compatibility. We have not tested the latest version of the plugin with our old theme version. We cannot say for sure if it will work on version 4 or not (newspaper 6 was built from scratch). You can try it out but we cannot guarantee their compatibility.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

1) For the text widget size there is an option in the theme panel: http://screencast.com/t/BtQTEbcz0I
For colors you have to use CSS:
.td-main-sidebar .widget_text{
color:red
}

2) It can only be targeted with CSS
#commentform input[type=text],
#commentform input[type=url],
#commentform input[type=tel],
#commentform input[type=email],
#commentform textarea{
font-size:20px
}

3) You have to identify the module used by the block. For example a module 6 title can be changed from here: http://screencast.com/t/eQ5thbs9e. You can inspect the block with your browser inspector and you can see the class used by it or you can use the Excerpts setting to see what modules are used for each block.
As for the color, you have to use css again. there is no option for it in the theme panel
.td_module_6 .td-module-title a{
color:red;
}

(the module in your image might not be a module 6 so you have to change the settings to the module used by your block. i just set module 6 as an example)

4) Unfortunately there is no option in the theme panel for it. You have to use CSS:
.td_module_related_posts .td-module-title a{
font-size:20px;
color:red;
}

5)The module on your homepage is an mx 2 and can be adjusted in the theme panel: http://screencast.com/t/f38U5Q3Cl6m

6)The default page template has no sidebar. You have to use on of the 2 other page templates for it to display: http://screencast.com/t/z244vqFWMo

Thank you!

Bogdan B.
tagDiv Staff

Hi,

The theme has no control to change fonts on mobile or desktop. The fonts are kept the same. Please provide more details where the fonts are changed because i could not find changing fonts upon inspecting your site.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately the function to render numbers is given to all smart lists and it will require a bit of coding knowledge to target the specific smart list template you want the numbers to be removed from. If you cannot do it, we recommend you hire a freelancer to do it for you because we cannot offer custom work at the moment. We try to help out where we can.

Thank you!

Bogdan B.
tagDiv Staff

Hello croboy,

Visual composer was not tested on posts. It has that option and you can add blocks to your post , but you will need custom CSS modification to position it.
You can add a padding to it with CSS:

.single-post .td_block_wrap{
padding-top:50px
}

Place it in the theme panel-custom CSS box.
This code adds a padding to all block elements on posts (all of them will stick to the text without a padding or margin set to them). You can tweak the value in the code to your preference.

Thanks.

Bogdan B.
tagDiv Staff

Hello Carly,

I set your Instagram account on my counter and your followers get picked up: http://screencast.com/t/mXLCiU694
Please clear your cache and purge CDN files if you use it. If it doesn’t work, you can try to disable all other plugins except visual composer and social counter and check it again.

Let us know how it goes!
Thanks.

Bogdan B.
tagDiv Staff

Hello,

Anything other than what the theme options can provide will have to be done either with a plugin or custom work.
You can modify the theme files, for example in header style 4, you simply place the header code above the top bar and their position will be switched. It will require a bit of adjusting using CSS though: http://screencast.com/t/dtu6auR4hhttp://screencast.com/t/tzqrFloq0t

Thanks.

Bogdan B.
tagDiv Staff

Hello,
You can try this custom CSS to your page or to your custom row classes. It involves a max height you can specify to your content:

.page-id-10735 .vc_row-o-content-middle{
max-height:700px!important;
}

Thanks.

Bogdan B.
tagDiv Staff

Hello Arafat,

There is an option for category tags in the theme panel. You can activate the option on every module and blocks separately:
http://screencast.com/t/pBArRVDclUjA

Thanks.

Bogdan B.
tagDiv Staff

Hello,
Since revolution slider was updated to version 5, the demo sliders got too big to be included in the theme package (200+mb). Please make a request via email at contact@tagdiv.com and we will provide a download link for the demos. We are sorry for the inconvenience.
Thank you!

Bogdan B.
tagDiv Staff

Hello flex202,
The option does not work because the theme was built to work with adsense. For other ads the documentation suggests you use specific classes for your custom ad. Please read this topic and use the div’s and classes provided to create your ad code. https://forum.tagdiv.com/using-other-ads/
Thank you!

Bogdan B.
tagDiv Staff

Hello akopein,

It can be possible with CSS. I already did it for another user in this topic here: https://forum.tagdiv.com/topic/change-title-display-position/

I hope this helps
Thanks.

Bogdan B.
tagDiv Staff

Hi Rolf,

Please make sure you have the option checked in the visual composer general settings: http://screencast.com/t/n0moebTn2t
It should show up in all elements list: http://screencast.com/t/Rm6KSOoTbk

Thanks.

Bogdan B.
tagDiv Staff

Hello,

I have checked your site on chrome: http://screencast.com/t/cWKr90MwPgw and firefox: http://screencast.com/t/vC3pdU3cp
Your images are working and i did not find any issues.
Maybe it was a temporary glitch. Let us know if the problem reappears.

Thanks.

Bogdan B.
tagDiv Staff

Hello,
Unfortunately, there is no option for it in our theme, but you can do it if you alter the core files.
You can edit footer.php and add this code: like in this screen here:
http://screencast.com/t/KCVrL9GzJRV
Result:
my copyright in the back-end: http://screencast.com/t/pFAd1x36YXU
and front-end: http://screencast.com/t/2PfcuJN3imZ
Thanks.

Bogdan B.
tagDiv Staff

Hi George,

Please make sure your excerpts are checked in the screen options at the top of the screen: http://screencast.com/t/8R06mtM4BY

Thanks.

Bogdan B.
tagDiv Staff

Hello,

For a caching plugin we have tested WP Super Cache to work with our theme. We recommend you use that one instead of ZenCache.
As for the JetPack plugin, it was tested to work with our theme but not all options work. It has a lot of features and some of theme cause problems not the plugin itself. For a start do not use the Photon feature because it interferes with the theme images function. Make sure you also uncheck the mobile theme or it will display errors on your mobile version. Make sure you only use the features you need and disable the rest.

Thank you!

Bogdan B.
tagDiv Staff

Am verificat site-ul din nou si nu este afisat logo-ul mic(retina). Intr-adevar daca ai specificat un logo retina, isi va lua clasa td-retina-data, dar nu va prelua logoul retina. http://screencast.com/t/zrl7pRdNEAnx
Am testat la mine si nu apare alt logo in loc de cel specificat. Am pus la retina alt logo: http://screencast.com/t/T7YhSSkIy si afisaza doar cel de newspaper pe toate browserele.
Incearca si la tine cu logouri diferite si vezi care va fi afisat.
Anunta-ne te rog daca se preia intr-adevar retina si fa-ne niste screen-uri cu logouri diferite cum am facut eu in exemplul de mai sus.

O zi buna!

Viewing 25 posts - 21,501 through 21,525 (of 22,378 total)