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,

The “pick and drop items..” issue was reported when using an older version of the plugin together with the latest version of WordPress (4.1).
Please make sure that you download and update your theme to the latest version (4.6.1) and also remove and install the VC plugin from the /plugins folder which came with the theme files, use this guide: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
This was tested so you shouldn’t have any issues.

Thanks

Lucian
tagDiv Staff

Hi,

The thumbs for the images on blocks/modules are created by the theme and loaded at smaller sizes so when on phones or tablets depending on the screen view the thumbs need to get a bit stretched so that they fill their container. You could change this by adding a new thumb size or altering the one you use and have it to use a larger one which would look better on mobiles or tablets.
The size of the images can be changed from functions.php: http://screencast.com/t/FbsZ2g0g
And regenerate thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Please also note that if you alter it’s size it you might need some css modifications.
You could change it’s color via css but only if you’re using different blocks on your sidebar as if you’re using the same block/blocks you can’t target via css just one and change it’s color.
Let me know of your situation I’ll let you know if it can be done easily.

Thanks

Lucian
tagDiv Staff

Hi,

The theme has an built in sharing system for pinterest, twitter, fb, google + also so you don’t need a plugin for this.
Test this by disabling the plugin then check it, see if this still happens and let us know.
If this still comes up please disable all plugins, empty cache then check again.
Also make sure you use the latest theme version(4.6.1).
I can’t recommend you any plugins for this and also guarantee it will work fine as we haven’t tested any plugins for this.

Thanks

Lucian
tagDiv Staff

Hi,

The theme doesn’t use cache. I’ve checked your site and noticed that you use an older version of the theme so please make sure you update it and check again.
Please also make sure that you don’t have any host cache.
This could also happen due to browsers’s cache as Chris stated. Other plugins could also cause this although I doubt it.
I suggest you update your theme to the latest version (4.6.1) then empty cache, purge files, deactivate all plugins then update a post and check again. You should also go trough W3 Total Cache settings and make sure you have it configured well.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

We do plan to improve the ads system but unfortunately I can’t offer you an accurate answer about when will that happen.
Regarding the image size, I’m afraid that you can’t use just one image size only if you alter the theme’s code as the theme uses different image size for each template which were created when an image was uploaded.

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately that is not possible. You can do it but by modifying the whole theme layout which is not an easy task and you need custom modifications for it. Sorry for inconvenience!
Like Alin stated above the Newsmag theme was designed with an fixed grid layout, responsive as it is fluid and style for desktop/tables/mobile screens.
If your issue is small logo you can change Header Style from Theme Panel > Header to show a full header logo:
http://screencast.com/t/KxB24T4U9eIv
http://screencast.com/t/1wxS8CN9QeW

Thanks!

Lucian
tagDiv Staff

Hi,

Use that plugin to set the og for your posts and set the description, title and other open graph tags manually.

Thanks

Lucian
tagDiv Staff

Hi,

Please try this custom css in theme panel custom css filed, I can’t guarantee it will work though as the style and width for that div (#swiffycontainer) is added inline and I’m not sure how it can’t be rewritten:

@media (max-width: 767px) {
div#swiffycontainer {
width: 300px !important;
margin: 0 auto !important;
}
}

Also try to set the size for your add from theme panel, like this: http://screencast.com/t/wFNXOLe6e

Thanks

Lucian
tagDiv Staff

Hi,

Using this open graph tool you can see how your post will be picked up by facebook, and based on it the date is included in the description: https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fplanetaim.com%2Fjadosnuri-silamazis-quchebi%2F
The theme doesn’t dictate those og meta tags that facebook sharer uses to get those information from your site, those are pulled by facebook.
You can control those og tags using a plugin like WordPress SEO by Yoast plugin. You can find here more info abut it and how it can help you set your og tags: https://yoast.com/social-media-optimization-with-wordpress-seo-by-yoast/

Thanks

Lucian
tagDiv Staff

Hi,

I will add this on our feature requests list and we will consider it for future updates, however we have almost 200 feature requests and we have to pick very carefully what we implement, if more people will request this we will consider it.

Thanks for the message!

Lucian
tagDiv Staff

Hi,

You can do it via custom css, like this: http://screencast.com/t/RPo84L7g0N
The comments and view are icons and can;t change their color via css also. You would need to use other icons there or edit and modify the sprites file: http://screencast.com/t/rGHLptq0G
Here is the css code to change the text color, adjust it as you like:

.meta-info time, .meta-info .entry-comments-views {
color: red;
}

Thanks

Lucian
tagDiv Staff

Hi,

Please also provide your site’s url so I can check and inspect this.

Thanks

Lucian
tagDiv Staff

Hi,

Glad you’ve fixed it. The embed feature via url or embed code is a built in WordPress feature, the them doesn’t handles that at all. We had previous reports regarding the embeds features for tweets/instagram images an so on.. but the fact is that when dealing with those kind of issues best would be to focus on WordPress in order to identify it’s cause as the theme don’t handles the embeds. Issues with might be theme related may occur in terms of styling which was your case.

Thanks

Lucian
tagDiv Staff

Hi,

This hasn’t been changed, changing the css in the type.less file should do it, I have also tested this just make sure you change the file from this path: ..Newsmag\includes\less_files\type.less not this: ..Newsmag\less_files\type.less

Thanks

Lucian
tagDiv Staff

Hi,

This page http://twojebielany.extrapolska.pl/ is set as your homepage so when you click the logo you are taken to the homepage. You can change your homepage form WordPress settings > reading: http://screencast.com/t/unzq6AQr
The breadcrumbs indicate that you are on the latest posts page or blog page, you can also notice this on our demo: http://demo.tagdiv.com/newspaper/blog/
You can remove the “Home” from your breadcrumbs form post settings: http://screencast.com/t/0ZCG5vIY0sd or you can disable the whole breadcrumbs if you don’t need them.

Thanks

Lucian
tagDiv Staff

Hi,

The ad size used on mobile is the 300x250 one: http://screencast.com/t/yCjSEmdidVfU
What type of ads you use? If you use image banner then you need to use the div’s presented in theme’s ads guide: http://screencast.com/t/UNBQnGeoA3lv and for mobile use a banner of the dimensions you want.
For adsense ads you can use the panel to change the ad size on mobile/desktops or tablets screens: http://screencast.com/t/yLRQn4jK
When you test this please make sure that you refresh the page not just re-size it.

Thanks

Lucian
tagDiv Staff

Hi,

I have tested this using one of the videos you’ve used and had the same issue: http://screencast.com/t/GOCdGAuO5O so it seems that this might be due to the theme as it seems that for some video it can’t download the big thumb image. I will add this to out issue tracker list for further testing and we will fox this as soon as possible and within the next update.
Sorry for the inconvenience!

Thanks

Lucian
tagDiv Staff

Salut,

Template’urile pt taguri folosesc accelasi fisier loop.php iar daca apar pe paginile de categorii atunci trebuie sa para si pt tag’uri, asigura’te ca ai urmat pasii corect si da “purge” la fisiere daca folosesti host CDN.
Incearca sa schimbi si modulul folosit pentru posturile ce apar pe paginile pt tag’uri.

1. Plugin-ul doar muta scripturile si/sau fisierele css in footer iar asta poate cauza probleme de js sau css daca exista o ordine de incarcare a fisierelor.
Din pacate nu pot sa-ti ofer un raspuns concret in privinta asta pt ca nu am incercat asta dar poti sa testezi si sa tii cont de asta pe viitor.

2. O sa luam in considerare sugestia ta pentru viitoarele actualizari daca ne vom decide sa imbunatatim sau sa modficam modala(lightbox-ul).

3. Avem in plan ca pe viitor sa oferim o optiune pentru a seta sau a construi o pagina diferita pentru mobile insa in momentul acesta asa ceva nu este posibil decat prin modificare la nivelul codului ori prin folosirea unui plugin.

Mersi!

Lucian
tagDiv Staff

Hi,

Please use this custom css: http://screencast.com/t/1BPH6D8Bt
Please note that this change will apply to all posts so if you just want this for the post you’ve sent me then you need a different approach.

.td-post-content footer {
margin-top: 0px !important;
}

.td-post-content footer .td-social-sharing {
margin-bottom: 0px;
}

Thanks

Lucian
tagDiv Staff

Hi,

Please try this custom css and use in theme panel > custom css filed:

body {
cursor: pointer;
}
.container, .container.td-page-wrap {
cursor: default;
}

Thanks

Lucian
tagDiv Staff

Glad you have managed to sort this out finally!
Thanks for the update and please let me know if you other theme related issues!

Lucian
tagDiv Staff

Hi,

I understand now, thanks! I have also added this on our todo list and we will add the function to the strings that lack it in future theme versions.
Sorry for the inconvenience and thanks for reporting this!

Thanks

Lucian
tagDiv Staff

Hi,

You could try to back-up your current WordPress/theme installation and update WordPress if you don’t use the latest version (4.1). Updating it could solve your issue. In all my tests I haven’t encountered an issue similar to yours so it should work for you also.
The image need to be at least 745x483 which represents the big image thumb size and the image needs to be of that width to fill the whole container. Regenerating thumbnails should solve it unless the image you use it’s smaller that the dimensions needed because WordPress doesn’t enlarge images.
So please check if the image you use is large enough and if so and still it doesn’t work edit the post remove the featured image then try to upload and set another one to test if this happens to all images then revert back to the one you need, you can remove it and upload it again.
If it doesn’t bother you that the image is stretched you could also do this via css and use this custom css in theme’s custom css field in theme panel to solve this: http://screencast.com/t/VvUGsST3e

.td_block_big_grid .td-big-grid-post-0 .entry-thumb {
width: 100%;
}

Thanks

Lucian
tagDiv Staff

Hi,

Unfortunately the author box from posts can’t be added as a widget, the one recommended by Alin is what the theme has designed for this.
You could try something similar to the “About me section” that we have on our demo on classic blog stack: http://demo.tagdiv.com/newspaper_classic_blog/
You can see here more info about how that sections can be added using a text widget: https://forum.tagdiv.com/topic/classic-author-box-how-to/
And below it you can add the social icons widget to get the same result, like this: http://screencast.com/t/IRCOfzqit
Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

The theme doesn’t have an option for this but you could achieve it via custom css. I suggest you to inspect the page target and apply the css from below with the background: transparent; property to the container you want. Also note that the theme wasn’t designed to be used with a transparent background so you might need to need additional customization to it if you decide to use a transparent background: http://screencast.com/t/VC8ObNbrWRu

.td-page-wrap {
background-color: transparent;
}

I suggest you find someone to do this customization for you if you don’t have html/css knowledge as this is custom work and we cannot provide it at this time because we work hard on development, fixes, updates and support and the time doesn’t allow us.

Thanks

Viewing 25 posts - 1,751 through 1,775 (of 6,600 total)