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

Hi,
Nice implementation! 🙂 I’m glad that you have managed the issue!

Thanks for the message!

Marius
tagDiv Staff

Hi,

@smythk
you need to inspect the sidebar where you want to add that borders and use the right selector. You can use inspector from Chrome or firefox.

Marius
tagDiv Staff

Hello,
We doesn’t touch the mega menu code in the latest theme version, everything should work fine like you see on our demo it working.

Can you give us your site url to see the issue?

Marius
tagDiv Staff

Hi,
At this moment we can’t offer custom work, sorry for the inconvenience! If you can’t manage the implementation by yourself you can hire someone to do the job for you.

Like @TheMediumUTM said, try on https://studio.envato.com/

Thanks for the message!

Marius
tagDiv Staff

We will fix this in the next update, to be changed via Theme panel, until that you can use this CSS to change the font from pages

.page p {
font-size: 16px;
line-height: 26px
}

Thanks for the message!

Marius
tagDiv Staff

Hello,
Do you want to have the white background on all active menu or elements from the menu?

Remove all CSS provided above and try this one:

body.blog-stack .sf-menu .current-menu-item a {
background-color: #ffffff !important;
}

Thanks!

Marius
tagDiv Staff

Hello,
I can’t replicate the bug, I’ve tested the Template style 2 and 5 and everything works fine in sidebar. I’ve checked you site and i see that now the issue is solved. http://www.themukt.com/2014/08/14/motorolas-new-phone-360-watch-land-september-4th/

Thanks for the message!

Marius
tagDiv Staff

Hello,
The grid doesn’t support border between columns, to do that you need a custom grid. Of course somehow can be added a border with content property element, via CSS but is not a good practice :).

We working on the new theme that have a custom grid and have borders between columns.

Marius
tagDiv Staff

Hello,
Do you mean to use this property: white-space:nowrap; Can you show me where you want to do this? Give me a screenshot or a link.

Thanks for the message!

Marius
tagDiv Staff

Hello,
We use PT Sans, Roboto Condensed and Ubuntu.

Marius
tagDiv Staff

Hello,
There is a bug in that function from WP, is reported on their issue tracker, what you can do is to hide the numbers via CSS, use this CSS, add it in Theme panel -> Custom CSS

.post div.page-nav-post a:first-Child {
display:inline-block;
}
.post div.page-nav-post a:last-Child {
display:inline-block;
}
.post .page-nav-post a {
display:none;
}
.post .page-nav-post > span {
display:none;
}

Thanks for the message!

Marius
tagDiv Staff

Hello,

For this page http://www.vitamail.no/polarkrill/ i see that you hide the page title via css with display: none, is not necessary, use the Homepage - blank template for that page to be without title.

Also to add an image you can try with this Single image widget from Visual composer http://screencast.com/t/eq5xj9ta4d

On the post that gap is because you have there the post title(white) witch is broken due some custom CSS, please remove the custom CSS, default everything should work.

If you can’t manage all the stuff you can give us access to your WP and we will take a look.
Thanks for the message!

Marius
tagDiv Staff

Hello,

Try now, should work http://screencast.com/t/zJ0y2A1fGK7f
Seems like Facebook have a cache or something.

Thanks!

Marius
tagDiv Staff

Hello,

Add this CSS in Theme panel -> Custom CSS

.td_revolution_slider {
z-index: 0;
}

Thanks for the message!

Marius
tagDiv Staff

Hello,
That icon is a shortcut to your website for easy access. Sorry, but i don’t know how to make visitors to add it, probably with a notice that inform them that they can add your site like that, i know that icon is used generally by site owner and they authors who write articles for easy access and not for visitors, probably only for interested visitors who want to bookmark your site for easy access.

Thanks for the message!

Marius
tagDiv Staff

Hello,

You can try with Automatic Featured Image Posts plugin or Auto Post Thumbnail PRO from here http://codecanyon.net/item/auto-post-thumbnail-pro/4322624

this will get the first image from post and use it as featured image.

Hope this help!

Marius
tagDiv Staff

Hi,
Here is the review code: http://screencast.com/t/rH3Tq1bN

Thanks for the message!

Marius
tagDiv Staff

Hi,

Yes that is true, each template add a unique selector to identify the post template and if you replace a template with another the selector will be the same.

Wait for the next update, next week will implement this.

Thanks!

Marius
tagDiv Staff

Hi,
A simple solution is to exclude the current post from each block that appears on that post page. To do that add this code like here: http://screencast.com/t/TEmTsIpX3Ea5

if (is_single()) {
   $wp_query_args['post__not_in'] = array(get_the_ID());
}

Thanks for the message!

Marius
tagDiv Staff

Hi,

@therightstoph
do you mean for the Newspaper theme?

Marius
tagDiv Staff

Hi,
If you want you can remove the background color to make the side full width and we can provide you a CSS that change the color for the background.

Use this CSS, add it in Theme panel -> Custom CSS

#inner-wrap {
    background-color: #00042b;
}

For header you have the color in Theme panel -> Theme colors.

Now you can use the full width post template.
Hope this help!

Thanks for the message!

Marius
tagDiv Staff

Hi,
You can do it like: http://screencast.com/t/VnTnqzgxtZ2h , also we will add this to be changed via Theme panel to set a default post template but only the next week.

Thanks for the message!

Marius
tagDiv Staff

Hi,
Please give us your site URL so i can inspect the issue!

Thanks!

Marius
tagDiv Staff

Hi,
Please make sure that your server doesn’t make a redirect for mobiles and redirect your to an address like mobile.yoursite.com on phones. From your screenshot i can’t see your site URL.

or have this issue only if you use a cache plugin? Can you provide your site URL to see the issue?

Thanks for the message!

  • This reply was modified 12 years by Marius.
Marius
tagDiv Staff

Hi,
We have this on our todo list for improvements, but is not a top request, if you want something more sophisticated and advanced you can try some paid reviews plugins or hire someone to make something custom for you, also we offer custom work, if you are interested contact us at custom@tagdiv.com

Thanks for the message!

Viewing 25 posts - 476 through 500 (of 3,236 total)