Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Alin [tagDiv]
tagDiv Staff

Hi,

Please use this custom css in Theme Panel > Custom Css – http://screencast.com/t/rx20qkVo

.header-logo-wrap {
margin-top: 40px !important;
margin-bottom: 40px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your link and did not found any issues with this icons – http://screencast.com/t/5JeI3HCqu
This icons are newspaper fonts fonts – http://screencast.com/t/Jefq1KwKhttp://screencast.com/t/fqAAHeVh

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you want to have the same display that you have on post pages also for modules? Something like this – http://screencast.com/t/Y43bbYoF
You will have to replace the comments function for modules, just edit td_module.php file and replace it with this(make a backup of your current file) – http://screencast.com/t/S78o6GjasThttp://pastebin.com/gXQpWX1r and use this custom css in Theme Panel > Custom Css – http://screencast.com/t/PsqnqYZS

.td_module_wrap .td-post-comments {
display: inline-block;
float: right;
}
.td_module_wrap .td-post-comments .td-icon-comments {
margin-right: 5px;
font-size: 9px;
position: relative;
top: 1px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please go the WP Post > Categories and hover the category name to take the ID – http://screencast.com/t/vTzH6F9sUz9o
Then exclude it from Big Grid 3 settings – http://screencast.com/t/rtSEhmsB

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

As I see for each post you have a different sidebar, but I’m not sure how you set it.

Please read this, it may help you to understand how the sidebar can be set for posts:
On posts you can select a custom sidebar.
– It can be set globally (to all posts) from Theme Panel -> Template Settings -> Blog and post settings – http://screencast.com/t/FBCaRUVYe2
– On each category, this will override the global settings and the posts included in the category will inherit the settings from here – http://screencast.com/t/j7J0vtEBti
– And it can be set individually on each post (overrides global and category settings) – http://screencast.com/t/DhiJ3uqcr
Please provide more details if this is not your issue.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@NickSi
Do you want to remove the author from fb share? – http://screencast.com/t/NVZsn0W565
You can remove this code – http://screencast.com/t/Ack17APQQZdO then use fb debugger(fetch new scrape) to check you post – https://developers.facebook.com/tools/debug/og/object/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Did you tried the above solution and it doesn’t work? – http://screencast.com/t/Vvf55php5XvI
Provide more details.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The badges have been custom built for this forum, we don’t use a plugin for it.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can create you block in a page using Visual Composer, filter options, sort order, pagination – http://screencast.com/t/uC6tfp2w
Then edit the footer template that you use and use do_shortcode function – http://screencast.com/t/koR5Duvgj1http://screencast.com/t/0XCw4vunOH

<?php
        if(is_single()) {
            echo do_shortcode('[vc_row][vc_column][td_block_3 limit="6" ajax_pagination="load_more"][/vc_column][/vc_row]');
        }
        ?>

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You will have to modify the ads.php file and create a condition there to have header add only for homepage and a custom ad for all other pages(archive, post pages..) – http://screencast.com/t/r6H49nRN6xtC
You can find more information – https://codex.wordpress.org/Function_Reference/is_front_pagehttps://codex.wordpress.org/Function_Reference/is_single and create your condition like you need.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You could use header style 12 to have the top menu bellow the main menu – http://screencast.com/t/Qb2ko0ctHEhttp://screencast.com/t/A1s0SgTPk
Or you can register a new menu and use it, but you need to alter the code and if you don’t have basic knowledge I suggest to hire a freelancer to do it for you.
Also you can follow this tread and find out how to add and register a new menu – https://forum.tagdiv.com/topic/conditional-logic-for-menu/#post-66025

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Not sure why you have this issue, please check this without any plugins active, leave only Visual Composer active, clear cache and check again. Also make sure that all elements are selected from the Visual Composer Settings – http://screencast.com/t/gM3F8N3k

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’ve tried to access your link, but – http://screencast.com/t/Rbc8fPGR3L
Also I tested this on my side and you could add a min-width – http://screencast.com/t/Sif6wM8rz8

.td-classic-facebook iframe {
min-width: 130px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You will have to add it directly in the code as the category page cannot be edited via VC.
Here you can find the style 2 for category page – http://screencast.com/t/qlo16g1qs

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this css in Theme Panel > Custom Css – http://screencast.com/t/8V2pCFwXJqf

.post .td-sub-title {
clear: both;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have infinite scroll on post pages, the infinite load pagination can be used only on tagdiv blocks and category pages.
Also there is not option to rotate the ads, you will have to use a plugin like AdRotate, it is used by many users.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

It seems that your settings are not saved. Please check the max_input_vars value in system status section: http://screencast.com/t/V8MumQISR and make sure that it’s set above 2000. Contact your host provider and let him know about this if you can’t access php.ini file.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can remove the code from td_wp_booster_functions.phphttp://screencast.com/t/JrPOdsYA
It is added for videos when they don’t have thumbs.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Thanks Chris!


@shopunwritten
We recommend Seo by Yoast plugin to control the og meta data, as the theme doesn’t control that. We use this plugin also on our demo.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide your site so I can inspect this and try to provide an accurate solution.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can check each block settings(Newsticker, Popular News block..) and check for example the filter option – http://screencast.com/t/SGaVV0wd3v and then check Post > Categories just like Chris suggested – http://screencast.com/t/ZOVTakeMya

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately we did not tested the theme with WP Rocket, these are the tested plugins – http://screencast.com/t/Otn1pFBxrOMQ so I cannot provide any recommendations how to set it to work well with the theme. For caching we recommend WP Super Cache plugin, use it on default just page cache.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Did you check also the page source to see if it is moved to the footer? You may still get the error on the pagespeed test even if it moved in the footer.
Also please provide your site url so we can take a look.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Using Visual Composer pagebuilder, you can create/add buttons only for page content.
If you want to add it next to the header ad, you will have to edit the code:
*Here is the header ad – http://screencast.com/t/CcAmZjkSz
*It is used for each header styles(to have it in different position) – http://screencast.com/t/wNhmPEIHj7oh
So you cannot achieve this only if you alter the code and use the shortcode directly there and some css for positioning.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t have an option to display to codes in the same spot – https://forum.tagdiv.com/header-ad/ I suggest to find a plugin which allows that or to alter the theme files.

Thanks!

Viewing 25 posts - 1,826 through 1,850 (of 7,871 total)