You can see same problem on my site https://www.ghiduldrumetului.ro.
On page source are http links to youtube.com instead of https.
example:

<img alt="" src="http://img.youtube.com/vi/77CmYriZBkg/default.jpg" />
Violated Directive img-src https: data:
The issue was fixed? Because I have same problem 🙁
-
This reply was modified 9 years by
nicolai.
My bad just want to update the plugin. Thx for support!
It’s ok now.
I found a bug in new theme. If visit my page thehickers.ro will see near Karst block that my social counter isn’t visible (all counter is White and without icons, try to select that area). In same time I have Weather widget without to add it to my page.
After I updated to Newspaper 7 this don’t work anymore. Can help me pls to fix it?
Hm, another thing I can try is that when I will click the county link to open a page where to list all my sub-categories.
Alike http://www.ghiduldrumetului.ro/category/judetul/ but instead to all posts to have links to Iasi, Bacau, Neamt, Harghita etc.
Can be done with theme?
Thanks!
If I will display just parent as you propose on point 2 and I will click on Hike item then next page http://www.thehikers.ro/category/sights/hike/ will be displayed.
My question is can I change items from LATEST drop meniu with my own? Neamt, Harghita etc? If is possible can have different items on LATEST drop-menu for different parents? Some for HIKE, anothers for Karst.
Thanks for support!
Used default template setting. Thx for support!
http://www.thehikers.ro/page/2/
Now have to much space 🙂 Can reduce that space for next pages? to say …
top:530px!important;
for main page
top:330px!important;
for next.
Or better keep using the block 5 from main page (with different posts if possible).
The only solution that I could figure was to force my site to redirect non www adresses to www.
in htaccess ….
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^ http%{ENV:protossl}://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Better solutions?
I played more with htaccess and now have problems just on Chrome.
Solved already by Bogdan B.
Thanks!
Fixed, thx!
.home .td-main-page-wrap{
position:relative;
top:530px!important;
}
This part bug the final block. If scroll down to the footer will see how the HOT NEWS block will override footer.
In same time LATEST ARTICLES aren’t displayed well (the final part).
I belive that new top possiton value must be added somehow to the homepage height.
Ok. I got the answer from Catalin.
Again … you do a great job. Thx!
Multumesc! Nu neg valoarea temei dar suportul oferit dubleaza aceasta valoare.
Pana acum am instalat aceasta tema pe doua site-uri. Nu voi ezita sa o utilizez pe orice alt site in viitor.
Felicitari!
Another problem is on Header Style 12. Theme ignore selected hover value and use own color. A darker tone derived from background color. I think that users prefer to choice their color.
I liked Newspaper theme from first moment. You make me love it 🙂 . Perfect support as allways!
-
This reply was modified 10 years by
nicolai.
Something alike http://test.thehikers.ro/2016/02/02/rooney-backs-sterling-to-be-england-overmars/ but without dark box blending.
The solution create an issue in Header Style 8. The logo overwrite meniu. How can be fixed?
I mean how can move the main meniu to the right as logo to not overwrite meniu text.
Dear Bogdan,
I really hope that you (and just you) will reply to my further questions 🙂 . Perfect and clean answers that solve 100% all my requests.
Thanks!
1. Cred ca nu putem vorbi despre customizing ci despre un BUG. Header style-ul 8 nu tine cont de dimensiunea imaginii folosite pentru logo când calculeaza pozitia de left pentru meniu ci afiseaza meniul la o pozitie fixa, prestabilita.
Eu doar am adaugat logo-ul meu in tema si meniul este afisat peste imagine.
2. La fel si in cazul header style-ului nr.12. Codul inclus in tema ignora cu desavarsire culoarea aleasa de mine pentru hover. Pentru ce exista aceasta optiune daca nu este folosita?
Hi,
Your proposal just lower logo size but not the logo area (band) height. The result is a smaller logo in same height black band.
Cred ca solutia pentru mine ar fi :
.sf-menu, .sf-menu ul {
margin-left:ceva px;
}
Dar care sa se aplice doar când se afiseaza meniul cu logo micsorat.
Când este in pozitia initiala sa fie:
.sf-menu, .sf-menu ul {
margin-left:0px;
}
Cum as putea face asta?
A last (bonus 🙂 ) question regarding my problem. After I mixed themes the “Trending now” scroll bar isn’t centered corect between block 5 and Big Grid 1. Look like space before the trending now bar is bigger than after. Using Inspector reveal two rows there.
Can I thix that somehow?
Thanks in advance for your kindness!