mliving
Forum Replies Created
-
Can you recommend a FSE compatible theme that works with Gutenburg and the GeneratePress plugin?
All I need from Gutenburg is the ability to apply custom styling to each breakpoint but I can’t seem to find a plugin that does just that.
Any assistance would be greatly appreciated.
Quick question.
Is the GeneratePress free theme a FSE theme?
Thanks so much for your patience.
I used the Code Snippet plugin and it works perfectly.
Thanks again.
What file exactly do I need to add the code snippet to?
So, it can be “enabled” but GeneratePress doesn’t support it in their theme by default unless you pay for the Generate Theme… got it!
It works with some block elements but not all.
For example, the controls for typography settings within buttons does not work across breakpoints.
I really do not understand why Gutenburg does not have breakpoint independent settings for all blocks? That’s the one feature I’m missing to go all in with WordPress.
I’ve tried most of the major page editors and they’re either too bloated with features or they are heavy on resources and not at all reliable. Plus you get trapped in annual subscription black hole. No thanks.
I was asking if using the column block over the Generate Block’s container tool would offer the same results.
I referring to the column selector in the Gutenberg Blocks.
Columns block
Thank you.
I tried the 33.3% 33.3% 33.3% previously and it didn’t seem to work.
So I went back through the containers made sure they were all identical. I found some inconsistencies in padding and margins. Don’t know if they would have caused the issue but it seems to be corrected.
Would using Columns be better or are they basically a container?
Thank you for your assistance.
Forum: Fixing WordPress
In reply to: tinymce disappearedThe files W01 notes are not named as such in hte TinyMCE directory.
Are we supposed to rename these files to the corresponding files in the TinyMCE folder?
Why is this Visual Editor such a huge pain in hte ass and always breaking?
Forum: Themes and Templates
In reply to: Image Header WILL NOT CHANGENo the problem is not with cupesudbury.org.
I’m using WordPress on an inhouse server getting the Theme setup for a new site.
Any suggestions on how to solve my problem or would you rather point out any more failings with cupesudbury.org!?
Forum: Installing WordPress
In reply to: Previous || Next Navigation Not WorkingOk I finally managed to get the linking working as posted in topic #35674 but is there a way I can have only the words:
Previous (links to previous post)
Next (links to next post)WITHOUT the post title being included in the link.
BTW… I am making these revisions to the single.php file NOT the Main Template (index.php) as previous indicated. Making these changes to the index.php file had absolutely NO effect… only took me a frickin’ hour to figure that out! (:-
Any suggestions would be greatly appreciated.
mliving
Forum: Fixing WordPress
In reply to: “Previous Entries” BugI have the exact same problem.
My Next and Previous links are just huge because of the size of my post titles.
I just wanted to have <<Previous || Next >> but apparently this is a difficult thing to do because even the last update doesn’t seem to fix the problem.
Forum: Themes and Templates
In reply to: Post NavigationDoes this bit of code control the post to post navigation?
<div class=”navigation”>
<div class=”alignleft”>
<?php next_posts_link(‘« Previous Entries’) ?></div>
<div class=”alignright”>
<?php previous_posts_link(‘Next Entries »’) ?></div>If so can I not make it show the following:
<<Previous || Home || Next >>Nothing I do to the Main Template (index.php) file seems to make a difference.
Thanks
mlivingForum: Themes and Templates
In reply to: Post NavigationCorrection.
I have not been able to get this working.
Is this how it is supposed to be inserted into the index.php file:
<?php get_header(); ?>
<div id=”content” class=”narrowcolumn”>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<?php if ($single) { ?>
<div class=”cent”>
<?php previous_post(‘%’, ”, ‘yes’, ‘no’, 1, ”) ?>
>>
||
Home
||
<<
<?php next_post(‘%’, ”, ‘yes’, ‘no’, 1, ”) ?></div>
<?php } ?>
<!–<h2>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2>–>Thanks
mliving