Home User profile
tagDiv Staff
Passionate for gaming, mountain biking and traveling. I face every task as a new challenge to bring my skills to the next level.
Bogdan B.
tagDiv Staff

Hi,

Please remove the second code and replace it with this one:
.td-icon-mobile{
display:none!important;
}

Regarding the gradient border, you already have it in desktop and mobile:
http://screencast.com/t/iKWk0c0nuhttp://screencast.com/t/rKL9qdqYa8E

Thanks.

Bogdan B.
tagDiv Staff

Hello,

You will have to be careful when modifying the theme files as it will affect other parts of your website as well. For example, in your case with the thumbnail modification, it will enlarge the thumbnail on every module that uses the thumbnail. You will be better off using another block as Alin suggested ( block 5 or 6 ).
If you really need to modify the files, you will have to regenerate your thumbnails after every modification. Only after that you will see the results. Right now the theme is using the thumbs which were created using the default parameters before your modification.
As for the title, Alin showed you how to edit the title from the SEO plugin: http://screencast.com/t/npRnXROk

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

That mainly means that the file does not work with the child theme.
Here is a list of files that are known and tested to work with the child theme:
https://forum.tagdiv.com/the-child-theme-support-tutorial/
For wp-booster modifications, you will have to edit the main files. Make sure to do a back-up first.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

I assume you are using a plugin for the live stream. Unfortunately i cannot provide a solution to your problem as we have not tested any form of live stream with our theme. You will have to use a bit of trial and error and maybe find a plugin that works better. You can also do a quick search on the WordPress forum to see if other people had this issue.
(example: https://wordpress.org/support/topic/how-to-embed-rtmp-live-stream-with-m3u8-fallback)

Thank you!

Bogdan B.
tagDiv Staff

Hello,

You can check this option as a reference for each block to see what module is being used: http://screencast.com/t/HQPtOh7l8
Big grid 4 already has author name and date to it: http://demo.tagdiv.com/newspaper/big-grid-4/ (module mx5)
Please check this option in the theme panel: http://screencast.com/t/mhSaWTrIs if it is set to off, author and date will not show in modules/blocks.
The grid you are using is ‘Big grid slide’ with a style 4 to it as the screenshot suggests. It uses the exact same module mx10. I have tested this again and it works for big grid slide as well: http://screencast.com/t/3bshNZ4saD
The small module in block 2 is module 6. It already has author in the code except it is commented. You can remove the comment and the author will be displayed.

http://screencast.com/t/L0rQm2TQljhhttp://screencast.com/t/bG7yEZk0D4

Thank you!

Bogdan B.
tagDiv Staff

Hi,
It depends on the ‘configuration’ you made. Most of the data is stored in the database and will not be affected by this. Custom modifications will be lost if a child theme was not used. If just theme settings were adjusted, then it will not be lost.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Thank you for your suggestion but please understand that implementing more control option for the mega-menu will not be an easy task and we need more people to request it in order to implement such an option. I will add it on our list but i cannot make any promise that it will be implemented in the next update. We always try to improve our theme and if this will become a priority it will be done for certain.

Thank you for your understanding.

Bogdan B.
tagDiv Staff

Hello Anand,

Unfortunately there is no option to control the next and previous post in the theme. You will have to alter the theme files to make changes to this section. The code for the next/prev post can be found here: http://screencast.com/t/86Lh2KFMr2ki
The same applies to “more from author” You can only edit the file and customize it:
http://screencast.com/t/ECzAXIyfAUL
This job will require a bit of php knowledge. If you cannot manage it we suggest you hire a freelancer to do it for you as we cannot offer custom work at this time.

Thanks.

Bogdan B.
tagDiv Staff

Hello,
You will have to provide more details because we cannot figure out the problem.

Bogdan B.
tagDiv Staff

Hello,

Unfortunately there is no way to increase the site width without affecting ALL the elements. Every element on the screen is positioned based on the default width. If this is changed you need to edit every element you use and adjust it to the new width. This will be no easy task and will require a bit of time and css knowledge. Unfortunately we cannot offer any custom work at the moment because we work hard on updates, fixes and support. You can hire a freelancer to do it for you if you want from sites like studio.envato.com.

Thank you for your message!

Bogdan B.
tagDiv Staff

Hello,
You can control the length of excerpts from the theme panel.
First you select the length in letters or words: http://screencast.com/t/YCjsevUdsu, then you select it for every module separately: http://screencast.com/t/bKP5J4tmvoS
You can read more about excerpts here: https://forum.tagdiv.com/excerpts-introduction/
I hope this helps
Thanks.

Bogdan B.
tagDiv Staff

Hello Anand,
You can achieve these goals by using this custom css. It makes the trending now block not clickable and enlarges the display area for text on the mobile version.

@media (max-width: 767px){
.td-trending-now-post{
overflow:visible!important;
}
.td-trending-now-display-area{
height:45px!important
}
.td_block_trending_now {
padding: 4px 0 4px 0!important;
}
}
.td_block_trending_now a{
pointer-events:none
}

Thanks.

Bogdan B.
tagDiv Staff

Hello,
You can use this custom css to fix it:

@media (max-width: 767px){
.td-main-page-wrap > .td-container > .td-pb-row:first-child > .wpb_column > .wpb_wrapper > .td_block_trending_now {
padding: 0 0 38px 0!important;
}
}

Just add the code in the theme panel->custom css box

Thanks.

Bogdan B.
tagDiv Staff

Hello,

I added your request to our update list and hopefully we will be able to implement more option to the mega-menu. I cannot promise anything though. The developers get to decide what gets done in the next update and what gets postponed.

Thank you for your suggestion.

Bogdan B.
tagDiv Staff

Hello,

It is possible actually and it’s not even complicated to do. It will require an altering of the theme files though. Block 6 uses module 5. This is the file you will need to modify. It just requires moving the code for the title and meta info below the image (and above excerpt) like so:
http://screencast.com/t/IFdCZxwmvd it should look like this: http://screencast.com/t/CjjstukO

result: http://screencast.com/t/HTUP4DHlIFj

Thank you!

Bogdan B.
tagDiv Staff

Hello,
You can use this custom css to get it done.

.td-post-content a{
color: #dd9933;
text-decoration:underline;
}
.wpb_text_column a{
color: #dd9933;
text-decoration:underline;
}

For pages i set the code to change the textbox link. If you do not use a visual composer textbox it will not work.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

You can follow this tutorial and see if it helps. http://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-from-local-server-to-live-site/
If this does not help, you can provide us with more details.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
You can use a sub-folder if you want, as long as it is not a completely different website as Chris suggests.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately we do not have different versions of the theme for desktop/mobile. The same post you set in the desktop version is going to be shown in the mobile one. You could try to find a plugin that changes the theme on the mobile version but we cannot assure it will work because we have not tested these plugins. If you cannot find a plugin that works, you will need custom modifications to get it done and unfortunately we cannot offer any custom work at the moment. You can hire a freelancer to do it for you if you want from sites like studio.envato.com

Thank you for your understanding.

Bogdan B.
tagDiv Staff

Hello,

The category tags on modules and blocks are not affected by the theme panel, this will be applied only for post pages – http://screencast.com/t/NTdZL30M7bRS If you need this, it can only be done with custom modification. You can change the get_category function used on modules – http://screencast.com/t/jPN396cW3 to adapt it to get color as well. Unfortunately we cannot provide a quick solution for this as it requires quite a bit of time and work. You can hire a professional developer or a freelancer to do it for you if you realy need this modification.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

There seems to be a problem after the wordpress update. You can follow this topic to see how to fix it.
https://forum.tagdiv.com/topic/user-registration-doesnt-work/

Thank you!

Bogdan B.
tagDiv Staff

Hello,
It seems your friend is seeing the visual composer version of the tabs element. The first image is the theme version (adjusted CSS to match the rest of the theme) This was added in the previous version of the theme (6.5).
You could try to clear the cache on your friend’s computer and update her browsers to the latest version. Please test our demo page on your friend’s computer http://demo.tagdiv.com/newspaper/tabs/ If it displays the bad version it’s clearly something wrong on her end.
Please provide a link to your website so we can inspect it ourselves though and see if there are no problems.
Thanks.

Bogdan B.
tagDiv Staff

Hello,

I assume it’s a bog grid 2 you are using. That block uses modules mx10 for the small thumbnails. This module does not have author and date added to it in the files as a design choice. You can add them in the file like so: http://screencast.com/t/AGNjYtwAo
Add this code like in the screenshot above:

<div class="td-module-meta-info">
<?php echo $this->get_author();?>
<?php echo $this->get_date();?>
</div>

result: http://screencast.com/t/0OvoXkg6S7o

Thank you!

  • This reply was modified 10 years by Bogdan B..
Bogdan B.
tagDiv Staff

Glad it worked out!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately there is no 5.0 version of our theme. The theme version jumped from 4 to 6. I assume you have version 4.x. The same file controlls the excerpts in this version as well: http://screencast.com/t/0CgGb14yj4ao
Thanks.

Viewing 25 posts - 21,026 through 21,050 (of 22,378 total)