Home User profile
tagDiv Staff
I love to get energized by social interaction! Curious and eager to improve, I enjoy traveling and learning new things.
Lucian
tagDiv Staff

Hi,

Thanks Christopher!

@SuzanneL

If you use the child theme you need to add the css here, like this: http://screencast.com/t/NBAIpyzRRA
Try to activate the main theme, then you will find the style.css in the root of the theme: http://screencast.com/t/5vUswQG54edY

Thanks

Lucian
tagDiv Staff

Hi,

Thanks for reporting this, I have added this on our todo list and we will investigate it.

Thanks for your message!

Lucian
tagDiv Staff

Hi,

You can change this via css, create your own custom css and add it in theme panel > custom css, like this: http://screencast.com/t/I2RVnQo90Kt

.td_block2 {
background-color: aqua;
}

.td_block4 {
background-color: red;
}

Result: http://screencast.com/t/NYcWkPbE

For the distance between blocks use the .td_block_wrap class to target the blocks and set margin and padding to 0 or as you like:

.td_block_wrap {
padding-bottom: 0px;
margin-bottom: 0px;
}

Please send me a link to your site if this dose not work.

Thanks

Lucian
tagDiv Staff

Hi,

If you use CDN (cloudflare) or similar please clear the cache.
Should solve this.

Thanks

Lucian
tagDiv Staff

Hi,


@Sotiris

a. You can regenerate thumbnails for specific images using the Regenerate Thumbnails plugin, like this: http://screencast.com/t/4fwczDAbkTm
b. You can try to find a plugin that dose that.
c. The theme uses this image sizes: http://screencast.com/t/yVdr3GyCe generated when you upload an image. The theme dose use an image size created by WordPress, more exact the thumbnail size: http://codex.wordpress.org/Function_Reference/the_post_thumbnail
Note that the image sizes added in functions.php are used for modules if you decide not to use some of the modules you can remove the image size.

Thanks

Lucian
tagDiv Staff

hi,

Please follow this topic, I have about how you can do this: https://forum.tagdiv.com/topic/background-of-menu-header-sidebar-and-ect/#post-20422

On post pages you can use this css:

.td-post-sidebar {
background-color: red;
}

Thanks

Lucian
tagDiv Staff

Hi,

You can do it from here: http://screencast.com/t/maBAb2zF You will have to change it to determine the page length then add an expression which gets the value you insert in the panel and sets it to be the percentage of the page to be scrolled until the box appears.
If you don’t have any JavaScript knowledge and you don’t know how to do it we recommend you can get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.

Thanks

Lucian
tagDiv Staff

Hi,

You can check and get the shortcodes you need from here: http://codex.bbpress.org/shortcodes/
We also used the bbpress shortcodes in the bbpress template: http://screencast.com/t/2vzJjkcs
Get the shortcode you want then add it anywhere on template using the do_shortcode() function.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,


@jazzel

Please make sure you have enabled only the theme required plugins and then check if this issue is still there also consider to update the theme if you are not using the latest version(4.2.2).
Also please remember to send you site’s URL.

Thanks

Lucian
tagDiv Staff

Hi,

Please use this custom css:

.td-menu-center {
position: relative;
}
.menu-item-91250 {
position: absolute !important;
left: 40px;
}

Should work like this: http://screencast.com/t/nixkjlLffOU

Thanks

Lucian
tagDiv Staff

Hi,

Sorry for the delay. I have just checked your site and noticed that you are using the last theme version and also looks like it should using our theme. Have you managed to make it work? it looks fine to me now or are you talking about other site, since you said that this is your old one?
Please let me know. Also make sure you go over our documentation: https://forum.tagdiv.com/newspaper-documentation/

Thanks

Lucian
tagDiv Staff

Hi,

Thanks for your suggestion. We will consider this, the next theme updated is scheduled for the end of next week.
Please send an e-mail at contact@tagdiv.com and we will send you an blank page template.

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have a feature like that. You can try to find a plugin that dose that or similar or try to modify a block to achieve that but it won’t be an easy task.

Thanks

Lucian
tagDiv Staff

Hi,

Are you sure that this happened after you remove this line: http://screencast.com/t/2IO8XfHK41f
I have inspected the post you have sent me and did not noticed any element there that could generate that space, please make sure that you don’t have a space added there from posts content editor.
I have tried to recreate this but did not get an issue like that: http://screencast.com/t/PMRncwwC

Thanks

Lucian
tagDiv Staff

Hi,

We have tested it and should work fine.

Thanks

Lucian
tagDiv Staff

Hi,

Normally it should already work that way, I have tested this using our last theme version and works fine, I can’t tell though what length limit it for the sentence you are searching as this comes from WordPress.
Should work fine, please check again and make sure you are searching for content that exists in your posts and search only for a few words first.
If still dose not work at all please deactivate all plugins and try again.

Thanks

Lucian
tagDiv Staff

Hi,

Please use this custom css:

.page #jig1 .jig-caption-wrapper {
z-index: 0;
}

Should work like this: http://screencast.com/t/7uJXbrQH

Thanks

Lucian
tagDiv Staff

Hi,

You can use the same method I have suggested above. Here are the steps:

1. Use the page builder to create and customize block 5(which is made using module 4) to show the latest articles from all categories: http://screencast.com/t/UmiKiMHW
2. after you added and edited the block switch to classic mode: http://screencast.com/t/oNsv2jvf5po and get the shortcode for the block: http://screencast.com/t/J88Sz3HwG
3. You can add the block using the do_shortcode() function to echo the block into the posts template you want to display it, like I pointed above: http://screencast.com/t/TxqQdtaD7
Will show up like this on post page: http://screencast.com/t/BDU8KNvdk

Thanks

Lucian
tagDiv Staff

Glad you figured it out!
Thanks for the message!

Lucian
tagDiv Staff

Hi,

Please use this custom css, in theme panel > custom css:

.td-page-title {
margin: 0px 0px 3px 0px;
}

.td_980_not_resp .td-grid-wrap {
padding: 0px 0px 0px 0px !important;
}

Should work like this: http://screencast.com/t/4DtivQhMarv1

Thanks

Lucian
tagDiv Staff

Hi,

For the post sidebars it’s the single.php file: http://screencast.com/t/KJuc4Rk3
For the other post templates you will have to modify the single_temnplate_1.php/single_temnplate_2.php/single_temnplate_3.php ... files also.
For the other issue I have replied you here: https://forum.tagdiv.com/topic/background-of-menu-header-sidebar-and-ect/#post-20422

Thanks

Lucian
tagDiv Staff

Hi,

If it’s not an widgetised sidebar which you can add via pagebuilder then you will probably need one. In that case you will have to edit and add it to the page template you are using to create the page: http://screencast.com/t/MMjMqfGVI6Qa – > http://screencast.com/t/9eRyminqOz3e

Thanks

Lucian
tagDiv Staff

Hi,

I have checked your site/page you have sent me and noticed that you have a sidebar instead of a white space(empty sidebar) like you described, have you managed to solve this?
I have also tested this and did not find any issue with it.
If you still encounter this please give us wp-access so we can check, send you wp-admin user and pass at contact@tagdiv.com, also include in your message a link to this topic or specify your issue details.

Thanks

Lucian
tagDiv Staff

Hi,

It would be easier to hide the sub footer on desktop, you can use custom css to hide it only on desktop:

@media (min-width: 1200px) {
.td-sub-footer-wrap {
display: none;
}
}

Hope this helps!
Thanks

Lucian
tagDiv Staff

Salut,

Am testat si eu codul care l-am primit de la tine: http://screencast.com/t/fSb0nJHwd5 si am obtinut rezultatul acesta: http://screencast.com/t/rrG3LCe9px
Ad-ul: http://screencast.com/t/jZvBZhPfr
Nu am gasit nici o problema, deci ar trebui sa functioneze bine si in cazul tau.
Trimite-mi te rog un link catre postul care se comporta astfel ca sa pot inspectez si doar ca sa fim siguri dezactiveaza toate pluginurile si verifica daca se comporta tot asa.

Mersi!

Viewing 25 posts - 5,176 through 5,200 (of 6,600 total)