mark l chaves
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Astra] Sidebar and footer alignmentHello,
I’m pretty new to the theme. So, I don’t know if there are settings or options for doing this.
If you want to use custom CSS, you can try adding these snippets to your site.
Change sidebar from being stacked on mobile to be in a row.
aside { margin: 0 2% !important; } .sidebar-main { display: flex; align-content: space-between; }Change footer from being stacked to be in a row 1 x 4 or 2 x 2. Use one or the other, not both.
/* For 1 x 4 */ #colophon .ast-container .ast-row { display: flex; } /* For 2 x 2 */ #colophon .ast-container .ast-row { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; } #colophon .ast-container .ast-row::before { display: none; }How to add custom CSS to WordPress.
- This reply was modified 6 years, 3 months ago by mark l chaves. Reason: Replaced markdown code syntax with forum code syntax
Forum: Fixing WordPress
In reply to: I want those two effects (hyperlink and line)Cool. Thanks for sharing your site. Ah, your links are easy. There are no pre-existing classes for it.
Here’s some CSS to get you started. Sorry, I don’t know what you mean by horizontal/vertical lines for the other design.
This will change all the links on your site. The keyword is all. Just as you requested.
a { border-bottom: 2px solid red; /* add !important if needed */ }Refer to my CodePen for more examples. If you need someone to code all this for you, there are plenty of freelancers just like me out there to help you! π
Happy coding!
Forum: Fixing WordPress
In reply to: I want those two effects (hyperlink and line)Hi @furudo86,
If you need more ideas, I keep a set of link styling samples up on CodePen.
We’d have to look at your page to give the exact CSS selector you need. Or, you can find out yourself by learning how to use Firefox or Chrome dev tools.
https://developer.mozilla.org/en-US/docs/Tools
https://developers.google.com/web/tools/chrome-devtools/
Shout if you have any more questions.
Happy coding! π
- This reply was modified 6 years, 3 months ago by mark l chaves. Reason: Link to how-to CSS to WP
Forum: Fixing WordPress
In reply to: Sidebar and footer alignmentHello @toloekka,
I don’t see your post in the Astra theme support forum https://wordpress.org/support/theme/astra/
Forum: Themes and Templates
In reply to: [Astra] Alt. text not showing on imagesHi @anthonymo,
I am also using Astra with Gutenberg. There shouldn’t be any need to use third-party plugins to set the alt text.
Here’s how I set an image alt tag.
- Open a page in Gutenberg
- Select an image block
- Edit the Alt Text found in the Block > Image settings
- Preview or Update the page
- Inspect the image using Firefox or Chrome dev tools
Here are screen grabs from the process I followed above.
Shout if you have any questions!
- This reply was modified 6 years, 3 months ago by mark l chaves.
Forum: Themes and Templates
In reply to: [Astra] Burger menu is showing has a black squareHello @hawxyde,
I just looked at your site. I think you have the exact same issue reported in https://wordpress.org/support/topic/hamburer-icon/
I posted a temporary solution for this on the thread https://wordpress.org/support/topic/hamburer-icon/#post-12489123
I think you’ll need to pursue a permanent fix with the Elementor and Brainstorm Force (Astra) team gurus.
Good luck!
Forum: Themes and Templates
In reply to: [Astra] Hamburer IconJust following up.
On my Astra site (no Elementor), here’s what my mobile menu code looks like.
HTML
<span class="menu-toggle-icon"></span>CSS
.ast-button-wrap .menu-toggle .menu-toggle-icon::before { content: "\e5d2"; font-family: 'Astra'; text-decoration: inherit; }Screen grab https://imgur.com/a/hLe6DOO
If you add this custom CSS, you should see the bars show up. But, then you’ll need to add custom code for the animation from bars to an “X”. Which is doable if you know how to. I’m sure I’ve got an example I can dig up if needed.
.fa.fa-navicon::before { content: "\e5d2"; font-family: Astra; }How to add custom CSS to WordPress.
This is a band-aid fix for sure. I would still try to get an official fix from Elementor and Brainstorm Force (Astra).
Good luck!
Forum: Themes and Templates
In reply to: [Astra] Mobiles MenΓΌ auch in der DesktopansichtHallo,
Was war das Problem?
Forum: Themes and Templates
In reply to: [Astra] Hamburer IconHi,
This could be a conflict. Maybe with Font Awesome versions? If I change your code from
<i class="fa fa-navicon"></i>to
<i class="fa fa-bars" aria-hidden="true"></i>I see the hamburger menu.
Screen grab.
Reference
https://fontawesome.com/v4.7.0/icon/bars
Have you tried posting your issue to the Elementor forum?
Forum: Fixing WordPress
In reply to: Blog PageHi @claine78 ,
Have you posted your issue to your theme’s forum? Pure & Simple?
https://wordpress.org/support/theme/pure-simple/
I think you should start there.
Also, did you check if your blog posts are still listed through your wp-admin dashboard area? Make sure your posts are still intact and you can access them directly via their permalink. Have you tried creating a new test post and publishing it to see if it shows up?
Thanks!
P.s. The Pure & Simple theme hasn’t been updated in almost two years and has only 7K active installations. This could be part of the issue.
Forum: Fixing WordPress
In reply to: Widget option missing in AppearanceHi @svodom,
You have to be an admin to get access to Appearance > Widgets.
You can customise WordPress to change privileges. But, it’s a Catch-22. You need to be an admin and know PHP to do that.
Read more in this related thread.
https://wordpress.stackexchange.com/questions/28416/give-editor-access-to-sidebar
Here’s the official WordPress doc on User Roles. Unfortunately, it doesn’t explicitly say who has access to Appearance > Widgets. I think it needs to IMHO.
https://en.support.wordpress.com/user-roles/
Cheers!
Forum: Fixing WordPress
In reply to: WordPress Featured Image ScalingCould be a few things happening. I’d have to see the code to help you.
Do you have a link to the page with the issue? Or at least a minimal reproducible example?
Thanks!
Forum: Fixing WordPress
In reply to: CTA link update is not workingHi @jacqste,
Ok. Thanks. Now we know:
1) The current header Donate button goes to https://interland3.donorperfect.net/weblink/weblink.aspx?name=evols&id=1
2) It should go to the new https://evols.org/donate
3) I see your footer Donate Now link goes to https://evols.org/donate
I would definitely reach out to the theme provider for this issue. But, if you want to try more troubleshooting you can:
1) Clear your server cache. Or, turn off server-side caching for now. Bring up your site in incognito or private mode.
2) Disable any plugins that look like they could affect the top menu buttons.
3) Change the link to the Volunteer Login button and see if the change takes effect. Just to test since it’s in the same HTML div tag as the Donate button.
Good luck!
- This reply was modified 6 years, 4 months ago by mark l chaves. Reason: Added incognito suggestion
Forum: Fixing WordPress
In reply to: CTA link update is not workingHi @jacqste,
What is the correct link?
The Donate button goes here right now.
https://interland3.donorperfect.net/weblink/weblink.aspx?name=evols&id=1
Thanks!
Forum: Fixing WordPress
In reply to: Paragraph and bulleted listHi @ipconfig,
I hope you’re having a great day too. Thanks for the screen grab.
In the most general case, without looking at your code as @sterndata refers to, you can try this custom CSS to remove the extra space under the para and above the unordered list.
p { margin-bottom: 0; } ul { margin-top: 0; padding-left: 1em; }Here’s a live view.
This code would affect all paragraphs and unordered lists. So you would have to make it more specific to meet your needs.
Shout if you have any questions! π
- This reply was modified 6 years, 4 months ago by mark l chaves. Reason: Typo