mark l chaves
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: css editingHi @gerardphilippe,
Chrome and Firefox dev tools as @joyously mentioned are great for finding the selectors you need to work with. You can also edit HTML and CSS in near real-time while in the browser.
I think WordPress’ Appearance > Customize > Additional CSS is a pretty good option. Unfortunately, the editing experience is very “narrow”.
Have you tried Elementor? It’s a full-on page builder. I only use Elementor occasionally when I need to support a site that’s built with it. I think the live preview works pretty well when editing CSS.
I’ve seen this premium plugin come up on my radar a couple of times. I’ve never tried it.
Good luck!
Forum: Fixing WordPress
In reply to: Borders around sectionsSorry, I don’t see a Section block in my Gutenberg.
I don’t think that’s a standard Gutenberg block. Do you know where you got that section block from?
Maybe here?
https://www.ultimategutenberg.com/blocks/sections/
Or, maybe here?
https://wordpress.org/plugins/section-block/
Do you have a screengrab?
Thanks!
Dev branch created for the fix. Testing in progress.
https://github.com/marklchaves/hide-and-seek-header/tree/v1-3-zero-height
Forum: Reviews
In reply to: [Hide and Seek Header] Great Plugin – Thanks a lotHi @wpejay,
Thanks for the feedback.
I almost removed the landing page mode in the last release. I didn’t think anyone would use it. 😉
Let me check the best way to address that white space.
Stay tuned.
Forum: Themes and Templates
In reply to: [Astra] Burger menu is showing has a black squareHere’s the temporary fix again. This was tested and worked on gardeen [dot] farm
.fa.fa-navicon::before { content: "\e5d2"; font-family: Astra; }Screengrab of the result https://imgur.com/a/N6Qlqeh
How to add CSS to WordPress https://medium.com/@marklchaves/adding-custom-css-to-your-wordpress-website-how-to-guide-a50b474af36d
As mentioned before, please note that the animation will not work. But showing a static hamburger menu is better than an ominus empty black box IMHO.
Thanks!
Forum: Reviews
In reply to: [Search Placeholder Avada] Super easyHello @jazzhit,
I appreciate your review. Thanks so much for your valuable feedback.
Yes. Sometimes is the little things that make a big difference 😉
Cheers!
mark
Forum: Reviews
In reply to: [Hide and Seek Header] Really awsome plugin for AvadaHi @kevinsu0201,
Thanks for taking the time for your review. I appreciate the kind words. Sometimes, it’s the simple things that make a difference. 🙂
Cheers!
mark
Forum: Themes and Templates
In reply to: [Nirvana] Image Captions After GutenbergHi @emilyluxton,
Although there are many things about Gutenberg I love, I don’t much care for how the Gutenberg image gallery works compared to the original WordPress gallery.
In many cases, I revert back to using the WordPress gallery because I want the captions to be underneath. And, I like the random order option which is not supported in the Gutenberg gallery.
Have a look at the Gallery Image Captions (GIC) plugin. Disclaimer, I’m the author. I have a few examples of how to style the gallery image captions with and without the plugin.
You can do a fair amount of styling without the plugin using a combination of the shortcode settings and custom CSS. That’s what I like about the gallery shortcode.
But, if you are a power user and are comfortable writing WordPress filters, then GIC allows you to style the caption almost any way you want.
Good luck!
Forum: Fixing WordPress
In reply to: Borders around sectionsHello @adminmyloyhealth,
Which kind of block element are you trying to add a border to? As far as I know, the common Gutenberg blocks using Twenty Seventeen don’t have any options for borders.
Your site looks like it’s using Elementor? Perhaps you are using Elementor to make your borders?
Please check with Elementor’s forum for help.
https://wordpress.org/support/plugin/elementor/
Good luck!
Forum: Fixing WordPress
In reply to: Problem with Mobile menuHi @kennedy2020,
I would check with the Elementor and Sydney forum directly.
https://wordpress.org/support/plugin/elementor/
https://wordpress.org/themes/sydney/
Please do a quick search before posting to see if there’s already a solution.
Best of luck!
Forum: Networking WordPress
In reply to: Javascipt conflictHi @tomsychau,
Great. Thanks for clarifying. Since this looks like it’s specific to OceanWP, I would post to their forum. First, you might want to search their forum to see if there’s already a solution.
https://wordpress.org/support/theme/oceanwp/
Good luck!
Forum: Networking WordPress
In reply to: Javascipt conflictHi @tomsychau,
I think we’ll need more details before anyone can help you.
Problem 1: I’m guessing the link you provided is the “issue” page? If so, what’s it supposed to look like or do? Can you mark up a screengrab of your intended output? Is it supposed to look similar to Problem 2? FYI, I don’t see any JavaScript errors in the console.
Problem 2: You are getting JavaScript errors in the console.
TypeError: $ is not a function mika-sushi.ca:487:2 <anonymous> http://mika-sushi.ca/my-account/#:487 jQuery 2 l c TypeError: $(...).magnificPopup is not a functionscripts.js:29:27 <anonymous> http://mika-sushi.ca/wp-content/plugins/woc-open-close/assets/front/js/scripts.js?ver=5.4:29 jQuery 2 l cMaybe resolve these errors first? And, I think you need to add some debug statements to the code that’s supposed to display things or add links to see what’s going on. My 2 cents.
Good luck!
- This reply was modified 6 years, 2 months ago by mark l chaves. Reason: Clarification
I don’t see any thick black lines nor sad face on Firefox and Chrome. Maybe you fixed these?
Hi @tu586,
For your OG meta, try to grab the html code that Yoast generates from your site. Copy and paste that in a file and save it on your hard drive somewhere. It should something like this (one of my sites as an eg.). Notice: the
og:imagetag. That’s where you supply the link to the image you want for social previews.<meta property="og:type" content="website"> <meta property="og:locale" content="en_US"> <meta property="og:site_name" content="c a u g ht my e y e"> <meta property="og:title" content="stories"> <meta property="og:url" content="https://caughtmyeye.dev/"> <meta property="og:image" content="https://www.caughtmyeye.dev/assets/images/bali/bali-ubud-palace-ibu-bus-jendela-720w.jpg"> <meta name="twitter:site" content="@marklchaves"> <meta name="twitter:title" content="stories"> <meta name="twitter:description" content="to see rather than look - stories photography writing webdevelopment bali indonesia"> <meta name="twitter:url" content="https://caughtmyeye.dev/"> <meta name="twitter:card" content="summary"> <link rel="canonical" href="https://caughtmyeye.dev/">Then, deactivate Yoast.
Install and activate “Insert Headers and Footers” plugin or something similar. Your theme might already have a tool built-in that does the same thing.
Grab the html code you copy/pasted above. Copy it again. Paste it into the header section of the Insert Headers and Footers plugin.
Test your page on FB https://developers.facebook.com/tools/debug/
Good luck!