dr_andy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Enigma] Phone number formatingI think I got it. I changed the CSS you asked me to change a little bit. I changed the font from 18px to 16px.
This seems to work for me:
.head-contact-info,.head-contact-info li{ font-size:16px; }
Forum: Themes and Templates
In reply to: [Enigma] Phone number formatingBefore CSS fix:
Desktop had wrong formatting, mobile was correctDesktop
[email protected] 123-456-
7890Mobile
[email protected]
123-456-7890After your CSS fix:
Desktop had correct formatting, mobile was incorrectDesktop
[email protected] 123-456-7890Mobile
[email protected] 123-
456-
7890Forum: Themes and Templates
In reply to: [Enigma] Phone number formatingThank you, that fixes it on desktop view, but messes it up on phone view. This CSS on a phone doesn’t move the phone number under the email, it smooshes it off to the edge, using 3 lines next to the email, so you can’t see the numbers. Is there a way to tell the CSS you just sent me to only make the adjustment on desktop sized displays, and not use it on phone size?
Forum: Themes and Templates
In reply to: [Enigma] Options missing after update@dikshita46 I just noticed another option missing. There isn’t an option to have the Social Options open in a new tab. If I remember correctly, they used to do this.
Also, the ability to display the tagline only.
Thanks again.
Forum: Themes and Templates
In reply to: [Enigma] Options missing after updateThank you.
That fixed the mobile sizing issues.The only thing the is still missing is the display tagline only choice that used to be there.
Thanks again.
Forum: Themes and Templates
In reply to: [Enigma] Options missing after update@dikshita46 I just updated to 7.1.3. (companion is on 1.2.3)
I see you added the category option for home blog. The menu is also working correctly while on a cell phone. The hotspots all line up correctly. Thank you.
Did you add the Tag line only option? I don’t see it.
Also, While on my phone, I’m still having the issue with the slider section not showing the full image. It also not displaying the description line or button. It looks fine on a desktop.
Forum: Themes and Templates
In reply to: [Enigma] Options missing after updateThank you. That fixed the second half of #3, the Blog showing more than the at a time.
Forum: Themes and Templates
In reply to: [Enigma] Create slideshow link for mobileNevermind. I found it. If anyone else has the issue, it’s in the bootstrap.css file.
a {
color: #428bca;
text-decoration: none;
}Forum: Themes and Templates
In reply to: [Enigma] Link to media file errorSure, It’s https://www.PaperAndVaporFX.com.
I’m not linking to an attachment page right now, but you can get to one here:
https://www.paperandvaporfx.com/confetti-and-streamers/confetti1/I updated the theme yesterday, and got the same error, and had to comment out “echo get_category_parents($cat, TRUE, ‘ ‘ . $delimiter . ‘ ‘);” with a “//” again to make it work correctly.
Forum: Themes and Templates
In reply to: [Enigma] mobile browser problemCould you make the tile a button as well, that way it’s still clickable in the mobile view.
Forum: Themes and Templates
In reply to: [Enigma] Link to media file errorOkay, so after some digging, I found the error to actually be coming from line 487, even though it said 244.
If I commented the echo out “//” the error went away. It now creates the attachment page, but there are no previous or next links.Forum: Themes and Templates
In reply to: [Enigma] Link to media file errorI just realized that I have that backwards. media file links fine to the single image. Attachment page gives the error.