Home User profile
tagDiv Staff
I love to get energized by social interaction! Curious and eager to improve, I enjoy traveling and learning new things.
Lucian
tagDiv Staff

Hi,

Do you refer to the Dropdown Menu getting behind the Slider?
Please provide more details.

Thank you

Lucian
tagDiv Staff

Hi,

Please update to latest theme version, there were some problems but we fixed them, if the issue is still there, please send an email at contact@tagdiv.com with the wp-admin username and password, specify the issue or send an URL to this topic.

Thank you

Lucian
tagDiv Staff

Hi,

1. You have some JavaScript errors and 408 and 520 errors in the console http://screencast.com/t/Y7DDMxVs http://screencast.com/t/AWedht6aRJG

2. There have been some issues with breadcrumbs in this last version of the theme but those issues have been fixed, sorry for this.

3. Please disable all plugins, enable only the theme required plugins and the speed booster plugin and check if you still have this issue.

Thank you

Lucian
tagDiv Staff

Hi,

Add this code to the loop-single.php file like this: http://screencast.com/t/ELXmZQpHSQ

<?php
$author_cx = get_the_author();
if ($author_cx != 'admin'){
echo $td_mod_single->get_author_box();
}
?>

Thank you

  • This reply was modified 12 years by Lucian.
  • This reply was modified 12 years by Lucian.
Lucian
tagDiv Staff

Hi,

Please disable all plugins and enable only those required by the theme and try again.

Thank you

Lucian
tagDiv Staff

Hi,

This issue has been fixed, please update the theme, sorry for this.

Thanks

Lucian
tagDiv Staff

Hi,

To do that you need custom modifications, if you want to try it yourself you will need to style the slider using CSS and then modify the images sizes in the functions.php file: http://screencast.com/t/wcUV89eV
If you don’t know how to do it you may have to hire a professional developer to do it for you.

Thank you

Lucian
tagDiv Staff

Hi,

By deleting that code in the funtions.php file you’ll get this new elements to VC: http://screencast.com/t/Axolxye5Z2V

Thank you

Lucian
tagDiv Staff

Hi,

I have checked the code you sent and did find some missing lines, you can solve this by updating the theme and try again.
Also check this option: http://screencast.com/t/1Yrhrtw0

Thank you

Lucian
tagDiv Staff

Hi,

I’am not sure if that code is correct, please try to find another one .

Thanks for the message

Lucian
tagDiv Staff

Hi,

You don’t need to buy Visual Composer because it comes with the theme. If you want to enable all elements from VC please delete this code: http://screencast.com/t/DoNX5tCqv

Thanks for the message

Lucian
tagDiv Staff

Hi,

You can increase this value 'autoplay' => 2 now it’s set on 2 seconds.

Thanks

Lucian
tagDiv Staff

Hi,

Please remove this code: http://screencast.com/t/DoNX5tCqv

Thank you

Lucian
tagDiv Staff

Hi,

You have to delete the code for Search Icon from menu-header.php file like this : http://screencast.com/t/qbBLGt6x
and into the menu-top.php file you have to add this code like this: http://screencast.com/t/cao8imbu8q3
And you also have to change the name of the class from “span9” to “span8” like shown in the printscreen.

<!-- Search -->
            <div class="span1">
                <div class="dropdown header-search">
                    <a id="search-button" href="#" role="button" class="dropdown-toggle " data-toggle="dropdown"><span class="td-sp td-sp-ico-search"></span></a>
                    <div class="dropdown-menu" aria-labelledby="search-button">
                        <form role="search" method="get" class="td-search-form" action="<?php echo home_url( '/' ); ?>">
                            <div class="td-head-form-search-wrap">
                                <input class="needsclick" id="td-header-search" type="text" value="<?php echo get_search_query(); ?>" name="s" autocomplete="off" /><input class="wpb_button wpb_btn-inverse btn" type="submit" id="td-header-search-top" value="<?php _etd('Search')?>" />
                            </div>
                        </form>
                        <div id="td-aj-search"></div>
                    </div>
                </div>
            </div>

You will get this result: http://screencast.com/t/NK81ivEzu.

Now to style it simply add this custom CSS in the Custom CSS in Theme Panel:

div.header-search {
display: inline;
float: right;
}
#search-button .td-sp{
background-image: url('http://localhost/wordpress/wp-content/themes/Newspaper/images/header/elements-menu.png')!important;
background-repeat: no-repeat;
}
.td-sp-ico-search{
width: 25px;
height: 25px;
background-position: -20px -544px;
}

Result here: http://screencast.com/t/WW0j2lV6Ek.

Thank you

Lucian
tagDiv Staff

Hi,

The theme uses a custom modified bootstrap 2 grid system and can’t be easily modified.
Sorry for the inconvenience.

Thanks for the message.

Lucian
tagDiv Staff

Hi,

You have to move the code you have added to the loop-single.php file to the single.php file, you will also need to add along with it another code like this: http://screencast.com/t/QUp9iiKE0Z

You have the code that you need to paste in the single.php file here:

 echo td_page_generator::wrap_start();
 echo do_shortcode('[vc_row][vc_column width="1/1"][td_ad_box spot_id="custom_ad_3"][/vc_column][/vc_row]');
 echo td_page_generator::wrap_end(); 

Keep in mind that you will need to the code that you have added in the loop-single.php file if you chose to paste it from here.

Thank you

Lucian
tagDiv Staff

Hi,

Yes you can do it by adding this code to loop-single.php file:

<?php echo do_shortcode('[vc_row][vc_column width="1/1"][td_ad_box spot_id="custom_ad_3"][/vc_column][/vc_row]'); ?>

like this: http://screencast.com/t/L5bcdJal0, and you will get this result: http://screencast.com/t/CGRi9VLbmy.

Also you will have to style the ad box to lower it a bit using this CSS code, that you will add to your Custom CSS in Thme Panel:

.post .td-a-rec-id-custom_ad_3 {
margin-top: 30px;
}

You will then get this result: http://screencast.com/t/bzUSSMDXnws

Thank you.

Lucian
tagDiv Staff

Hi,

We have tested Facebook Comments plugin and works fine.
Please disable all plugins, enable only the theme required plugins and the Facebook Comments plugin.

Thank you

Lucian
tagDiv Staff

Hi,

You have to add this class td_title_style_1 to the comments.php file like this: http://screencast.com/t/vvLn6Alg and the same to the td_module_blog.php file like this: http://screencast.com/t/nwu3tSniLO20.

Thank you

Lucian
tagDiv Staff

Hi,

The theme doesn’t have build in a features like that and need custom modifications, but if you want you can try to modify it yourself. You need to modify here: http://screencast.com/t/eNtRCWCNjSEq

Add a condition on the title so if it’s homepage it displays h1 and on the rest it displays h2:

if i(s_home()) {
<h1>Title</h1>
}
else {
<h2>Title</h2>
}

If you don’t know how to modify this we recommend to hire a developer.

Thank you

Lucian
tagDiv Staff

Hi,

On a previous version of the theme we had some issues with the categories in the Panel.
Please update your theme and if this doesn’t solve the problem please send us an email at contact@tagdiv.com (please also send along with your message a link to this topic).

Thanks for you message.
Lucian

Lucian
tagDiv Staff

Hi,

Please send your wp-admin login at contact@tagdiv.com (please also send along with your message a link to this topic) and we will check to see this issue.

Thank you

Lucian
tagDiv Staff

Hi,

Please send an email at contact@tagdiv.com and I will send you a tutorial on how to make a new block.

Thank you.

Lucian
tagDiv Staff

Hi,

You can do that with a plugin, unfortunately I cannot recommend one because we didn’t made any tests.

Thank you.

Lucian
tagDiv Staff

Hi,

Here is the code that you have to add in Theme Panel -> Custom CSS

.td-footer-wrap .td-grid-wrap {
padding-top: 10px !important;
}
.td-footer-wrap {
margin-top: -50px;
}

Thank you.

Viewing 25 posts - 6,576 through 6,600 (of 6,600 total)