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

Thanks for the suggestion, I’ve added it on our list and will consider it if we decide to add new features for blocks in future. However I can’t promise anything in this regard as we have a large list of request and we must pick carefully what we will implement.

Thanks!

Andrei L.
tagDiv Member

Hi

The theme have fixes values for its span colons and changing these values will affect the layout. You will need lots of customization such that theme’s blocks be displayed fine.
We can’t offer customization services at the moment so if you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
To place ads outside the page content you will need a new container in header or footer, it depends by ad’s code, and some css code for ad’s position on the page. You can use theme’s custom css spot for that code, but the html structure must be created in theme’s files: http://screencast.com/t/eJiayn0g4R8J

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

I am not sure that this issue is related with the host provider, so lease make sure you follow the steps indicated in our documentation regarding the VC installation: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ deactivate all others plugins, clear all caches and test again.

Thanks!

Andrei L.
tagDiv Member

Hi

The theme doesn’t have an option to display post in blocks filtered by post id. To display a specific post in more blocks you can add it in a specific category, then use that category’s id in block filter. If you’re using this method, you will need to specifies in categories filter field and the others categories ids which you want to display in that block, otherwise will display only the post from that specific category: http://screencast.com/t/K00fgJFhnlf To get the category id follow this link: http://screencast.com/t/9DtA1pu7Q3Dx

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

You can remove the indicated class from posts by adding this code in tagdiv_theme.js file like here: http://screencast.com/t/q8vcW6Fo

Thanks!

Andrei L.
tagDiv Member

Hi

You will need a script which applies this event when the smart lists classes are detected on the page, something similar with the one for our gallery: http://screencast.com/t/BMbrqG6p This is a complex task which require lots of customizations in theme files. We can’t offer customization services at the moment so if you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer from sites like http://studio.envato.com/ to do this for you.

Thanks for the message!

Andrei L.
tagDiv Member

Hi

Try this custom css in theme panel > custom css: http://screencast.com/t/ywNHLkqC5ddi

.td_block_wrap{
padding-bottom: 0;
}
.td_block_wrap .td-next-prev-wrap, .td_block_wrap .td-load-more-wrap {
margin-bottom: 10px;
}

Thanks!

Andrei L.
tagDiv Member

Hi

Try this css in theme panel > custom css: http://screencast.com/t/AvpdfOTG2iV6

h4{
padding: 0!important;
}

Thanks!

Andrei L.
tagDiv Member

Hi

Please make sure that you install the plugin from the Newspaper-tf\plugins path. Before the installing a newer version of the plugin, delete the current one, make sure that in html/wp-content/plugins is no folder called: js_composer then try to install the plugin again.

Let us know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

1. I suppose that you’re referring at big grid 1. To hide the author name and the date from that grid use this css in theme panel > custom css: http://screencast.com/t/FZ9nXBFGl

.td_block_big_grid_1 .td-post-author-name, .td_block_big_grid_1 .td-post-date{
display: none;
}

2. The category filter works fine even if the category id have two digit: http://screencast.com/t/OcRf4LTR -http://screencast.com/t/RpU3gCspShAy – http://screencast.com/t/ugrgcVrHvQJ
Please make sure that you added the correct id, clear all caches ant test again.

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve test this on my side and the translate works fine: http://screencast.com/t/BRAmvvBdhttp://screencast.com/t/POSbpe6lf73X
If you translate another word, it works? Also try to make different changes in theme panel, and see if the this error appear when you save the settings. Check in browser console if there are any errors while you save the settings, usually it displays a 403 or 404 error.
Make sure that the directives from system status: http://screencast.com/t/3Nv4Hrv6 have the proper values, max_execution_time at least at 300 and the max_input_vars should be bigger than 2000. Those values are set in php.ini file so try to access it but note that some hosts may restrict the access at this file, if you don’t have access to it contact your host provider and let him know about this situation.

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

That happens because of Speed Booster plugin which move all custom css at page bottom. When you change some color from theme panel > theme colors the theme generate a custom css. This css and the one from custom css box it’s moved in footer by Speed Booster that’s why appear that delay. To avoid that you can deactivate this plugin or add all custom css in the main css file which is style.css: http://screencast.com/t/dhQkdCX1y5Y

Thanks!

Andrei L.
tagDiv Member

Hi

This tile http://screencast.com/t/kHUWwvVBH can’t be translated as it’s set from Visual Composer. You can change the block title from VC pagebuilder by editing the block like here: http://screencast.com/t/cbuStJDxVF9 You can find more details about blocks can be customized in our documentation: https://forum.tagdiv.com/newsmag-block-settings-tutorial/

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

I assume that you manage to fix the issue. This topic will remain here but we will consider it closed.

Thanks for the message!

Andrei L.
tagDiv Member

Hi

Use this css to correct this error: http://screencast.com/t/pfWr5ts5XpK

.td_block_authors .block-title, .td_block_social_counter .block-title {
float: none!important;
}

Thanks!

Andrei L.
tagDiv Member

Hi

I looked over the code that you provided and works fine. If you’re using page template default as the page template for the homepage: http://screencast.com/t/WelReLqatY the sidebar should appear only once.
The same sidebar appear twice on the same page if it’s used in a widgetzed sidebar block first, then also it’s used in latest article section, if the page template is pagebuilder + latest: http://screencast.com/t/byqXLRHRs3
The editor was designed to have the same width with the post content on front-end. If your’re using sidebar the post content have 640px, so the editor have the same width. If you’re not using sidebar the post content have 980px and also the editor change width’s changes at this value. Basically the editor simulate the front end layout. You can make the editor full width by removing this code from editor-style.less file: http://screencast.com/t/Vef9ReyLvsC2http://screencast.com/t/Ko7LseFc2fw6

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Buna

Ai putea insera news ticker-ul in pagina fara sa folosesti Visual Composer modificand putin structura shortcodului. Totusi vei avea nevoie de VC pentru a genera shortcodul astfel: creezi o pagina noua si activezi Visual COmposer apoi setezi news ticke-ul. Dupa aceea schimbi pe backend editor, copiezi acest cod: http://screencast.com/t/cDY5KUfihF si il inserezi in continutul pagini: http://screencast.com/t/hyzol7lI4tCk
Va trebui sa adugi acest css in theme panel > custom css: http://screencast.com/t/Zw9UT16zNKM

.td_block_wrap.td_block_trending_now{
border-left: 1px solid #e6e6e6;
}

Dupa ce ai generat shortcodul poti dezactiva Visual Composer.
Multumesc!

Andrei L.
tagDiv Member

Hi

To display the category drop-down filter on the same line with the pagination it’s a bit tricky. First you need to place this line above the one which generate the block title like here: http://screencast.com/t/BbOO6beG9np then add this css in theme panel: custom css: http://screencast.com/t/Qojl70ezALSn

.td-next-prev-wrap{
display: inline-block;
}
.td_block_wrap .block-title{
float: left;
}
.td_block_1 .td_block_inner, .td_block_2 .td_block_inner, .td_block_3 .td_block_inner, .td_block_4 .td_block_inner, .td_block_5 .td_block_inner, .td_block_6 .td_block_inner, .td_block_7 .td_block_inner, .td_block_8 .td_block_inner, .td_block_9 .td_block_inner, .td_block_10 .td_block_inner, .td_block_11 .td_block_inner, .td_block_12 .td_block_inner, .td_block_16 .td_block_inner, .td_top_authors .td_block_inner, .td_block_text_with_title .td_block_inner {
clear: both;
}

Thanks!

Andrei L.
tagDiv Member

Hi

Note that the sidebar added within the widgetized sidebar block applies only for the section built with Visual Composer pagebuilder. If you’re using pagebuilder + latest as page template, for latest article section will be set another sidebar from loop settings: http://screencast.com/t/UUaXCvUjZj2L
The default sidebar can’t be used only for the part of the page generated by VC, the rest of the page will use the default sidebar or other one, depending by users settings.
If this does not help please provide a screen of your layout from Visual Composer or the entire code from bacakend mode via http://pastebin.com/ so I can inspect it closer.

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your site and the new mobile icon is displayed fine: http://screencast.com/t/NiVkA7Zfk7k If you’re referring at the delay, that is caused because first time it’s loaded the main css from the style.css, than the custom css. To avoid that delay you can insert the code directly in style.css file: http://screencast.com/t/S753z26v43f

Thanks!

Andrei L.
tagDiv Member

Buna

Blocurile temei pot fi folosite doar daca ai Visual Composer activ. Chiar daca folosesti functia do_shortcode() pentru renderizarea shortcodurilor layoutul va fi afectat fiindca lipsesc unele clase din de css din VC.

Multumesc.

Andrei L.
tagDiv Member

Hi

The theme have an option to deactivate comments in post under theme panel > post settings: http://screencast.com/t/VGoVGaIq

Thanks!

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

Hi


@bachir10452km
Lucian replied you via email!
Thanks for the message!

Andrei L.
tagDiv Member

Hi

This is a very strange issue and I am not sure appears like that. On our demo, for example, the block aren’t edited from more then 1 month and also the latest post was published last year, however the posts are displayed fine in blocks.
If this happens again try to clear all caches deactivate all plugins except Visual Composer and test again.

Thanks!

Andrei L.
tagDiv Member

Hi

To achieve that you need to edit the file corresponding for the block that you want to affect. For example if you want to move the pagination near the title in block 1 the file that must be edited is td_block_1.php: http://screencast.com/t/kVWLZQsk1 After that add this css in theme panel > custom css: http://screencast.com/t/LJEZAccv

.td-next-prev-wrap{
display: inline-block;
}

Thanks!

Viewing 25 posts - 5,151 through 5,175 (of 6,511 total)