Fabio Rubioglio
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: WordPress 6.6 beta-1: Double global padding on nested blocksHi @threadi thanks for the response. The global padding logic has changed.
Forum: Alpha/Beta/RC
In reply to: WordPress 6.6 beta-1: Double global padding on nested blocksHi,
Thanks for your reply.
it seems that the CSS rule.has-global-padding :where(.has-global-padding:not(.wp-block-block)) {
padding-right: 0;
padding-left: 0;
}has been rewritten:
.has-global-padding :where(.has-global-padding:not(.wp-block-block, .alignfull, .alignwide)) {
padding-right: 0;
padding-left: 0;
}has-global-padding
CSS rule now applies to nested elements with.alignfull
and.alignwide
selector. This changes the width of the child elements with.alignwide
selector.Forum: Themes and Templates
In reply to: [Xmag] Make XMag Plus UNresponsivehi @djnirou,
for premium support please visit this page:
https://www.designlabthemes.com/support/Forum: Themes and Templates
In reply to: [Xmag] Mobile Menu issuehi @rootsekoor,
thank you for the feedback.
we’ll update the theme to improve mobile menu.Forum: Themes and Templates
In reply to: [The Box] Tags on Home page again Showing.. Need To Hide againhi @woodboxmedia,
do you mean tags on Single Post Page?Forum: Themes and Templates
In reply to: [The Box] Font errors on home pagehi @bruce-lynn,
you have this error on your website:
Access to Font at 'https://adaptiverowinguk.com/wp-content/themes/the-box/fonts/fa-webfont.woff' from origin 'https://www.adaptiverowinguk.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://www.adaptiverowinguk.com' is therefore not allowed access.
Access to Font at 'https://adaptiverowinguk.com/wp-content/themes/the-box/fonts/fa-webfont.ttf' from origin 'https://www.adaptiverowinguk.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://www.adaptiverowinguk.com' is therefore not allowed access.
please contact your Web Hosting Support to adjust the settings of your server to add the Access-Control-Allow-Origin header to your HTTP responses.
Forum: Reviews
In reply to: [Brilliant] first post!!! *(ok, jk)thank you @nexia!
Forum: Themes and Templates
In reply to: [Brilliant] Displaying posts from a category on a pagehi,
when a user clicks on a link to one of the Categories on your site, by default the theme displays a page listing the Posts in that particular Category in chronological order.Forum: Themes and Templates
In reply to: [Xmag] Edit Mobile Nav Appearancehi @aliciaatsttech,
add this CSS code to hide sub navs:/* Hide Mobile sub menus */
.mobile-menu > li > ul {display: none;}if you have premium version, please visit this page for Support:
https://www.designlabthemes.com/support/Forum: Themes and Templates
In reply to: [Xmag] Change date formathi,
You can modify your time format by going to Settings ? General page in WordPress admin area and scroll down to timezone section.Forum: Themes and Templates
In reply to: [Xmag] Round Corners in xMag themehi @raisingmemories,
add this CSS code:.site-boxed #page {
border-radius: 10px;
}
.site-boxed .site-header {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.site-boxed .site-footer {
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}Forum: Themes and Templates
In reply to: [Brilliant] Issues with title style when using subtitle pluginhi @sps24,
do you have a link to test it?Forum: Themes and Templates
In reply to: [The Box] Footer errorhi @amsuae,
you can download the theme from the WordPress repository.Forum: Themes and Templates
In reply to: [Xmag] Showing full lenght posts on the front pagehi @ckfmf,
this option is available in the pro version:
https://www.designlabthemes.com/xmag-plus-wordpress-theme/Forum: Themes and Templates
In reply to: [Xmag] Can’t get rid of widgets in sidebarhi @jumaka7,
try Full width Page Template