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,

I have tested this and seems to work fine using the themes latest version, please try to disable all plugins, except those that theme requires, one by one and see if this issue is still present.
If this dose not work please give us wp-access so we can check, send user and pass at contact@tagdiv.com and include a link to this topic or specify this issues details.

In case you decide to use the rev slider use this CSS in Theme panel -> Custom CSS

.rev_slider_wrapper {
z-index: 0;
}

Thanks

Lucian
tagDiv Staff

Hi,

Sorry about this, unfortunately you can’t update the theme without any changes, you can only try to set again the posts how they where before.
Unfortunately I don’t know what those changes are. If you want, you can update the theme to the latest version and give us wp-access. You can do the update and then send your wp-admin username and password to contact@tagdiv.com and specify there all the changes that the update has made to your layout and we will try to find a solution.

For the space between the feature image and the text you can use this custom css to remove it, add it in Theme Panel > Custom CSS:

.post .thumb-wrap {
margin-bottom: 0px;
}

This is the font used for that post http://screencast.com/t/V1Xhe2wKU2

Hope this helps!
Thanks

Lucian
tagDiv Staff

Hi,

I have tested this an seems to work fine.
Please delete the plugin and then add the plugin by uploading it from the plugins folder that we included with the themes files.
Should work, if not please update the theme(if you are not using the latest version already, which is 4.1) and try again the same way but try to add the revolution slider plugin without other slider that might generate conflicts.

Hope this helps!
Thanks

Lucian
tagDiv Staff

Hi,

The “About me” section from you pointed is made using a text widget and add html code in it like this: http://screencast.com/t/FFwelzXh

Here is the html code for the About me widget from our demo:

<img src="http://demo.tagdiv.com/newspaper_classic_blog/wp-content/uploads/2014/07/meee1.jpg">
<h2>John Doe</h2>
I'm John and recently I've moved to Rochester, which isn't that far away, I do many things like writing articles and playing football.

You can create a custom sidebar for each author and add the “About me” text widget in each sidebar for each author and use that custom sidebar on post for the author you want like this: http://screencast.com/t/NcTj0uH5ph

Thanks

Lucian
tagDiv Staff

Hi,

Block 1 is created using Module 2 and Module 3 see here within td_module_1.php file.
The module 2 and module 3 are created using the images sizes which are created when a picture is loaded, you can find all image size in functions.php file.
We haven’t made any changes, so maybe you have a plugin conflict.
Use this info to check your file and if the issue is still present try regenerating the thumb again following this steps https://forum.tagdiv.com/how-to-fix-strange-thumbnails/ and make sure you do this with only the themes required plugins to see if the issue is still appearing. If so please let us know.

Hope this helps!
Thanks for the message

Lucian
tagDiv Staff

Hi,

Here:

[quote_center][/quote_center] 

[quote_right][/quote_right]

[quote_left][/quote_left]

[quote_box_center][/quote_box_center]

[quote_box_left][/quote_box_left]

[quote_box_right][/quote_box_right]

[pull_quote_center][/pull_quote_center]

[pull_quote_left][/pull_quote_left]

[pull_quote_right][/pull_quote_right]

Thanks

Lucian
tagDiv Staff

Hi,

Can you please send us an URL to your site so we can inspect this.

Thanks

Lucian
tagDiv Staff

Hi,

That padding comes from these post content formats: http://screencast.com/t/eDWYowdvt
Those classes are used to add that padding/space to post content and are used only when you use that feature from post editor. http://screencast.com/t/eVIzL0MoESx

Thanks for the message

Lucian
tagDiv Staff

Hi,

Can you please send me an URL to your site so I can inspect to see this issue? I will give you the css to do it.

Try this until then:

.header-logo-wrap {
margin-top: 0px;
}

Thanks

Lucian
tagDiv Staff

Hi,

We know about this issue, at the moment we are still investigate this and we will try to fix this in the next updates.

Thanks

Lucian
tagDiv Staff

Hi,


@Christopher
Thanks
Unfortunately I can’t help you, the logo was made in Photoshop and I don’t have the psd file.
As Christopher said you can have the logo from here or try to find a similar one.

Thanks

Lucian
tagDiv Staff

Hi,

Sorry for the delay. Have you managed to solve the issue with the slider? I have checked your site and didn’t find any slide there.
If you still have this problem using the slider please try deactivating all plugins one by one and check if the JavaScript error still appear and the slider starts working, I have checked and the slider work fine for me using the latest theme version (4.1).
Also check if the Autoplay slider (at x seconds) field is set when editing the slider and you have at least 8 posts to show in the slide like this: http://screencast.com/t/p9cGo6bb
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

The only way you can do this if you could add a block using module 1 first on your page and then add block 9 using page builder.
Unfortunately there is no block that uses module 1 only if you create one, if you want you can send an e-mail at contact@tagdiv.com and we will send you an tutorial on how to create a custom block.

Thanks

Lucian
tagDiv Staff

Hi,

You can edit the gallery and add it like this: http://screencast.com/t/zVyDdtKrG
Then the images will show like this: http://demo.tagdiv.com/newspaper/best-protest-signs-advertisement-i-like-protest/

Hope this helps!
Thanks

Lucian
tagDiv Staff

Hi,

Modify it to -5px like this:

.td-a-rec-id-header {
left: -5px !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

Go to site.js file and look for this line http://screencast.com/t/IakclQU9enn and replace it with this code:


var td_color_reg_exp = /^#[a-zA-Z0-9]{3,6}$/;
        if(color && td_color_reg_exp.test(color)) {

…like i did here: http://screencast.com/t/Ro5ZtiJE

Thanks

  • This reply was modified 12 years by Lucian.
  • This reply was modified 12 years by Lucian.
Lucian
tagDiv Staff

Hi,

Unfortunately at the moment the theme doesn’t support this option and we are searching for a solution to this, we have this on our issue list and we will implements this in future updates.
Sorry about this!

Thanks for your message!

Lucian
tagDiv Staff

Hi,

Please disable all plugins one by one and check to see if this issue is still there, if this doesn’t solve the issue please give us access to see the issue, send via email at contact@tagdiv.com

Thanks

Lucian
tagDiv Staff

Hi,

Add echo in front of the function. As I said I suggested this method before, you just had to search the forum https://forum.tagdiv.com/topic/get-block3-as-shortcode/#post-15746

Thanks

Lucian
tagDiv Staff

Hi,

You can try @mbasche solution or you could try to find another.
Unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/

Thanks for understanding
Have a nice day!

  • This reply was modified 12 years by Lucian.
Lucian
tagDiv Staff

Hi,

Sorry about this, to disable the light-box on your gallery you have to remove this code here: http://screencast.com/t/9JcqGKdey
Should solve the problem.

Thanks

  • This reply was modified 12 years by Lucian.
Lucian
tagDiv Staff

Hi,

I’m not sure how you added the resource there, looks like it’s part of the content, but you can do it easily like this http://screencast.com/t/uPowZZhZOo
This way will not appear in the post preview http://screencast.com/t/9IFuqSOUt
Hope this helps.

Thanks

Lucian
tagDiv Staff

Hi,

1. You could move this lines in loop-single.php file like this: http://screencast.com/t/NCVEbleIM8T but then the featured image on all post pages will move to bottom of the page.
Other solution would be to insert the video directly in the post by pasting the video url in your post content where you want it to appear and set the post type to gallery post and also add the video in the featured video field.

2. I’m not sure I understand what are you referring too, on pages/blocks the featured image thumb for video posts should look like this http://screencast.com/t/Gj9GAnhVm and on default post pages like this: http://screencast.com/t/z8ubx97Zl8F in the second case it’s a video not an image but the image should look the same.
Can you please send me a screenshot or a link to your site see this issue?

Thanks

  • This reply was modified 12 years by Lucian.
Lucian
tagDiv Staff

Hi,

It should not matter what type of ad it’s displaying the class I used to target the content it’s applying to all ads.
I can not help you if I can’t inspect this issue, you could try to modify the ad code if it’s not working well.
Sorry for this!

Regarding the code keep in mind that you have to follow the steps from the solution Radu provided and move this code, like this http://screencast.com/t/DUVdHRbGh in the loop-single.php file, if you use other post template than the default one you have to do this in the post template file that you use http://screencast.com/t/pRKMIv38
Then go to td_module_blog.php file and add this line:

$buffy .= '<li class="td-text-share">Twitter Facebook Share Buttons</li>';

…like here http://screencast.com/t/dKB2ilqiZD
After you did this step you have to use the css code in the custom css section from theme panel.

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

Thanks

  • This reply was modified 12 years by Lucian.
Lucian
tagDiv Staff

Hi,

I have tested once again this just like you said using just 12 articles, got the exact the expected result, 7 articles in block 7 and 5 in block 8 using the unique articles feature and theme’s last version 4.1.
This time I have used the blocks and the Homepage-blank template like this: http://screencast.com/t/JHT7iRaRc1oi

Result: http://screencast.com/t/ZlWzKkBmEgQ
Should work fine, try to update your theme and make sure you don’t use any other block or slider on your page that could use the posts, in that case the posts appear there and not in the block when using the unique article feature.

Thanks

Viewing 25 posts - 5,951 through 5,975 (of 6,600 total)