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 :)
Catalin
tagDiv Staff

Hi triggah61,

I’ve checked your site and i saw the problem with the white-space bigger. I think that issue comes from another plugin when you are using on site (this is an empty image). You can hide this, using the code below in Theme panel line this: http://screencast.com/t/fZhDO3BhO

.ac_adbox_inner .ac_pixel {
display: none;
}

The result you can see here: http://screencast.com/t/kiONqxkJpcOg

Hope this helps!

Thanks.

Catalin
tagDiv Staff

Hi Filipe,

Unfortunately, our theme does not have this option. This is a complex task which requires lots of customization and if you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer customization services at the moment, sorry.

Thanks.

Catalin
tagDiv Staff

Hi snowwatchGB,

Please try the code below in Theme panel->Custom Css area like this: http://screencast.com/t/Lp1djK5q

.td-post-template-6 .td-main-sidebar {
margin-top:0px;
}

You can see the result: http://screencast.com/t/uHalXZzOs

Thanks!

Catalin
tagDiv Staff

Hi,

Replied via email.

Thanks.

Catalin
tagDiv Staff

Hi PatWire,

I’ve checked your site ( http://westbridgfordwire.com/) and i saw the problem on mobile. These errors comes from another plugin when you are using and also you have some errors in console – http://screencast.com/t/e2kcSwW86q
Please disable all the active plugins except Visual Composer and try it again.

Hope this helps!

Let us known how it goes!

Thanks.

Catalin
tagDiv Staff

Hi byothe,

I’ve checked your website and i saw your problem with posts images. You have a problem with this,
meaning that when you click on the image does not open. The issue maybe comes from another plugin.
I suggest you to disable all of active plugins, except Visual Composer and try it again.
Notice – it is an option for active/inactive modal image in theme panel. Make sure that this option is
active or if is not, please check manually in article editor, if image has an active modal mode.
If after you have followed these steps, the issue is still here, please let me know.

http://screencast.com/t/50uJDoA2Tmhttp://screencast.com/t/At4m41zhu

Hope this helps!

Thanks.

Catalin
tagDiv Staff

Hi gpm79,

As you can see in our documentation here: https://forum.tagdiv.com/header-ad/ , these are standard value of the google ad sense and do not support another re-size, sorry. The only possibility which you have, is to upload directly the image with the desired size which you want to display on your website.

Hope this helps.

Let us know how it goes!

Thank you!

Catalin
tagDiv Staff

Hi,

For achieve what do you want, please try this to use next/prev pagination on posts by adding this parameter: 'next_or_number' => 'next', here: http://screencast.com/t/hkqJljKyxr3 and remove this code: http://screencast.com/t/87kGUcin5YQN – result: http://screencast.com/t/8THEIGR5

Also you can try the code below for getting style on your buttons.

The result should be like here http://screencast.com/t/hEu9ss3JL8a

Hope this helps and let us know how it goes!

Thanks.

Catalin
tagDiv Staff

Hi scorpios77,

For your request, i have a brief solution. To achieve what do you want it is necessary to do some customization and modify the core file. Please follow the steps below and solve the problem. Before this change makes sure that you have found the correct file used in theme.

http://screencast.com/t/mwTYw377ahttp://screencast.com/t/HM2JmVU9x9http://screencast.com/t/n2qOwkILmFox

The result you can see here: http://screencast.com/t/mwTYw377a

Hope this helps and let us known how it goes!

Thanks.

Catalin
tagDiv Staff

Hi securerr,

There is an option for it in Theme panel, like this: http://screencast.com/t/t4e5wo2c5

Thanks.

Catalin
tagDiv Staff

Hi news_lp_client,

Unfortunately, we cannot recommend another plugins because our theme has not been tested with another plugins but only with Google adsense. I suggest you search on web another plugins and test it. You can see which works and which do not causes conflicts in theme.

Thanks and good luck!

Catalin
tagDiv Staff

Hello,

Our theme has 2 different type of pagination namely-block pagination (every block has his pagination) and site pagination when include pagination of related articles.

The newspaper_health will display the main page when you enter the number of page in link, because this has not the pagination but only block pagination-this is the reason.
If you want to have the site pagination you should make some customization like this: http://screencast.com/t/eQkQgi0dukD
Please make sure you have activated the page-builder+latest articles+pagination option and you should see the result-> http://screencast.com/t/syMWdNXEQa http://screencast.com/t/eYEEph8DcPi .

Hope this helps!

Let us known how it goes.

Thanks.

Catalin
tagDiv Staff

Hi strawberrybase,

Please try the code below and you can add the border to the thumbnails. The code have to be put in custom CSS area like this: http://screencast.com/t/ZbSP6ldB

.td-module-thumb {
border: 1px solid black;
}

The result you can see here: http://screencast.com/t/lMqXo2v2

Hope this helps.

Thanks!

  • This reply was modified 10 years by Catalin.
Catalin
tagDiv Staff

Hi cookingpanda,

For change the size of the Blockqoute is an option in Theme panel like this: http://screencast.com/t/bWsfb9yo4Q and to change the color you can do it manually in WP-article editor like this: http://screencast.com/t/IbjmwJtVeVYx or in Theme panel you can change the general theme colors like this: http://screencast.com/t/UdKfQsoS9mq4

And also you can try the code below in Custom css area like this: http://screencast.com/t/t6J7R3m2cnB9

.td-post-content blockquote p {
color:blue;
}

Thanks.

  • This reply was modified 10 years by Catalin.
Catalin
tagDiv Staff

Hi Edward,

If you are using WP Pages in Tabs within Visual Composer, it isn’t enough to delete the name of the widget title and also you have to need the code below to remove the title widget like this: http://screencast.com/t/AJVjx9iq http://screencast.com/t/qdnNzv0qZ4W0

.widgettitle {
display: none;
}

You can see the result here: http://screencast.com/t/rVjLBliovuV

Hope this helps!

Thanks.

Catalin
tagDiv Staff

Hi jerocarson,

I understand your problem. Please decrease the z-index value using css and the problem is solved. Try the code below in Theme panel->Custom Css area like this: http://screencast.com/t/omWBi62Q691R

.td-header-style-6 .td-top-menu-full {
z-index: 0;
}

And the result you can see here: http://screencast.com/t/88nmwGzGDjiW

Hope this helps.

Thanks and let us how it goes!

Catalin
tagDiv Staff

Hi news_lp_client,

Our theme has been designed to use google ad sense. Another possibility would be using custom ads like this: http://screencast.com/t/AYiOMCC6http://screencast.com/t/MFobfDZr . If you need to rotate ads there we suggest you try an ad manager plugin like AdRotate like we also suggested in theme’s ads guide: http://screencast.com/t/1QFQWqVE1Ao .
For more information about this, please consult our documentation to ads section: https://forum.tagdiv.com/header-ad/ and you can find a lot of information about using ads.

Hope this helps.

Thanks.

Catalin
tagDiv Staff

Hi Terrence,

You can remove/change the ad title in WP->Appearance->Widgets->[tagDiv] ad box, like this: http://screencast.com/t/Kvbook8Jx

Thanks.

Catalin
tagDiv Staff

Hi sosoro,

Please try it without any plugins. Remove all plugins except Visual Composer. It could be a conflicting plugin. If the problem persist, please provide your URL website so we can take a look.

Thanks.

Catalin
tagDiv Staff

Hi mikezenmx,

Unfortunately, there is not an option for change the dimensions of slide. These are default. Another possibility would be to change it manually using Css code but this option we do not recommend.

Below you can see an example:
http://screencast.com/t/KOQHNcL0Vu8 http://screencast.com/t/FjkxHeRQ3mXa

Thanks.

  • This reply was modified 10 years by Catalin.
Catalin
tagDiv Staff

Hi Janaagaard,

You can change the header photo in the Travel-design if you edit your front page within Visual Composer->edit the first row and change the image like this: http://screencast.com/t/pRRpomeBMsuM http://screencast.com/t/a00PwfLff0C http://screencast.com/t/G5DSBxRELH .

Thanks.

Catalin
tagDiv Staff

Hi sirota,

Please try the code below in Theme panel->Custom Css area like that: http://screencast.com/t/i49NXzMLi

.td-header-style-X .sf-menu>li>a:hover, .td_mega_menu_sub_cats .cur-sub-cat {
color: green;
}

Hope this helps.

Thanks!

Catalin
tagDiv Staff
Catalin
tagDiv Staff

Hi ibomax,

I understand what do you want and you should change Ajax Filter Tab in blocks settings like that: http://screencast.com/t/BZHLrt5Ky

This setting will display a list with Categories, Authors or Tags near the title and the user will be able to see posts from those filters on this block that will be dynamical loaded with ajax without leaving the page.

For more information about this, please consult our documentation here: https://forum.tagdiv.com/block-settings-tutorial/ (3. Ajax Filter Tab)

Hope this helps!

Let us how it goes.

Thanks.

Catalin
tagDiv Staff

Hi bfrye26,

If you have a review score on post, this appears in all modules and blocks where used the post. Here http://screencast.com/t/25s1qyza you can find the function.

The exemple you can see here: http://screencast.com/t/UEIVyoXL

Thanks.

Viewing 25 posts - 23,176 through 23,200 (of 23,298 total)