gsimusic
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Video Lightbox] Vimeo error messageOK, I think it’s resolved (again).
Deactivating the Google Analytics Dashboard seems to have done the trick. I will try reverting to the previous version.
Thanks againForum: Plugins
In reply to: [WP Video Lightbox] Vimeo error message1) I updated four plugins just before I started getting reports:
– Yoast SEO (https://ww.wp.xz.cn/plugins/wordpress-seo/)
– Widgets on Pages (https://ww.wp.xz.cn/plugins/widgets-on-pages/)
– Google Analytics Dashboard (Google Analytics Dashboard for WP (GADWP))
– amr shortcode any widget (https://ww.wp.xz.cn/plugins/amr-shortcode-any-widget/)2) I have placed a support ticket with my host to determine if anything changed on thir end.
3) All videos using the WP video lightbox are affected.
Thanks for your help!Forum: Plugins
In reply to: [WP Video Lightbox] Vimeo error messageHello, I thought we had solved this but regrettably, I’m still seeing some error messages.
I did have a cache plugin running on some of the site. I purged the cache, then made sure that all pages with the Lightbox would be excluded from cacheing.
Still seeing some issues, though. It seems odd that this just popped as an issue a week ago. I never had any issues before. Any ideas? Thanks!!
Forum: Plugins
In reply to: [WP Video Lightbox] Vimeo error messagePurging the cache on my site appears to have done the trick. Thanks for your response!
Forum: Plugins
In reply to: [Genesis eNews Extended] Centric pro sign up button placementYou da man – thanks!!!
Forum: Plugins
In reply to: [Genesis eNews Extended] Centric pro sign up button placementgreat, one step closer – that did drop it down to the next line. Now, the button shows up farther left than the input fields. How can I center it?
Also, I would certainly like reduce the field width. Width is currently set to 80%, which I need for the sidebar placement. How can I set the width differently for the version on the homepage.
Thanks so much for your help!
Forum: Plugins
In reply to: [Genesis eNews Extended] Centric pro sign up button placementJohn, thanks so much! That worked great for my sidebar. I had to add margin-bottom: 16px; to the previous field to get the button spaced properly, but it’s perfect now.
I do also have the same widget used on my homepage, which in Centric is a parallax design. The Submit button is still showing up to the right of the email field. Any ideas?
Thanks again
Forum: Plugins
In reply to: [Genesis eNews Extended] Centric pro sign up button placementThanks for your response, Brandon. When I set the width to 100%, it completely covers the email field because the button continues to appear on the same level as that field.
Forum: Plugins
In reply to: [Genesis eNews Extended] Centric pro sign up button placementsorry, here’s a page on my site that shows the issue: http://ourworshipsound.com/form-test/
Forum: Fixing WordPress
In reply to: Stripay theme – increase header heightWoo-hoo, figured it out. I increased the top margin on the menu css, as show here:
/* Top Menu
———————————————– */
#access {
float:left;
width: 640px;
margin:95px 20px 0 0px;
font-family: arial, helvetica, Sans-serif;
z-index:99999;I first added a height: 400px line to the #masthead (header) css, so I could see how far I needed to go. Then, when I got the margin spacing right, I deleted the height line. Might not be necessary to do that first, but it worked for me. Hope this helps somebody, somewhere…
Forum: Fixing WordPress
In reply to: Stripay theme – increase header height(checking the subscribe button this time)
Forum: Fixing WordPress
In reply to: Embed page not referencing CSSI got it to work – I added a line of code to the html page I was trying to embed:
<link rel=”stylesheet” type=”text/css” href=”(URL of main page’s CSS file” />
I added it under the div class line. thanks!
Forum: Fixing WordPress
In reply to: Embed page not referencing CSSThanks for the tip. I’m continuing to research, but let me ask this – if I embedded the HTML page using an iframe, do I need to insert a link to the stylesheet within the iframe?
Forum: Fixing WordPress
In reply to: Embed page not referencing CSSI just want the sidebar portion of the WP site to take on the same text formatting (font, sizes, colors) as the corresponding section on the main site. I would copy and change the HTML code, but the whole point is to edit the content (which we do weekly) and have it change across both the main site and the WP site. Thanks in advance!