spiros
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Display a YouTube video in the category descriptionOh no worries! Thank you so much. By the way, what if I simply want to enable oembed as in standard posts?
By the way, Allow HTML in Category Descriptions, does not allow youtube iframes. The other solutions appear not to affect it either.
Forum: Fixing WordPress
In reply to: Display a YouTube video in the category descriptionAre you sure you did that in the category description section and not a post/page? There are no blocks in category description.
Forum: Fixing WordPress
In reply to: Display a YouTube video in the category descriptionstand-alone, self-hosted, admin, yes.
Forum: Plugins
In reply to: [Yoast SEO] Display a YouTube video in the category descriptionI did so. However, there is a difference as Yoast SEO provides a rich text editor where one can see that the embed is working via the Visual tab (before posting it).
Forum: Plugins
In reply to: [Favorites] User favorites styleBack end only. Server limit was lower, I increased in php.ini for php 8 to 256M and now I can see the one’s below. Are they ok?
Server
PHP memory limit 256MWordpress constants
WP_MAX_MEMORY_LIMIT 256M
WP_MEMORY_LIMIT 40MForum: Themes and Templates
In reply to: [OceanWP] Using a different languageΕυχαριστ?, Λ?να! Τι ωρα?ο να βλ?πει κανε?? μια γυνα?κα που ασχολε?ται με την πληροφορικ?.
Εντωμεταξ? μετ?φρασα αυτ? που χρειαζ?μουν με το Translatepress και ξεμπ?ρδεψα.Περ?εργη π?ντω? η ονομασ?α καθ?? στον φ?κελο του θ?ματο? βλ?πω ?λε? τι? γλ?σσε? στη μορφ? es_ES.mo. Δεν στ?κει τα ελληνικ? να ε?ναι η εξα?ρεση…
- This reply was modified 2 years, 11 months ago by spiros.
Forum: Themes and Templates
In reply to: [GeneratePress] Archive output as list of page titles onlyThanks! That worked.
Forum: Themes and Templates
In reply to: [GeneratePress] Archive output as list of page titles onlyYes, I had tried originally with those, and had the same error.
Forum: Themes and Templates
In reply to: [GeneratePress] Archive output as list of page titles onlyThanks, I tried with the code and I get a critical error no matter what changes I make
do_action( 'generate_archive_title' ); /** * generate_before_loop hook. * * @since 3.1.0 */ do_action( 'generate_before_loop', 'archive' ); <ol> while ( have_posts() ) : the_post(); <li><a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></li> endwhile; </ol> /** * generate_after_loop hook. * * @since 2.3 */ do_action( 'generate_after_loop', 'archive' ); else : generate_do_template_part( 'none' ); endif; }
- This reply was modified 2 years, 11 months ago by spiros.
Forum: Themes and Templates
In reply to: [GeneratePress] Archive output as list of page titles onlyyes, and of course maintain any added category content on top.
If you check the code I posted, it just outputs the loop in an ordered list like this:
<ol> <?php // Start the Loop. while ( have_posts() ) : the_post(); ?> <li><a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></li> <?php endwhile; ?> </ol>
- This reply was modified 2 years, 11 months ago by spiros.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Using large tablesTobias,
I do not think it has to be perfect and support everything. Just the basic functionality. For example, you could have a specific table type only for server-based that does not include the advanced functionality.
I mean, it is already quite easy to simply include the datatables files and have it working without Tablepress (for both Ajax and dB flavours, although dB is admittedly more demanding as one would need to create the dB table and columns), but that would require some more technical expertise or a good “How to” guide, for people who are not that tech savvy.
So, if you add it as a feature or plugin, it good be premium value for you given the 5000 or so limit of the client-based approach. And of course, I would recommend charging for it.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Using large tablesIt looks like two are the main things to be done for the Ajax-only version:
1) convert table data to json and save it as a separate file (pretty easy, there are also online utilities doing that, or, give the user an option to provide a URL for such data without doing any conversion)
2) Reference the specific json fileNot sure what exactly is the tricky part ??
Forum: Themes and Templates
In reply to: [Responsive] Sub-Header MenuThanks! Where can I find it? I could not find it here https://github.com/cyberchimps/responsive/releases
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Related posts setting for pages?But how can you explain the styling difference between page and posts?