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
Date - reply

Hi,

It should work also in your case – http://screencast.com/t/IQrlfVNA
Please note that if you use child theme the modules files can’t be overwritten via child theme. Until then please make you change in the main theme file as we have changed the child theme system (for which we will have a documentation available soon) and because of that those files cannot be overwritten.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately there is no option in Theme Panel for this, but you can edit megamenu module and change title length: http://screencast.com/t/jolL6KCRSGGk
If you want to add a border for megamenu please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/Tinz0IUFN

.td-mega-menu .sub-menu {
border: 1px solid red;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@Niels
please clear cache if you use a cache plugin and see if you still have this issue with search.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@thirdharbor
I have tried to access your link but it doesn’t work(it give me a blank page) – http://screencast.com/t/whF9X6g4M
Please provide more details about your issue and if is something similar with @pslice issue please verify block’s margin/padding as well.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please use Theme Panel > Custom css section to add css code: http://screencast.com/t/6CFzuTvE
Your code work fine – http://screencast.com/t/UXS2z6ndpv

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Here you can find the code to edit posts that appear on modules – http://screencast.com/t/PKXEDGjEpX
It appear now top left on module thumb – http://screencast.com/t/Lmwe2qQ3rK You can copy that code and paste it where you want to appear, but you will need also some custom modification to the css code.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The css is applied in cascade so the default color is overwritten by theme accent color that you have set. Please try to change also the color from style.css for logo background – http://screencast.com/t/PtobCgWpH0

Also provide more details about your background image as I have checked your site and you don’t have any background image.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Did you activate it from Visual Composer settings also for pages? – http://screencast.com/t/mbX5B6rUjZ2http://screencast.com/t/x9zPDrzWahax
We recommend to be used for pages templates as in posts it may cause some issues so it is better for post content to be used by default.
Yes, we update also Visual Composer plugin after we make some test with our theme(we also use full version with no modifications) and it will be included in new version of the theme, you can find it in /plugins folder.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Those divs are recommend for non adsense code.
If you want to disable ads on mobiles you have an option in Theme Panel > Ads: http://screencast.com/t/IkYvbW6E

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you use a pagination plugin for articles or did you made custom modification to the pagination function?
Also you can change the post pagination – https://codex.wordpress.org/Function_Reference/wp_link_pages

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please comment or delete those in module files: http://screencast.com/t/U6EPuwePe
Or you can hide via custom css, if you want this solution please try this custom css in Theme Panel > Custom Css:

.page .td_module_wrap .meta-info {
display: none;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@nikau
you can change the color of the Grid line from Theme Panel > Theme Colors: http://screencast.com/t/AqexubpAQRH9

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Thanks Chris!

You can set the number of articles displayed in category page from here – http://screencast.com/t/LKZkO8Zun

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide your site URL or a screenshot as I couldn’t see or access your above image so I don’t know what you mean.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure if this is what you mean, but if you don’t want author name on modules/blocks please edit the modules files and comment author line so the author will not appear: http://screencast.com/t/RU17KPuafbr

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@waleedaslam

Do you have an issue with function file from WordPress?
As the theme functions file is in root of the theme(not in WP-includes) – http://screencast.com/t/ZTgx0gO3uU0 and you can upload it via FTP like Christopher suggested.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Glad that you have managed to solve this. We try to fix this in the next update.

Thanks and sorry for inconvenience!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and did not found any issues with search button – http://screencast.com/t/ZwVki5LmtSGp
About the other issue I’m not sure what did you changed in the functions file, but I guess that you solved that issue if the search appear properly in your menu.
Also please note that we have changed the child theme system (for which we will have a documentation available soon) and because of that at the moment some files can’t be overwritten via child theme. Until then please make you change in the main theme file.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can add a condition to the header ad in header template file that you use: http://screencast.com/t/TAsRoaNNaQ5
Here you can find out more about frontpage function: https://codex.wordpress.org/Function_Reference/is_front_page

<?php
            if (! is_front_page() ) {
                locate_template('parts/header/ads.php', true);
            }?>

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

There is an option in Theme Panel to change font for breadcrumbs: http://screencast.com/t/hMnYX0btbDUB
The color and hover color can be changed via custom css in Theme Panel > Custom Css: http://screencast.com/t/rDUqYnHW

.entry-crumbs span, .entry-crumbs .td-bread-sep {
color: red;
}
.entry-crumbs span:hover {
color: blue !important;
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check this also without any plugins active, leave just Visual Composer active, clear cache and see if you still have this issue. Also please disable any css/js minification.
If you still have this issue with sidebar please send an email at contact@tagdiv.com and paste a link to this conversation so we can know who you are.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I don’t know exactly if there will be this option in the backend of the articles, but if you want you can use post style 7 to show featured image only on modules/blocks and it will not appear on post so you can use another image in posts: http://screencast.com/t/G2KM7j71N

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please edit your page and in block settings set your category to filter articles – http://screencast.com/t/6nKfv2JI and set “Show child categories” menu like I suggested above – http://screencast.com/t/meVhBzTOA

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that al those tags exist because I have checked few tags and for example Rijksmuseum tag page exist – http://screencast.com/t/pVLOfPUhO2 but “Rondvaarten” tag page doesn’t exist – http://screencast.com/t/zV8g9sYm
But the articles tagged “Rijksmuseum” is not part of the “Bezienswaardigheden” category what you filter in slide settings, it is a part of Musea category: http://screencast.com/t/ogUh9dh1bl
If you want to filter by tag the best way is to not filter by category so leave there “All categories” and see if it works.

Thanks!

Viewing 25 posts - 5,626 through 5,650 (of 7,871 total)