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

Replied here – https://forum.tagdiv.com/topic/default-post-template-per-category-and-custom-post-type/


@JanuszJasinski
Please create a topic for each of your issues/suggestions!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have an option for this and you will need custom modifications. You can try this solution – https://forum.tagdiv.com/topic/different-post-template-for-one-category/#post-65047 I have adjusted it for version 6 of the theme.
This suggestion is already added on our list, but I will will consider it for future updates.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

For custom post type you have to create a template, you can use structure present in the post template 3. You have to check how the single and loop-single templates are built and start from there. For example single_template_3.php and loop-single-3.php and check the official documentation – https://codex.wordpress.org/Post_Types#Custom_Post_Type_Templates

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try this solution for category issue – https://forum.tagdiv.com/topic/show-all-subcategories/#post-62151 It is not so easy to make it scroll and you will need custom modifications, so I suggest to hire a professional to do it for you, as we cannot provide custom work sorry!

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Replied here – https://forum.tagdiv.com/topic/slider-full-page/
If you refer to the header template, there are some full width header styles – http://screencast.com/t/nSPqtxbNRMq when the background color/image is not used. When it is used the site will automatically switch to boxed version.
If you refer to the page content unfortunately the tag div block were not designed to be stretched using the Visual Composer row option, sorry. Like I said in the other thread I added this on our list but I cannot promise you anything.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I will add this suggestion on our list and the developers will take the final decision. I don’t think that we will change the grid soon, the Newspaper 6 was releases just for few months.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please send an email at contact@tagdiv.com and provide wp-access so we can check this, also paste a link to this topic so we can know who you are and what your issue is.
Also please note that I’ve referred to the widgets titles color – http://screencast.com/t/QpH3wKXkj
Here is an example – http://screencast.com/t/sdi1Rwut3Arghttp://screencast.com/t/Hdo4K0yKc The theme’s blocks have also an option in settings – http://screencast.com/t/I9Q87Vr4xU

Thanks!

Alin [tagDiv]
tagDiv Staff

Salut,

Am verificat pagina ta, dar sidebar-ul apare – http://screencast.com/t/fw385ZgO

Mersi!

Alin [tagDiv]
tagDiv Staff

Hi,

1. I guess that this is what you want to do – http://screencast.com/t/UtORBEL3Y

.td-big-grid-post:hover .td-module-thumb a:last-child:before {
opacity: 0.3;
}

2. You will need custom modifications to change the thumb size for each module used for Big Grid and increase the margin between them – http://screencast.com/t/XeQkMx7dbhW I suggest to hire a freelancer to customize Big Grid for you, as we cannot provide custom work at this time, sorry!
3. If you want to add a hove color for articles title in Big Grid you can try this custom css in Theme Panel > Custom Css: http://screencast.com/t/ehfidfhfaCqE Just change the big grid number and add your color.

.td_block_big_grid_1 .td-big-grid-post:hover .entry-title a {
color: red;
}

4. Not sure what you mean, please provide more details.
5. The excerpt length for every module can be controlled from Theme Panel > Excerpt – http://screencast.com/t/ur5noHK5vGx
If you want you can also use the excerpt section from post settings, but the settings from panel will not control this, all text that you paste will be displayed – http://screencast.com/t/rardM7tu0

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I cannot see your picture and I have checked your link, but did not found any icons issue – http://screencast.com/t/zLVLavRvW60 so please provide more details where I should look and a screenshot.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and you have some errors in the console that may cause some issues. So please disable all plugins except of Visual Composer, clear cache and see if you still have this issue.
I have tested this on my side and did not found any issues with it.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please use pastebin.com and provide the post content so I can check this on my side – http://screencast.com/t/H6uskCE5XW

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please send an email at contact@tagdiv.com and provide wp-admin access so we can take a look, also paste a link to this topic so we can know who you are and what your issue is.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately we did not tested this plugin with the theme, but if you want to modify the theme sign in/register pop up here you can find the code – http://screencast.com/t/Gr6N85IUa You will need custom modification to implement this and I suggest to hire a professional developer to do this for you, as we cannot provide custom work at this time, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Thanks @nf_prt for your help!


@StephanusD
You have to create an else statement here, after the video format condition and add a similar code(just change the image path) – http://screencast.com/t/yHklZv7Cxhttp://pastebin.com/Y8M9Ehka and upload your image to the specified path images/icons/yourimage.pnghttp://screencast.com/t/UwyOR6Q77
It should work fine – http://screencast.com/t/nCUIvAvye

If you don’t know how to do it or you need additional customization I suggest to hire someone to do this for you, as we cannot provide custom work, sorry!

Alin [tagDiv]
tagDiv Staff

Hi,

Please add this code to the author function – http://screencast.com/t/FkJuKn5Wj

$td_a_target = ' target="_blank"';
$authorMeta = get_the_author_meta('twitter');
$buffy .= '<span class="td-social-icon-wrap td-twitter-author"><a' . $td_a_target . ' href="' . $authorMeta . '" title="Twitter"><i class="td-icon-font td-icon-twitter"></i></a></span>';

And use this custom css in Theme Panel > Custom Css – http://screencast.com/t/0GqehRMNNEiA

.td-twitter-author .td-icon-font {
color: #222;
}

I just add this and it works fine on my side, but please note that I did not checked how it looks on all the post templates, so you may need some additional customization… If you don’t know how to do this I suggest to hire someone to do this for you.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have added td-main-content-wrap here – http://screencast.com/t/OFnYEPAJdtU and did not break the layout – http://screencast.com/t/L1mb4ooB so you can test this on your side and see how it works.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please send an email at contact@tagdiv.com and provide wp-admin and ftp login so we can take a look, also paste a link to this topic so we can know who you are and what your issue is.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. The admin bar should appear only when your are logged in. I think that a plugin may cause this issue, so please disable all plugins except of Visual Composer, clear cache and see if the admin bar is still there.
2. The theme supports buddypress plugin without any custom modifications, so please check the plugin documentation – https://codex.buddypress.org/
Just create a page named Register(or Activity) and set it from plugin settings.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please edit module 6 and uncomment the author – http://screencast.com/t/mzlqHPMcj

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme has some predefined footer templates and you can set it from Theme Panel > Footer – http://screencast.com/t/7F5ipHhpX So this block(Editor Picks) is added directly in the footer template code – http://screencast.com/t/mQOv1TaK2JY you can set it only if you alter the code.
For Editor Pick is used block 7, so if you want you can use it in the page content, just add it using Visual Composer pagebuilder – http://screencast.com/t/V2IaDhC713http://screencast.com/t/nVzkaifXIR
You can check theme’s documentation – https://forum.tagdiv.com/block-settings-tutorial/ and we have also some video tutorial on youtube – https://www.youtube.com/watch?v=rgWqozuqmJk

If you want to add your own widgets to the footer area, just use a style that allow you to add theme from Widgets area, for example – http://screencast.com/t/6eANPEtB5gRDhttp://screencast.com/t/e5OoEmIeXjd If you only want to translate Editor Picks, you can do this from Theme Panel > Translations section – http://screencast.com/t/zOwQz0WJj6

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

I know that it is frustrating to have this issue, but like I said above the theme doesn’t control open graph data. Also the og: data are set properly by Seo plugin, but it seems that google plus doesn’t consider these tags. I have searched a little about this, so please try to test this by removing this itemprop="image" from here: http://screencast.com/t/Ua5FRoCtBKg and see how it goes.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. I can see that but on my side did not happen this – http://screencast.com/t/bgOEYDzfhttp://screencast.com/t/GhCnb0Ihh So I cannot figure out why this happens on your side and I cannot provide a solution if I can’t inspect this, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

To see if this causing the issue, please switch to the main theme, clear cache and see if the issue persist. If you don’t have this issue anymore, you can copy the css code from style.css file and paste it in Theme Panel > Custom Css – http://screencast.com/t/dxWMY8bqH Then make a backup of your child theme files and update it.
The custom css from panel should work even if you switch to the child theme.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The post content settings for blockquotes will not work on woocommerce single products and the theme doesn’t have an option for this. The qoutes will keep the default css.
You can change this using custom css in Theme Panel > Custom Css – http://screencast.com/t/ikwOBZh0qnX

.woocommerce #tab-description blockquote p {
font-family: Cookie;
font-size: 32px;
line-height: 30px;
text-transform: none;
color: #2b003f;
}

Thanks!

Viewing 25 posts - 2,476 through 2,500 (of 7,871 total)