Tony
Forum Replies Created
-
Forum: Plugins
In reply to: [Local Google Fonts] LGF loaded – Fonts noTo anyone facing the same issue…. I managed to solve the problem by enqueuing the .css files (created by LGF) by adding this code in functions.php:
function theme_assets() { // Load styles, replace stylesheet-name and stylesheet-path with your files wp_enqueue_style( 'stylesheet-name', site_url( $path = '', $scheme = null ) . '/wp-content/uploads/fonts/32f7d15b34e5fa64160a0275cf239273/font.css' ); wp_enqueue_style( 'stylesheet-name', site_url( $path = '', $scheme = null ) . '/wp-content/uploads/fonts/ebc173c0fc97eef86a6e51ada56c5a9a/font.css' ); wp_enqueue_style( 'stylesheet-name', site_url( $path = '', $scheme = null ) . '/wp-content/uploads/fonts/4e5949202c82dbee4c027f1c4548ab00/font.css' ); // Load scripts in footer, replace script-name and script-path with your files // wp_enqueue_script( 'script-name', get_template_directory_uri() . '/script-path.js', '', '', true ); } add_action( 'wp_enqueue_scripts', 'theme_assets' );
Forum: Plugins
In reply to: [Header Footer Code Manager] Snippet issue with additional WPML languagesFor the record, I spent hours to create the development environment, run tests, compile results and post workaround here for others to benefit. So much effort thrown down the drain by @sterndata who removed my post on the grounds I’m doing something against the guidelines you posted above. Although I specifically noted in my post that we should NOT use this forum to exchange sensitive information. Respecting your advice
Please don’t offer to send or post logon credentials on these forums, whether staging, test, or production
Not a nice way to treat a +9 years member of this forum. Since I’m now on the modwatch feel free to level up your mod skills by banning my account and/or removing this post as well. Or you can do something more beneficial to the community and plugin developers by restoring my research and workaround, even if you feel the need to stip out the last paragraph where I -again- specifically noted that important info should be communicated OUTSIDE of this forum.
Even in the email I got about removing my post, you said “Do not offer or discuss providing credentials on these forums”. From that line I understand that I should not offer the credentials on these forums or have a discussion to provide the credentials through these forums (i.e. the credentials written ON these forums). But maybe what you really meant from the start is “Do not post any credentials on these forums and do not discuss any way to provide credentials to others“. But again I might be wrong since English is not my native language.
Anyway, @sterndata do what you believe is best.
Forum: Plugins
In reply to: [Header Footer Code Manager] Snippet issue with additional WPML languagesHello and thank you for the reply.
The pages in question actually have different Page IDs, one for English and one for Greek. Though WPML is automatically orchestrating the whole thing, to switch from one language to the other via the language switch. So I’m not sure if that qualifies for “separate pages” or not ??
If you think it’s worth it, I am willing to setup a development environment for you to have a look.Forum: Themes and Templates
In reply to: [MyWiki] Changelog?I second that!
I saw the Theme update inside the Dashboard and then started looking for the changelog, but I can not find it ?? That is the reason I visited the support forum.- This reply was modified 4 years, 6 months ago by Tony.
Forum: Themes and Templates
In reply to: [MyWiki] Unordered lists not showing bulletsI had the same problem and solved it this way:
- WordPress Customizer
- Additional CSS
- Add the following css (or edit if it’s there):
ul li { display: list-item; }
Forum: Plugins
In reply to: [Count per Day] CPD Widget issueHello Tom,
Did you find a chance to take a look? Is there something I can do to help?
Forum: Plugins
In reply to: [Count per Day] CPD Widget issueDigging some more on this issue, I found that my problem is NOT related to Permalinks.
In my case, among my most Popular posts are some PAGES, which can’t be linked as
domain.tld/?p=175
. The correct way to link a page is like this:domain.tld/?page_id=175
Is there a way for the CPD Popular Posts Widget to correctly create these links, taking into consideration posts and pages? How about creating the links using pretty permalinks?
Forum: Plugins
In reply to: [Ad King Pro] Ads don't show if more than 1Same here.
Ads are not showing when using short codes like
[adkingpro banner="XXX,YYY" rotate="true" speed="5000" changespeed="600" effect="fade"]
Forum: Plugins
In reply to: [Count per Day] Postmeta Holding Unique Visits to every PostHey Tom,
I’ve requested from the devs of Post Pay Counter https://www.ads-software.com/plugins/post-pay-counter/ to add support for Count per Day. I’d like to request the same from you. It would be GREAT if the devs of both plugins co-operated on this ??
Again, thanks for your great plugin. Will send a postcard soon ^_^
Forum: Plugins
In reply to: [Yoast SEO] Redirect problem after upgrading to SEO v1.5.2.3Installed the new version (1.5.2.4) and it seems to be working all right. Thank you Barry!
Forum: Plugins
In reply to: [Yoast SEO] Redirect problem after upgrading to SEO v1.5.2.3No, I’m not using any of these.
Forum: Plugins
In reply to: [XPoster - Share to Bluesky and Mastodon] Tweet contains only the URLThank you for the reply ??
I can’t be sure if it happened after a plugin upgrade, sorry >.<Post starting with 2 English words, followed by a Greek word and then one more English word, was A-OK.
Forum: Plugins
In reply to: [XPoster - Share to Bluesky and Mastodon] Tweet contains only the URLNot really, no. No major changes, just plugin upgrades from time to time.
Though I noticed that a post with a short title starting with English text, went thtrough OK. I don’t know if that’s related…The whole site is in Greek, so I suppose that if there was any problem with the DB collation, I’d face issues all over.
Forum: Themes and Templates
In reply to: [Spun] Page Titles inside CirclesThank you very much Andrew! I followed your guide and everything is just as I wanted it to be ^_^ Kudos to you!
I’ve just installed v3.5.5 of the plugin and I confirm that the white screen problem with manual DB backup, that I mentioned above, is gone (thanks!). Sending the backup by email seems to be working OK as well.