Hi,
The login/register modal have a register form. Do you need to add the form directly on the top header?
What you can do is to find a register plugin widget, and use it in that place. And of course you need to style it via CSS. But i;m not sure this would work, you need to think a little on security to.
Thanks for the message!
Hi,
The documentation from import.tagdiv is old. The actual documentation is here on forum: https://forum.tagdiv.com/newspaper-documentation/
700×357 is the image from post. The other size with 406px height is to crop the image for slide on 1 column. This size 745×483 should cover almost blocks/slider/modules
You can see here all image size used by the theme: https://forum.tagdiv.com/modules-and-blocks/ at point 3.
Thanks for the message!
I’ve checked you site and you have there some issues. You need to check you files, you have some suspicious code inside. You can use notepad++, this have search on files.
Also http://sitecheck2.sucuri.net/ report that you site have suspicious code.
Thanks for the information.
Hi,
Sorry for long delay!
The big slider show post depending of how you set it. Just edit the Big slider and choose from here: http://screencast.com/t/n6HZl9u3w
To mark a post as Featured just put the post in Featured category.
For refund please contact us via email at contact@tagdiv.com
Hi,
I found this, add it in function.php
add_filter( 'author_link', 'my_multi_author_link', 10, 2 );
function my_multi_author_link( $url, $user_id ) {
if ( 1 == $user_id ) {
return home_url( 'contact' );
}
if ( 2 == $user_id ) {
return home_url( 'homepage-2' );
}
return $url;
}
Change the ID for each author and page you want to redirect. In my case author with ID 1 will go to contact page, write there the slug of the page you want to redirect.
Hi,
Blocks are build from Modules. Block 4 use Module 3 as you can see here with inspector http://screencast.com/t/DuMt2v31HIQB or we have here a diagram https://forum.tagdiv.com/modules-and-blocks/
Also there you have all image sizes used by each module. All image sizes are defined in function.php http://screencast.com/t/XSAuoA7y2uQ7
***You can easy change the image size from there but if you have already content you need to regenerate the thumbnails following those steps: https://forum.tagdiv.com/using-the-theme-with-existing-content/
All blocks are defined here: http://screencast.com/t/PkkBdC0kF you can modify an existing one or creating a new one.
Thanks for the message!
Hi,
You have this option to enable/disable transparent header
And for a header color go here: http://screencast.com/t/eRjXcrpn
Thanks for the message!
Hi @scrappy,
In Newses go here: http://screencast.com/t/EzEf5GeA
Hi,
Give us your site URL to take a look. I presume that you have used some plugins that are insecure.
Do you have a backup. What you can do is to inspect the site code a little and check for suspicious code.
Check your site with this tool: http://sitecheck2.sucuri.net/
Hi,
You don’t need to add that code! Do you need Facebook comments? Install the plugins for it.
Thanks!
😐
I see that you have the favicon and logo to. You have solved the issue?
Hi,
What you can do is only to add the slider directly in code in that template with article list, but is a little complicated.
Move a part from sidebar in the above area with Page builder
We will check the email.
Thanks!
We receive it, we will take a look.
Thanks!
We have here a tip how to make the views to work with cache: https://forum.tagdiv.com/wp-postviews-post-view-counter-alternative-for-w3-total-cache/
The view counter(7 day) keep the count on each day and make a total for 7 days.
Hi,
What you have there is only a text and don’t affect the functionality. If you want give us access to your WP and we will take a look, I’ve tested and for me works to change the name of the featured category.
Send via email at contact@tagdiv.com and paste a link from this conversation.
Hi,
This is new for us to, i didn’t know that the download have a limit 🙂 We can do anything, this is in management of the Themeforest.
Thanks for the message!
Hi,
@christo19 Everything is ok there? Please feel free to ask us anything!
Hi,
Your widgets don’t have double titles for each language? Do you use PO/MO files?
Hi,
All the theme panel settings is saved in database and on a move everything should be fine, with no data loose.
What you can do is to export/import the theme settings, you have that in Theme panel -> Welcome http://screencast.com/t/qtPmRohA
Thanks!
Hi,
1. We will add that in the next update.
2. Are not included, if you want you can disable the default one and use a plugin for all socials.
Thanks for the message!
Hi,
Add this CSS in Theme panel -> Custom CSS
.rev_slider_wrapper {
z-index: 0;
}
.header-search-wrap .dropdown-menu #td-header-search {
width: 202px;
}
Thanks for the meessage!
Hi,
I’ve check a post and you have there all the socials http://screencast.com/t/ubm8Hi3la6R
For mobile issue, please read this: https://forum.tagdiv.com/how-to-manage-the-mobile-theme/
Thanks!
Hi,
We will fix to work that file with Child theme in the next update.
Make the same for authors.
Create a custom field for author like you have created for ad
And use the code like http://screencast.com/t/G79rInR3hFv
if (!get_field('hide_author')) {
<?php echo $td_mod_single->get_author_box();?>
}
Thanks!