Still the same thing with breadcrumbs on iPhone 4S and Motorola (Opera Mini and default browser)
Great, thanks!
Thank you, got it!
I found in my source this stuff
<!–
Theme: Newspaper by tagDiv 2014
Version: 4.2.2 (rara)
Deploy mode: deploy
–>
Could you tell me how i can get rid of it, coz i don’t want anyone see my theme name and version especially when it’s not updated. It’s comming from function.php i think, but i didn’t find the way to turn it off
False alarm, sorry, somehow it appeared in the morning..
Ok, thanks!
So it won’t be boxed layouts with background anymore?
I’m using 980 too, tell me please if it will be back in sometime or not? As i got it i shouldn’t update a new version if i want to use 980, right? What is the latest version with this feature, 4.2.2 or later one?
Thank you! It helped with header and logo for mobiles, but breadcrumbs are overlayed by H1 http://files.webfile.ru/be6dd5853638a815519fdacc6b7918d3
And it’s a weird stuff with Safari in Ipad. At the first moment everithing is ok, but then it’s like the page loads in second time in a row and as a result logo moves to the right and space under header appears http://files.webfile.ru/9cf8169b95254f87c4b11830baab3d5d
Added this code, but in Safari appeared a little space under header and logo moved to the right a little bit http://files.webfile.ru/789420230550c5890547ebc3be902376
And there is still no breadcrumbs
In Opera Mini there is no header and breadcrumbs too http://files.webfile.ru/6da9735e7ef50e5faa41bf8ddf793d3c
I’ve read a lot of about it and i know that i need to switch off the exerpt somewhere in files and instead of it to show the content. To replace the_excerpt() template tag with the_content(). I’m pretty sure i can do it on my own i just need to know in which file this the_excerpt() is. Could you tell me it?
Yeah, i know that it’s WordPress stuff, but i think i need to add some code to make it work as i need and i don’t know to which file.
I want to use it on category page and i want to write a custom text for each post in tag more instead of this standart Continue word. In my case tag More doesn’t work like you showed, even if i put it after 3 first words anyway i see longer text on category page. And when i write some custom text in this tag it’s also not showed. Maybe it depends on excerption, but i don’t make an excerpt manually in editor…
<?php the_content(”); ?> I found that this code might help me with More tag, could you tell me where i should put it in theme files?
Thank you! The thing is the resolution of my monitor is not so high so i just couldn’t see that there is a way to open category feature on the right. And haven’t guessed to try horizontal scroll…
-
This reply was modified 11 years by
paulberrow.
Great, thank you! Still finding new things in your theme!:)
Could you tell me where exactly i can turn it off? Is it in Theme panel or somewhere else?
Thank you, guys!
I optimized it till 59Kb (less looks not good) with the size 800×500, bigger size weight much more
Got it! Thank you, Lucian!
Added it to my header-style-1 file as you wrote, but it’s nothing in this place on the site and it’s nothing in code as well(
Anyway, thank you, maybe i’ll wait for Google search or hire someone to do it
-
This reply was modified 11 years by
paulberrow.
I used the same css, just added a custonm class, coz could’t find the special classes for sidebars in pages and categories.
https://forum.tagdiv.com/topic/control-of-widget-headerslines-on-sidebar/#post-19605 Here Lucian wrote how to add a custom class for category, for page it’s pretty much the same
Thanks! I did it a bit another way, added my custom class to category and page templates:)
Your welcome!)
Btw, if you find the way how to make it on pages and categories. let me know. Lucian gave me some information about customizing categories, but i haven’t tryed yet
-
This reply was modified 11 years by
paulberrow.
Try this one, it works for me
If i got right what you meant
.td-post-sidebar {
box-shadow: -5px 0 5px -4px rgba(50, 50, 50, 0.15);
}
.td-post-sidebar {
padding: 0 0 25px 25px;
}
.td-post-sidebar {
background-color: #ffffff;
}
-
This reply was modified 11 years by
paulberrow.
Actually, it’s not exactly what i was asking about:)
Every time i write a new post i’d like manually to write a new text instead of the word Continue in this place.
But, i guess, there is no a feature like this…If there is no this feature could you tell me how to not to show this Continue stuff at all? Tryed some code, but it didn’t worked out
Thank you, it works!
Ok, i got it. I did it using the code i’ve sent you, it works so far.
Thanks!