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 :)
Alin [tagDiv]
tagDiv Staff

Hi,

You can activate the theme on your test site and when you change to your main website you can use the same code. Envato specifies that each theme can be used for one product (site): http://themeforest.net/licenses/standard but you can use on multiple test sites. If you want to use it on multiple sites/domains you’d have to buy a license for each project.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@goteng
I have checked your link and I see that you have disabled theme social share buttons. S I don’t know exactly how you have added/modified the code. Did you tried to align them with custom css?


@Sprite_zaa
The theme social share buttons are in td_module_single_base.php file – http://screencast.com/t/X0sFGoDsoN5Ehttp://screencast.com/t/nNlyuZbc so if you create a new share button there you can add it or replace a theme share button.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The latest version of Social Counter is 2.10, please make sure that you have updated the plugin. Also please re-add your youtube Id – http://screencast.com/t/R0hi5hn3ag25 and clear cache. Also please make sure that your subscribers number is visible from youtube settings.
Please also provide a link so we can take a look.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you want to remove opacity for Big Grid? – http://screencast.com/t/eVxkTUKn8i

.home .td-big-grid-overlay:after {
opacity: 0 !important;
}

Or change transition time:

.home .td-big-grid-overlay:after {
-webkit-transition: opacity 0s ease-in-out;
-moz-transition: opacity 0s ease-in-out;
-o-transition: opacity 0s ease-in-out;
-khtml-transition: opacity 0s ease-in-out;
-ms-transition: opacity 0s ease-in-out;
transition: opacity 0s ease-in-out;
}

Please check this css code in Theme Panel > Custom Css – http://screencast.com/t/PO7kZoI9Hr

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try to add it after theme’s share buttons – http://screencast.com/t/Qr4xbSkxu5xt

$buffy .= do_shortcode('[whatsapp]');

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css and see if it works and also use !important tag – http://screencast.com/t/qoxK0t0UAwW8

.td-related-title .td-related-right {
display: none !important;
}
.td-related-title .td-related-left {
border-radius: 3px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You have these errors in the console – http://screencast.com/t/aGLY6Hjh2 please check this without any plugins active, leave just Visual Composer active, clear cache and see if you still have this issue with gallery.
Unfortunately this delay usually happens when speed booster is used as the css and js are moved at the bottom of the page structure, so that the page will load faster. That’s why the theme’s default style appears first then changes, because of the cascading property of css. To avoid this you could try to make the changes directly into theme’s style file.
I also checked your page source and those css resources are moved to the bottom, you also can check – http://screencast.com/t/vkHNjMZu only jetpack sharing css is not moved – http://screencast.com/t/YGTYW5v11oxY Try to move also that css and see if you still have this issue when you test pagespeed on mobile.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You will have to edit td_block_mega_menu.php and make this change – http://screencast.com/t/RLMvXl9wH
Result: http://screencast.com/t/7dVqQFMUp

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and did not found any related widget on your homepage. It may have in the code to no appear again if it was displayed once, also it may not appear twice on your page. You will have to as to this service support about these issues and also check this with a default theme and see if it works in other way. Also you can check the console for errors when that widget is active.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide more details about what you are trying to do or display author on this post template. You can edit the template file and here you can find the author – http://screencast.com/t/B2ggKgfC

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can hide the search icon using custom css in Theme Panel > Custom Css: http://screencast.com/t/70BTPvw2ec

.td-menu-header #td-top-search {
display: none;
}

Or if you want to remove the code you can edit menu-header.php and delete this code – http://screencast.com/t/BB6jFGWrerXL

Please provide more details about your second issue as I’m not sure what you mean.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check this custom css in Theme Panel > Custom Css:

.td-g-rec-id-header {
margin-bottom: 40px;
}

If this doesn’t work please provide a link as I need to inspect this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have an option for this, but you can add a border using custom css in Theme Panel > Custom Css – http://screencast.com/t/l8ffqjr5Hcc but this it will apply anywhere you use module 10. You will need custom work to achieve that, eventually add an extra class to column where you use block 10 to target only that block – http://screencast.com/t/oH1JgW8X7MU6 and if you want a different color you can use nth-child selector – http://www.w3schools.com/cssref/sel_nth-child.asphttp://screencast.com/t/3ZzQIuaJAcS

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try this custom css in Theme Panel > Custom Css to change the thumb display on mobile form module 8 – http://screencast.com/t/ewsF96VpIk

@media (max-width: 767px){
.td_mod8 .item-details {
margin-left: 0px !important;
top: 15px !important;
}
.td_mod8 .thumb-wrap img {
max-height: 100%;
max-width: 100%;
width: 100%;
position: relative;
}
}

If you want to apply this only on your homepage just add .home class – .home .td_mod8 .item-details and .home .td_mod8 .thumb-wrap img

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure what your issue is regarding the theme as I have checked your site and your articles can be shared on facebook(I see that you have changed the theme) – http://screencast.com/t/QSCx0lpX Also I have share an article from your site and accessed the link and did not found any issues.
Do you mean that this happens only when Newspaper theme is active when try to access your link from facebook?

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please edit post template that you use an you want this field to appear after the content – http://screencast.com/t/OK8dOkKcVEZ

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@Christopher
thanks!


@vtobing
You can change the color of the Grid line on Newsmag theme if you want this – http://screencast.com/t/9wYZwr0k
1. Please try Christopher suggestion and use Regenerate thumbnails – https://forum.tagdiv.com/how-to-fix-strange-thumbnails/ anyway I have checked your homepage and the thumbnails are displayed fine – http://screencast.com/t/EafYUovZba

2.
a. Not sure why do you have this issue, if you have articles on Featured category it should be displayed also on Big Slider.
b. You can use this custom css in Theme Panel > Custom Css for Big Slider arrows – http://screencast.com/t/DtyeieMwq8e

.iosSlider.td_block_big_grid .td-icon-left, .iosSlider.td_block_big_grid .td-icon-right {
color: red !important;
}

Also for normal slider you can add a background to the arrows – http://screencast.com/t/bDrHvF5t7u

.iosSlider .prevButton, .iosSlider .nextButton {
background-color: red;
}

3. You can try to change the post style as default from Theme Panel > Post Settings – http://screencast.com/t/SoPnjVmiAjRR This option is overwritten by the ‘Post template’ option from the backend – post add / edit page.

4. To improve the pagespeed score please check if the following optimization are done on your side – https://forum.tagdiv.com/how-to-make-the-site-faster/ – and this one – https://forum.tagdiv.com/topic/tutorial-pagespeed-2015/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide your site URL as I need to inspect this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use shortcodes in theme’s ad spots for example if you wnat to display social icons element from Visual Composer, you need to add social icons block to a page, add your social links in the blocks settings and take the shortcode – http://screencast.com/t/KEkzxO0Por8http://screencast.com/t/hWbnNa2emkb and paste it in header ad section – http://screencast.com/t/8k3R3aRII
Result: http://screencast.com/t/vymFVYAbd
Also if you want to edit the theme headers please check parts folder – http://screencast.com/t/Xfk5T4rxc5

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can change/add a background image/color to your Big Slider when you use a page template with background from here – http://screencast.com/t/CZrtJXxYu1Yb

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the Big Slider can be used and displayed properly only on full width row – http://screencast.com/t/wI6ilXiXc7bW You can use IOS – slider when you split the row as you can see also on our demo – http://demo.tagdiv.com/newspaper/ios-slider/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You use the default page template, so please check Custom Typography section from Theme Panel and increase the line height for Page Content H3 – http://screencast.com/t/tJ9lw02l
Also please check theme’s documentation to see what page template to use if you want pagebuilder content(add blocks to you page content) – https://forum.tagdiv.com/page-templates/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can create new page(s), choose page template and add blocks from Visual Composer – http://screencast.com/t/3jYhKlXqHoxI Also if you want to use demo’s pages you have to edit each block and set your filter options, block title, pagination… – http://screencast.com/t/P1STUMvc

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and it seems to be fine now, glad that you have managed to solve this.When you search
doesn’t refresh, it takes you to the search page/template and also category page works fine now.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you use the latest theme version 4.6.3 and also you have updated the plugins that come with the theme files from the /plugins folder. The latest version of Social Counter provided with the theme is 2.10. Use this guide(FTP method) to update your theme – https://forum.tagdiv.com/how-to-update-the-theme/

Thanks!

Viewing 25 posts - 4,651 through 4,675 (of 7,871 total)