Rui Cruz
Forum Replies Created
-
Sorry, didn’t get the link?
Hello,
I can give you the plugin if you want (a copy of the site is not in my mind… sorry about that).
Will it solve the issue for you to troubleshoot this way?
If yes, how can I send it to you? I’m not confortable adding a .zip here in a public forum… ??Rui
Hello,
That code will also be useful. Thank you for your imput!
Don’t worry, actually it took me more than 15 minutes ?? I just forgot to post the solution before your reply.
No, they didn’t publish Dublin yet unfortunately :;(
Ok, no problem, even if you don’t apply it to a plugin, I leave it here for others to find.
Thank you.
Hello Piere,
I just look up your profile, and you’re another WordCamp Speaker, yay. ??
Actually, I figure out a way to do it. I’ll leave it here for anyone who want it.
If you somehow want to implement this somehow in your plugin, I see a point on adding this in future releases “if” plygin X is installed, show some kind of option, for example?I see a demand for this in scenarios like a private site needs to still be shown with a nice look in social media.
Here is my code:
//changing Meta data of Login page add_action( 'login_head', 'login_meta_changing' ); function login_meta_changing(){ echo'<meta name="title" CONTENT="changethis">'; echo'<meta name="description" CONTENT="changethis">'; echo'<meta property="og:url" CONTENT="changethis">'; echo'<meta property="og:title" CONTENT="changethis">'; echo'<meta property="og:description" CONTENT="changethis">'; echo'<meta property="og:image" content="changethis">'; echo'<meta property="og:image:secure" content="">'; }
At least in my installation, it’s working.
Other users, beware: backup your funtions.php before adding this and use https://developers.facebook.com/tools/debug/ to update the opengraph after adding this. As always, use at your own risk. ??
Forum: Plugins
In reply to: [Column Shortcodes] Will be Updated?I was wondering the same thing…
Forum: Fixing WordPress
In reply to: Header in 3 columns formatYou can edit header.php of your theme and try to do your changes or use a plugin such as UberMenu (paid) to make this hapen.
If you want to try to change it by yourself, here is some snipped code that can help you: https://www.w3schools.com/howto/howto_css_three_columns.asp
See also this: https://codex.www.ads-software.com/Function_Reference/register_nav_menu
Forum: Fixing WordPress
In reply to: database having these error while repairingCan you try to stop your HTTP server, wait one minute and then to repair? If your site has high traffic, it can impact on open tables while you’re trying to repair it.
Forum: Fixing WordPress
In reply to: Blocky site – Will it effect ranking?If you’re asking only “Will Google place my site in the back of the pages on a poor quality basis?” id’s say yes.
However, we need to look also at your situation: new site, few pages, and so on.
Nothing Google will do not will impact you in the future, as your site can grow in quality, page speed and other factors.
So my advise is to keep your site running ASAP at 100% and then see how SEO goes. SEO is nog a magic button, it can take months to do it properly.
Have a nice day.
Forum: Fixing WordPress
In reply to: Home page seems to not update with the rest of my siteAre your hosting company using some sort ot caching system that is not related to WordPress but can cause you to see things that are already updated?
Are you using any cache plugin (but it should not be able to cache wp-admin messages, so this may not be the case)?
Also, try to clear cache in the browser and use a incognito window to make sure you’re seeinbg things without any local (your PC) cache.
Read more about cache here: https://en.wikipedia.org/wiki/Cache_(computing)
Forum: Plugins
In reply to: [Spam protection, Anti-Spam, FireWall by CleanTalk] What bots see?That’s even more perfect.
Thank you sir. ??
Forum: Plugins
In reply to: [Spam protection, Anti-Spam, FireWall by CleanTalk] What bots see?Thank you for your extremly quick reply.
Have a nice holiday.
Forum: Plugins
In reply to: [Collapse-O-Matic] Conflict with Visual ComposerHi,
Yes I follow, and indeed that works!
Not sure if this is something that you can correct on the plugin, but, this is a suitable workaround.
Thanks for your help!
PS: I already reviewed the plugin 5 stars before, so I can’t do it again. ??
Forum: Plugins
In reply to: [Collapse-O-Matic] Conflict with Visual ComposerHi,
This is my code:
<div align="center"> [expand title="<img src='https://xxxx/image.png' />" tag="div" trigclass="noarrow" rel="bcsa-highlander"]test[/expand] </div>
Also I add a simple code after my code on the same link:
[expand title="trigger text"]hidden content[/expand]
I add it both in the HTML module and the text module. The last one, with text mobule, did work.
– – –
So ? try to re-add the first code (with the image) using the text area of the text module and that also didn’t work.
I believe this is a problem with the image part of the code.
Do you agree?
Forum: Plugins
In reply to: [Collapse-O-Matic] Conflict with Visual ComposerHi,
I try both with:
– text editor, text format
– text editor, html format
– html code directlyI have created a one-time link where you can get the actual link for privacy issues (hope no one else clicks on this):
https://privnote.com/HCMFldkM#cjDCXa0sGIf you didn’t get it, can I send it by e-mail?
At this momment the code is with HTML module of VC.
Thanks.
Rui