Home User profile
tagDiv Staff
Passionate for gaming, mountain biking and traveling. I face every task as a new challenge to bring my skills to the next level.
Bogdan B.
tagDiv Staff

Hello Breus2,

You can select a specific page to become your homepage from the ‘reading’ section under ‘settings’ like so: http://screencast.com/t/6ljQQvrZdWv.
You can also read our documentation: https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
You can create your homepage to your preference using visual composer. Create a simple page and use this tutorial to customize it: https://forum.tagdiv.com/how-to-use-visual-composer/
You can browse through other topics in our documentation. You will find them very useful.
I hope this helps.

Thank you.

Bogdan B.
tagDiv Staff

Hello vipulparsana,

Make sure you get the correct category id number by hovering over the category neme: http://screencast.com/t/DbADwnjw7,
Also make sure you leave the category filter to default before inserting category id’s: http://screencast.com/t/jkiBYahX0R
Let me know how it goes.

Thank you

Bogdan B.
tagDiv Staff

Hello StephanusD,

The theme blocks were build to retrieve posts filtered by Categories, Tags, Authors and Post Types that you want to show on the Block and the order they will show up: https://forum.tagdiv.com/block-settings-tutorial/
There is also a sorting order for posts: http://screencast.com/t/2KkQeLRB91.
Regarding the post type setting, you can read more in this topic here: https://forum.tagdiv.com/topic/post-type-function/

Thank you

Bogdan B.
tagDiv Staff

@ travisnw
Replied in the new topic.

Bogdan B.
tagDiv Staff

Hello,

Make sure you are using the right embed technique as shown here: https://instagram.com/developer/embedding/
and here: https://en.support.wordpress.com/instagram/instagram-images/.
This is the way wordpress handles instagram embeds. just paste the link in your post/page in classic mode and make sure it has its own line. http://screencast.com/t/OoLQdCNz
The result: http://screencast.com/t/lOd7EehxM
Use the URL directly, not the shortcodes.

Thank you.

Bogdan B.
tagDiv Staff

Hi,

You can have breadcrumbs if you chose the pagebuilder + page title template I mentioned in my first replay: http://screencast.com/t/cWDSm0gF9.
The result: http://screencast.com/t/UsYcM7oQB

Thank you.

Bogdan B.
tagDiv Staff

Hello kushpvo,

The theme already has 2 menus for the header section: top-menu and main menu. You cannot add a third one from the panel. You could do that with custom modifications, but unfortunately time does not allow us to provide that as we work hard on the development, updates, fixes and support. You can always look for a freelancer from sites like: http://studio.envato.com/

Thank you.

Bogdan B.
tagDiv Staff

Hello adriatikxhelo8,

You can test a category page you create from the view button: http://screencast.com/t/0Eto8Fsrsn
Normally it should show up. Make sure you save your settings when editing: http://screencast.com/t/CcHOW7vUjZ
If you do not click update/save settings, all your changes will be gone.
FOr further customisation of your category page check this section of our theme panel: https://forum.tagdiv.com/how-category-settings-work/
I hope this helps. If you still have this problem, provide more details so we can closely inspect it.

Thank you.

Bogdan B.
tagDiv Staff

Hello,
I hope it works like this:

function td_quote_center($atts, $content = null) {
return '<blockquote><p>' . $content . '</p></blockquote>' ;
}
add_shortcode('quote_center', 'td_quote_center');

function td_quote_right($atts, $content = null) {

return '<blockquote class="td_quote td_quote_right"><p>' . $content . '</p></blockquote>' ;
}
add_shortcode('quote_right', 'td_quote_right');

function td_quote_left($atts, $content = null) {

return '<blockquote class="td_quote td_quote_left"><p>' . $content . '</p></blockquote>' ;
}
add_shortcode('quote_left', 'td_quote_left');

function td_quote_box_center($atts, $content = null) {
return '<blockquote class="td_quote_box td_box_center"><p>' . $content . '</p></blockquote>' ;
}
add_shortcode('quote_box_center', 'td_quote_box_center');

function td_quote_box_left($atts, $content = null) {
return '<blockquote class="td_quote_box td_box_left"><p>' . $content . '</p></blockquote>' ;
}
add_shortcode('quote_box_left', 'td_quote_box_left');

function td_quote_box_right($atts, $content = null) {
return '<blockquote class="td_quote_box td_box_right"><p>' . $content . '</p></blockquote>' ;
}
add_shortcode('quote_box_right', 'td_quote_box_right');

function td_pull_quote_center($atts, $content = null) {
return '<blockquote class="td_pull_quote td_pull_center"><p>' . $content . '</p></blockquote>' ;
}
add_shortcode('pull_quote_center', 'td_pull_quote_center');

function td_pull_quote_left($atts, $content = null) {
return '<blockquote class="td_pull_quote td_pull_left"><p>' . $content . '</p></blockquote>' ;
}
add_shortcode('pull_quote_left', 'td_pull_quote_left');

function td_pull_quote_right($atts, $content = null) {
return '<blockquote class="td_pull_quote td_pull_right"><p>' . $content . '</p></blockquote>' ;
}
add_shortcode('pull_quote_right', 'td_pull_quote_right');

Also new paste bin link: http://pastebin.com/jASmbvCr

  • This reply was modified 10 years by Bogdan B..
Bogdan B.
tagDiv Staff

Thank you for your suggestions, they were added to our list of updates and we hope in a future version we can provide them. The developers will have the final decision though.

Thank you for your message.

Bogdan B.
tagDiv Staff

Hello Saustav,

We know there is a problem with this error message. What you have to do to get rid of it is activate a different theme (a default one) and access that button and disable the design options as this feature is not supported by our theme. Once you disable this function you can activate our newspaper theme again and the error should be gone.

I hope this helps

Bogdan B.
tagDiv Staff

Hello,

Please check your individual pages and edit them in visual composer, because there is no global page template in the theme panel. You can either add elements in visual composer or add a predefined layout: http://screencast.com/t/sZHKnZ6dMp. There are also 3 types of templates here: http://screencast.com/t/cWDSm0gF9
As for posts there are multiple post templates some with margins others without: You can change post templates in the theme panel for global settings: http://screencast.com/t/NBB2OsY7O7, or on individual posts: http://screencast.com/t/6VNPoqjI.
If this is not what you mean, provide more detailes so we can better understand the problem.

Thank you.

Bogdan B.
tagDiv Staff

Hello buczek,

I have inspected your site and i found an error in your console: http://screencast.com/t/Fm2Zvg4bFW1
http://screencast.com/t/VXTQzj1lGoFJ
This could be a plugin related issue. We have recreated the layout of your page and it works at our end.
Please disable all plugins except visual composer and let us know if the problem is still there.

Thank you

Bogdan B.
tagDiv Staff

Hello t1900,

I have checked your site and you seem to have some errors in the console: http://screencast.com/t/PdAhtu7EbQJ
Please disable all your plugins except of Visual Composer to make sure that it is not a plugin conflict, also clear cache and purge your files if you use CDN. Let me know if you still have this issue.

Thank you.

Bogdan B.
tagDiv Staff

Hi,

It actually depends on the big grid used. For example big grid 7 uses module mx12 with the author and date visible but mx6’s author and date hidden: http://demo.tagdiv.com/newspaper/big-grid-7/
It is a simple CSS code applied to hide them. you can override this code with custom CSS for example in big grid 8 which you mentioned:

.td_block_big_grid_8 .td-small-thumb .td-module-meta-info {
display: block!important;
}

Thank you.

  • This reply was modified 10 years by Bogdan B..
Bogdan B.
tagDiv Staff

Hello Diana,

The user you see in the system status unfortunately cannot be removed (just changed) because it represents the latest request made to Youtube. That is the last username you used in your social counter. In order to change it you have to add a different user to the youtube social counter: http://screencast.com/t/6OiZ8Dj3Z0 and so the new one will be displayed.
This is the current behavior of the theme but in the near future we will try to implement an option for these social entries in the system status.

Thank you.

Bogdan B.
tagDiv Staff

Hi,

Please make sure you empty all caches and purge cdn files if using a cdn host then test again without any plugins active, besides theme’s plugins.
If the problem is still there please send us your admin details via email so we can have closer look at this
Address us at contact@tagdiv.com via email and also include a link tot this tread. We will get back back to your with an answer as soon as possible.

Thanks for the message!

Bogdan B.
tagDiv Staff

Hello kadirayubi,

Our theme does not control the titles, but a quick solution would be to use a plugin named SEO by Yoast wich is able to control them.
link here: https://wordpress.org/plugins/wordpress-seo/

Thank you.

Bogdan B.
tagDiv Staff

Hello,
Unfortunately, there is no easy way to do this. The simplest way is by using custom CSS by targeting the specific class used by the containers in the specific post. For example: for post template 3 if you use this code it will make the container smaller and bring up the content.

.td-post-template-3 .td-post-header-holder {
max-height: 340px;
}

before: http://screencast.com/t/PzEoJAk8 after: http://screencast.com/t/fA1JNph68z
(You can change that height to your liking).
Different post templates use different containers and you cannot apply a code to all templates. You have to identify the containers on each post template and modify their height.
If you do not manage, we recommend hiring a freelancer to do it for you.
I hope this points you in the right direction.

Thank you.

Bogdan B.
tagDiv Staff

Hello stuntfm,

Unfortunately time does not allow us to test every single plugin with our theme and i cannot give you a specific answer to your problem, but you can try to disable the featured image/placeholder either in the theme http://screencast.com/t/kQMaC14o or from the plugin and see how it goes.

Thank you.

Bogdan B.
tagDiv Staff

Hello AngOst,

I think you are referring to the site title which can be set from here: http://screencast.com/t/4fM2l4hrld
If this is not what you mean, please provide more details so we can identify the problem.
As for the second part, further detail the problem because i do not know what you mean. Sorry!

Thank you.

Bogdan B.
tagDiv Staff

Hello Pietro,

Unfortunately the only thing you can do is check the plugin settings and see if you have something set up to redirect links. If you cannot figure it out, you can always reset your plugin settings to their defaults like so: http://screencast.com/t/qyvsrMP8Yx.
I hope this helps.

Thank you.

Bogdan B.
tagDiv Staff

Hello broadstone,

You can edit your page : http://screencast.com/t/KoXVpiLkb5O6 and change the social counter element settings in visual composer: http://screencast.com/t/BVhj7XkG.
The default sidebar is a demo and has to be changed in order to apply your own settings. You can create your own sidebar like so: https://forum.tagdiv.com/sidebars-tutorial/
and add the tagDiv social counter: https://forum.tagdiv.com/tagdiv-social-counter-tutorial/
I hope this helps.

Thank you.

Bogdan B.
tagDiv Staff

Hello laarena,

Unfortunately you cannot add a third section from the theme panel. You will have to add custom code to your files. You can read more about custom templates here: https://forum.tagdiv.com/api-modules-introduction/

Thank you.

Bogdan B.
tagDiv Staff

Hello ckeaney,

I have created a page to your specifications and the loading order is 1/3 then 2/3.
Please provide more details so we can better understand the problem.
Provide a screenshot of your layout and a link to your website.

Thank you.

Viewing 25 posts - 22,176 through 22,200 (of 22,378 total)