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,

The footer elements were not aligned center from the theme copde so they have to be aligned through customization as there is no setting added for this. Luckily the code is not all that complicated:
.td-footer-wrapper{
text-align: center!important;
}

Add this code in the theme panel-> custom css box. Now the footer elements are aligned center.
As for the content elements vertical alignment, the theme has no options to make the text align vertically. It will have to be made custom. You can select the rows to be equal height first so you will have the proper layout for an alignement: http://screencast.com/t/XPuOgaUcSW you can also assign some extra classes to your elements so you will be able to target them with css and then use this guide and choose your preferred method to align elements vertically: http://vanseodesign.com/css/vertical-centering/

Thank you!

Bogdan B.
tagDiv Staff

Hello Chloe,

Unfortunately you still have quite a bit of adjustments to make until you ‘go live’. Please use this guide and make the proper page speed adjustments: https://forum.tagdiv.com/how-to-make-the-site-faster/
The ‘cascading’ css can be seen as this is the way css works by rewriting itself. If the site is adjusted for better loading speeds, this effect will not be so visible anymore.
There are multiple threads on our forum regarding page speed optimization. You can try to do a search through the forum but be advised as it gets very technical. Unfortunately running a website always is.

Thank you!

Bogdan B.
tagDiv Staff

Hello.

Our theme does not control the title tag. Please use seo yoast if you want to alter the site title tag. This is not theme related.
As far as I can see the |truchie part is present on every title. Just the page title changes.
http://screencast.com/t/rlrQu4K7CC

Thank you!

Bogdan B.
tagDiv Staff

hello,

We do not recommend using max cdn as it is not tested to work with our theme. We recommend cloudflare and these settings:
https://forum.tagdiv.com/cloudflare-cdn/
As for caching: https://forum.tagdiv.com/cache-plugin-install-and-configure/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Thank you for your suggestions. I will pass this information on to the development team but I cannot promise they will decide on it though. The theme width is very hard to change as all the theme elements need to be adjusted in order to make them display proper in a different layout width. Our theme elements were all designed based on the fixed with. Changing the width means changing all elements and it will be no easy task to do.

Thanks.

Bogdan B.
tagDiv Staff

Hello,

Unfortunately our theme does not have any such functionality. Sorry. It can only be done through customization. We have no easy solution to provide in this regard. You will have to get some hired help if you require this modification or find a plugin that can provide such a feature.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please check the page templates section of the docs: https://forum.tagdiv.com/page-templates-2/
The default page template will remove title and breadcrumbs if visual composer is used.
The page bulder + page title will always show it and the page builder + latest will never show it.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

We have not tested any event calendar plugin so we cannot make any recommendation. Sorry. You can search through this forum to see what other people use.

Thank you!

Bogdan B.
tagDiv Staff

Hi,

You will not get banned but we do recommend reading the docs first as you will find much useful information in there: https://forum.tagdiv.com/newspaper-theme-documentation/
You can also do a forum search for any question you might have as lots of them are probably already answered so you will see the solution faster than we are able to respond.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please provide more details so I can better understand how to help./ What is not working? the get author? get_date? get_comments? do you want to move the plugin in another place? I can only guess from that screenshot. Please provide a link to your site and explicit details to what it is you want to move and where. From what I can tell that is a plugin so you will have to use the shortcode implementation for it.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The order of the images does not mattr. Your first example on 2 lines gets an extra clear after one element. You can use this code to disable the clear and have them on the same line:
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after, .vc_clearfix:after, .vc_column-inner::after, .vc_el-clearfix, .vc_row:after {
clear:initial;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,
I;m not sure exactly how you want to place icons but we have not tested any custom icons spots except foir the menu. The tested and recommended plugin to use if font awesome for menus. Even the plugin name states that it is for menus. What categories are you trying to replace with icons? The category tags on modules? http://screencast.com/t/3juXhSpZ
Please provide more details so I can better understand what are you trying to do and if there is a possible way to do it.
Thanks.

Bogdan B.
tagDiv Staff

Hello,

If you want to reduce the mega-menu space on the about section, you can use this css:

.menu-item-657.td-mega-menu ul{
width:660px!important;
}

The height of the pagination container was added so that the text can position properly if it falls on 2 or 3 rows like this example: v

Thank you!

Bogdan B.
tagDiv Staff

Hello,

You can make the logo smaller using this css:

.td-header-style-5 .td-main-menu-logo img{
max-height: 40px;
}

Unfortunately it cannot go any more left as it;s on the far left of the main container. It cannot go outside of these boundaries: http://screencast.com/t/Vppz9FCoVzTf

Thank you!

Bogdan B.
tagDiv Staff

As I said above, you can shrink the outer wrap but not the main content. Here is an example so you will understand why this is a bad idea: http://screencast.com/t/tFlhzUi16
i decreased the main content by only 1 pixel and the big grid already broke and moved 2 posts on the line below. Just as the big grid, multiple elements need the width to stay the way that it is to display properly.
Thanks.

Bogdan B.
tagDiv Staff

Hello,

The theme does count the number of slides as some smart list styles also number your titles ascending or descending so there is a detect in the code for this. I;m not sure exactly how you can use it to your advantage in this case though as i have not tested this. I do not have an easy solution to provide on this one….sorry. We try to help out where we can but we cannot tackle customization tasks as time does not allow us to. custom work is generally not part of the theme support but we do offer it if it does not take a lot of our time so we can manage to answer everybody.

Thank you for your understanding.

Bogdan B.
tagDiv Staff

Hello,

Unfortunately this will not be an easy thing to adjust as thre is no particular code for each of these elements and just as the other method, it will affect lots of other things.l There are many many links on a website.
The correct path to take when you want to change the link colors like so is to style each post content link in particular. This way you can be certain that no other link is affected by the change. You can add an extra class to each link you add on your site and assign a certain color to the class. FOr example add this class on each of your links in html mode like so:
<a href="#" class="customlink">My custom link text</a>
Then you can add this custom css code in the theme panel and wherever you add the class, the css will apply:

.customlink{
color:#b87333!important;
}

The other elements (static content) that cannot be edited in the pmce editor muust be targeted separately with css. I will have to know exactly which one to target. You mentioned categories and tags. What links do you want changed on these pages?
Css needs very precise instructions to work properly.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
Our theme does not need wp curve or SEMRush testing or any other tool to function properly. The structure data erors can be fixed easily by simply enabling the author and date from the theme panel: http://screencast.com/t/5iicyxAUKlZ ALso make sure your iposts have proper featured images set to them using the theme settings: https://forum.tagdiv.com/featured-image/
Everything you need is available. You just have to set it properly on your end. The errors will go away once you set the theme how google wants.
Thank you!

Bogdan B.
tagDiv Staff
Bogdan B.
tagDiv Staff

Hi,

There is a list in the theme panel that shows where each module is being used. In the case of module mx8 it is used only on block 18 so your change will not affect any other block. You will find this list here: http://screencast.com/t/y3t0atLB9a
As for the updates, the mokdules can be altered from the child theme as this guide suggests: https://forum.tagdiv.com/the-child-theme-support-tutorial/ It will spare you a few updates if the file does not get modified.

Thank you!

Bogdan B.
tagDiv Staff

Hi,
The picture with the camel is actually not included in the theme. None of the images you see on the official demo are included as they are payed images and we do not have distribution rights on them. The images included in the demo you download are free images that do not have copyright on them. We cannot provide the camel image as itl;s copyrighted. You can get free HD images from sites like https://eu.fotolia.com/ and https://pixabay.com/
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please disable all plugins except visual composer, clear cache and rest cdn files. Also make sure you switch to the main theme to make sure any code in the child theme does not break the theme. (a child theme is never update proof. It needs updating too)
Thanks.

Bogdan B.
tagDiv Staff

Ok,
You will have to enable the author, the date, and a featured image on your posts.
As you can see there is no alt tag issue though.
Please provide a link to your site so we can inspect it.
Thanks.

Bogdan B.
tagDiv Staff

Hello Jan,
Maybe this topic will help:
https://forum.tagdiv.com/topic/article-bottom-ad-not-working-on-smart-lists/
You have to use $buffy .= do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');
Thanks.

Bogdan B.
tagDiv Staff

Hi,

Please follow this topic:
https://forum.tagdiv.com/topic/facebook-comments-2/

Thank you!

Viewing 25 posts - 11,926 through 11,950 (of 22,378 total)