Discussion on TechDesk - Responsive Knowledge Base/FAQ Theme

Discussion on TechDesk - Responsive Knowledge Base/FAQ Theme

Cart 562 sales
Well Documented

colorthemewp supports this item

Supported

This author's response time can be up to 2 business days.

124 comments found.


TechDesk 1.07 Available for Download [2016-05-29]

Changes:

- Fixed: Minor bugs
- Added: Option for a custom video

Changelog

Hello, I have a problem when embed self hosted video. I embed using “add media” menu

please check this screen capture http://snag.gy/KcOJ4.jpg

Please help me

Try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.

I just use jwplayer plugin, and i’ve try to deactive this plugin but no success. The problem still exist

I need access to WP admin panel, to see what the problem is. Send me a message through my profile

Hi, is your theme compatible with WooCommerce 2.4? Thanks!

Hi,

By default it’s not compatible with WooCommerce. But you can easily integrate it – https://docs.woothemes.com/document/third-party-custom-theme-compatibility/

Hello, this theme have a ads configuration in the theme settings? can I add an adsense block under the post title or under the metainformation (that is under the post title) in some option of the ads configuration of the theme?

No, but I can’t see a reason why they wouldn’t be compatible.

Hello, whats your email or site to support about some functions of the theme?

Hi,

I have some troubles with your theme, recently I changed the structure of the main page. The problem is the facebook plugin that does not respect the padding that we have across the index.

This is the url: http://www.coachingbcn.com/

Do you have any suggestions?

Thanks!

Hi,

template-homepage.php

Hi Zerge! I can’t find the page where you create the sections of the id “primary” in the beginning, I only wish to change and id of a section but i can’t find it.

The code that i’m referring is this:

<aside id=”text-2” class=”widget widget_text clearfix”>

I want to change the code like this:

<aside id=”better_rss_widget-2” class=”widget widget_facebookpagefeedwidget clearfix”>

Where I can find this code?

Thanks!

Hi,

1. It depends on what the page you want to change.

2. The ID can’t be changed for standard widget.

But you can wrap any code in the Text widget into any HTML code with your own classes or id.

Hi Zerge,

On the Posts Page as well as on the category archive pages, I see the title of posts and some other information like “24 hours ago with no comments in category”, but not the author. Is there a way to show the author there as well like “24 hours ago by author with no comments in category”?

Thanks for a hint, Peter

Hi,

Replace in the file functions.php:

            if ( $show_date == 1 ) {
                echo ct_human_time_diff( get_the_time('U'), current_time('timestamp') ) . __(' ago','color-theme-framework'); 
            }    

with

            if ( $show_date == 1 ) {
                echo ct_human_time_diff( get_the_time('U'), current_time('timestamp') ) . __(' ago','color-theme-framework'); 
            }    

            $author = sprintf( '<span class="author vcard">%4$s<a class="url fn n" href="%1$s" title="%2$s" rel="author">%3$s</a></span>',
                            esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
                            esc_attr( sprintf( __( 'View all posts by %s', 'color-theme-framework' ), get_the_author() ) ),
                            get_the_author(),
                            ''
                        );
            _e( ' by ' , 'color-theme-framework'); 
            printf( $author );

Thank you, it works.

Could this be a configuration option in a future version the the theme?

Peter

I need to completely disable LEAVE A REPLY section at the bottom of every post.

How to do it? thanks

OK,sorry, solved with plugin : Disable Comments

Is it possible to increase or just make bold, characters in submenu? But only on dropdown fields, not in main menu itself?

thanks

For example, add this code:

ul.sub-menu li a, ul.sub-menu ul.sub-menu li a {
  font-weight: bold !important;
}

thank you.it works. supreme support .

is is possible that featured image is always automatically resized ? for example, if I need featured image to be always in size 339×227 , and I upload 640×480, I would need that WP resize it . Is this possible?

This function works by default.

On index page, on sections like latest articles or most popular, titles are always shown with uppercase letter for every word. (even if it is not written like that on article page). How to disable this and make it to show normal title,like it is on article?

I did. at the bottom. but no results? Maybe it should on some other place in css file?

Try

.recent-posts-widget .post-title a, .popular-posts-widget .post-title a, .small-slider .entry-title a {
  text-transform: none;
}

this is good. thanks. worked.

HI: ON category pages, there is always writing: CATEGORY ARCHIVES: NAME OF THE CATEGORY

Is there a way to remove this or at least make it very small?

thanks

<header class=”entry-category-page”>

<?php printf( __( 'Category Archives: %s', 'color-theme-framework' ), ' ’ . single_cat_title( ’’, false ) . ‘ ’ ); ?>

<?php if ( category_description() ) : // Show an optional category description ?> <?php echo category_description(); ?> <?php endif; ?>

what part I should remove? thanks

This:

Category Archives: 

thanks

Hi Zerge,

We recently became aware of a little problem with the main navigation dropdown menus. Without being logged in, everything works fine. As soon as one logs in to the backend, the mouse has to be moved very slowly over the dropdown menus in order to keep them visible. Some googling pointed me to Javascript event problems, but I unfortunately know too little about Javascript. Any clue?

TIA, Peter

Hi,

Can you show me this on your site.

Hi Zerge,

The site is restricted but I opened it temporarily. See

https://bigdata.blog.wzb.eu

Registration is not possible, so I would have to send you a password.

Peter

I need access to WP admin panel, to see what the problem is. Send me a message through my profile

Hey there,

Enjoying your theme. Thanks for your fine work.

I’m having a problem with the search feature. The instant search feature works fine (shows you results as you type). What I can’t get to work is search results which show on the page after entering search text in the search bar and hitting the Enter key. It doesn’t show anything. Specifically it just shows . . .

Search Results for: XYZ (where “XYZ” is the search term entered) Here’s what we’ve found for you

I looked over the previous comments here and didn’t find a solution for me. I have the Live Search feature enabled in the theme. I tried disabling plugins (only have a total of 5 right now). This did not help.

What am I missing? Thanks for your time,

LC

Update. Some more testing . . .

It seems that FAQ results will show up but nothing from other posts or pages. I don’t get it. :/

LC

Never mind. I updated to your latest version 1.04 and it fixed my issue. Search results working fine now.

Thanks for the continued support on the theme!

Is there a way to avoid showing featured image on article page? I have some PDF document embeded on page and I do not need image above that. but it is always there when I add featured image?

thanks

This is correct path. All the language files should be located in this directory.

When I edit and save existing language file ( en_GB.po) there are no changes. Why is that ?

It seems something wrong with your settings.

I need access to WP admin panel and FTP access, to see what the problem is. Send me a message through my profile

I am trying to do import of techdesk.wordpress.2013-09-09.xml but I am getting next error(hosting provider checked and ther eis no any kind of error in their logs. size limit is 200 mb so that is not problem) :

Sorry, there has been an error. File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini.

thanks

Techdesk 1.04 Available for Download [2015-05-04]

Changes:

- Fixed: Minor bugs
- Fixed: Cross-site Scripting (XSS) vulnerability
- Optimized: Speed site performance
- Optimized: Java scripts

Changelog

Hi Zerge,

I encountered some minor HTTPS problems with TechDesk 1.03 (WP 4.2.1)

The video embedding feature (Format: Video) always creates HTTP links to YouTube etc. Our site ist HTTPS, however, and modern browsers by default refuse to show embedded HTTP content in HTTPS pages.

TechDesk should either check if the site is on HTTPS or give the author the option to choose the protocol.

Similarly, the blog’s logo image gets a HTTP link instead of HTTPS (which is not a problem in our case as the site switches to HTTPS automatically).

Cheers, Peter

Hi Peter,

Just replace in the files content-video.php and single.php:

<iframe src="http://

with

<iframe src="//

Thanks.

hi, want to know is that any ticket system inside this tech support template? since we have an database search and submit online inquiry in our exsiting databse. Would like to know is this template also include? I am not a developer.. do you think i can manually install myself. but i have some experience install the wordpress them already. sorry seem stupid question. but i am not programmer.. thx

Hi,

Unfortunately no such feature.

Hi,

Is it possible to add an image slider in the header?

or a video in the header?

Hi,

Yes, it’s possible.

Hi there. Firstly – very nice theme.

Can you tell me whether this theme works like a wiki where users can add and edit posts without logging into the wordpress backend?

Many thanks.

Hi,

No, by default no such possibility. But you can use third-party plugins to add this functionality.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey