Mallory Destiny
Forum Replies Created
-
The issue has been solved.
Interesting video. It just ends at the best part: how to fix it?
These 404 entries hit on url’s that have existed before, when we had a huge malware infection. All these urls are removed but somehow they still get visits, for example by the Google Bot.
I really wonder why these urls still turn up in the logs, apparently still existing? How do I get rid of these?
Have just the same question. 225 log entries in 1 hour, most of the same IP’s.
Forum: Plugins
In reply to: [AddToAny Share Buttons] After updates showing errorAnother one bites the dust!
Ouch…
I am using only 2 levels. (primary and then sub and sub-sub)
Is there also a maximum to the number of ‘items’ in each level?Forum: Themes and Templates
In reply to: [Tiny Framework] Difficulty making the site widerNever mind. Found it in css at Tip 52.
Lesson: never try to learn code at night… ??
Forum: Themes and Templates
In reply to: [Tiny Framework] Difficulty making the site widerHello kayten1,
Last night I was just coping with the same and found the trick in functions.php, in this part:function tinyframework_mod_content_width() { if ( is_page_template( 'page-templates/full-width.php' ) || is_attachment() || ! is_active_sidebar( 'sidebar-1' ) ) { $GLOBALS['content_width'] = 1026; }
Where it says 1026 the default is 960.
Next challenge is to make also the sidebar a little wider…
Forum: Themes and Templates
In reply to: [Tiny Framework] Lost css and translations after software updateOk, will do so and return it when done.
Forum: Themes and Templates
In reply to: [Tiny Framework] Lost css and translations after software updateHope I’m not being too much trouble.. :/
I have found some .po-files in the Tiny Frameworkfiles in several languages. Have opened the German .po-file and I could edit it to Dutch and save it as nl_NL.p
Is this the right way to do it? And would it help if I send the result when I have finished the translations?
Forum: Themes and Templates
In reply to: [Tiny Framework] Lost css and translations after software updateAh, that is where I should look then! Thank you.
Please, the donation is well meant, you deserve it. Have a nice beer or coffee to enjoy. ??
I just need 1 child theme so that I can use it as an example of how it should look, then I can start studying on that. And with this extra help I should manage. ??
Forum: Themes and Templates
In reply to: [Tiny Framework] Lost css and translations after software updateApologizing for being more trouble…! Just one more question…
In the site-files I found a .pot-file (with my last name on it! ?? ) I am sure I didn’t create it. It opens in Open Office and gives lines to translate. Could I just update this to translate files? Or wouldn’t that make any sense?
Forum: Themes and Templates
In reply to: [Tiny Framework] Lost css and translations after software updateThank you for the advise.
To learn more I have made a donation so that I could use an example child-theme. Where can I find it?
Forum: Themes and Templates
In reply to: [Tiny Framework] Lost css and translations after software updateP.S.- I do have files like:
nl_NL.po
nl_NL.mo
If I have understood the documentation well, these should take care of the translations. They do for the main-site, but not for the theme. I cannot open these files. What software should I use for them? (Hopefully a free or trial version!)
Forum: Themes and Templates
In reply to: [Generous] Blockquote stylesHey Bojan
Hat off for your fast reply again!
The ‘bad guy’ turned out to be this one:
.post-template .post-content p { font-size: 15px; font-family: Trebuchet, Tahoma, Verdana; font-weight: normal; color: #000; }