BleuPelikan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty-Two] How to change Header HeightThanks @max-dayala
I will work on this and see what I can get done. So far I have gotten it to reduce a bit, which is better than nothing.
I so appreciate your detailed instructions.
Thanks again,
GregForum: Themes and Templates
In reply to: [Twenty Twenty-Two] How to change Header HeightIf anyone can help it would be appreciated. I am trying to eliminate almost all vertical spacing on the header. Attached is a link to an image I have marked up showing the 3 images I am trying to reduce. I have tried numerous fixes to code in numerous areas but can’t seem to get it to change. Areas 1, 2 & 3 need to be reduced to almost nothing in the area of the arrows. I am using a child theme so I can put changes into any place you might recommend. I am really lost on this. Block themes are not as friendly for me as I expected them to be.
Please HELP. π
Thanks,
GregForum: Themes and Templates
In reply to: [Twenty Twenty-Two] How to change Header HeightThanks @max-dayala MaxD That did not seem to work. I have a child theme active and have copied in the header-default.php and modified.
I have modified the code in this file to the code below but no matter what I change the padding on the site does not change Development site is at: https://sjcyfc.bleupelikan.com/
header-default.php contents:
return array( 'title' => __( 'Default header', 'twentytwentytwo' ), 'categories' => array( 'header' ), 'blockTypes' => array( 'core/template-part/header' ), 'content' => '<!-- wp:group {"align":"full","layout":{"inherit":true}} --> <div class="wp-block-group alignfull"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"bottom":"var(--wp--custom--spacing--small, 1rem)","top":"var(--wp--custom--spacing--small, .25rem)"}}},"layout":{"type":"flex","justifyContent":"space-between"}} --> <div class="wp-block-group alignwide" style="padding-top:var(--wp--custom--spacing--small, 1rem);padding-bottom:var(--wp--custom--spacing--small, .25rem)"><!-- wp:group {"layout":{"type":"flex"}} --> <div class="wp-block-group"> <!-- wp:site-logo {"width":64} /--> <!-- wp:site-title {"style":{"typography":{"fontStyle":"italic","fontWeight":"400"}}} /--></div> <!-- /wp:group --> <!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right"}} --> <!-- wp:page-list {"isNavigationChild":true,"showSubmenuIcon":true,"openSubmenusOnClick":false} /--> <!-- /wp:navigation --></div> <!-- /wp:group --></div> <!-- /wp:group -->', );Thanks Tobias, this suggestion worked perfectly. Appreciate your help and your plugin!!
Greg
Using it as a quick solution to storing data for a desktop application validation. Tried to create a URL query that would send a record key in a URL such as https://yoursite.com/returdata.php?RECKEY? and then get a returned value. Since I can’t do that then having a “hidden” table on another site will do the trick. If you know how to do this, how much to make it happen?
Thanks,
GregForum: Themes and Templates
In reply to: Twenty-fourteen featured content border colorThanks!! Firebug had the “-value” in there and so I thought I needed it. Again, thanks so much for your help!!
GregForum: Plugins
In reply to: [Download Shortcode] Shortcode redirects to a bloated (and broken) urlHi Drew,
Having similar problems. Got the href to work one time but never again. Here is what I have in the page and neither work. I have reset permalinks, I have shut down Safari, cleared cache, restated. Tried in FF as well but no joy.http://bottleshockopen.com/test
Any ideas?
[download label=”Participant Entry Form and Bottle Labels”]http://bottleshockopen.com/download/WineEntryandLabels20140605_distributed.pdf[/download]
<a href="http://bottleshockopen.com/download/WineEntryandLabels20140605_distributed.pdf">Participant Entry Form</a>Thanks,
GregForum: Plugins
In reply to: [Styles] Just updated the Styles plugin – wiped out all my settings!Paul,
You should have the files in email. Tell me if you did not receive.
GregForum: Plugins
In reply to: [Styles] Just updated the Styles plugin – wiped out all my settings!Sorry, been out for the last 4 hours. I am using a Twenty-Thirteen child theme as well that I created for CSS tweaks only.
I have a full DUPLICATOR copy of the system. Great plugin that allows you to move a system from site to site so if you want it and the installer.php in order to debug the issue, just tell me where to put the files. The .zip is about 15 meg.
Greg
Forum: Themes and Templates
In reply to: Twenty Thirteen – Move Content Further to the LeftDo not know how to answer your question. This is standard Twenty-Thirteen with a child theme that has a very few tweaks to the style.css
Here is what I found in the twenty thirteen theme CSS
.entry-meta .author a:before {
content: “\f304”;
position: relative;
top: -1px;
}andβ¦
.author-info {
margin: 0 auto;
max-width: 604px;
padding: 30px 0 10px;
text-align: left; /* gallery & video post formats */
width: 100%;
}Forum: Fixing WordPress
In reply to: Change CSS for Blog Feed@esmi
Thanks, I have been using it but still don’t know what elements to change. Novice here, sorry.Forum: Fixing WordPress
In reply to: Change CSS for Blog FeedAlso, I have just noticed that the graphic’s left edge is beyond the menu item HOME. I would like it to line up with left of HOME.
Forum: Themes and Templates
In reply to: Twenty Thirteen – Move Content Further to the LeftHi Tracy,
Found one other situation. Take a look at http://bleupelikan.com/LAVA/cf-author/lavasiteadmin/Notice that the author info class is centered. What do I add to the above line of code you gave me in order to get this over to the left?
Thanks!
Forum: Themes and Templates
In reply to: Twenty Thirteen – Move Content Further to the LeftThanks Tracy! Worked perfectly.