Hi,
Please try only with the Seo by Yoast plugin, and disable all other/unnecessary plugins to make sure there is no conflict between Yoast and other plugins.
Here is an example to implement a description for single page without any other plugins:
Add this code like here in header.php http://screencast.com/t/MZkHgCYyu1r1
Thanks!
Hi,
This is what the test give you: Your page has 8 blocking script resources and 16 blocking CSS resources. This causes a delay in rendering your page. http://screencast.com/t/mXT6tmcZCF
Please check the System status: http://screencast.com/t/SX1bsfhx
You use a lot of plugins. The speed booster move the js and css at the bottom of the page to Eliminate render-blocking, but not for all plugins. You need to modify the plugin(speed booster) if you want to work with other plugins, but nothing is guaranteed that will work.
Read here: The demo uses the tagDiv speed booster plugin – basically that plugin will make the theme use the compressed javascript file from the theme (instead of the regular one) and it also moves all the stylesheets and javascripts (codes) to the bottom of the page. This may break compatibility with some wordpress plugins (the ones that we recommend when you install the theme are well tested and work perfectly
Hi,
Set the image to center http://screencast.com/t/i0CTmyWCp2
Thanks!
Hi,
@securerr you have managed the issue? I see that the sidebar works fine now.
Here is the docs about the sidebar: https://forum.tagdiv.com/smart-sidebar-2/
Thanks for the message!
Hi,
All css is in style.css Depends of what you want to edit. You can apply, different colors, fonts from Theme Panel.
Thanks for the message!
Hi,
If you want you can display in each block random posts, just edit a block and see on filter -> by random http://screencast.com/t/oVdjBHTB
For the top section, make sure is set to latest on Filter.
Hi,
Please make sure you have the latest tagDiv speed booster plugin 4.1. Or try with him disabled.
Thanks for the message!
Hi,
We include this in the next update. Will be available in the following days!
Hi,
Add this code like here: http://screencast.com/t/hcgJ81fw0Kg
case 'without_featured':
$wp_query_args['meta_query'] = array (
array(
'key' => '_thumbnail_id',
'compare' => 'NOT EXISTS'
)
);
break;
then this: 'Latest without image' => 'without_featured', http://screencast.com/t/iK2haKIs5T4
Result: http://screencast.com/t/Qi1H4zWK8rF
http://screencast.com/t/lSLhsQAI
Hi,
Please make sure you have the latest version of The visual composer plugin. What element from VC doesn’t work for you? Please provide more details.
Thanks for the message!
Hi,
You need to add there the CSS and JS of your plugins, but careful, because not all plugins will work with JS to footer or css.
Just add a new line like this:
$this->move_style_to_footer_queue('');
and write the ID of the css, js that you want to move.
Here is an example for the bbPress css http://screencast.com/t/eFq9PKcDus this is the ID
Hope this help!
Thanks for the message!
Hi,
You need to leave the SHOW POST VIEWS on. Also if you don’t what them on the post/page can by hidden via CSS.
Use this CSS if you want to hide them:
.td-module-comments,
.td-post-comments {
display: none !important;
}
-
This reply was modified 11 years by
Marius.
Hi @ozankw!
Is everything ok now?
Hi,
@geekykant you need to regenerate the thumbnails, i see the images are not cropped at the right size. Also you can compress them a little to pass the speed test.
Read more here: https://forum.tagdiv.com/how-to-make-the-site-faster/
Thanks for the message!
Hi,
@skyride what plugin do you use to generate other image sizes? http://www.mediafire.com/view/w9cfgu4fwvjn4jl#
Hi,
2. On some headers if you load a mobile logo will use that logo. http://screencast.com/t/IoLqexZQz remove the logo for mobile on that headers.
3. The normal size for a favicon is 16×16, no need to use a large image, in your browser is like that http://screencast.com/t/ku1lucx5vAb6
4. Tell me what you want to change via CSS
5. The CSS from Theme Panel overwrite the default css from style.css. If you want to make it better change the colors manually in style.css
Thanks for the message!
Hi @Bmusiq!
You have managed the issue? What is your site url?
You have followed the Chris steps?
Hi,
You need to allow users to register on your site, it’s a settings in WordPress. Go here and check that box: http://screencast.com/t/LTu43OKIAT
Thanks for the message!
Hi,
I’m not sure what you want to achieve, but if the smart list is not what you want, you need to make it manually somehow.
For the excerpts alignment just use this CSS
.td-excerpt {
text-align: justify;
}
Thanks for the message!
Hi,
The problem is more deeper than that, because you are there on a post page(single) and if you have more categories will change the color for all categories. Is needed the categories box to have a unique selector to catch only the desired one.
You need to edit like here to output the category slug as selector:
,'cat_slug' => $td_parent_cat_obj->slug
,'cat_slug' => $category->slug
td-' . $td_cat_parms['cat_slug'] . '
http://screencast.com/t/zuhr7AwhCFO
Then add the selector for the categories like here:
Inspect your category and copy the selector http://screencast.com/t/laSgnyAsph and add it in CSS
.td-tagdiv-travel a {
color:#000;
}
Hi @Arias100
I’m glad that you have managed the issue! If the issue reappear please reply back!
Have a nice day!
Hi,
Great @Prometheus I’m glad that you have managed the issue! Nice score 🙂
Thanks Chris for your help!
Hi,
Here you can find images sizes required for each module and at the bottom about the aspect ratio https://forum.tagdiv.com/theme-thumbs/
Also in Theme Panel > Block Settings > Thumbs on modules & blocks you will find all the themes image sizes and also in description where is used
Thanks for the message!
Hi,
Welcome to WordPress 🙂 and thanks for joining to our community!
There is a check-box in Settings -> Discussion where you can set to allow users to post comment, no matter they are registered or not.
Also if you want to people login/register from there, (we will fix this in the next theme update) add this code http://pastebin.com/hZ3FuRtB like here: http://screencast.com/t/qG9mji17a5
About spamming/fake users registered this is not managed by the theme, is an WordPress issue, and the spam is from that wp-login.php probably. There are some plugins that prevent this, you can search on google about that or here:
http://w3guy.com/wordpress-plugin-combat-stop-spam-bot-registration/
http://www.cozmoslabs.com/18858-how-to-fight-user-registration-spam-on-your-wordpress-membership-site/
Hope this help!
Thanks for the message!
Marius from tagDiv
Hi,
In v 6.1 all the header will have the Accent theme color, like it was in old Newspaper theme. Also if you don’t want this you can overwrite it from here to black again: http://screencast.com/t/KhSeq60huLB like is on our demo now(black and not accent theme color)
Thanks!