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

The css it’s tested on your site and should work fine http://screencast.com/t/RdMUB9sk also I’ve tested your site on iPhone and Ipad and the top menu appears.
Make sure you also empty all caches.

Thanks!

Andrei L.
tagDiv Member

Hi

If you want to customize the top menu drop down you need to affect this classes: .td-header-sp-top-menu .top-header-menu .sub-menu

Thanks!

Andrei L.
tagDiv Member

Hi

Check the console to see if there are some errors, also deactivate the plugins except Visual Composer, purge the cdn file if you’re using, and test the site again. If the problem persist please send an email at contact@tagdiv.com with login details so we can inspect this issue, and a link to this topic so we know who you are.

Thanks!

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

Hi

You need to modify the parameter that returns the number of products on page, like here: http://screencast.com/t/ph7oXxgBVumx

Thanks!

Andrei L.
tagDiv Member

Hi

You need to add an extra class name to this section http://screencast.com/t/iMaJGwwGasJ in Visual Composer http://screencast.com/t/ZgUUy9q38X and after that use css to change the background color as you want. Example:

.spacial-class{
background-color: red;
}

Thanks!

Andrei L.
tagDiv Member

Hi

The theme doesn’t have an option to add a common word in post title, but can be done modifying td_module_single_base.php file like here: http://screencast.com/t/OCs3IadKpISI

Thanks!

Andrei L.
tagDiv Member

Hi

You can style the the sub-menus using custom css like here: http://screencast.com/t/VXRHTVEAKq and you can change the style properties as you like, and here are a few example: https://css-tricks.com/almanac/properties/b/box-shadow/ Also if you want to create your own shadow here are a lot of useful information: http://www.w3schools.com/css/css3_shadows.asp The classes remain the same, just properties must be change if you want to customize.

.white-menu #td-header-menu .td-normal-menu .sub-menu{
-moz-box-shadow: inset 0 0 10px #000000;
-webkit-box-shadow: inset 0 0 10px #000000;
box-shadow: inset 0 0 10px #000000;
}

To change the submenus color use this classes .white-menu #td-header-menu .td-normal-menu .sub-menu and set the background color as you want.

Thanks!

Andrei L.
tagDiv Member

Hi

By default the theme hide the top menu on mobile devices but you can find a way to display it in this topic: https://forum.tagdiv.com/topic/loginlogout-in-mobile/
I am not sure what you mean because the footer menu should be visible on mobile device as you can also see on our demo: http://screencast.com/t/L2gTNRTVhKq

Thanks!

Andrei L.
tagDiv Member

Hi

The posts views can be hidden using css,

.td-post-views{
display: none;
}

so you can view it in the admin panel here: http://screencast.com/t/mNoeSVusvuY

Thanks!

Andrei L.
tagDiv Member

Hi

Try using this css and replace the other one i gave you:

@media (max-width: 767px){
.td-header-top-menu-full, .td-header-sp-top-menu {
display: block!important;
}
}

it should work fine as you can see here: http://screencast.com/t/RdMUB9sk but like I said above the elements don’t have style properties and may not be displayed fine.

Thanks!

Andrei L.
tagDiv Member

Hi

The Visual Composer plugin it’s tested with the theme and should work fine, so you can try to deactivate all plugins except Visual Composer, clear the cache, purge the cdn file if you’re using and test again. Also make sure you installed the plugin properly as it’s indicated in our documentation: https://forum.tagdiv.com/how-to-update-visual-composer-plugin-wpbakery/
If the problem persist please let us know what theme version you use or make sure you use the latest version (2.0) and VC 4.5.3

Thanks!

Andrei L.
tagDiv Member

Hi

We recommend Wp Super Cache plugin as it tested with the theme and should work fine using the default settings.
You can use the instruction from our documentation about the page speed: https://forum.tagdiv.com/page-speed-guide/ to improve your page speed score.

Thanks!

Andrei L.
tagDiv Member

Hi

Actually we do recommend a plugin like Adrotate to extend theme’s ad system functionality, you can see this in our ads system guide: https://forum.tagdiv.com/ads-system-full-guide/
You can’t use php code inside any of theme’s ad spots. Sorry! and unfortunately the theme doesn’t have an option to filter the ads by category so to implement that feature you need custom work which we cannot offer it as we work hard on the development, updates, fixes and support.
You can always get a freelancer from sites like: http://studio.envato.com/ if you need this and don’t know how to do it yourself.

Thanks!

Andrei L.
tagDiv Member

Hi

That second menu it’s available just on category pages and it’s shows the current category siblings or subcategories.
Those categories: http://screencast.com/t/qsmOg0NN are displayed by default by the theme, and can be hidden from category settings in theme panel > categories, like here: http://screencast.com/t/NvSYGvsQJ

Thanks!

Andrei L.
tagDiv Member

Hi

By default the theme hide the top menu on mobile devices, but you can display it using custom css, like I’ve already suggested above:

@media (max-width: 767px) {
.td-header-top-menu {
display: block;
}
}

Notice that the top menu elements don’t have style for mobile devices so you may need custom css for them.
If this isn’t working like you want it please provide your sites url and more details about this and I’ll have a closer look at it.

Thanks

Andrei L.
tagDiv Member

Hi

I found some errors on your site: http://screencast.com/t/AqybPxhu9 which conflicts with theme’s js and breaks the search and other js features. Try deactivate all plugins except Visual Composer, clear the cache, purge the cdn files if you’re using, and test the site again.

Thanks!

Andrei L.
tagDiv Member

Hi

You can modify the indicated file: http://screencast.com/t/87TXT0vO1 adding this code &controls=0&showinfo=0 but notice that will work only on featured video and on video post format.
Here is the result: http://screencast.com/t/OqtUGrffn

Thanks!

Andrei L.
tagDiv Member

Hi

Try to deactivate all plugins, except Visual Composer, clear the cache and test again, let us know how it work afterwards.

Thanks!

Andrei L.
tagDiv Member

Hi

By default the theme doesn’t display ads in smart list post but you can insert it with the ad shortcode before the smartlist like here: http://screencast.com/t/DRSwP34nY5 or after smart list content
http://screencast.com/t/rA6V74Gt To get the ad shortcode follow this links: http://screencast.com/t/VzjC5rVOy http://screencast.com/t/vLMm3tjdL

Thanks!

Andrei L.
tagDiv Member

Hi

Sorry for the delay but we don’t work in week-end. To place an ad in the indicated area you can try to place it using the do_shortcode function and this implementation: https://forum.tagdiv.com/topic/ad-in-style-3/#post-59255 then add it in post’s template here: http://screencast.com/t/hTp60cuvTbq
If you can’t manage to do this on your own you can always get a freelancer from site’s like: http://studio.envato.com/ as unfortunately you need custom work for this which we cannot provide at the moment.

Thanks!

Andrei L.
tagDiv Member

Hi

Only if you made any customization in the theme code those will be lost because the old files are overwritten by the new files theme.

Thanks!

Andrei L.
tagDiv Member

Hi

You can delete block title from Visual Composer like here: http://screencast.com/t/qXHVe0XZQEs but notice that if you’re doing any modification after, the title will be put back and you must delete it again, this is a known issue for which we will try to find a solution as soon as possible.

Thanks!

Andrei L.
tagDiv Member

Hi

The theme uses featured images to display posts on pages, it generates thumbs from those images to keep the page size as low as possible. Please regenerate your thumbs https://forum.tagdiv.com/how-to-fix-strange-thumbnails/ the image should be displayed fine after that.

Thanks!

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

Hi

Please make sure that you did the update properly as is indicated in this guide: https://forum.tagdiv.com/how-to-update-theme/ and also try to clear the cache and deactivate all plugins except Visual Composer, purge the cdn files and test again. If the problem persist please send an email at contact@tagdiv.com with login details so we can inspect this issue and a link to this topic so we know who you are.

Thanks!

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

Hi

To change the background color for the faqs page you can use this css in theme panel > custom css:

.page-id-993{
background-color: #D97E7E
}

Here is the result: http://screencast.com/t/uGU7Lk0l

Thanks!

Viewing 25 posts - 6,276 through 6,300 (of 6,511 total)