Hello,
I get this error message http://www.screencast.com/t/ZF6kIvEU every time I click to view an image inserted in an article ( https://itutorial.ro/2016/03/mod-consum-redus/ ). I mention that I have modal image activated.
Is there a fix for this?
Thanks!
Hi,
The modal image needs to link to the image url. If any other link is used here: http://screencast.com/t/sZZdhblZlc then the modal image will not work anymore as it requires this link. Please check your images and set them to link to the image itself.
Thank you!
Hi,
The problem is that all the images on my website link to attachment page, not to „media file”. And I have thousands of images attached în articles so it would be impossible to change that setting manually. So, is there any way to link all images to media file?
Thanks!
Hi,
In this case, maybe you can find a few resource online to force your images to link to the media file: http://wpsites.net/wordpress-tips/5-ways-to-change-default-image-links/
Sorry but our theme has no such option. You cannot reset all images links from the theme settings.
Thank you!
Thank you, Bogdan!
I have a few more questions:
- Is it possible to fix this: http://www.screencast.com/t/yHCBHvf4t , in the footer of the theme? I would like to have the two badges shown side by side
- Is there any way to remove that blank line between the News Ticker and Breadcrumb: http://www.screencast.com/t/vLXNGnlpORO ? It appears every time I add the News Ticker in cPanel…
- Is there any way to add an ad between articles that are shown in Tag and Category pages?
- I cannot use the Post Style 1 because it shows both the Article Top ad and the Post Style 1 ad. Also, is it possible to show the featured image on the left, inline with text, and the ad on the top in Style 1?
Thank you!
Salut!
1)The footer widgets are found here: http://screencast.com/t/E8V4SkYU9A6 If youhave not modified the theme files, then you can remove your widgets from there.
2)you can remove the space using this css code:
.td_block_trending_now.td_block_wrap{
padding-bottom:0!important;
}
.test{
margin-bottom: 0!important;
}
.td-main-page-wrap{
padding-top:20px!important
}
(as a side-note: you have a container in there with a class called ‘test’ that also created white space)
3)To display ads between posts on a specific category page are required lots of customizations and also many tests in order to achieve the desired result. Basically you need to edit the loop for that specific category page such that to display a specific ad-spot after a given number of posts.
All this customizations falls beyond the support can offer you so if you’re not aware of the steps you need to take in this regard please consider hiring a freelancer to do this for you as we can’t offer custom services at the moment.
4)If you want to remove the ad on post style 1, you can do it from here: http://screencast.com/t/RRXPmQTF
For the top ad, it will be a bit trickier as the top ad displays on all post templates so you need to ad a few conditions to the code where the ad is being created. Please use this code: http://pastebin.com/b5ZWGEhf
and replace this part here: http://screencast.com/t/uiYhFyE0rF
This will disable the article top ad for post style 1 and now you can ad a custom ad in the top of the file with a do_shortcode function:
And add it in the file like so: http://screencast.com/t/sKAM9mtVmj
Now if you do not have an article top ad, the text will fill the white space besides the featured image.
Thanks.
Salut,
- Nu cred că m-am exprimat corect. Nu doresc să elimin acele widget-uri, ci doresc să le fac să apară unul lângă celălalt sau măcar să le dau aceeași dimensiune, deoarece cel Google este mult prea mare
- Am introdus codul acela și acum arată OK bannerul respectiv. Totuși, nu mai pot fi accesate butoanele stânga/dreapta din partea dreaptă a lui. De asemenea, precizez că am următorul cod în css http://www.screencast.com/t/4qKcSbVOF1U , iar în Temă>Parts>Header>Style 2 am
<div class="td-container test">, container-ul „test” fiind adăugat la indicațiile unuia dintre colegii tăi, deoarece, fără el, tickerul nu era afișat corect. Se mai pot face optimizări?
<?php echo do_shortcode('[td_block_trending_now header_color="#dd3333" category_id="22" limit="5"]');?>
</div> - Dacă e foarte complica, nu mă interesează deoarece nu este ceva într-atât de important. Știu că în trecut primisem un cod cu loop de la unul dintre colegi și îmi afișa reclama după x articole, însă odată cu Newspaper 6 acesta nu doar că nu a mai funcționat, ba chiar a provocat și unele probleme. Eventual, dacă mai primiți soliciătri și din partea altora, treceți pe lista de funcții noi pentru că n-ar fi rău să existe opțiunea de a adăuga reclame în categorii/etichete din setările temei
- Am urmat pașii, însă nu mai îmi apare conținutul pe acest stil > apare totul până la breadcrumb. Menționez că am făcut modificările așa cum ai precizat, atât în loop 1, cât și în td_module_single_base.php, unde am copiat codul de pe pastebin. Luați vă rog în calcul, pe viitor, îmbunătățirea stilului 1 (să nu mai afișeze atât reclama article top, cât și cea dedicată stilului, să afișeze reclama dedicată stilului deasupra conținutului, iar imaginea în stânga sau viceversa).
Mulțumesc!
Salut,
1) Din pacate, acele widgeturi sunt adaugate cu un textwidget si nu pot fi targetate cu CSS incat si celalalte textwidgeturi vor fi afectate. Au nevoie de o clasa de css proprie. Cel mai bine ar fi sa modifici direct codul widgetului si sa scimbi dimensiunea imaginii de acolo. Incearca sa adaugi clase daca se poate la codul din text widget. Le poti adauga intr-un div si doar dupa aceia se vor putea fi modificate cu css.
2)Din cate observ, butoanele functioneaza pana la postul acesta: http://screencast.com/t/cM9KFi2vqy34 care are un titlu foarte lung. Incearca sa mai adaugi putin spatiu din codul de mai sus intrucat acum deja s-a rescris css-ul si un al doilea !important nu va merge de la mine. Incearca sa pui un 5px la fiecare valoare.
3)O sa luam in considerare.
4)Modificarea am facut-o direct la mine si a functionat. Intr-adevar este un pic mai complicat dar ar fi trebuit sa functioneze.
Pe viitor o sa avem control mai bun asupra ad-urilor deoarece lucram la o mai buna implementare a lor.
Multumesc.