justanothertechbro
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: shortcode selection based on screen size@threadi This is what I see in my plugin page
Forum: Everything else WordPress
In reply to: shortcode selection based on screen size@threadi I always thought it is provided by the Twenty Twenty-Four theme. Because I don’t have Spectra plugin installed
Forum: Plugins
In reply to: [Contact Form 7] Mobile Alignment and email user input@takayukister Moved the discussion here
Forum: Plugins
In reply to: [Contact Form 7] Mobile Alignment and email user inputSorry for starting a new post. WP forms won’t let me edit the post.
Also where is the information filled going to?
Forum: Plugins
In reply to: [Contact Form 7] Mobile Alignment and email user inputForgot to include the email setting
Forum: Plugins
In reply to: [Contact Form 7] Label alignment issue@takayukister I migrated current issue to Mobile Alignment and email user input | www.remarpro.com
Brief summary is my approach of label alignment does not work under mobile device. In addition, I can’t get email message to work properly
Forum: Plugins
In reply to: [Contact Form 7] Label alignment issue@takayukister I only use the default theme Twenty Twenty-Four and all the plugins I am using
Forum: Plugins
In reply to: [Contact Form 7] Label alignment issueThe full code for the footer in case that will help
EDIT: Moved the location of the shortcode removed the space but can’t get the label to align with the text input box and the submit button to align with the message box
EDIT: I am also trying to get the bottom margin all align.
EDIT: moving the location of the short code resulted in this error
<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)"><!-- wp:columns {"align":"wide"} -->
<div class="wp-block-columns alignwide"><!-- wp:column {"width":"30%","layout":{"type":"default"}} -->
<div class="wp-block-column" style="flex-basis:30%"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
<div class="wp-block-group"><!-- wp:heading {"className":"has-medium-font-size","style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"fontFamily":"body"} -->
<h2 class="wp-block-heading has-medium-font-size has-body-font-family" style="font-style:normal;font-weight:600">Contact Us</h2>
<!-- /wp:heading -->
[contact-form-7 id="2c5ab04" title="Contact Us"]
<!-- wp:group {"layout":{"type":"constrained"}} -->
<div class="wp-block-group"><!-- wp:shortcode -->
<!-- /wp:shortcode --></div>
<!-- /wp:group --></div>
<!-- /wp:group --></div>
<!-- /wp:column -->
<!-- wp:column {"width":"20%"} -->
<div class="wp-block-column" style="flex-basis:20%"></div>
<!-- /wp:column -->
<!-- wp:column {"width":"50%"} -->
<div class="wp-block-column" style="flex-basis:50%"><!-- wp:group {"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between","verticalAlignment":"top"}} -->
<div class="wp-block-group"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
<div class="wp-block-group"><!-- wp:heading {"className":"has-medium-font-size","style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"fontFamily":"body"} -->
<h2 class="wp-block-heading has-medium-font-size has-body-font-family" style="font-style:normal;font-weight:600">About</h2>
<!-- /wp:heading -->
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|10"}},"layout":{"type":"flex","orientation":"vertical"}} -->
<div class="wp-block-group"><!-- wp:navigation {"overlayMenu":"never","style":{"typography":{"fontStyle":"normal","fontWeight":"400"},"spacing":{"blockGap":"var:preset|spacing|10"}},"fontSize":"small","layout":{"type":"flex","orientation":"vertical"}} -->
<!-- wp:navigation-link {"label":"Team","url":"#"} /-->
<!-- wp:navigation-link {"label":"History","url":"#"} /-->
<!-- wp:navigation-link {"label":"Careers","url":"#"} /-->
<!-- /wp:navigation --></div>
<!-- /wp:group --></div>
<!-- /wp:group -->
<!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
<div class="wp-block-group"><!-- wp:heading {"className":"has-medium-font-size","style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"fontFamily":"body"} -->
<h2 class="wp-block-heading has-medium-font-size has-body-font-family" style="font-style:normal;font-weight:600">Privacy</h2>
<!-- /wp:heading -->
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|10"}},"layout":{"type":"flex","orientation":"vertical"}} -->
<div class="wp-block-group"><!-- wp:navigation {"overlayMenu":"never","style":{"typography":{"fontStyle":"normal","fontWeight":"400"},"spacing":{"blockGap":"var:preset|spacing|10"}},"fontSize":"small","layout":{"type":"flex","orientation":"vertical"}} -->
<!-- wp:navigation-link {"label":"Privacy Policy","url":"#"} /-->
<!-- wp:navigation-link {"label":"Terms and Conditions","url":"#"} /-->
<!-- wp:navigation-link {"label":"Contact Us","url":"#"} /-->
<!-- /wp:navigation --></div>
<!-- /wp:group --></div>
<!-- /wp:group -->
<!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
<div class="wp-block-group"><!-- wp:heading {"className":"has-medium-font-size","style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"fontFamily":"body"} -->
<h2 class="wp-block-heading has-medium-font-size has-body-font-family" style="font-style:normal;font-weight:600">Social</h2>
<!-- /wp:heading -->
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|10"}},"layout":{"type":"flex","orientation":"vertical"}} -->
<div class="wp-block-group"><!-- wp:navigation {"overlayMenu":"never","style":{"typography":{"fontStyle":"normal","fontWeight":"400"},"spacing":{"blockGap":"var:preset|spacing|10"}},"fontSize":"small","layout":{"type":"flex","orientation":"vertical"}} -->
<!-- wp:navigation-link {"label":"Facebook","url":"#"} /-->
<!-- wp:navigation-link {"label":"Instagram","url":"#"} /-->
<!-- wp:navigation-link {"label":"Twitter/X","url":"#"} /-->
<!-- /wp:navigation --></div>
<!-- /wp:group --></div>
<!-- /wp:group --></div>
<!-- /wp:group --></div>
<!-- /wp:column --></div>
<!-- /wp:columns --></div>
<!-- /wp:group -->- This reply was modified 6 months, 4 weeks ago by justanothertechbro. Reason: some improvement
- This reply was modified 6 months, 4 weeks ago by justanothertechbro.
- This reply was modified 6 months, 4 weeks ago by justanothertechbro.
Forum: Plugins
In reply to: [Contact Form 7] Label alignment issue@takayukister Sorry for the late reply.
https://jaysmetalstructural.com/contact-us/ is the test page. It looks like it is working, but as soon as I put it in the footer, it is a completely different story. The space between the text input box is significantly larger than the form in contact-us form
Forum: Everything else WordPress
In reply to: Horizontal/Vertical Accordion@threadi From my research a horizonal accordion is more of a hack and an official feature
Forum: Plugins
In reply to: [Accordion Slider] Installation failed: Download failed. Unauthorized@bqworks Can I do something like this https://imgur.com/a/UHfy0Rl Basically the corp graphics designer drop me this figma. The video tutorial focuses on using media image but her design does not use image just plain background image
Forum: Plugins
In reply to: [Accordion Slider] Installation failed: Download failed. Unauthorized@bqworks Imgur: The magic of the Internet
Managed to get it installed and activated but can’t seem to figure out how to use the plugin
I want it to look like https://jaysmetalproducts.ca/products/vivo-300/
@miloss84 I read that guide before. I can’t find a way to change the color individually for a section only
Forum: Developing with WordPress
In reply to: Figma to wordpress theme@gappiah Atm I am deciding between yotako, UiChemy, Animation and Design Converter for Gutenberg Block – Advanced Addons, Convert Figma to WordPress Gutenberg Blocks with WPLandingsBy?illiant.ai, Fignel.