uxl
Forum Replies Created
-
It should be fairly straightforward to add the ability to export/import synched patterns in the plugin, so we’ll do this for the next update of the plugin.
Please give us a couple of days to add this and test it.
Forum: Themes and Templates
In reply to: [Alara] Remove Google FontsHi lisia,
Change the
wp_print_styles
action towp_enqueue_scripts
and your code should work.For example:
add_action( 'wp_enqueue_scripts', 'alara_dequeue_styles', 100 ); function alara_dequeue_styles() { wp_dequeue_style( 'alara-fonts' ); }
Forum: Themes and Templates
In reply to: [Aeonium] open social link in new tabIn the Social Icons block there is the settings panel on the right.
One of the settings is “Open links in new tab”. Toggle this setting on, and your social links in that block will open in a new tab.
Forum: Themes and Templates
In reply to: [Exoplanet] Header PictureCould you please let me know the URL of your site? I’ll be able to take a look and advise further. Thanks.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Comments link block: Text customizationYou could use the Say What plugin to change the text strings of the comments link block.
With the plugin active, go to Tools > Text Changes > Add New
These are the 3 text strings you would need to add.
#1
Original string:
No comments<span class="screen-reader-text"> on %s</span>
Replacement string:
Zero reactions<span class="screen-reader-text"> on %s</span>
#2
Original string:
%1$s comment<span class="screen-reader-text"> on %2$s</span>
Replacement string:
%1$s reaction<span class="screen-reader-text"> on %2$s</span>
#3
Original string:
%1$s comments<span class="screen-reader-text"> on %2$s</span>
Replacement string:
%1$s reactions<span class="screen-reader-text"> on %2$s</span>
Leave ‘Text domain’ and ‘Text content’ fields empty for all 3 of the text changes.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] remove title whitespace?On your page template I can see the block layout like this:
Header Group block (main) -> Group block -> Post Title (hidden with CSS) -> Entry Content block
You just need to set the top margin (not padding) of the Group block (main) to zero, and then also set the top margin of the Entry Content block to zero. This should remove the whitespace.
In both sites, in the dashboard > Settings > General Settings, are the “WordPress Address (URL)” and “Site Address (URL)” correct for each site?
I ask because on https://tenias.ch/ assets such as images are being loaded from https://lopez-tenias.ch/ and the block stylesheets are missing on the https://tenias.ch/ site. If both sites have the same URL in the settings then images can be loaded from the other site but not stylesheets. The URLs need to be correct for each site.
In the Site Editor, edit the Header template part, and on the first Group block that wraps everything, change the top and bottom padding to zero.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Header and footer problemThe CSS code that sets the header to appear or not, looks to be from the “Spectra – WordPress Gutenberg Blocks” plugin. It looks like the CSS is not being rendered on the front-page but is on the other pages.
I would recommend that you ask the plugin support – https://www.ads-software.com/support/plugin/ultimate-addons-for-gutenberg/ – for help with this as the code is from that plugin and not the Twenty Twenty-Three theme.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] remove title whitespace?When I view your site there is no whitespace where the title would have been. I can see you have removed it with
display: none
so this does not leave empty whitespace.An educated guess tells me you may be wanting to remove the whitespace between the header and the main content?
This can be done by editing the page template and giving the main group block – the one that is wrapping the page title – a top margin of zero. The downside of this is that will also zero out the top margin on other pages that do have a visible page title. An alternative might be to create a new template, name it something like Page No Title, and remove the Post Title block from that template. Then in the page that is set as your front-page you will be able to select this new template instead of the default page template.
Forum: Themes and Templates
In reply to: [Exoplanet] text 2 times on front pageHello.
When I view your website I cannot see any text 2 times.
So that I can take a look and advise further, could you please let me know what text is displayed 2 times, and where it can be seen?
Forum: Themes and Templates
In reply to: [Aeonium] Photos from Blog Postst not Showing in Blog ViewThe placeholder in the archive view (blog view that shows all articles) is the Featured Image block.
This block displays the Featured Image of the article if there is one available, and if no Featured Image has been set then this theme displays the placeholder instead.
To add a Featured Image to a blog article in the post editor add your image in “Featured Image” in the post settings sidebar. Please see the documentation for full instructions: https://www.ads-software.com/documentation/article/page-post-settings-sidebar/#featured-image
Forum: Themes and Templates
In reply to: [Trusted] Miss 2 Icons in the HeaderHi @andremei
I noticed you marked this as resolved. Did you find the answer to your original issue?
Forum: Themes and Templates
In reply to: [Trusted] Miss 2 Icons in the HeaderIt looks like the icons are possibly being displayed with the same color as the background color, and so appear to be missing as they cannot be seen against the background.
Please let me know the website URL, and I’ll be able to check and see if this is the case. Thanks in advance.
Sorry no, this plugin is not intended to be used for exporting pages and posts, as that is a completely different thing to what this plugin is designed to do.
WordPress already has an export tool in your admin dashboard at Tools > Export where you can export your posts and pages.