CarmineIncendio
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to hide site name in the header using the block editorI would still like the answer, but I think I will revert to twentytwentyone for now. Twentytwentytwo has too many wierdnesses.
Hi, thank you James. There does not seem to be any way to align an image and a text block unless the text block is larger than the image. The only way I have found to get the text block and image to align when there is a smaller amount of text is with the Media & Text block, but now I have the problem of it pushing out beyond the side margins, which is very ugly. Do you know another way to get Gutenberg to align text and image? Or is there a way to reduce the side margins of the Media & Text block?
Forum: Themes and Templates
In reply to: [Mission News] photo captions not showing up in mobileThank you, I have never seen it do that before. Yes there are captions now.
Forum: Themes and Templates
In reply to: [Mission News] Social Media Icons not at top in mobileForum: Themes and Templates
In reply to: [Mission News] Thumbnail image with posts in sidebarThank you Ben, I found it! But your screenshot link is dead.
Forum: Themes and Templates
In reply to: [Responsive] Bug in Customizer Copyright TextI tried replacing ‘Default copyright text’ there but it has no effect, it must be somewhere else also
If I could keep them from seeing wp-admin/index.php that would be good. The site is for a club with each member of the club given a Page (not Post) to describe what they do. The “profile page” is irrelevant.
The goal is is to have the site administrator add a Page (not Post) describing each member, and later the member can log on and add new information about themselves on this Page about them. They should be kept from deleting this Page (the page with their personal and club information, I’m not referring to their “profile page”, which should probably be hidden from them too.) They should not be able to edit anyone elses’ Posts, Pages, or anything else. They should not be able to change themes, perform updates, or do anything else to demolish the site.
Posts are only added by the administrator.So (whew) I hope I have the terminology clear this time! Is there any hope of doing this?
Forum: Plugins
In reply to: How many images can be in one slider?Doesn’t seem to be possible to mark this as resolved, it keeps sending me to a page that says “slow down…”
No, to a Page (not Post) that they have created. Not their profile page. Is it possible?
Forum: Themes and Templates
In reply to: [Simplify] Adding Facebook link in social media linksMultidots, Simplify Theme has a footer with various social media logos that can be enabled, but it does not include a Facebook link. I don’t think dbolders wants another plugin, but just wants a Facebook link in with the others that Simplify Theme already has on the footer.
<div id="social"> <?php if (esc_url(of_get_option('youtube-link', '#')) !='') : ?> <a href="<?php echo esc_url(of_get_option('youtube-link', '#')); ?>" class="youtube-link" target="_blank"></a> <?php endif; if (esc_url(of_get_option('gplus-link', '#')) !='') : ?> <a href="<?php echo esc_url(of_get_option('gplus-link', '#')); ?>" class="gplus-link" target="_blank"></a> <?php endif; if (esc_url(of_get_option('picassa-link', '#')) !='') : ?> <a href="<?php echo esc_url(of_get_option('picassa-link', '#')); ?>" class="picassa-link" target="_blank"></a> <?php endif; if (esc_url(of_get_option('li-link', '#')) !='') : ?> <a href="<?php echo esc_url(of_get_option('li-link', '#')); ?>" class="li-link" target="_blank"></a> <?php endif; if (esc_url(of_get_option('feed-link', '#')) !='') : ?> <a href="<?php echo esc_url(of_get_option('feed-link', '#')); ?>" class="feed-link" target="_blank"></a> <?php endif; ?> </div>
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Slider/Grid not appearing on websiteI’m just trying it. The grid shows but no images show if you just tag the posts ‘featured’. Making posts sticky (with or without the ‘featured’ tag) shows a grid but no images.
The only thing that works (shows the grid and the images in them) is go on the post edit page to Featured Image -> Set featured Image (some image that is 1038px wide, doesn’t have to be in the post)
AND tag the post ‘featured’.You can use a different tag name, that’s what you can set with Appearance->Customize->Featured Content