Home User profile
tagDiv Staff
I love to get energized by social interaction! Curious and eager to improve, I enjoy traveling and learning new things.
Lucian
tagDiv Staff

Hi,

Please also provide your site’s URL so we can inspect it and let us know how have you implemented it.

Thanks

Lucian
tagDiv Staff

Hi,

Try this: $args['category__not_in'] = array(1); like this: http://screencast.com/t/Sdnv70WG and add your posts to a specific category then add the category id in the array.

Thanks

Lucian
tagDiv Staff

Hi,

You can chose the custom post types to be shown in block using this block setting: http://screencast.com/t/uUJCOMr7o

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately, at the moment theme’s mega menu can’t be set on custom taxonomies. We are still working on improving and extending the custom posts types and taxonomies functionality and this is on our request list so we will consider it. As you can see in the first screenshot the mega menu block is set to check for wp default categories and subcategories, check the screenshots to find how the menu is built and the mega menus support is added: http://screencast.com/t/HY2ogCypPQhttp://screencast.com/t/Yl8FqaMyMkhttp://screencast.com/t/pyOkc16ti3
Hope this helps!

Thanks for the message!

Lucian
tagDiv Staff

Hi,

Not sure what you mean. This link returns an internal server error: http://screencast.com/t/CoBznjfA1
Please provide more details on this or provide your admin login details via email at contact@tagidv.com so we can have a closer look at your issue. Please also include a link to this topic if you decide to send us your admin credentials via email.

Thanks

Lucian
tagDiv Staff

Hi istanbulsfinest,

I’ve replied you via email!

Thanks

Lucian
tagDiv Staff

Hi,

You need custom modifications and to change the header style css to do that because the first header style was designed to have the logo in the left and the ad banner in the right.

You can slightly adjust it’s height using this custom css: http://screencast.com/t/Y7dfkx5g93 but if you need other approach on this without changing the header style we advise you to get the help of a freelancer to make this customizations for you: http://studio.envato.com/

.td-header-style-3 .td-header-sp-logo img {
max-height: none;
}

Hope this helps!

Thanks for the message!

Lucian
tagDiv Staff

Hi,

Unfortunately, there’s no ideal size, if you want to display something to the left and right of the content area like for example – http://demo.tagdiv.com/newsmag_fashion/td-post-taylor-swifts-stylish-separates-in-germany-shop-them-here/ you have to take in account the content area width – http://screencast.com/t/gUzSJbQW9I and create a background image based on that – http://demo.tagdiv.com/newsmag_fashion/wp-content/uploads/2014/09/fashion-bg.jpg and use it like this: http://screencast.com/t/ZbPvjtikphb

For best graphic results you could use a full hd image (1920x1080px), make sure you compress it, you don’t want a large file, it will slow page loading speed.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

You can try a css like this one: http://screencast.com/t/1o5sHDSpK but I suggest you add some specific classes for the text column you use to add pages then use it to target just that specific page on mobile screens and style them like I did in my example using the @media block.

You have below the css code I’ve used you can build, your style on it.

@media screen and (max-width: 767px){
.wpb_text_column p > strong > a {
background-color: #222222 !important;
color: #ffffff !important;
font-size: 11px;
padding: 0 14px;
line-height: 20px;
background: none;
white-space: nowrap;
display: inline-table;
border-radius: 3px;
}
}

If you don’t have css coding knowledge we advise you to ask the help of a experienced freelancer or a developer because this needs custom work which we can’t provide at the moment, sorry!
You can find one on site’s like: http://studio.envato.com/

Thanks for the message!

Lucian
tagDiv Staff

Hi,

Use css, like this: http://screencast.com/t/WiZpxIZv

.td-grid-style-5 .td-module-thumb a:last-child:before {
opacity: 0.3;
}

.td-grid-style-5 .td-meta-info-container .td-post-author-name {
display: none;
}

Thanks

Lucian
tagDiv Staff

Hi,

The theme dose add and uses the data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAMBAMAAABRpcpkAAAAElBMVEUAAAAAAAAAAAAAAAAAAAAAAADgKxmiAAAABnRSTlMCFg8LBQd761rpAAAAFklEQVQI12MQAEIFIDQAwgAGByAEAwAUCAGRLNh3YwAAAABJRU5ErkJggg== to add this shadow under the menu: http://screencast.com/t/iIDQSe1MC which in your case missing because the css is broken as the url of that shadow image is altered: http://screencast.com/t/4PgntyABDPZV

It could happen due to a plugin as I can see you have other js errors in browser’s console so please make sure that you empty all caches then disable all plugins and test again.

You can see that using the right background image url under the menu is working fine so please test this as instructed and let us know how it goes.

Thanks

Lucian
tagDiv Staff

Hi,

1. Unfortunately the theme doesn’t have an from widget or element. You could use an online tool to build and generate your form code and then use Visual Composer’s raw code elements or wp text widget to pace your code to the page: http://screencast.com/t/QhmLzppvb I haven’t tested this but it could work.
If it doesn’t you suggest you search and use a plugin for this.

2. I don’t think contact form 7 plugin can be used to generate search forms. You need another plugin for that, you could try to use: https://wordpress.org/plugins/wp-advanced-search/ or https://wordpress.org/plugins/ultimate-wp-query-search-filter/
Hope this helps you!

Thanks for the message!

Lucian
tagDiv Staff

Hi istanbulsfinest,

Please use Chris’s instructions and check your error.log file the cause of this should be rerecorded there and once you have please also send us a copy and send it via email at contact@tagdiv.com along with your admin and ftp credentials so can have a look at this.
Please also provide a link to this tread.

Thanks

Lucian
tagDiv Staff

Hi,

Try just this custom css:

.td-big-grid-post-0 .entry-thumb{
width: 100% !important;
}

Let us know how it works.

Thanks

Lucian
tagDiv Staff

Hi,

You can’t use php code in the ad code section, thee theme doesn’t handle php codes added there. Add there the shortcode corresponding to your ad provided by the ad plugin. ex: http://screencast.com/t/me7NQ36x and place your ad code in the plugin.

Thanks

Lucian
tagDiv Staff

Hi,

Please also try this without any plugins active which might interfere with theme lazy loading animation and also make sure you turn off any js/html/css compression, empty all caches and purge files if you use cdn host.

Let us know how it goes and provide wp access at contact@tagdiv.com if nothing works so we can also have a closer look at this. Please also include a link to this topic if you send us an email.

Thanks

Lucian
tagDiv Staff

Thanks Chris!


@efromdc
Have you managed to solve this as I’ve seen you have posts showing in the mentioned categories now.
Please let us know and you can also address us via email at contact@tagdiv.com if you want to provide your admin credentials.
Please also include a link to this conversation.

Thanks

Lucian
tagDiv Staff

Hi TVDinner,

Please follow our update guide and use one of the methods provided there to update the theme and you don’t need to worry you shouldn’t lose any of your theme settings by updating the theme, just make sure you also do a backup of your current theme/wp install and database also: https://codex.wordpress.org/WordPress_Backups and in case something goes wrong in the update process you can always go back to the previous working version and try again.

Update guide: https://forum.tagdiv.com/how-to-update-theme/
Let us know if you still need assistance on this.

Thanks

Lucian
tagDiv Staff

Hi,

You can use the mobile logo and the header logo location and make a condition to detect the page id and set the logo you need on it. It should look something like this: http://screencast.com/t/Psyz0CAF
Please note that this needs customization to theme’s code so you need custom work and/or coding knowledge to do it, if you don’t know how too we advise you to ask help from a developer or hire a freelancer because we cannot provide customization services at the moment. Sorry!

Thanks for the message!

Lucian
tagDiv Staff

Hi,

You can use one of the headers styles with full logo: http://screencast.com/t/IR4GHgN1WI and use a larger header logo image.

1. No, switching to the child theme without any customization added will work just like the main theme does.

2. You can find all of them in theme’s config file: http://screencast.com/t/KbzHMqyb

Thanks

Lucian
tagDiv Staff

Hi,

I’m not sure how that happened as I don’t see it overwritten here: http://screencast.com/t/lyh4temBOW so please make sure you have its header background color set: http://screencast.com/t/LQBwhxWQ or use custom css to change it: http://screencast.com/t/UmUeghsbA

.td_block_social_counter .block-title > span {
background-color: #882d28;
}

Thanks

Lucian
tagDiv Staff

Hi,

Thanks for your suggestions!
I have added it on our requests lists and we will consider it.
We do plan to change the popular 7 days sort option as we plan to use jetpack’s plugin stats to build queries based on this days filtering options so this will be approached soon. If this is possible and we can add this implementation then this feature should improve a lot and move request on wp servers reducing the high resources usage which was making it very server costly.

Thanks for the massage!

Lucian
tagDiv Staff

Hi,

Try this code snippet in your functions file and add there the category id you want to exclude:

function wcs_exclude_category_search( $query ) {
  if ( is_admin() || ! $query->is_main_query() )
    return;

  if ( $query->is_search ) {
    $query->set( 'cat', '-22, -21' );
  }

}
add_action( 'pre_get_posts', 'wcs_exclude_category_search', 1 );

This is tested so it should work fine for you also.

Thanks

  • This reply was modified 11 years by Lucian.
Lucian
tagDiv Staff

Hi,

Check your post’s editor panel for this custom fields section: http://screencast.com/t/0DOTl9ZxYQ3R then refresh the post a few times and check if the view counter increments. If it doesn’t then it means you use cache and that prevents it from updating so make sure you empty all caches then enable this option: http://screencast.com/t/aBYg7Xeft – this will bring accurate views counts event if using caches.
Let us know how it goes and if it’s not working please provide a link to your site so we can test this.

Thanks

Lucian
tagDiv Staff

Hi,

You can use theme’s speed booster plugin for that and follow the instructions from this guide: forum.tagdiv.com/page-speed-guide/

I see you use lots of plugins so you should consider that recent versions of the tagdiv speed booster plugin have been designed to disable when it detect incompatible plugins. You can read more in this regard here: https://forum.tagdiv.com/topic/incompatibility-speed-booster/

If you’re not aware of the steps you need to take to improve your page speed score we advise your to hire a freelancer to help you do it because we cannot provide speed customization services at the moment.

Thanks

Viewing 25 posts - 376 through 400 (of 6,600 total)