Home User profile
tagDiv Staff
I'm passionate for computers, sports and games. I spend a lot of time playing around with divs, scripts, codes, containers. I also coordinate the support team to make sure every customer is properly treated.
Emil G
tagDiv Staff

Hi,

This is on our list, thanks for your notification, it will be fixed on our future updates.

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

We know about the issue, it’s on our list, i can’t give an eta but we’ll fix this in our future updates. Sorry for this.

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

Those warnings are built in the plugin by it’s developer, we already removed some of them but it seems we missed one, we’ll try to remove it in our next update. Sorry for this.

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

You can hide Similar Articles on mobile using css:

@media (max-width: 767px) {
.similar-articles {
display: none;
}
}

Add it inside the Theme Panel -> Custom CSS.

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

You can still show the tags on posts, just add this code into the loop-single.php file:
http://screencast.com/t/1UXn8sTfE

<?php
            $closing_c_tags = 'td-tags-and-social-wrapper-box-bottom-line';
            $t_post_tags = $td_mod_single->get_the_tags();
            if(!empty($t_post_tags)) {
                $post_tags_wr = '<div class="td-tags-and-social-wrapper-box ' . $closing_c_tags . '"> ' . $t_post_tags . '</div>';
            }
            echo $post_tags_wr;
            ?>

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,


@Manuel
Fink

1. You can move the similar articles right after the post content by editing the loop-single.php file – http://screencast.com/t/ccYS4CAmODt
2. You can make them random by editing the td_module_blog.php file and add the following code – http://screencast.com/t/1PNMYcmhzM

'orderby' => 'rand',

3. You can move the author box there and change it’s size with custom css – http://screencast.com/t/gljKdneh
4. This is possible, but if you have a lot of similar articles people won’t be able to easily get to the comment section, so it’s not for everybody.
5. Copy the sharing line before and after the article – http://screencast.com/t/ViFV7PPXBn and you can modify the buttons by editing the td_module_blog.php file – http://screencast.com/t/X3ia5ROdh
6. Added on the feature list, thanks for the suggestion.
7. This can be done easily by adding a button inside the loop-single.php and use css to style and position it.
8. Added on the feature list, thanks for the suggestion.


@mehedi

We had to work on a lot of issues after the WordPress 3.9 udpate and that slowed us down with the implementation of new features, you can see the long list of fixes in the log – http://screencast.com/t/cgxsk3JvR3G

Thank you, Emil G.

Emil G
tagDiv Staff
Tabs - reply

Hi,

Check the shortcode for missing spaces like:
http://screencast.com/t/4Aj4hb0QWOs

[vc_tab title="Directions"tab_id="1401525382-1-24"]

should be:

[vc_tab title="Directions" tab_id="1401525382-1-24"]

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

The menu has two zones: a span11 for the menu and a span1 for the search icon – http://screencast.com/t/oxkiZy562YJ
You can increase the size of the menu bar if you remove the search icon:
http://screencast.com/t/Gc9JqgHB2Ja
http://screencast.com/t/jIkcOhwF
http://screencast.com/t/okrYdfvaZPj
And force the width with css:
http://screencast.com/t/wrSgIAMenGu

.td-menu-wrap, .td-menu-header, .td-menu-header .span12 {
width: 2000px;
}

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

You can use a plugin like Google Custom Search – https://wordpress.org/plugins/google-custom-search/
And modify the code here – http://screencast.com/t/yz0ZZLqlB
You can find how you can do that on their FAQ page – http://screencast.com/t/a9QmmkM7Zql6

Note that i didn’t do any tests with this plugin, it’s just an example.

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

You can use the following css (add it inside the Theme Panel -> Custom CSS):

.sf-menu .menu-item a {
z-index:1;
}

Result – http://screencast.com/t/MWE5rJxfK

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

Replied via email.

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

You can change the logo on mobile using css. Use the following css (add it inside the Theme Pane -> Custom CSS):

/* responsive phone */
@media (max-width: 767px) {   
.td-logo img{
display: none;
}
.td-logo{
background: url('http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/logo-top2.png') no-repeat;
position: absolute;
background-size: 130px 60px;
width: 130px;
height: 60px;
z-index: 9999;
right: 5px;
top: -5px;
}
}

Replace the logo url with yours.

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

Please post an image with the menu-header.php file code, the logo should not behave like that.

Thank you, Emil G.

Emil G
tagDiv Staff

Buna ziua,

Scuze pentru intarziere, nu lucram dupa ora 17:00.
Pentru a scoate sectiunea Don’t Miss trebuie sa editati pagina principala – http://screencast.com/t/uwUaZpDl5Lmz
Si sa stergeti blocul 2 – http://screencast.com/t/1Jo45Hu5ve

Multumesc, Emil G.

Emil G
tagDiv Staff

Hi,

You can doit like this – http://screencast.com/t/weLFumnIfRb
And use the following css to move the dropcap element to the left:

.dropcap {
position: absolute;
left: 0px;
}

Result – http://screencast.com/t/q3FA1DE1X

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

Please send an email at contact@tagdiv.com , specify the issue and i will send you a guide on how to make a custom block.

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

Replied via email.

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

You can find how to at the end of this article: http://www.wpwhitesecurity.com/wordpress-security/securing-wordpress-wp-admin-htaccess/

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

Thanks for your suggestion, i’ve added it on the development list.

Have a nice day, Emil G.

Emil G
tagDiv Staff

Hi,

You can use the W3 total cache plugin – https://forum.tagdiv.com/w3-total-cache-configuration/
And read on how to optimize the site performance here – https://forum.tagdiv.com/topic/pagespeed/

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

You can use the default template – http://screencast.com/t/GdQjaNFaJClAhttp://screencast.com/t/W4FIXv5BB

But this one has some limitations and depending on the other blocks it may not work properly.
You can also try to wrap the block 3 inside a span8 div like this – http://screencast.com/t/Bbl2w72cU

[vc_row]<div class="span8">[vc_column width="1/1"][td_block3 limit="5"][/vc_column]</div>[vc_column width="1/3"][vc_widget_sidebar sidebar_id="td-default"][/vc_column][/vc_row]

Or you can create a custom block that will display the way you want. I can send you a guide on how to do a custom block if you send an email at contact@tagdiv.com .

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

Change the css to:

.wp-caption-text {
text-align: center !important;
}

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have such an option, but you can change the icons color by editing the “elements.png” and “elements@2x.png files (using a program like Photoshop or similar). – http://screencast.com/t/1KtjTieHZyon.

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

The latest version of visual composer will be included in the theme next update.

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

Please provide more details including the browser versions, the devices you tested on and the sites url.

Thank you, Emil G.

Viewing 25 posts - 1,251 through 1,275 (of 1,285 total)