Hi,
In the next update the Newsmag will have bbPress plugin support. About the register/login, you can use the widget from bbPress for that.
Thanks!
Hi,
Do you mean in blocks the author name. The code is here in each module http://screencast.com/t/Q6SvCviD, just delete the author code and add your custom code for that location_town
Thanks!
Hi,
The item with mega menu should not have sub-menus. If you select a category as mega menu and that category have sub-categories, all those sub-categories will be on you mega menu.
Like in documentation, if you choose lifestyle and the Category lifestyle have sub-categories like Beauty, Get inspired… all those will be there in mega menu. ttp://screencast.com/t/xAHHPmoIz
You don’t need to add then in menu as sub-menus.
Thanks!
Hi,
Is not responsive, something is wrong there. You have modified the theme files? Please can you update to latest theme version and see if works? Also disable all plugins and see if works.
Thanks!
Hi,
Can you give us your an url to see the issue? Thanks!
Also check in console for errors.
Hi,
1. The Mega menu not work as a sub-menu item. The Mega menu should be for parent menus. To move it to the right use this CSS, add it in Theme panel -> Custom CSS
.sub-menu .td-mega-menu .sub-menu {
left: 192px !important;
}
2. I’ve tested your facebook id and for me works fine, see here: http://screencast.com/t/Qbb1BuEITgZ Please make sure you have the latest plugin version.
3. You can replace that color with this CSS, add it in Theme Panel -> Custom CSS
*::-moz-selection {
background: none #cccccc !important;
}
4. Manually I don’t thinks is a solution if you have a lot of quotes, another solution is to replace the default quote style with the one that you like, if is possible, I’m not sure have the same HTML structure. Tell me what quote style do you want to use?
Thanks!
Hi,
Here is the featured image in post http://screencast.com/t/Z9goOGgE9 or this is in modules http://screencast.com/t/EykgnzFkoyHb
Thanks!
Hi,
@Abner Santana you have tried the settings from Theme Panel? Can you give us access to your WP to take a look? Send via email at contact@tagdiv.com
Thanks!
Hi,
I’m not sure i understand you question. Can i see how that pages looks? Because at this time your site is under construction. Can you give us access to see the issues?
Do you want a full page width without sidebar. Use a blank template, a homepage – blank if you want a full width page.
Thanks!
Hi,
That is very strange. Please disable all plugins and see if works. If not can you give us access to your WP admin to take a look? Send via email at contact@tagdiv.com
Thanks!
Hi,
You have tried from Theme Panel -> Templates settings http://screencast.com/t/EGm9RFetHcW
Thanks!
Hi,
Where is that text in theme? Do you mean about More stories on this popup? http://screencast.com/t/ADQNH7Hbaha
Please show me in a screenshot.
Thanks!
Hi,
You have managed the issue? You can set a number of posts from page edit, just edit your homepage http://screencast.com/t/Q5VUlGB62N7
Thanks!
Hi,
For posts with missing thumbnail, you need to have a featured image to have a thumb. If you don’t have featured image, an alternative is to use a plugin like https://wordpress.org/plugins/auto-post-thumbnail/ that take the first image from the post content and use it as featured image.
Thanks for the message!
Hi,
Use this CSS, add it in Theme panel -> Custom CSS section
@media (max-width: 767px) {
.td_mod9 .meta-info,
.td_mod9 .td-post-text-content {
display: none;
}
.td_mod9 .item-details {
margin-left: 0 !important;
margin-bottom: 10px;
}
.td_mod9 .thumb-wrap img {
position: relative !important;
width: 100% !important;
max-width: none !important;
max-height: none !important;
margin-bottom: 10px;
}
}
Thanks for the message!
Hi,
Create a file for your CPT, like this: http://screencast.com/t/XjReoLyyS and paste this code inside: http://pastebin.com/0UXL7eR8 and see if works
Thanks for the message!
Hi,
Here is the code for Load more button, is done via JS. What you can do is to remove the classes from there and put you custom, like my-custom-load and in CSS put your gif as background image for that selector.
Hope this help!
Thanks for the message!
Hi,
Do you mean about an user avatar image or about your site logo, what yellow human?! 🙂 Can you provide a link or a screenshot to see the issue?
Thanks for the message!
Hi,
Can you provide a link to see the issue?
Thanks!
Hi,
I’m not sure that is possible easily. But, thanks for the suggestion, we will investigate this in future.
Thanks for the message!
Happy Holidays!
Hi,
1. The color is black on entire site, the category color tag is colored only in article.
2. Go here: http://screencast.com/t/ZBz7L2IRdRk
3. If you want to hide the big grid on categories go to Theme Panel -> Categories and disable it for each category: http://screencast.com/t/eMv99vERUmpE
4. The same here, this is from WordPress: make like point 2, go here: http://screencast.com/t/ZBz7L2IRdRk
5. Can be changed via CSS with this, add it in Theme panel -> Custom CSS
.td_social_type:hover {
background-color: red;
}
About the link button, I’m not sure is possible easily, because is not made from start to be like that.
Thanks for the message!
Happy Holidays!
-
This reply was modified 11 years by
Marius.
Hi,
You have managed the issue?
Thanks for the message!
Hi,
The images should be fine there, please can you regenerate the thumbnails, because there should be the full images, not cropped.
or create a new slider and use new images that are not in your media library and see if works.
Thanks for the message!