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,

Like Christopher said an author page is created for any author with posts, you don’t have to create it. Please try to re-save your permalinks, leave just Visual Composer active and see if you still have this issue with author link.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Sorry for delay we don’t work on weekends!

1. Do you use version 4 of the theme? If you do please try this custom css in Theme Panel > Custom Css to hide category tag on homepage slider:

.home .td_normal_slide .slide-meta {
display: none;
}

2. Not sure what you mean, please provide more details and also your site url.

Thanks!

Alin [tagDiv]
tagDiv Staff

@Cosmin Tătaru Replied here – https://forum.tagdiv.com/topic/cant-create-fake-full-width-top-menus-by-coloring-the-outer-wrappers-in-6-1/ but you may need additional customizations.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately when is used a background the site is change automatically to boxed version and you will need custom work to have full menus and footer as there is a fixed width on outer-wrap container – http://screencast.com/t/vgVaWQfuuvT which includes beside the content also header and footer. So it is not an easy task to make them full as you will need to change also the width for content, sorry!
You can try this custom css using media queries, but you may need additional customizations:

@media (min-width: 1180px) {
.td-boxed-layout #td-outer-wrap{
width: 100% !important;
}
.td-main-content-wrap {
width: 1164px !important;
margin-left: auto !important;
margin-right: auto !important;
}
.td-boxed-layout .td-header-menu-wrap.td-affix {
left: 0;
right: 0;
}
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

It should work fine, please clear cache and if you still have issues provide a link so we can take a look.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You have to disable author box like Christopher suggested – http://screencast.com/t/6pu9lhsQOQ3

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try this custom css to reduce the space between menu items – http://screencast.com/t/Iu1PfGkpP

.sf-menu a.sf-with-ul {
padding-right: 20px;
}
.sf-menu > li > a {
padding-left: 0px !important
}
.sf-menu .td-icon-menu-down {
padding-left: 3px;
}

2. You can change stars rating color via custom css: http://screencast.com/t/IbOfszQ66L

.td-review-stars {
color: red;
}
.td-review-final-star {
color: green;
}

Also for modules – http://screencast.com/t/mTxHy6Yv

.entry-review-stars {
color: red;
}

3. Please try this css code to customize newsletter title – http://screencast.com/t/le4jjszp

#sola_nl_title h3 {
background-color: #4db2ec;
display: inline-block;
padding: 7px 12px 4px 12px;
color: #fff;
font-size: 18px;
line-height: 17px;
}
#sola_nl_title {
border-bottom: 2px solid;
border-color: #4db2ec;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/sOukKlzyQx8

@media (max-width: 767px) {
.td-header-style-9 .td-main-menu-logo {
display: block !important;
}
.td-header-style-9 .td-logo-wrap-full {
display: none !important;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Not sure why you get this issue as I have checked you page content and did not found any issues – http://screencast.com/t/KidRmX4ZvmdV please check this without any plugins except of Visual Composer, clear cache and see if you still have this issue. What page template do you use? – http://screencast.com/t/HpdiiLgk4H Also you can try to filter by all categories and see if it work(I see that you filer by specific category). Provide a link to this page.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have also checked this with the latest theme version 6.1 and did not found any issues – http://screencast.com/t/CVwB8rpxLhttp://screencast.com/t/4bR6YjjUT Please make sure that update to the latest theme version using this guide – https://forum.tagdiv.com/how-to-update-the-theme-2/ make a backupd of your current installation and do a clean update. Note that if you have custom modification to the files and custom css you will have to re-add as this should be regarded as new theme. Or if you develop your site now is better to update and add your customizations to the new version.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

It usually happens when loading the font file (which contains those icons) from another host/url. I have checked your browser’s console and you have an error – http://screencast.com/t/GMbysnjpNl7
The solution would be to load them from the same url as the site or try this solution – http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Please try this custom css – http://screencast.com/t/efIGxQIqT

.comments #author, .comments #email, .comments #url {
display: none;
}

2. You need to make this change in the code as the related articles code you can find it in the loop single file – http://screencast.com/t/UONppi1E and the loop file is called in the single template above the comments(3 cases – sidebar default, left and without sidebar) – http://screencast.com/t/LcFGBTCrf So you need to find a solution for this
* move related articles from loop file bellow the comments for each case – http://screencast.com/t/Iwt27i8O
* move comments to the loop single file – http://screencast.com/t/VQoOAcgi71eshttp://screencast.com/t/rwmluRVk
You have to do this for each post template/style that you use.

3. Please check this without any plugins active except of Visual Composer, clear cache and see if twitter count works.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Your page on mobile is fine – http://screencast.com/t/5GOa0kinFCUR The results and screenshot may be incorrect. If your page is not displayed fine you will have to follow this guide – https://developers.google.com/webmasters/mobile-sites/mobile-seo/common-mistakes/blocked-resources?hl=en-US&utm_source=MFT&utm_campaign=MFT&utm_medium=incoming-link

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t have such an option for this, here you can find 7 days code if you want to modify it – http://screencast.com/t/hSGvx3xP unfortunately we cannot provide any type of custom work at this time, sorry. Also there is a random sort order for last 7 days articles if you want to adjust that you can find it in td_data_source.php file(all sort options are here) – http://screencast.com/t/FAUyhrbi

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the new version of Newspaper doesn’t support rtl, you will need custom modifications to adjust it for rtl. We had to make this decision as we changed the theme’s grid and designing the theme to be able to also support rtl would cost us many resources.
We did not tested any rtl plugin, so I cannot make any recommendation, but you can find and try any plugin that might help you.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please deactivate all plugins except of Visual Composer, clear cache and purge your files if you use CDN and see if you still have this issue. The html structure is incomplete, you have only header on the post page – http://screencast.com/t/R1nRt0GJH6V

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the post view is not available anymore on modules you will need custom work to views appear there. Please check this topic(answer 4) – https://forum.tagdiv.com/topic/many-issues-with-new-v6-update/ and do this for each module. Also you can hide comment counter from modules using custom css in Theme Panel > Custom Css – http://screencast.com/t/O4gh5ShNh or comment this line for each module – http://screencast.com/t/mWzxKkMqUu

.td_module_wrap .td-module-comments {
display: none;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

First please backup your site (database and files) – https://codex.wordpress.org/WordPress_Backups
We recommend that you delete the old version of the theme before uploading the new one – https://forum.tagdiv.com/how-to-update-the-theme-2/ After the update please also update the plugins that come with the theme files from /plugins folder and then you can run the script, it will import old settings from database and it will change the shortcodes – http://screencast.com/t/eZxxuqvsTir. Also you have to regenerate the thumbs – https://forum.tagdiv.com/using-the-theme-with-existing-content/ and re-add your widgets in the sidebar(s).

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you get any error? Please check system status and see if all values are set ok(green) – http://screencast.com/t/5pVg8FxyrY07 you should not have any issues.
Also if you get any errors or provide error log. Let me know!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Not sure if you refer to this, but loop pagination has next and previous buttons – http://screencast.com/t/aYxR75mgiGE

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Not sure at what text you are referring, please provide a screenshot so I can understand what are you trying to do and try to provide an accurate solution. Do you refer to the category on slider? – http://screencast.com/t/9ctxUKXU0S9

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I think that you want to add automatically alt tag, unfortunately we did not tested this plugin with the theme, but you can make this change int the code – $this->title – to the alt tag and it will take article title – http://screencast.com/t/p4caXWaCishttp://screencast.com/t/OCgI4e7hAsiH

Result: http://screencast.com/t/rIcs5tJOmvLO

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Theme doens’t have an option to change icons color, but you can use custom css to change it – http://screencast.com/t/R4vRO8nq

.footer-social-wrap .td-icon-font {
color: red;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Please provide a link so I can take a look – gap between content and author box.

2. Please increase margin bottom value for .td-post-header-holder or change this value for each post template that you use. Add a default value for .single .td-post-header-holder and then change it for each template where is not looking fine using uni .single_template_x .td-post-header-holder

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You will have to add your code in header.php where the body tag is – http://screencast.com/t/ukcovv7i8h and the other code where the advert will appear. The theme ad system was designed for adsense code but you can also try to add it in Theme Panel > Ads section – http://screencast.com/t/IckVfivoLW depending where you want to display it, please also check documentation – https://forum.tagdiv.com/header-ad/ For pages you can use Ad box block to display your advert in the content – http://screencast.com/t/EMPFNvzf

Hope this helps!

Viewing 25 posts - 4,126 through 4,150 (of 7,871 total)