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 :)
Alin [tagDiv]
tagDiv Staff

Hi,

Please provide your site URL, so I can inspect an provide an accurate solution.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can set a different category to your blocks like I said here: https://forum.tagdiv.com/topic/newsmag-theme-showing-up-different-then-default-demo/
Also you can use try the offset feature if you want you use the same category on blocks: https://forum.tagdiv.com/unique-articles-and-offset-newspaper/
Please let me know how it goes!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and looks fine. Do you still have issues?
Please provide more details. Also our documentation may help: https://forum.tagdiv.com/newsmag-documentation/
Also I guess that you are referring to the blocks with specific category here you can display a specific category in block settings: http://screencast.com/t/zGS8KSMc2F

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Please update your theme if you don’t use the latest version(1.6) using this guide(use FTP method): https://forum.tagdiv.com/how-to-update-theme/ also update the plugins that come with the theme files. You can find them in /plugins folder: https://forum.tagdiv.com/how-to-update-visual-composer-plugin-wpbakery/
Also check this without any plugin active, leave only Visual Composer active, empty cache and see if the issue is still there.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately theme doesn’t have an option for this. You can set only one inline ad to appear after x paragraph: http://screencast.com/t/KIvZopLJQqPH
I can’t suggest any plugin for this as we didn’t test it with the theme, but you ca try. Sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You have to set title/content length for module 5 if you use block 2: http://screencast.com/t/q6dHXcWav
Result excerpt on letters: http://screencast.com/t/07siDdBDSZQP

Please take a look here: https://forum.tagdiv.com/modules-and-blocks/

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately there is not a widget to simply add it with Visual Composer. But you can add a Text Block with Visual Composer and create a gallery: http://screencast.com/t/Qxe1IzSuM
And with extra class help you can use css code to customize: http://screencast.com/t/nRNwpNNn0n8g

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

The Visual Composer plugin that comes with the theme is licensed to the theme, the license specifies that only we can provide the updates and you don’t have to buy it or register it.
We’re testing the plugin latest version, if everything is ok we will include it in the next update and only then you can update the plugin by downloading the theme latest version and following the procedure presented in the plugin update guide.
Till then please ignore the update message!
Please provide more details if you have another issue.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that link is set to media: http://screencast.com/t/96lZ33fp72u

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide more details about the settings and your site URL so we can take a look.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please add in a row Ad box block and set a custom ad to appear there:
http://screencast.com/t/VlMAStRt18N
http://screencast.com/t/tiPt0GzM
http://screencast.com/t/T6pQw2I9
Result: http://screencast.com/t/vNpXLQqgV

Here you can add the code for ads: http://screencast.com/t/uDqtbALWO0A
Please also follow our documentation: https://forum.tagdiv.com/newspaper-documentation/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and did not found any issues there: http://screencast.com/t/twSw8Xwhi

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

It refers to Tabs from Visual Composer: http://screencast.com/t/zZC0QEecoVJ
Sorry for misunderstanding!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try Christopher suggestions and let me know how it goes. I will try to help you with some css code if adding the shortcode in the template doesn’t solve your issue(if you want to do that). Here are post templates files: http://screencast.com/t/rwjpy6TMdf
Let me know!

Thanks!

Alin [tagDiv]
tagDiv Staff
Bug - reply

Buna,

Stim despre aceasta problema si o sa incercam sa o rezolvam. Cand este activata paginatia pe block nu stie exact daca mai sunt post-uri si de aceea apare activ >, apoi cand se verifica acest lucru apare dezactivat. Ne pare rau pentru inconvenient!

Multumesc!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this css code in Theme Panel > Custom Css: http://screencast.com/t/nJn6R8zVXX5u

.widget_search .td-search-form-widget{
border: 1px solid black;
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Sorry for misunderstanding! Glad that you managed to solve this!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please use this css to hide the date on slider: http://screencast.com/t/UZkrsXDNG

.iosSlider .slide-meta .entry-date{
display: none;
}

If you want to hide it only on homepage please add also .home: http://screencast.com/t/ExhsxS5d

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you want to display a specific category in widget block please set it like this: http://screencast.com/t/Uhp3sH0DL Also if you want to use multiple categories filter please enter the category IDs separated by commas: http://screencast.com/t/4LTfglyg
You can find category’s ID here: http://screencast.com/t/TL66e0k2aRbZ

Please follow our documentation: https://forum.tagdiv.com/newspaper-documentation/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Header style 3 use the same logo also on mobile view. So you don’t have to use logo for mobile, on mobiles it should display the logo like this:
Settings: http://screencast.com/t/nN71pRYZB
Result: http://screencast.com/t/QpmPHgnB

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/Eq67nABrynQ

.header-content-rec{
background-color: transparent;
}

If doesn’t work please provide your site URL.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try to replace the code from gallery.php: http://screencast.com/t/4scE9uD6

function td_shortcode_atts_gallery($atts) {
    
    //make medium size thumbnails
    if (isset($atts['size']) and $atts['size'] == 'thumbnail') {
        $atts['size'] = 'medium';
    }
    return $atts;
}

add_filter('shortcode_atts_gallery', 'td_shortcode_atts_gallery');

It will be fixed also in the next update!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and the author shows up on blocks also on post page:
Blocks: http://screencast.com/t/w4n41LU1
Post page: http://screencast.com/t/S96tFAQIT

For post pages you have to enable it from Theme Panel > Post Settings: http://screencast.com/t/IhZ7jFhKF
Also if you want to show author on blocks and doesn’t appear please make sure that it is not commented on modules: http://screencast.com/t/zzrQABBbax

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can change the font-size for quotes in visual editor from here: http://screencast.com/t/ayvhJaZHfk

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please take a look to the plugin’s settings where you add this paragraph and make sure that it is added properly: http://screencast.com/t/FblPYX6Gw
I think that ] is missing after &sra=s :

<a href='http://www.kustruki.com/administrar-suscripciones/?srp=11519&srk=491cc09d2ede2f94e3f7da4dd9d9737b&sra=s]'>subscribe</a>

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

Thanks!

Viewing 25 posts - 7,026 through 7,050 (of 7,871 total)