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 inspect those widgets, take their classes and change the background like above – http://screencast.com/t/ojU5Wqsq

.widget_archive .block-title > span, .widget_categories .block-title > span, .widget_meta .block-title > span {
background-color: red;
}

Also for search button:

.widget_search input[type=submit]:hover {
background-color: red;
}

Please try this custom css for comments button: http://screencast.com/t/4mQwODlxvfYo

.comments .form-submit input[type=submit] {
background-color: red;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Your inline css for iframe is somehow overwritten, you can try to add a class to the iframe add height using custom css in Theme Panel > Custom Css: http://screencast.com/t/QW4zNRqPQhttp://screencast.com/t/bq2PB3FOjJq

Thanks!

Alin [tagDiv]
tagDiv Staff
Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t have this option, you can do this only with custom modifications to the code.
I have used(use) the latest version of the theme 4.6.3 also for above solution – http://screencast.com/t/GQ3AaAbEsW9
Paste your code in custom ad that you use in Theme Panel and control the width/height if you use an adsense code: http://screencast.com/t/vmwKi8FdZ if you use non adsense banners you have to control width/height like in our example for images – https://forum.tagdiv.com/ads/
You should have this result without any css code: http://screencast.com/t/EXswSqw927

I suggest to hire a developer if you don’t know how to do it as we cannot provide any custom work for the moment, we can make only some suggestions. Sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can create a condition in header.php to display menu only for specific pages – http://screencast.com/t/O8pjvnQtON
You can find out more details about conditional tags here – https://codex.wordpress.org/Conditional_Tags

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and you sidebar appear after you page content – http://screencast.com/t/FcmM7eUPSp
Anyway if you use pagebuilder for pages you should use another page template than default – https://forum.tagdiv.com/page-templates/
Also I see that you use sidebar on left for articles that’s why the sidebar appear first on mobiles, so if you want to appear after the content please change it to the right side.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Yes, sorry it is not fixed. We work on Newspaper 5 and this issue will be fixed when this version of the theme will be released. Sorry again for inconvenience!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you are using this module you don’t need to float left the ad – http://screencast.com/t/BVuxyWyzl so please remove that css part leave only margin bottom.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use an image and replace default menu icon for mobile: http://screencast.com/t/QPZFbFjwmxb
For example – http://screencast.com/t/e6pKQz2q
<img src="link">
You have to adjust with some css code and you should have this result: http://screencast.com/t/azeA7XzuLwa

#td-top-mobile-toggle img {
width: 30px;
height: 30px
}

Thanks!

Alin [tagDiv]
tagDiv Staff
Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and you have these errors in console: http://screencast.com/t/YzEGPI7ql3aG
Please do a fresh theme installation using this guide via FTP: https://forum.tagdiv.com/how-to-update-the-theme/ and also update the plugins that come with theme’s files from /plugins folder – https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Also check this without any plugins active, leave just Visual Composer active,clear cache and see if you still have this issue with infinite scroll.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and noticed that a class required class is missing form your html structure: http://screencast.com/t/vCMiaV76
The row-fluid class you have in you html structure should be replaced with the td-pb-row class here: http://screencast.com/t/i1uJlmpEa
Try to re-install the theme and to do it connect via FTP remove theme’s folder then upload the theme’s files (don’t overwrite it). Use this guide – FTP method – https://forum.tagdiv.com/how-to-update-theme/
Also make sure you do a backup of your current installation in case something goes wrong.
Let me know how it goes.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try this css code: http://screencast.com/t/85w5s0iBk3

.td-header-style-3 .td-top-menu-full {
min-height: 55px;
}
.td-header-style-3 .td-header-top-menu.td-make-full {
padding-top: 12px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I said that you can add h1 tags there but also you have to really add a title manually(ex. Latest Articles) so you will have h1 on page: http://screencast.com/t/b2DxirBmhttp://screencast.com/t/QVH4eEvFa

Another solution for this is to create a homepage: use “pagebuilder + articles list” and set the module to display articles – http://screencast.com/t/dRRqOEaRN. Change to a static frontpage – http://screencast.com/t/k6RQC90fi and it will look exactly like your current blog page just you will have a title Latest Articles(also you can change this). Now you can edit page template and change to h1 – http://screencast.com/t/3ccSmpnMUfY
Result: http://screencast.com/t/ho9WYWrTYr

Also about breadcrumbs you can disable it from Theme Panel > Template Settings: http://screencast.com/t/WqXvp52Fp
If you refer to this title, please check your code as it isn’t part of the breadcrumbs liek you can see – http://screencast.com/t/ESQS1IYm

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I tested this and it should work also in your case – http://screencast.com/t/eQbzEZtFW2http://screencast.com/t/ZnGu01uuPxv
Please make sure that you use the latest version of Newsmag theme 1.7.1, make a backup of your current footer.php file and just replace the content with this – http://pastebin.com/SrFHq8rG

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can hide it via custom css in Theme Panel > Custom Css: http://screencast.com/t/pUrMZKffFMr

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

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately wordpress blocks don’t have an option to change color or background for titles, but you can do this using css code in Theme Panel > Custom Css: http://screencast.com/t/cGSNoZJV

.widget_search input[type=submit] {
background-color: red;
}
.widget_recent_comments .block-title > span {
background-color: red;
}
.widget_recent_entries .block-title > span {
background-color: red;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please use this custom css in Theme Panel > Custom Css to change the line height for unordered lists: http://screencast.com/t/IovdvmjRN

.td-post-content ul li {
line-height: 32px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and found these errors in console – http://screencast.com/t/gAXipEObMRKk
Your ads seems to be blocked. Please make sure that you have added your code properly and you have to address to google support.
This troubleshooter could also help: https://support.google.com/adsense/answer/1208336?hl=en

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please use a page template without articles list: http://screencast.com/t/cWVSyzcg6bmT
The sidebar will remain sticky while the td-ss-row extra class is added to the row(you have already added this).

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide more details about what you want to do and also your site URL so I can inspect this.
If you want somthing like this feel free to use this custom css: http://screencast.com/t/TqnbisfS

.td-header-sp-top-menu {
float: none !important;
text-align: center;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try this custom css and change it how you need: http://screencast.com/t/GY0bzybhf

.td-load-more-wrap .td_ajax_load_more {
font-size: 20px;
color: #ffffff;
margin-bottom: 0px!important;
padding: 10px;
}
.td-load-more-wrap {
background-color: #222222;
}
.td_ajax_load_more .td-icon-menu-down {
display: none;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can subtitle in post template that you use with – http://screencast.com/t/MlHNyz6Lk

post->post_excerpt

Result: http://screencast.com/t/z612IE33Thttp://screencast.com/t/TVeXXwNh69

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try this custom css to change hover color for title in category pages: http://screencast.com/t/5MD8yC7z6ZsW

.category .td_module_wrap:hover .entry-title a {
color: red;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you want to display top menu on mobiles as it was not designed for mobile screen and it hidden there. You ca try this custom css in Theme Panel > Custom Css to display top menu on mobile: http://screencast.com/t/vxH9YTZTX8V2

.td-header-top-menu {
display: block;
}

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

Thanks!

Viewing 25 posts - 5,501 through 5,525 (of 7,871 total)