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,

Please send an email at contact@tagdiv.com and provide wp-access so we can take a look. Usually this issue is caused by a plugin that conflicts with the theme ajax so you can try again to disable all the plugins except of Visual Composer, clear cache(then deactivate also the cache plugin) also purge your files if you use CDN(disable CDN).

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure what you mean with “Full white menu with logo”, you can change the background color and items color from panel – http://screencast.com/t/EzpGH1I3cX9 so you can change the color for full dark menus.

Please provide a link regarding style 7 or 8 header style so we can take a look, but it is not so easy to change the height like I said in the other topic.

Thanks!

Alin [tagDiv]
tagDiv Staff

Replied via emai!

Alin [tagDiv]
tagDiv Staff

Hi,

You thread is added on our suggestions list, like I said above. Thanks for post pagination suggestion, unfortunately for the moment I’m not sure if it will be some changes for post pagination, maybe there is a plugin that can help you achieve this.
Regarding you second suggestion, please check this solution – https://forum.tagdiv.com/topic/image-caption-2/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Not sure what you mean please provide a link and more details. If you refer to the block title you can change from block settings – http://screencast.com/t/MId9UP4wH

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately it is no so easy to change the height for those header styles, as you need to adjust all other header elements and also they have to be customize to look good on different screen size. We would have gladly made it for you, but the time doesn’t allow us to offer custom work, sorry! I suggest to hire a profesional developer to do this for you, if you don’t know how to do it.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

This is the default css for block 9 – http://screencast.com/t/Bz4eeEEC The padding and margin is added on module 8 so you can target block 9 to reduce the space(if this is what you want to do) – http://screencast.com/t/cEovuLLPlP07

.td_block_9 .td_module_8 {
padding-bottom: 10px;
margin-bottom: 10px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your page and did not found any issue when View as Photo is set – http://screencast.com/t/f3MKDlXs0PL please clear cache.
Regarding custom modifications, you will have to create a new page template to be used on events page, please check how default page templates are created(and create something similar in the root of the theme use something like page-yourtext.php) – http://screencast.com/t/LvbeNI7Hj3Q register a new sidebar in(like Footer columns) for example – http://screencast.com/t/9lJHWa38rF5

register_sidebar(array(
        'name'=> 'extra',
        'id' => 'extra-widget', //the id is used by the importer
        'before_widget' => '<aside class="widget %2$s">',
        'after_widget' => '</aside>',
        'before_title' => '<div class="block-title"><span>',
        'after_title' => '</span></div>'
    ));

It will appear in the Widgets section so you can drag widgets to it – http://screencast.com/t/aJZ6TTz7 And use it in your custom page template, instead of <?php get_sidebar(); ?> use dynamic sidebar code:

<?php dynamic_sidebar('extra'); ?>

You can do this if you have basic experience.

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

The mobile menu has a specific background(black). Unfortunately there is no option in panel to change it, but you can use this custom css in Theme Panel > Custom Css, just add your color(also for icons if you want): http://screencast.com/t/lMy1un0oBNu

@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #fff !important;
}
#td-top-mobile-toggle i, .header-search-wrap #td-header-search-button .td-icon-search {
color: #222 !important;
}
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

1. If “States” is a page you can use Visual Composer to add blocks on your page and filter articles by specific “States” subcategory like it is on the other page – http://screencast.com/t/V4Phfr3F
2. You can hide it via custom css in Theme Panel – http://screencast.com/t/kG3sr3Mn

.td-category-header .td-category-pulldown-filter {
display: none;
}

3. Like Christopher suggested you can use SEO by Yoast plugin to control titles, use seo codes – https://yoast.com/articles/wordpress-seo/#wpseo-plugin-titles
4. Unfortunately the megamenu was not designed for mobile menu, so it will not display the page content there.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I guess that you use a plugin for this, please provide a link to inspect this and I will try to provide a css solution if it is possible. Or do you refer to the theme lightbox feature? Please provide more details.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the Single Image block is not apart of the theme, you will have to edit the Visual Composer file to do that, try to search after wpb_singleimage_heading in the code and move it bellow the image.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you use the latest version of Visual Composer plugin provided with the theme files. Just deactivate and delete it – http://screencast.com/t/ph5gRnKGJ then install the latest version from here – http://screencast.com/t/0RfbgDHUyW22

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can hide the author comments using custom css in Theme Panel > Custom Css – http://screencast.com/t/wJshI1Vmx

.td-author-comments-count {
display: none;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The general modal option feature was added in version 6 of the theme to help users to automatically enable lightbox for all old posts, like in your case(the motivation to do it individually on hundreds of images..) Unfortunately I cannot provide a solution for this as this option will overwrite individual image settings, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately I don’t have a list for external link, but I will try to help you if you find more links and want to delete/disable it. Chris provided above a solution for gravatars, also if you us a plugin like WP User Avatar(we use it on our demo) you have this option to use local avatars – http://screencast.com/t/83jiVbNhGn

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please send an email at contact@tagdiv.com and provide wp-access so we can take a look, also paste a link to this topic so we can know who you are and what your issue is.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Yes you have to create a page and use the page id to make it megamenu, please check this topic and try to create a page like Travel(check my answer – 2) – https://forum.tagdiv.com/topic/write-review-from/#post-37849

Thanks!

Alin [tagDiv]
tagDiv Staff

Replied via email!

Alin [tagDiv]
tagDiv Staff

Salut,

Cred ca vrei sa fie aliniata la fel ca si logo-ul – http://screencast.com/t/XmlwKka5

.td-header-style-1 .td-header-sp-recs img {
left: auto !important;
}

Mersi!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use a header style that allows full logo – http://screencast.com/t/F9rwDDsb If you refer to the default header style you need custom work to achieve this, as the logo has a specific css and you will have to modify it for different screen devices. We would have gladly made it for you, but for the moment we cannot offer custom work, sorry! I suggest to hire a profesional developer to do this for you, if you don’t know how to do it.

Thanks!

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

Hi,

If you have on page templates “Homepage – with article list”, this means that you have version 4 of the theme. So you can use module 1 to display entire content of the post, insert the read more tag to cut the text where you wish. Please note that no block was designed using this module(this module use post text content, it not using excerpt like other modules) so it can be used only for blog page, category page, latest articles.. If you want to display latest articles using module 1 please check page settings – http://screencast.com/t/0LxtKaotr

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check this without any plugins active except of Visual Composer, clear cache and see if you still have this issue, as I have tried to recreate this on my side but, I couldn’t find any issues. I think that I have added all your settings – http://screencast.com/t/jxATRPOByddJhttp://screencast.com/t/6Vz7QmYRBhttp://screencast.com/t/QKHpJcBI

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please note that “7 days” feature pulls from ALL the posts the most accessed in the last 7 days NOT the posts that are published in the last 7 days. Also you can test it by editing a post and take a look at custom fields: http://screencast.com/t/mSiJvu61tGj then refresh the post a few times and check if it increments. If those values are changed when the post is viewed then 7 days sort should work properly.

Thanks!

Viewing 25 posts - 2,776 through 2,800 (of 7,871 total)