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 :)
Catalin
tagDiv Staff

Hello comsolo,

For your first request, please try the code below to do lowercase your menu title and change the font-size of it. Place it in Theme panel->Custom Css area, like this:

.sf-menu > li > a {
text-transform: lowercase;
font-size: 19px;
}

The result you should see here: http://screencast.com/t/1v6JfvMLIo

For your second request, you can change the color of posts title if you use a bit of Css, like this:

.td_block_1 .td-module-title a {
color: red;
}

Note: Above, is an example for block 1. If you are using other block, you have to replace the number of block with the number of block that you are using.

The result: http://screencast.com/t/IlCADdeiJy

Here, http://screencast.com/t/2cK8YNlbeeNk , you can see what kind of modules are used in blocks and then you can change the font from Theme panel->Theme fonts to what modules are used by the blocks.

Hope this helps!

If is not what you mean, please provide more details about this.

Thank you!

Catalin
tagDiv Staff

Hello PatWire,

I’ve checked again your website on mobile and everything works fine. Please provide more information about your issue, so I can be able to provide a more accurate response. Also, please disable all the active plugins, except Visual Composer and install only the plugins that come bundle with our theme. Clear all your caches and purge the CDN file if you use and try again. After this, if your problem is still there, please make a screenshot of this because it is very useful.

Hope this helps and let us know how it goes!

Thank you!

Catalin
tagDiv Staff

Hello dennisjpitocco,

You can add only the Google+ social link from Visual Composer->Social Counter Settings, like this http://screencast.com/t/SDZXd2A4ivg , but not the rest LinkedIn, Pinterest, etc. on our theme.
It is possible to add this but is not a simply task and it is necessary to make some customization in back-end and also, better coding knowledge are required. If you are not aware about the steps, I consider to hire a freelancer/developer to do this for you, because we do not provide Custom Work for the moment, sorry.

P.S We add these things/suggestions to our list of fixes and on near future/updates, it would be possible to implement it in our theme, as well. Our developers will decide these things.

Sorry for the inconvenience and thank you for your understanding!

Catalin
tagDiv Staff

Hello RichardTHF,

Sorry! Please try the code below and place it in Theme panel.

.td-pulldown-filter-list li:nth-child(2), .td-pulldown-filter-list li:nth-child(5) {
display: none;
}

The result you should see here: http://screencast.com/t/kDi6UtvO2Y

Thank you for message!

Catalin
tagDiv Staff

Hello rockyrockshot,

Our developers work hard to solve this issue and tomorrow will be available a new update, version 6.6.1 only with new social counter.

Thank you for your understanding and sorry for the inconvenience!

Catalin
tagDiv Staff

Hello tawigroup,

Please let me know how it goes and if I can help you with something else.

Thank you for message!

Catalin
tagDiv Staff

Hello remiclassic,

Our developers work hard to solve this issue and tomorrow will be available a new update, version 6.6.1 only with new social counter.

Thank you for your understanding!

Catalin
tagDiv Staff

Hello sudhanshu15,

You can try the code below and set your post background with your favorite color. Place this code in Theme panel->Custom Css area, like this: http://screencast.com/t/i093fm5w30

.postid-1664 {
background-color: #3F73AF;
}

The result you should see here: http://screencast.com/t/vlCKT0xWwB

Hope this helps and let us know how it goes!

Thank you!

Catalin
tagDiv Staff

Hello john80,

Please try the code below and place it in Theme panel->Custom Css area, like this:
http://screencast.com/t/TmpSiiOAL

.td-page-header h1 {
text-align: left;
}
.td-page-header h1:after {
width: 100%;
}
.td-page-header h1:before {
display:none;
}

The result you should see here: http://screencast.com/t/wudlUcsyPo

Hope this helps!

Thank you!

Catalin
tagDiv Staff

Hi Sundial,

Newspaper 6 is a whole new theme so an update from 4.X to 6 may cause the same issues as switching to another theme (but we did try to maintain compatibility where ever possible).
Always make a full backup of your current installation – https://codex.wordpress.org/WordPress_Backups and then do a clean update, meaning that we recommend that you delete the old version of the theme before uploading the new one – https://forum.tagdiv.com/how-to-update-the-theme-2/ update also the plugins that come with the theme files from the /plugins folder. In the “how to update” guide is specified that you will have to run the script that will import from database your settings.

The shortcodes have been changed so old ones will not work anymore. Please note that old files customization or custom css will not work with the new version and you will have to adjust or re-add them.
Bottom line is that newspaper 6 is a whole new theme built from scratch.

Unfortunately you will have to clear your agenda and spare a bit of time to adjust all your settings to the new version of the theme.

We are sorry for the inconvenience.

Thank your for your understanding!

Catalin
tagDiv Staff

Hello PatWire,

I’ve checked your site and now i do not saw any problems, everything seems to work perfectly. Unfortunately, that plugin is not tested with our template and maybe produce some conflicts with our theme, sorry! I suggest to use only the tested plugins. Sorry for the inconvenience!

Thank you for your understanding!

Catalin
tagDiv Staff

Hi Potpotsie,

Please provide your URL website so I can take a look and inspect it closer. I need it because I can be able to provide a more accurate response after I saw what is the issue.

Thank you!

Catalin
tagDiv Staff

Hello madpixel,

Please try the code below and place it in Theme panel->Custom Css area. You can adjust the opacity value as you wish until you get what you want.

.td_block_big_grid_3 .td-animation-stack-type0-2 {
opacity: 0.1!important;
}

The result you should see here: http://screencast.com/t/z3Y9RAa7waZc

Above I gave you an example for Big Grid 3. If you want use another Big Grid, you have to change the number of this in your code.

Hope this helps and let us know how it goes!

Thank you!

Catalin
tagDiv Staff

Hello RichardTHF,

Please try the code below and place it in Theme panel->Custom Css area like this:
http://screencast.com/t/XknkneB8acl3

.td-wrapper-pulldown-filter {
display:none;
}

The result you should see here: http://screencast.com/t/dj8neFFhC

Thank you for message!

Catalin
tagDiv Staff

Hello yassajkakkad,

I’ve tested on my side for articles with smartlist enabled and everything seems to works perfectly. Our theme has 3 kind of smartlist with ads (smartlist 6,7,8) – http://screencast.com/t/Gc2Z54WgOhttp://screencast.com/t/d6f5xLH9 .
Also, if you want to show the ad in your smartlist, please use smartlist 6, 7, 8, as you wish. If you do not use them, the ads will not appear in other smart lists.
If is not what you mean, please provide more details about this so I can be able to provide a more accurate response.

Thank you!

Catalin
tagDiv Staff

Hello acko_fon,

There is an option for it in Theme panel->Block settings->Thumb on modules&blocks, like this: http://screencast.com/t/xsToFpQF4LF . You can activate or deactivate as you wish.

Thank you for message!

Catalin
tagDiv Staff

Hello zlato,

Please make sure that you have selected the correct block_id before place it in your code. Above, I gave you an example to how to achieve this. These block ID are different and because of this do not work. If you fail to solve this, please provide your URL site so I can inspect it closer and solve this.

Thank you!

Catalin
tagDiv Staff

Hello jmbernstein,

To align your header menu, please try the code below and place it in your Theme panel->Custom Css area, like this: http://screencast.com/t/7HiSiZrBry

.menu-main-menu-container {
display:table;
margin-left: auto;
margin-right:auto;
}

The result you should see here: http://screencast.com/t/Xwc4o1Ifjox

Thank you for message!

Catalin
tagDiv Staff

Hello Rhonda,

If you mean about this space http://screencast.com/t/x5pfv4e7CG , please try the code below and place it in Theme panel->Custom Css area.

@media (max-width: 767px)
.td-main-page-wrap {
padding-top: 0px!important;
}

You should see the result, here: http://screencast.com/t/dl4JLTvV

If is not what you want, please provide more details about it so I can be able to provide a more accurate response.

Thank you!

Catalin
tagDiv Staff

Hello PierreBoullier,

For a good understanding, please provide me a screenshot to be clear and I should be able to provide a more accurate response.

Thank you!

Catalin
tagDiv Staff

Hello tawigroup,

The code you should find here: http://pastebin.com/xz5ZeQc2 . This is an example, you have to change the source of the image with yours.

Hope this helps!

Thank you!

Catalin
tagDiv Staff

Hi omar ahmed,

If you want to show only title from block, it is neccesary to hide the meta info. Please try the code below and place it in Theme panel->Custom Css area.

.td-module-meta-info {
display:none;
}

If you want to hide this for a specific block, it is neccesary to find what kind of module uses that block and put it in your code, like this:

-example for block 1-use module_4

.td_module_4 .td-module-meta-info {
display:none;
}

Here, http://screencast.com/t/8VHoTm5bW you can see the list with modules and block

Hope this helps and let us know how it goes!

Thank you!

Catalin
tagDiv Staff

Hi Potpotsie,

Please try to disable all the active plugins except Visual Composer, clear all your caches, purge your CDN files if you use and try it again. Notice, please install only the plugins which comes bundle with our theme. Also, if you are using a natural small images, you can use a plugin to upscale, like Upscale Thumbnails plugin. Please try these suggestions and if after this the problem is still there, let us know.

Hope this helps!

Thank you for your understanding!

Catalin
tagDiv Staff

Hello jananirakeshkumar,

There is a feature on our theme and is called Mega menu – http://screencast.com/t/r9tuMuhDP2LP . If you want to disable this feature, you can do it from Wp panel, like this: http://screencast.com/t/r9tuMuhDP2LP . Now, the mega menu is disabled for the item above.

Thank you!

Catalin
tagDiv Staff

Hi ohno,

Unfortunately, at the moment is not it possible to make a child theme for all the files which are included in wp_booster. In near future, we plan to add support for files located in the core framework of the theme (the /wp_booster/ folder). For the moment, you can make a child theme only for the files wich are presented in this our tutorial: https://forum.tagdiv.com/the-child-theme-support-tutorial/, sorry.

Hope this helps!

Thank you for your understanding!

Viewing 25 posts - 22,901 through 22,925 (of 23,298 total)