ottantaventi
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sinatra] Images show up incorrectly in blockquoteThere was an error in the HTML that I used to create the shareable links: somehow in my previous blog (where I used to use the classic editor) this led to no error, but now I use the standard block editor it didn’t accept the code.
Forum: Themes and Templates
In reply to: [Sinatra] Image doesn’t resize responsively on blog postYou nailed it Branko: you solved my problem.
THANK YOUHave a great day !
AlexanderForum: Fixing WordPress
In reply to: Wrong URLIf you link to an image on a different site it will display on your site
True, but https://www.provasconti.alexanderreif.com/wp-content/uploads/Pneumatici-Invernali-Pirelli.jpg (what I get from the source of the page https://www.scontionline.net/pneumatici-invernali-pirelli/ ) does NOT exist (click on it, in order to test for yourself)
If you turned off the test site, that image would be broken because it’s loading from the test site.
Use this tool to do a search and replace of your current live site.
https://interconnectit.com/products/search-and-replace-for-wordpress-databases/eg, search for https://www.provasconti.alexanderreif.com
and replace with with https://www.scontionline.netBefore posting here I also did the following:
1) I exported ALL content through the WordPress export function in TOOLS -> EXPORT
2) opened the XML file with Notepad++ and replaced “www.proavasconti.alexanderreif.com” with “www.scontionline.net” in the whole document. I saved it than with a new name.
3) uploaded the modified file with the WordPress internal importer at TOOLS -> IMPORT
When asked if I want to import attachments, I set the flag on “Download and import file attachments”.
After hitting “SUBMIT”, I got a confirmation of a long list of images telling me that they already existed.
The final statement under that list is: “All done. Have fun!” ??If I now perform the same test as in the beginning, that means going to the page https://www.scontionline.net/pneumatici-invernali-pirelli/ the image of the yellow car and the tire is on the same domain and it’s address is https://www.scontionline.net/wp-content/uploads/Pneumatici-Invernali-Pirelli.jpg BUT if I hit CTRL + U in order to see the source of the page I get that the address of the SAME image is https://www.provasconti.alexanderreif.com/wp-content/uploads/Pneumatici-Invernali-Pirelli.jpg
The only reason why I was able to spot this strange thing is that in the POST EDITOR in the VISUAL tab I got (and STILL GET EVEN AFTER exporting the database, replacing the wrong urls and re-importing them) an empty rectangle, instead of the image.
And when I switch to the TEXT tab I see:<img class="alignleft size-full wp-image-329" title="Pneumatici Invernali Pirelli" src="https://www.provasconti.alexanderreif.com/wp-content/uploads/Pneumatici-Invernali-Pirelli.jpg" alt="Pneumatici Invernali Pirelli" width="300" />
That means again the https://www.provasconti.alexanderreif.com !!!!
What drives me mad is:
1) why does the old domain reappear after importing the database ?
2) why, if the source of the image points to the domain https://www.provasconti.alexanderreif.com (that DOESN’T exist anymore), get’s displayed correctly (and the only place where that image exists is on https://www.scontionline.net)I’m frustrated and I’m going now to implement even your suggestion:
Use this tool to do a search and replace of your current live site.
https://interconnectit.com/products/search-and-replace-for-wordpress-databases/I’ll report you back after I’ve done it.
Forum: Fixing WordPress
In reply to: Wrong URLUse this tool to do a search and replace of your current live site.
https://interconnectit.com/products/search-and-replace-for-wordpress-databases/This solved the problem: THANKS PXFORTI !! ??
What I still DON’T get is why exporting the posts via the internal WordPress exporting tool, editing the XML file with Notepad++ replacing “provasconti.alexanderreif.com” with “scontionline.net” and re-importing the file with the WordPress internal importing tool, didn’t solve the problem… ??
Forum: Fixing WordPress
In reply to: Wrong URLThis doesn’t explain why the image is correctly diplayed from the actual domain (https://www.scontionline.net/wp-content/uploads/Pneumatici-Invernali-Pirelli.jpg) but when I look at the source of the page (hittinf CTRL + U) it does display the url with the old domain (https://www.provasconti.alexanderreif.com/wp-content/uploads/Pneumatici-Invernali-Pirelli.jpg) which doesn’t exist (try to click on it).
Forum: Plugins
In reply to: [Scroll Triggered Boxes] How to use a Element Selector as a trigger pointYes the new version works great: now the element selector’s option box appears and the box scrolls properly with the “#comments” trigger.
Thanks a lot !
ciao
AlexanderForum: Plugins
In reply to: [Scroll Triggered Boxes] How to use a Element Selector as a trigger pointHi Danny,
but WHERE I have to put in “#comments” ?
When I choose “Element Selector” from the dropdown menu the following options keep to be the % box (and it accepts only integers)…
My site is https://www.strategievincenti.net
Thanks in advance
ciao
AlexanderI solved this issue increasing the memory to 64M in the php.ini
Forum: Fixing WordPress
In reply to: Error after upgrade to version 2.3.1 thru FantasticoI solved the problem updating the plugins.
Forum: Fixing WordPress
In reply to: How to: horizontal menu bar under header ?I though it’s some kind of plugin or similar, but I see it’s CSS.
Time for me to learn something more about it…
Thanks
ciao
alexanderForum: Fixing WordPress
In reply to: Kubrick theme: standard header disappereadI’ve changed the theme name substituting the spaces with underscores and i fixed the problem.
thanks for the help
ciao
alexanderForum: Fixing WordPress
In reply to: Kubrick theme: standard header disappereadI’ve made changes in the past to the kubrick theme, but not yesterday. I’ve this problem since yesterday.
in my style sheet is written:
#header { background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center; }
If I paste in the code you provided me, all the text got moved ( it doesn’t fix the problem ).
ciao
alexanderForum: Plugins
In reply to: Popularity contest: how to view only permalinks views ?But the sample is on the “popularity rankings” page ccoming with the plugin. It’s the very first view. He calls it “Permalink View”…
is it not possible without “hacking” (what I’m not able) ?
ciao
alexanderForum: Plugins
In reply to: Popularity contest: how to view only permalinks views ?Sorry for my bad english and my ignorance of PHP.
What I meant is: I want a list of 10 items displaying NOT the overal popularity (made of number of comments, trackbacks …) but ONLY by the number of times the single post has been viewed (what Alex King’s in the stats page calls “Permalink views”
Thanks in advance
ciao
alexanderForum: Themes and Templates
In reply to: Kubrick: number of post next to category name doesn’t apearI found out that using the deprecated:
<?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?>
it works ! ??
Is this an undiscovered bug ?
ciao
alexander