Hi,
If you disable the post views in Theme Panel it also disable the counts on the backend, you have to enable it and hide the frontend views (if you want) via custom css:
.entry-comments-views span{
display: none;
}
.entry-comments-views span.td-sp-ico-view{
display: none !important;
}
We’ll add separate options (hide/disable) in a future update.
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
It comes from the server configuration or a plugin – http://screencast.com/t/GnViZHU6FENi
Try to disable all plugins and see if it works, if not contact the host server administrator and let him know about this issue.
Thank you, Emil G.
Hi,
Please send an email at contact@tagdiv.com , specify the issue and provide wp-admin and ftp access so i can take a look.
Thank you, Emil G.
Hi,
You have to switch to Homepage – blank – http://screencast.com/t/YGSDRTvl
The default template is intended to be used on pages without Visual Composer elements.
Thank you, Emil G.
Hi,
You mean to migrate the site?
Or post from another location?
Please provide more details.
Thank you, Emil G.
Hi,
Your ubermenu has to be activated on one spot – http://screencast.com/t/Ad8gK6Wdzn
Then set the location to 2 – http://screencast.com/t/wRk0cEfQi
I’ve done that for you, the Ubermenu is on place, – http://screencast.com/t/7KZdxcx5 to get rid of the theme search icon you have to delete it from the code – http://screencast.com/t/bY4EGHkKli and modify the menu span from 11 to 12 – http://screencast.com/t/AjsvfDyAL68Z
For the menu elements setup you have to check their documentation, i didn’t do much testing with Ubermenu and i cannot provide help on them.
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
The ad is practically under the header container and that’s why it’s not clickable for example around the logo, when you click on that area you actually click on the header container.
Thank you, Emil G.
Hi,
Yes we know about this but unfortunately i don’t know of any trick that may solve this, sorry.
Try to apply those filters/plugins on a default theme like Twenty Twelve and see if they work.
Thank you, Emil G.
Hi,
Please provide more details, what version of the theme do you use? plugins used (name and version). I want to replicate it on my side.
Thank you, Emil G.
Hi,
Access to the admin-ajax.php file is blocked by the server, try to talk with the host server administrator about this, it may be a false positive on their security module.
Thank you, Emil G.
Hi,
We’re looking into this, on our side it uses a small amount of memory, just a few MB from the older version, on some clients it uses around 80 MB more than the previous version. We’re trying to replicate this issue on our side and identify the cause.
Thank you, Emil G.
Hi,
Replied via email.
Thank you, Emil G.
Hi,
Try to disable all plugins, enable only Visual Composer and Woocommerce and see if the issue is still there. Also try to install the older version of Visual Composer (4.3.5) and check again. Let me know how it goes.
Thank you, Emil G.
Hi,
We plan to add a new format for the smart lists in a future update, we may also add a custom ad option for them. Unfortunately i cannot say when it’s going to be implemented, we have a lot of features on the list and we have to take them in the order of priority.
Thank you, Emil G.
Hi,
Not sure if it’s possible, i’ll talk with the team about this, thanks for the suggestion.
Thank you, Emil G.
Hi,
Please send an email at contact@tagdiv.com , paste a link to this conversation and provide wp-admin access so i can take a look.
Thank you, Emil G.
Hi,
We plan to add options to the ad system in a future update, until then a solution may be to look for a plugin who can handle your type of ad or modify the theme code which is not an easy job.
Thank you, Emil G.
Hi,
We’ll fix it in the next update, thanks for reporting this.
Until then modify the code here – http://screencast.com/t/Y6mjJUgx0
If you're not happy with the results, please do another search
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
Add the following code – http://screencast.com/t/IRBVWGV7
if (is_category()){
$args['orderby'] = 'title';
$args['order'] = 'asc';
}
And this one – http://screencast.com/t/ZLtG18fKOHF
function sort_category( $query ) {
if ( $query->is_category() && $query->is_main_query() ) {
$query->set( 'orderby', 'title' );
$query->set( 'order', 'asc' );
}
}
add_action( 'pre_get_posts', 'sort_category' );
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
Blockquote center desn’t come with a class – http://screencast.com/t/tCAho3HVD
You can target it with custom css:
.td-post-content blockquote p {
...
}
The others come with the following classes – td_quote , td_quote_box and td_pull_quote
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
Try to disable all plugins, enable only Visual Composer and see if the issue is still there.
If this doesn’t work please provide the url so we can take a look.
Thank you, Emil G.
Hi,
Value 1 means the sticky posts are disabled, you could set it to 0 or delete that condition.
Thank you, Emil G.
Hi,
Unfortunately i don’t know what that script does so i cannot provide a solution. You could try to ask it’s developer or look for an alternative.
Thank you, Emil G.
Hi,
I can’t replicate this on my side, please send an email at contact@tagdiv.com , paste a link to this conversation and provide wp-admin access so i can take a look.
Thank you, Emil G.