paulberg70
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Website loading very slow after updating WP database and versionUpdates: changing theme did not change the situation. ( just a cross test to exclude some issues specific of my theme )
I opened a ticket with host domain and they are checking if the issue is on their side or something with my website back end coding )Forum: Fixing WordPress
In reply to: Website loading very slow after updating WP database and versionHi
At the moment i did the CGI test from my domain and it gives “Page not found”
Can this meaning anything?
I still need to check PHP config but i am not sure what to check on it.
Do you have any suggestion?
Thanks in advance for your time.
PaoloForum: Fixing WordPress
In reply to: Notice: Undefined variable: class error at the top of any pagesSolved: I did not know that debug set to true in config.php shows live. i thought differentl outcome (i did not find the log file so i thought this command would generate it. Closing this topic. (set back to “false” the debug option.
Forum: Fixing WordPress
In reply to: Website loading very slow after updating WP database and versionHi Seb.
First, thanks for the tips! I am checking all the info you put here and let you know.
Also, i am going to check the HAR file while i load the home page, if this could be useful.
p.s. The site was slow also before moving to 7.1.1. the Upgrade to that new version unfortunately did not solve. But the issue was already present and it happened since i updated the database from the wordpress dashboard.
Thanks.
Paolo- This reply was modified 5 years ago by paulberg70. Reason: more useful info
Forum: Fixing WordPress
In reply to: The requested URL was not found on this serverThanks, it looks like that everything is ok now.
I correctly followed your instructions, i appreciatedHave anice day ??
PaoloForum: Fixing WordPress
In reply to: Error in dashboard/create page after having created a page templateGood news
It is solved now
After reopening one minute ago my dashboard in localhost, the issue disappeared, magically. i think it is due to the cache cleaning. I dont own any other explanation for this.My developing day is over now , ican sleep over it: )
cheers againPaolo
Forum: Fixing WordPress
In reply to: Error in dashboard/create page after having created a page templateHi t-p,
Definitely there was a misunmderstanding: i am the author of “relogs” that a the moment is still in my “localhost” . i am trying to create a “custom page template”. And a Theme name as said “Relogs” (it is my second theme).
no, i am speaking about something different.
Unfortunately in this forum there is no chance to post screens so it becomes hard.I got this warning when i try to create a page having set up a “Custom page template” in my repository (simply a php page )..that how it works.
the error is the following,.
( ! ) Warning: file_get_contents(C:\wamp\www\paologs/wp-content/themes/relogs/test_page.php): failed to open stream: No such file or directory in C:\wamp\www\paologs\wp-includes\class-wp-theme.php on line 1042
this can explain even better
https://www.wpbeginner.com/wp-themes/how-to-create-a-custom-page-in-wordpress/Thanks anyway for your effort
cheers
PaoloForum: Fixing WordPress
In reply to: Problems of fonts with Apple DevicesHi James, the problem is solved: I don’t see it anymore as Times new Roman in any google devices. I found that i set up a second rule that overwrote the main font set in the body of my css. (It was set in the css of the blog). so after changed, it worked fine. As you wrote, because the rule was overwritten, it was going to the default font for apple, the Times new Roman. SO i had to change the rule of the css for the font, also to the div of the blog. (in other android devices or all the pcs (with windows linux etc) the issue was not happening, and it picked up the ARIAL (previous font set). I will set up the Lato now with your help, removing the space. thanks.
Hello Again
This time worked. i visited https://developers.facebook.com/tools/debug/sharing/
and put in the field an URL to a blog post of my website. It seems that the issue is solve now. Not sure what happens, as I did not change anything else since yesterday, when the plugin seemed not have effect.
https://www.paolobergomi.it/london-2016/The only thing i can figure out, it is that it takes some time for the plugin to have effect on Facebook
Not sure, but thanks again for your help.
We can close this topicp.s. it gives still warnings but they are not effectively blocking the sharing of my post.
the OG: tags as said are correctly put in <head> of my website so it works as should be.Hello Steve,
finally, i had the time to test it
the plugin did not work and also the other ways described here
https://www.wpbeginner.com/wp-themes/how-to-add-facebook-open-graph-meta-data-in-wordpress-themes/
there is something that i miss?and also you may check here the settings of the open graph added in a blog post page (seeing from view source)
view-source:https://www.paolobergomi.it/london-2016/
it should work but it does not. once i share my blog post, it shares always the main page and not the relative content.you may check here my correct settings of yoast seo in my site
https://www.paolobergomi.it/yoas_config.JPG
Please let me know if you have any suggestion to implement
thank you
paoloForum: Developing with WordPress
In reply to: How to develope a theme with Foundation 6 and WordPressIt looks like Foundation created a starter theme just for WordPress users. So i will have a look.
That could be a key to all.
Here the link:
https://foundationpress.olefredrik.com/I will keep this post updated.
Thanks all!
PaoloHello Steve,
Thank you for the answer,
i will check ??
PaoloJust a detail in this note: the URL is shared correctly on Facebook. The problem are the displayed title and the description. But once i click on the link, it re-direct correctly to my blog-post.
ThanksForum: Plugins
In reply to: [AddToAny Share Buttons] How to share a single image with addtoany?HI Pat
Sorry…i am learning to use your plugin and sometimes bumpo into other things to review
as you see
https://www.paolobergomi.it/new-gallery/indoor-portraits/
i have set now the sharing vertically on the left.
but if you open the gallery page now i have the menu of sharing, working…because i fix my js script.
there are 2 questions and one issue
1. the menu that i add with jquery to the image at the bottom, works only for the first line of buttons, not the one shared from the universal sharing button. because i only added the variable to the meta data of the first 3 buttons. not the others. how to do add alos for the other sharings?
2. second option, i could remove the menu that i added at the bottom of each image in the gallery, and leave only the one in default , positioned vertically at the left, sharing the single image with that vertical menu,. is this feasible?sorry again for all these questions.
paoloForum: Plugins
In reply to: [AddToAny Share Buttons] How to share a single image with addtoany?Hi Pat
I appreciated your help. if I could get again some help from you would be greatI got an error coming out in firebug
ReferenceError: a2a is not defined
And the image url returned is
https://www.addtoany.com/add_to/facebook?linkurl=undefined&linkname=Photo+12&linknote
code (I suppose the jquery/js code is ok, otherwise i have to correct that. Anyway , here allvar share1 = $(“.lb-image”).attr(“src”);
var share2 = share1.innerHTML;
var share3 = $(“#imgShared”).attr(“data-a2a-url”, share2);
var share4 = share3.innerHTML;
$(‘<div id = “imgShared” class=”a2a_kit a2a_kit_size_32 addtoany_list” data-a2a-url=”‘+ share4 +'” data-a2a-title=”Photo 12″> </div>’).appendTo(” .lb-outerContainer “);
a2a.init(‘page’);
});
thanks
P.