Andrei
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Windows Live Writer And WordPress BlogAnybody got any feedback on this? This issue has also started occurring to me all of a sudden for no apparent reason.
Anybody got remote posting working?
Hi,
it’s not really a matter of trust, it’s more that I can’t take my site offline to experiment. Currently I’m on a fallback to 1.6.11 which works and testing 1.7.1 on a local server, to which I can’t provide access due to technical limitations.
Unfortunately, I don’t have time to create an online sandbox. However, I’m not sure whether or not I tried what you mentioned (sidebar type selection and so on) so I will look into that first.
Thanks!
i already had 1.6.11 installed and then upgraded to 1.7.1 and the widgets had moved out of the sidebar into the “inactive” section, and I was unable to create a sidebar or change its size.
Well, that’s what happened to me too. However, now, even when I add them back (or add any widget to any bar), nothing happens. They appear saved, active and so on, but nothing appears on the website. The right bar (the one I had), appears empty (in fact the sidebar div is completely missing) while new bars (like left) simply do not appear.
I got things working by using Firefox 3.5.16. I use Linux mainly, so this was on my Linux machine, but I suspect it’d be fine on Windows too.
Not sure what you mean by that. Did you try an install of 1.6.11 and then upgrade to 1.7.1 directly? Or did you just install 1.7.1?
I tried two tests on a Windows machine, and fresh install of 1.7.1 works but upgrading 1.6.11 (with both default widgets and custom menu created) to 1.7.1 doesn’t work.
Forum: Plugins
In reply to: [Social Media Tracking] Default CSS scrambled?Thanks, this works!
Also, there’s a small matter of the code not being HTML5-compliant.
I fixed one by changing the <g:plusone></g:plusone> tag to the one Google recommends at https://code.google.com/apis/+1button/
<div class=”g-plusone”></div>
and it also works. Maybe in the next update you could offer a fix for the fb:like tag?
Forum: Themes and Templates
In reply to: [Arjuna X] [Theme: Arjuna X] HTML5 themeIssue is in general-template.php in wp-includes folder (so it’s in the WP core, not in the template).
Function name is rsd_link(). Perhaps is could be overridden somehow?
I’ve decided to fallback to 1.6.11 until there’s some solution.
I am using Firefox 6 as primary test browser and I can’t create any new sidebar, it’s always empty!
I filled all the sidebars (left, right, with top, left and right components each) and nothing is showing!
@fishsponge: could you describe how you got your things to work?
This update really messed up my site! Before most widgets were displayed as a mess but at least I could fix them manually, now I can’t get them to show at all.
Forum: Fixing WordPress
In reply to: Next Page split post questionHi kmessinger
I am using !–more– to make the list of posts (displaying a “teaser” of each post). But “more” only splits a post in 2, I need to split a single post in several pages which should then be listed individually (page 1, 2, 3, etc).
Forum: Fixing WordPress
In reply to: Next Page split post questionHmmm, in this case I suspect the tag is useless to me. I need to use it on the single.php template page, which stands outside the loop. Displaying page links for the same post inside The Loop doesn’t help me.
Have you used this function/tag before?
Forum: Fixing WordPress
In reply to: Next Page split post questionHi keesiemeijer, thanks for the reply.
yes, I used the html editor to add the tag (otherwise it would’ve displayed the tag itself as text within the post). I even checked the database entry with phpMyAdmin to make sure the tag was correctly written and not encoded in some way.
I don’t use wp_link_pages within The Loop, there’s no need for that. wp_link_pages is meant (as the codex says) to be used for a single post. As such, I used it on the single.php page, which displays a single post (not the post while looping through the list of posts) so there’s nothing to loop through.
Forum: Themes and Templates
In reply to: Issues after upgradingAnother issue on my side:
If I add a widget to a sidebar, the default Arjuna widgets remain (even though the config specifies they appear only if the widget bar is empty) and the added widget looks awful (it is forced to occupy half the width of the bar and is right-aligned).See https://www.dragonflame.org
I put the Meta widget in the bar as example.Forum: Themes and Templates
In reply to: Issues after upgradingHi,
My mistake for the previous post. When I opened the thread, I had just updated to 1.6.5 via the automatic update in WordPress. Yesterday I updated to Arjuna 1.6.7 and the issues are fixed! All the buttons behave normally.
Forum: Themes and Templates
In reply to: Issues after upgradingMy URL is https://www.dragonflame.org
However, like I mentioned earlier, I edited the DB directly to hide all the buttons.
Wouldn’t trouble me so much if at least the RSS would use the icon instead of the long text links.
If I managed to get some time on my hands I will try to debug the code.
Another (kindof) issue: is there no way to have Arjuna keep the settings between upgrades (like read the old serialized settings and used them to overwrite the defaults on the new one before updating the values in the db) ? I only upgraded twice but every time I lost all the settings (which took some time to make) including a pretty long and detailed custom CSS (which now I have to once again redo from scratch).
Forum: Themes and Templates
In reply to: Issues after upgradingNo, i am using 1.6.7 right now and the issue exist.