dormaj
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] remove auto-generated field numbersBTW – I tried a few different theme styles (.css) and the numbers were on all of them.
- This reply was modified 7 years, 1 month ago by dormaj.
Forum: Themes and Templates
In reply to: [Enigma Parallax] Slow or delay the Blog scrollThat worked great. Thank you so much!
Forum: Plugins
In reply to: [Testimonials Widget] remove white space at top and bottom of imageI am not using it right now. The site is up for award judging and I couldn’t leave it up. I will get back with you in a couple months after the award is made, if that is OK. I will put it back up and send you the link.
Jeff
Forum: Themes and Templates
In reply to: [MaxStore] logo resizing on mobileI found the CSS code to fix the height (120px in my case):
.rsrc-header-img.menu-img img {
max-height: 120px;
}Thanks!
Forum: Themes and Templates
In reply to: [MaxStore] logo resizing on mobileI should note that I am using Layerstore child theme.
Thank you!
Forum: Themes and Templates
In reply to: [matrix] Page load delay – swirling circle of dotsPerfect! Thanks for the excellent support and quick response!
Forum: Themes and Templates
In reply to: [matrix] Center Portfolio Image GalleryThanks! That fixed the centering problem. But why do you not include the Big Heading in the gallery view? It just seems wrong.
I re-added the Big Heading code back up top for the gallery view and all is well.
Thanks again!
Forum: Plugins
In reply to: [Testimonials Widget] remove white space at top and bottom of imageI’m preparing the site for a web competition and I would be most grateful for your help on this.
This is the best rotating image widget at displaying the images, but I must address the gaping white space above and below.
You can see the widget on every page in the sidebar.
Thanks again!
Forum: Themes and Templates
In reply to: [Enigma] hd-img issueThat did it. Thank you!
Forum: Themes and Templates
In reply to: [Enigma] hd-img issueHere is another screenshot highlighting the code snippet using Chrome Inspect that creates the horizontal line when not using a HD image in header.
https://www.mikehassett.net/wp-content/uploads/2017/02/MH-screenshot-2.jpg
Forum: Themes and Templates
In reply to: [Enigma] hd-img issueThe page is here – https://www.mikehassett.net/
and a screenshjot is here – https://www.mikehassett.net/wp-content/uploads/2017/02/screeenshot-Mike-Hassett-Realtor.jpeg
It is that slim white horizontal line that I need to eliminate.
Thanks!
Forum: Themes and Templates
In reply to: [Enigma] Custom CSS not workingThat worked.
Thanks!
Jeff
Forum: Themes and Templates
In reply to: [Enigma] hd-img issuein case the code is not showing, here it is without the brackets:
In Chrome Inspect when I change the this code:
img style=”position: absolute;” class=”hd-img” src=”” height=”100″ width=”2000″ alt=””
to this code:
img style=”position: absolute;” class=”hd-img” src=”” height=”150″ width=”2000″ alt=””
Forum: Themes and Templates
In reply to: [Enigma Parallax] stop image resizingThanks! That CSS works.
Forum: Themes and Templates
In reply to: [Enigma Parallax] stop image resizingI replaced functions.php (not function.php) in the enigma-parallax theme directory. No change. I inspect the image and the resize is still being applied.
Your thoughts?