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 :)
Catalin
tagDiv Staff

Hello carmene,

Please try the code below and add it in Theme panel->Custom CSS area.

.g-plus {
width:60px!important;
}

The result -> http://screencast.com/t/E8PrJxt6xU

Hope this helps!

Thank you for the message!

Catalin
tagDiv Staff

Hello RadioUahid,

Unfortunately, there is not a simple task and to achieve this is required custom work. If you are not aware the steps wich you have to follow in this regard, please consider hiring a freelancer/developer to do this for your because we cannot provide custom work at the moment, sorry!

Thank you for your understanding!

Catalin
tagDiv Staff

Hello carmene,

Please try the code below and add it in Theme panel->Custom CSS area.

.td-footer-wrapper {
padding-top:32px;
}
.td-footer-bottom-full {
padding-top: 25px;
}

The result -> http://screencast.com/t/R43gDiNN6

Thank you for the message!

Catalin
tagDiv Staff

Hello schindyguy,

The simplest way is to hide this feature is with a bit of CSS. Please try the code below and add it in Theme panel->Custom CSS area, like this -> http://screencast.com/t/sFeqoY3tMFt

.td-category-pulldown-filter {
display:none;
}

The result -> http://screencast.com/t/CILyFQI9k

If you want to remove this, it is necessary to alter the td_category_template.php, like this->
http://screencast.com/t/UWdGmBVAVodR

Hope this helps and let us know how it goes!

Thank you for the message!

Catalin
tagDiv Staff

Hello gravernews,

Unfortunately, our theme does not have implemented this option but you should take a look on this topic and see how you can implement this in your website -> https://forum.tagdiv.com/topic/how-do-i-create-a-completely-blank-page/
Please note that it not tested with all theme features so if something goes wrong in the future please don’t forget that you have some custom modifications.

Hope this helps!

Thank you for your understanding!

Catalin
tagDiv Staff

Hello larceny,

1) Here you can see the files that were changed in 6.6.3 version http://tagdiv.com/td_deploy/Newspaper/changed_files_6.6.2_6.6.3.html and in the version 6.6.4, the only file modified was the td_wp_booster_functions.php file found here: http://screencast.com/t/oNWcNnmvIh9M

2)If you want to do a child theme, you have to install the ultimate child theme that come bundled with our theme and let’s start to customize it. For more details about this, please check our documentation here: https://forum.tagdiv.com/the-child-theme-support-tutorial/

Hope this helps and let us know how it goes!

Thank you for the message!

Catalin
tagDiv Staff

Hello pritamps,

If you want to use a full-width image on your posts, you can use Visual Composer for posts -> http://screencast.com/t/ZvgzEFu0ent and then you have to use a single row with these changes -> http://screencast.com/t/ZTS9jwhj5zku -> http://screencast.com/t/FN17fY9gle Please notice that Visual Composer plugins is not tested for posts and is required to do some customization after changes. Another possibility for you would be to use Revolution Slider.

You can use Revolution Slider plugin, which it’s included in /plugins folder, to create a full-width slider: http://screencast.com/t/5KiwDmuQwj You can find the installation steps of the plugin in our documentation here: https://forum.tagdiv.com/how-to-install-revolution-slider-v5/ We have some demo sliders, in Newspaper-tf\demo_sliders folder, which you can use to became more familiar with plugins functionality: https://forum.tagdiv.com/import-revolution-sliders-on-demos/ and also you can check plugin’s official documentation for more details regarding the features available: http://www.themepunch.com/revslider-doc/welcome-slider-revolution/

Hope this helps and let us know how it goes!

Thank you for the message!

Catalin
tagDiv Staff

Hello kderentz,

I have checked your website and I saw your big white space. Unfortunately, this space does not come from our theme. As you can see in the below screenshot, you have a lot of unknown classes that might come from plugins used by you -> http://screencast.com/t/y2XXZq9m and also, you have some js.errors.
Please try to disable all the active plugins, except Visual Composer, clear all your caches and install only the plugins that come bundled with our theme and try it again. It is necessary to follow this advice because these problems might be caused by these untested plugins.
If your problem is still there after this, please let us know.

Hope this helps!

Thank you for the message!

Catalin
tagDiv Staff

Hello sid,

Note that the Speed Booster plugin disable itself when an incompatible plugin it’s installed. We added this measure to avoid conflicts with the plugins that won’t allow to move their CSS/js resources at page bottom. Check in System status if the plugin is active: http://screencast.com/t/slBN4kNf To keep it always activated comment or delete the indicated lines from td-speed-booster.php: http://screencast.com/t/RZLIOPUNdqh You can check this topic for more information about speed booster usage: https://forum.tagdiv.com/topic/speed-booster-questions/ Please ensure you have removed on have commented the correct snippet of the code.

Hope this helps and let us know how it goes!

Thank you for the message!

Catalin
tagDiv Staff

Hello todaybase,

After you have downloaded this patch you have to replace all the files of this with your old files from your directory. That’s it.

Hope this helps and let us know how it goes!

Thank you for the message!

Catalin
tagDiv Staff

Hello paranjothi,

Unfortunately, our theme has not been designed to have this feature. The Smart list, Reviews works only with Posts and not with Custom Post types, sorry. If you want to have this functionality in our theme, please consider hiring a freelancer/developer to implement this function in theme for you, because we cannot provide custom work for the moment, sorry.

Thank you for the message and for your understanding!

Catalin
tagDiv Staff

Hello todaybase,

If you want to make your content to be BOLD, please try to use this tag your content for your content and see how it works.

Thank you for the message!

Catalin
tagDiv Staff

Hello rishab55555,

Unfortunately, our theme does not have a simple option to add the desired button as you wish from the panel. For achieving this, it is necessary to have a good knowledge of CSS and HTML. Please noticed that is not a simple task and is required custom work. You have to make 2 custom classes for your buttons and you have to insert it in header_style used by you. Below I gave you an example for header_style 3, where you should do these classes, like this -> http://screencast.com/t/tA2WGUxqwxM2 and the result you should see here -> http://screencast.com/t/RK9VkJstUwOT
After these changes, you have to make some customization for a better look and implement on your buttons the functionality of your plugin that you are using for your English/Hindi language.
If you are not aware, about the steps on this regard, please consider hiring a freelancer/developer to implement this for your because we cannot provide custom work at the moment, sorry!

Hope this helps!

Thank you for your understanding!

Catalin
tagDiv Staff

Hello JohanHur,

If you want to make a button, it is necessary to know a bit of CSS and HTML to implement this on your website. I suggest you take a look for this link http://www.w3schools.com/w3css/w3css_buttons.asp because here you should find a lot of information about buttons. Also, as the reference, you should consult all the tutorials of this website to improve your CSS/HTML knowledge. -> http://www.w3schools.com/ <- Hope this helps! Thank you for your understanding!

Catalin
tagDiv Staff

Hello gunner05,

Unfortunately, if you do a theme update, all the custom modifications will be overwritten. In this case, you should do a backup of your file or you will redo the changes.

If you want to have a stick ad on the top for single template 9, you have to alter the single_template_9.php like this -> http://screencast.com/t/7IxB0hcPcjt ->put the code in this area <- The result you should see here -> http://screencast.com/t/IzgPZjuvH

Hope this helps and let us know how it goes!

If is not what you mean, please provide more details about this.

Thank yu for the message!

Catalin
tagDiv Staff

Hello factoryitalia,

Please try the code below and add it in Theme panel->Custom CSS area, like this -> http://screencast.com/t/MJp9Jrh5Wd7

.woocommerce-checkout .woocommerce input.button, .woocommerce-page .woocommerce a.button, .woocommerce-account div.woocommerce .button {
background-color:pink;
padding:20px;
}

The result you should see here -> http://screencast.com/t/M1WGu2rtnq

Catalin
tagDiv Staff

Hello svetaznalec,

Please ensure you have inserted a code in your custom ad field, like this -> http://screencast.com/t/n7ZnmFwa0Rq and then you have to introduce manually for each post in your text editor, like this -> http://screencast.com/t/3hQofWZi ([td_block_ad_box spot_id="custom_ad_1"])
If you want to have for all your posts, you have to alter the file core corresponding to single template used by you like this -> http://screencast.com/t/8W4RpFk3 (this is an example for post template style 6)

<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>

Hope this helps and let us know how it goes!

Thank you for the message!

Catalin
tagDiv Staff

Hello aabuday,

Our theme has the option with Reviews but this can do it only by the author. You can set it from WP panel editor, like this -> http://screencast.com/t/NrZxUuynV Unfortunately, you should search any plugin with this functionality and see how it works for you.

The result you should see here -> http://screencast.com/t/p8JZzmW9UI

Hope this helps!

Thank you for the message!

Catalin
tagDiv Staff

Hello rossco,

I have checked your website on mobile mode and everything seems to work as expected as you can see here -> http://screencast.com/t/yUxUhPCLkK4 Probably, have you solved in the meantime?

If you need more assistance about this regard, please let us know and provide more details about the issue (a screenshot would be useful).

Thank you for the message!

Catalin
tagDiv Staff

Hello calisangels,

Please try to update your theme to the latest version of Newspaper (6.6.4). That kind of problem was resolved in the last update. Before your update, I recommend doing a backup file. For more information about updating, please check our documentation here -> https://forum.tagdiv.com/how-to-update-the-theme-2/
Here you can see our changelog -> http://tagdiv.com/newspaper-6-6-update/

Hope this helps and let us know how it goes!

Thank you for the message!

Catalin
tagDiv Staff

Hello sid,

1)If you want to reduce that space, you have to decrease the padding-top from the suitable container. Please try the code below and add it in Theme panel-Custom CSS area.

.td-main-page-wrap {
padding-top:40px;
}

2)Please ensure that you have a good network connection and also a good device wich can display your website (minimum requirements of the device). This kind of problem does not come from the theme, sorry.

3)Unfortunately, our theme does not have this option for Facebook, but you can do this with a plugin with this functionality (Facebook Comments). For more details about implementation, please check this topic ->
https://forum.tagdiv.com/topic/using-facebook-comments-plugin-and-changing-the-default-location/

Hope this helps and let us know how it goes!

Thank you for the message!

Catalin
tagDiv Staff

Hello craigtran,

Unfortunately, our theme does not have this option to exclude the Ads in the post content from Special category from the panel. If you want to achieve this, it is necessary to use a bit of coding and insert a condition in core file td_module_single_base.php. You could try in_category function to target all posts from specific category – https://codex.wordpress.org/Function_Reference/in_category like this -> http://screencast.com/t/fTvVAa6J

Hope this helps!

Thank you for the message!

Catalin
tagDiv Staff

Hello hcnsupport,

I’ve checked your website and I saw the difference. You should try the code below and place it in Theme panel->Advence CSS area->Ipad Portrait section, like this -> http://screencast.com/t/Up6y4wbG and see how it works.

@-moz-document url-prefix() {
.td-header-sp-recs img, .td-header-sp-recs .adsbygoogle {
top: -5px;
}
}

Hope this helps and let us know how it goes!

Thank you for the message!

Catalin
tagDiv Staff

Hello EDMSU,

If you want to have a background ads, please ensure you have set it correctly from Theme panel and then you have to increase your margin-bottom from td-header-menu-wrap-full until you achieve as you wish.
Please try the code below and add it in Theme panel->Custom CSS area.
http://screencast.com/t/flst2TnmJ -> http://screencast.com/t/TNnUSODgxQNg

.td-header-menu-wrap-full {
margin-bottom:250px;
}

The result you should see here: http://screencast.com/t/WMAy7U2R

Hope this helps and let us know how it goes!

Thank you for the message!

Catalin
tagDiv Staff

Hello hasgerdas,

Please try to use the code below. I have tested on my side and everything seems to work properly.

.vc_gitem-post-data-source-post_excerpt p {
font-family:inherit;
}

The result you should see here: http://screencast.com/t/cSjk0JqEjYsG

Hope this helps and let us know how it goes!

Thank you for the message!

Viewing 25 posts - 22,426 through 22,450 (of 23,298 total)