Home User profile
tagDiv Member
I love to drive fast cars and to play Need for Speed! I enjoy to help customers tweak their websites for high performance! I’m a proud member of the tagDiv support team!
Andrei L.
tagDiv Member

Hi

To remove the main menu from the site you need to edit the file corresponding with the header style used and comment the indicated line: http://screencast.com/t/0LhVdjkq
I’ve checked you’re site and noticed that the thumbs used for module 16 have a different size then the one from the theme. If you made any changes in module 16 structure try to revert them, clear all caches and test again.
Also make sure that you updated the theme according with our documentation: https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks!

Andrei L.
tagDiv Member

Hi

Please make sure that the image links to the media file: http://screencast.com/t/k93rXFfk otherwise the image won’t be displayed.
If you still can’t manage to solve this issue please provide your site url so I can inspect it closer.

Thanks!

Andrei L.
tagDiv Member

Hi

Try this css:

.aps-group-vertical{
width: auto!important;
}
@media (max-width: 768px){
.aps-social-icon-wrapper .aps-group-vertical {
display: none!important;
}
}

Please consider that we can’t offer plugin implementation support so if you need a different approach on this my advice is to look for a developer to help you with it.

Thanks!

Andrei L.
tagDiv Member

Hi @tt5

If you made any changes in theme files or any other file related with WordPress try to revert them. Also for cache try to use WP Super Cache plugin which is tested and works fine with the theme. Here is our documentation regarding its setup: https://forum.tagdiv.com/cache-plugin-install-and-configure/

Thanks!

Andrei L.
tagDiv Member

Hi @melovillareal

If you still need assistance on this please provide more details, also a screen pointing the desired result would be helpful.

Thanks!

Andrei L.
tagDiv Member

Hi

Unfortunately the plugin is not tested to work with the theme and we cannot guarantee it will work 100%. We have not tested this plugin and we have no idea of the plugin functionality in order to provide an answer. Unfortunately time does not allow us to provide plugin implementation support.
If you really want to use this plugin we suggest you hire a freelancer from sites like http://studio.envato.com/ to help you with implementation.

Thank you for your understanding and for your message.

Andrei L.
tagDiv Member

Hi

The theme have a Unique Article options: http://screencast.com/t/UrJIrRj8zNB for pages which avoid article being displayed twice when the page it’s loaded.

Thanks!

Andrei L.
tagDiv Member
Icons - reply

Hi @Amanda Fernandes

Try to deactivate all plugins except visual composer, clear all caches and test again. Also check in browser console if there are some errors.
If you still can’t manage to solve this issue please provide your site url so I can inspect this closer.

Thanks!

Andrei L.
tagDiv Member

Hi

You can exclude a specific category being displayed in a block from a specific page from block settings like here: http://screencast.com/t/gkfJ9LjGIMt Also if you’re using the pagebuilder + latest as page template the exclude option can be found here: http://screencast.com/t/8zq3mEUh To get the category id follow this link: http://screencast.com/t/sgYkxFE5Cb

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

Yes this would be a good idea, thanks for your suggestion. I’ve added this on our list and we will consider it for features updates. However I can’t say when or if we will implement this as we have over 250 features requests and we have to chose carefully what options/features add in the theme.

Thanks!

Andrei L.
tagDiv Member

Hi

Please make sure that you’re using the last theme version, V 2.3.5, which support custom post types and that filter works fine: http://screencast.com/t/KTQxkiwmjhttp://screencast.com/t/TySiHALTYW I am not sure what plugin you’re using to add categories to pages and how this plugin will work with our theme. You can try only with basic theme configuration, the theme + Visual Composer, set in block settings the custom post type as page, and the display filter as random and at every refresh should display a new page in that block.

Thanks!

Andrei L.
tagDiv Member

Hi

Try to deactivate all plugins except Visual Composer, clear all caches, purge cdn files if you’re using and test again.
Let us know how it goes and if the problem persist please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.

Thanks!

Andrei L.
tagDiv Member

Hi

Thanks for this suggestion, I’ve added it on our todo list and we will consider it for futures updates. Meanwhile to customize the main menu items color on hover you can use this css in theme panel > custom code > custom css: http://screencast.com/t/yARdLJuie

#td-header-menu .sf-menu > .current-menu-item > a:hover, .sf-menu > .td-menu-item > a:hover{
color: red!important;
}

Thanks!

Andrei L.
tagDiv Member

Hi

Unfortunately the plugin is not tested to work with the theme and we cannot guarantee it will work 100%. We have not tested this plugin and we have no idea of the plugin functionality in order to provide an answer. Unfortunately time does not allow us to provide plugin implementation support. Basically;y all plugins are meant to work with WordPress and a default wp theme. However with a custom premium theme there is a chance to appear some conflicts because the files structure is different and also many features have a specific implementation.
Inspecting your site i couldn’t find a post/page where you’re using this plugin so please provide a specific link where I can inspect this issue and maybe I can help.

Thanks!

Andrei L.
tagDiv Member

Hi

1. Unfortunately that space can’t be decreased because the row layout will be affected: http://screencast.com/t/hCQi76LT3Yp There are some restrictions when it comes to modify the main rows layout.
2. Try this css in theme panel > custom code > custom css: http://screencast.com/t/4Ot9XhEu2

.wpb_tabs li.ui-tabs-active a, .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a:hover{
background-color: #2185dd;
}

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your site and the sidebar added from Visual Composer it’s displayed fine now: http://screencast.com/t/pEy9HacVw Also I found a jQuery error in browser console which may affect the site’s functionality: http://screencast.com/t/VMtxv9itlaDz Try to deactivate all plugins except Visual Composer, clear all caches and test again.

Thanks!

Andrei L.
tagDiv Member

Buna

Pentru a utiliza Article Top Ad in acest mod e nevoie de modificarea codului care genereaza acest ad. Noua implementare va trebuii sa fie similara cu cea pentru ad-ul inline doar ca se va folosi instanta pentru article top ad. Codul Care genereaza article inline ad poate fi gasit aici: http://screencast.com/t/VRyKKXeb7B iar daca vrei poti folosii aceasi metoda si pentru article top ad. Va trebuii insa sa modifici si fisierul td_panel_ads.php si sa adaugi codul care genereaza optiunile de plasare ale ad-ului (centru, stanga sau dreapta). Codul care genereaza aceaste optiuni pentru article inline ad poate fi gasit aici: http://screencast.com/t/srcBApFjv si poate fi adaptat pentru article top ad. La final va trebuii sa adaptezi si codul css care sa afiseze ad-ul in mod corespunzator in functie de optiunea selectata.
Ia in considerare ca aceste modificari necesita cunostinte de programarte in php si css pentru a obtine rezultatul corect. Daca nu poti finaliza acest task singur sfatul me este sa cautio pe cineva care sa te ajute fiindca modificarile necesare implica multe customizari in fisierele temei si eu nu pot oferii o solutie acum.

Multumesc!

Andrei L.
tagDiv Member

Hi

Sorry for misunderstanding you.
We removed that option because now the theme does not show the default block title, it display the tile only if a custom one it’s set: http://screencast.com/t/pqCFKomomw

Thanks!

Andrei L.
tagDiv Member

Hi

You have to check the plugins documentation if the plugin generate shortcodes and if does you can use them inside the indicated function. One of the social share plugins which generate shortcodes is WP Social Sharing: https://wordpress.org/plugins/wp-social-sharing/

Thanks!

Andrei L.
tagDiv Member

Hi

Replace the previous css with this one: http://screencast.com/t/OoE5ooBg If you wand a different distance just modify the margin value:

.td-travel .td-travel-features .td_block_wrap {
margin-bottom:0px!important;
}
.td-g-rec-id-custom_ad_1 .adsbygoogle{
margin-bottom: 4px;
}
.td_block_wrap .td-load-more-wrap {
margin-bottom: 4px;
}

Thanks!

Andrei L.
tagDiv Member

Hi

The sidebar set here: http://screencast.com/t/Chwkp3Yn it’s displayed only for the latest article section if page template page-builder+latest it’s used.
To add a sidebar for the part of the page built in Visual Composer page-builder you can use a widgetized sidebar block: http://screencast.com/t/VGNpt4zDE3Bhttp://screencast.com/t/ov5aKaXNd
For more details regarding homepage set up please check our documentation: https://forum.tagdiv.com/newsmag-homepage-how-to-build-and-set-it/ Also you can look over our videos on youtube: https://www.youtube.com/watch?v=TUdVeZ1pbuc&list=PL6CsDkMaejhpWFcFNOIDfdp5nIT0NbUbj

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Buna

Poti folosi adspotul pentru article inline ad iar in field-ul “After paragraph” pui valoarea 0: http://screencast.com/t/32ua3JYfhttp://screencast.com/t/JciwtfuG
Referitor la linkurile catre sursa articolelor am postat o solutie in acest topic: https://forum.tagdiv.com/topic/sourl-url/

Multumesc!

Andrei L.
tagDiv Member

Hi

I am not sure how do you want to display this iframe on your site but a basic example would be like this:
-first you can add a specific class for the iframe so you can target it with css:

<iframe class="my-custom-mail" allowTransparency=”true” frameborder=”0″ scrolling=”no” style=”border:none” src=”http://www.biliranisland.com/wp-content/plugins/myMail/form.php?id=0&s=1″></iframe>

-use this custom css in theme panel > custom code > custom css to set a size for your iframe, you can modify this values as you want:

.my-custom-mail{
width: 1064px;
height: 300px;
}

– to display it on page use a raw html block from Visual Composer: http://screencast.com/t/Ue7UFyIKf The result will be like here: http://screencast.com/t/V4R0i5FuH5B Thi is a basic example but you can customize it as you want using visual composer page-builder and css code.
If you want a different implementation for this iframe please provide more details and maybe i can help you.

Thanks!

  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi

The footer structure is the same as in 6.6.3 version and the informations added in Footer info content should be displayed fine: http://screencast.com/t/zoDGZ17dkzThttp://screencast.com/t/pFXvwVGq1n
I’ve checked your site and in its source code doesn’t appear anything to be displayed which means that the theme does not have any content to output there or something prevent the content from footer to be displayed. Please make sure that you updated the theme according with our documentation: https://forum.tagdiv.com/how-to-update-the-theme-2/ deactivate all plugins except Visual Composer, clear all caches, purge cdn files if you’re using and test again.
If you still can’t manage to solve this issue please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.

Thanks!

Andrei L.
tagDiv Member

Hi

The theme doesn’t have any options regarding the content visibility, by this i mean that all site’s contend will be displayed to all users. To display content based on users role or capabilities you can look for a plugin with a similar functionality. Unfortunately I can’t make any recommendation in this regard as we didn’t test any of the plugins which allow you to manage content display.
You ca look on the forums and see which other users recommend, test a few plugins and use the one which fits you best.

Thanks!

Viewing 25 posts - 4,251 through 4,275 (of 6,511 total)