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,

Try this custom css for Slider: http://screencast.com/t/cPRGUo4o

.td_normal_slide .td-theme-slider.iosSlider-col-3 .td-module-thumb img {
min-height: 100%;
}
.td_normal_slide .td-theme-slider.iosSlider-col-3 .td-module-thumb a, .td_normal_slide .td-theme-slider.iosSlider-col-3 .td-module-thumb {
height: 100%;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

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

.rev_slider_wrapper {
z-index: 0;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Glad that this solved your issue, in version 5 will be added an option in Theme Panel.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Try to add your code in post template file that you use: http://screencast.com/t/cyvZF7z0C

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that author code is not commented in post template files: http://screencast.com/t/0hX9jMH3Xk9p

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Can you provide a screenshot? Do you refer to the text html editor?
When you edit a page it will show up when you switch to Classic mode – http://screencast.com/t/da1Mqmgxk but when you add/edit a post it should be displayed – http://screencast.com/t/432WZA96jSv
Please provide more details about this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You have this issue because of the span class that you use – http://screencast.com/t/iiGnGJXrZ the theme css is applied on roe spans so it is applied also there using span class.
Try to use a class="reading time", it’s important to not use span in the class. If it is removed will look like this: http://screencast.com/t/ta0ud41FMohG

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide your site URL so I can inspect this and provide an accurate solution.
Or try to inspect your Slider using browser inspector tool and add z-index: 0; to the revolution slider class.
For reference: https://forum.tagdiv.com/topic/old-version-in-download-file-menu-overlapping-revolution-slider/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Glad that you managed to solve this. You can use Theme Panel > Custom Css for css code – http://screencast.com/t/pkfU7HaJoJu

Thanks@

Alin [tagDiv]
tagDiv Staff

Hi,

Please deactivate all plugins leave just Visual Composer active, clear cache and check if you still have this issue. I don’t have this issue anymore activate your plugins one by one and see whic one caused this. Also if you use js/css minification please disable it.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately Newspaper has an fixed grid layout, responsive as it is fluid and style for desktop/tables/mobile screens. So changing the width would not be easy as it needs changing the width value for all elements on pages and for this you would need custom work. We cannot provide any custom work at this time because we work hard on development, updates and support. Sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

We could not include the official demo in the theme because we wanted to keep the theme as small as possible. The xml was not included in the theme package because wordpress importer is buggy and it doesn’t save the entire data (sidebar, block settings, footer widgets, etc have to be configured manually). We included a smaller demo which comes with the page templates and some posts/widgets which should provide good start.
On our demo’s menu are added only some categories that are set to megamenu and pages with submenu items: http://screencast.com/t/jQxycYphSR You can make your menu that you need by adding your pages and categories like in the screenshot. Also you can import predefined styles(stacks): http://screencast.com/t/JV6ErbioBychttp://screencast.com/t/9zvmGA26

If you also need the xml files of the demo you can make a request for it on email and we will send it to you. Send your request at contact@tagdiv.com and also include a link to this topic.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Every author can set an avatar from profile – http://screencast.com/t/epXydeKmLN
Also the avatar is visible on small screen: http://screencast.com/t/fyamPY5c6

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Did you made any custom modification to the post template? As you have this class on post content – http://screencast.com/t/6k8in3TA and it should be only on the image – http://screencast.com/t/daXaj7nddRZ
If you made any custom modification to the code please remove and also you can check this without any plugins active, leave just Visual Composer active, empty cache and check if you still have this issue, maybe this class is added by a plugin.

Please send an email at contact@tagdiv.com if you still have this issue and provide wp-access so we can take a look and also paste a link to this conversation.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Thanks Chris!


@OverPress
The best solution is to use images at least at that size. But if you don’t want to use a plugin and you want to use css code please try this: http://screencast.com/t/Ds2nkjyRlfxKhttp://screencast.com/t/xKMaUrMChttp://screencast.com/t/YgcSWWJjl

.td-big-grid-post-0 .entry-thumb{
min-height: 100%;
}
.td-big-grid-post-0 .td-module-thumb {
height: 100%;
}
.td-big-grid-post-0 .td-module-thumb a{
height: 100%;
}
@media (max-width: 767px) {
.td-big-grid-post-0 {
min-height: 100px !important;
max-height: 300px !important;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please replace get_comments function from td_module.phphttp://screencast.com/t/OB2eGwMRi with this code – http://pastebin.com/8Nd4ncT8

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

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide a link so I can inspect this, as you can see I couldn’t recreate this – http://screencast.com/t/h0dhABIQC

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately theme doesn’t have a block like that, you will need custom work to achieve that. You can try to this via custom css – http://screencast.com/t/qkAV0a6CMg9r

.home .td_block_11 .td-block-span12:nth-child(2n) .td_module_10 .td-module-thumb {
float: right !important;
}
.home .td_block_11 .td-block-span12:nth-child(2n) .td_module_10 .item-details {
margin-left: 10px;
}
.home .td_block_11 .td-block-span12:nth-child(2n) .td_module_10 .item-details .td-module-comments {
float: left;
}

Please note that this is an example for Block11 for homepage, you can try to do the same for another block that you use. If you don’t have basic css/html experience I suggest to hire a freelancer to make this for you as for the moment we cannot provide custom work, sorry!

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

I suppose that you use Default Sidebar for your page – http://screencast.com/t/uMiY8TKdUO so please set it also for your post from Template Settings – http://screencast.com/t/6H6t1xweLg1
I’m not sure how you add sidebar on your page. Did you use Widgetised Sidebar block? – http://screencast.com/t/SJtMIkPpnIdf You can use this on your page and add widgets into it from Widgets section.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately it will not be an option to add icons to the main menu like on newspaper, but you can use this solution to add an icon: https://forum.tagdiv.com/topic/home-button-for-menu/#post-35101.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

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

.media-credit-container {
left: 50%;
position: relative;
transform: translateX(-50%);
}

You use a fixed width on this div – http://screencast.com/t/2ByHtLSqy1vM so the image will not be responsive. You need to use media queries and a fixed width for mobile devices for example: http://screencast.com/t/5ZGBUj44khttp://screencast.com/t/ULRAGiLzLG
We think to add a custom template like that, but I cannot tell you a date for it.

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide a link so I can inspect this and provide an accurate solution.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

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

.category .td-category-header .entry-title,.category .td-category-header .entry-crumbs {
display: none;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have an option for this so the border color to be like the color of the category. Also the featured images from Big Grid cannot be targeted after category (name, ID etc) so the border cannot be changed via custom css.

You can change category color on module via custom css in Theme Panel > Custom Css: http://screencast.com/t/4fQhDcKouW

.td-post-category {
background-color: red;
}

The above code is general and will change this for all modules/blocks, but you can change this for each module if you want for example: http://screencast.com/t/bxodCpE4Z5

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

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

.home .td_normal_slide .td-icon-left, .home .td_normal_slide .td-icon-right {
display: none;
}

This code it will apply only on homepage.

Please provide more details about your second issue as I’m not sure what you mean also if you can provide an example.

Thanks!

Viewing 25 posts - 5,926 through 5,950 (of 7,871 total)