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

Hi,

You need custom work to have this effect on all modules, you can check this solution to create a css – https://forum.tagdiv.com/topic/zoom-effect/#post-55940
I suggest to get someone to help you with this if you don’t have basic css experience, as we cannot provide custom work at this time, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@edunpisan
Please provide more details where we should look or what the error is.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

What theme version do you use?
The theme(last version 6.4) is tested with Woocommerce plugin 2.4.6 and it works fine. Also you can check this – http://screencast.com/t/6sgy7Oc1qfm

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure you use the right code as this should not happen, use this guide: https://support.google.com/analytics/answer/1008080?hl=en The code starts with the <script> tag and it ends with </script>

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try to upload the plugin via ftp, you can find it in the /plugins folder from files that you download from themeforest – http://screencast.com/t/9vFPNCUhK0 Let me know how it goes!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Updating the theme should not affect your sidebars, only if you upgrade from version 4 of the theme you will need to re-add widgets as they will become inactive, but the custom sidebars will be imported if you run the script – https://forum.tagdiv.com/how-to-update-the-theme-2/ Always make a full backup of your current installation.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can install the demo without content(just the style/stack you want) and create your own articles, pages, categories. If you install the demo, it has some predefined articles, pages, menu to help user to make an idea about what they can achieve with the theme. The documentation is a good start if you are at beginning with WordPress. – https://forum.tagdiv.com/introduction/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@mike
I provided this topic just for reference and this code works for Newspaper 4(like I told you in the other topic). You can register the new menu like this – http://screencast.com/t/QfsK0NIYp3Lg and here you can add your menu using a condition(if you want) – http://screencast.com/t/x7P9EshsqKbF

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Thanks for reporting this, I have fixed the link!

Alin [tagDiv]
tagDiv Staff

Hi,

Make sure that you use the latest version of Visual Composer provided with the theme and check this without any plugins, leave just Visual Composer active and clear cache.
If the issue persist, please send an email at contact@tagdiv.com and provide wp-access so we can take a look, also paste a link to this conversation so we can know who you are and what your issue is.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can add your custom slider in the menu template that you use and add a condition to appear only for front page – http://screencast.com/t/VEIuCqkyZxy use something like this:

<?php if (is_front_page()) {
echo do_shortcode('your shortcode');
}?>

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please send an email at contact@tagdiv.com with your request, also paste a link to this topic.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Sorry for delay! We answer to the most oldest topics so if you add a new reply we get later to your topic.

Please try this custom css for revolution slider on mobile in Theme Panel > Custom Css: http://screencast.com/t/zpqrsBreyt

@media(max-width: 767px) {
.home .wpb_revslider_element .forcefullwidth_wrapper_tp_banner {
margin-top: 0 !important;
}
}

This is how the menu works on touch screen device, you cannot hover the menu items like on desktop, so the link will not work there.

You can customize the font for comments using custom css, as it is not an option in panel – http://screencast.com/t/yUQRW5TU

input[type=text],
input[type=url],
input[type=tel],
input[type=email] {
font-size: 10px;
}
textarea {
font-size: 14px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

This is not a block, on blocks cannot be used numeric pagination. This is loop pagination – latest articles, category page… and the next/prev text can be translated from the panel – http://screencast.com/t/lzxw6EP0cQhttp://screencast.com/t/KlhvDgu0

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can control articles to appear on a block only with custom modifications, you can try this solution – https://forum.tagdiv.com/topic/top-posts/#post-55560 or you can hire someone to do this for you if you don’t have basic experience. This is an example if you need additional customization I suggest to hire someone to do this for you as we cannot provide any type of custom work.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure you have permission to upload folder, you may need to ask your host for assistance.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

From version 6 the theme doesn’t have an option to enable views on modules, unfortunately you have to modify the code. Please check this topic, Marius provided here a solution – https://forum.tagdiv.com/topic/view-numbers-in-block/#post-62165 For block 1 you have to change module 4 and module 6.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately you cannot do this, as using a parent category megamenu, it will load automatically all subcategories, you don’t add them manually.
You can try to do this via custom css and use menu item unique class, for example – http://screencast.com/t/keJwuAwvXEG1

.menu-item-12429 .td_block_mega_menu .td_mega_menu_sub_cats a:before {
content: "\f040";
font: normal normal normal 14px/1 FontAwesome;
margin-right: 5px;
position: relative;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the block id is changing every time you refresh the page. A solution is to target the block more specific, for example add an extra class to the row or column and use the block class(depends what block you use) – http://screencast.com/t/tE4qZKY7MJphttp://screencast.com/t/iIiLcsVu

.yourclass .td_block_1 .block-title {
font-family: Actor;
font-size: 20px;
}
.yourclass .td_block_1 .block-title span {
color: green;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Salut,

Butonul de like al temei este de asemenea de la facebook – https://developers.facebook.com/docs/plugins/like-button si ar trebui ca like-urile de pe articol(site) sa fie contorizate si de pe pagina de facebook. Din pacate numarul de like-uri nu este actualizat in timp real, asa ca trebuie sa astepti un timp ca sa fie actualizate si pe pagina de facebook. Acest lucru tine de facebook si nu avem cum sa modificam asta.

Mersi!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Unfortunately if you don’t have a primary category set, it will take the first category from the categories of the post ordered alphabetically. I don’t think it is possible(or it is really not an easy task) to set a general option for this. How to figured out what categories you want to be set as primary for all of your post if you don’t set it for each post?
I also checked your post and you don’t have those categories in breadcrumbs because, like I said above, it takes categories alphabetical(it doesn’t count the parent category) and you have there these categories Concours et Congrès and Dossiers – so it is normal to appear C before D.

2. Try to remove this code and see how it goes(make a backup of your current file) – http://screencast.com/t/uZKBiOdCUr

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please disable all your plugins except of Visual Composer, clear cache and see if you still have this issue. Also if you use Rocket loader, some plugin settings could cause this issue when the lazy load effect is used(the theme was not tested with it). Try to disable image lazy load – http://screencast.com/t/YqtPZqb3Raf and see if it fix this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately there is not an option to have a different image on smartlist, the image is cropped at that size and it is used also on retina device.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’ve checked this with your background, you have to use Tile(normal) so the background image will be displayed on the whole page(tiled horizontally and vertically).

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

This is the custom css to decrease padding for block 11 – http://screencast.com/t/BvmtaTfjq

.td_block_11 .block-title {
margin-bottom: 10px;
}
.td_block_11 .td_module_10 {
padding-bottom: 10px;
}

Thanks!

Viewing 25 posts - 2,651 through 2,675 (of 7,871 total)