webbcity
Forum Replies Created
-
Found this thread because I have a similar/related issue. Not the first issue, but the second. If I have a popup window with enough content that it requires scrolling, and I scroll using the mouse wheel, then the background scrolls also, which I don’t want– I’d like the background to stay in one place while the popup content scrolls. Is there some way to disable the background scrolling when a popup is present?
Thanks.
Forum: Fixing WordPress
In reply to: Password protection– setting more complex rules for accessThanks for the reply. I suspect you’re right… I’ll have to investigate ways to do this outside of/on top of WordPress with PHP.
Forum: Plugins
In reply to: Adwords Remarketing how to?Yes, absolutely. I have a line in my header that says:
<?php $key="remarketing"; echo get_post_meta($post->ID, $key, true); ?>
Which will pull the value for the custom field called “remarketing”. If there is no value, then nothing is inserted there, so you can have some pages that have the code and other that don’t…if there’s nothing there, you just leave the custom fields blank and it works fine.
Forum: Plugins
In reply to: Adwords Remarketing how to?I ended up solving my issue by using custom fields and creating a spot in the template for that information. Ended up being much better than the plugin, and easier too.
Forum: Fixing WordPress
In reply to: Help organizing archive pages/listing posts by year and categoryCould a moderator please add the following pastebin link to my post then? It seems I can no longer edit it…
Thank you!
Forum: Plugins
In reply to: Adwords Remarketing how to?Just to elaborate, what is happening is that all of the javascript, div markers, and other html code is removed and only the image source URL is left. Is this the way it’s supposed to work? I don’t know a lot about how Adwords Remarketing works, but it seems to me it’s not going to work without all of that other stuff…?
Forum: Plugins
In reply to: Adwords Remarketing how to?Has anyone else tried this plugin? I have the same problem as afi1… when I try to copy and paste the remarketing code into the appropriate field for the plugin on the page I want, it strips out the code and doesn’t seem to be working right. There is no documentation for this plugin so I’m completely lost…any help appreciated!
Forum: Fixing WordPress
In reply to: Very strange issue with uploading/adding images to pagesHi esmi,
I have not… I will try those things, thanks.
Forum: Plugins
In reply to: Need plugin to connect fields in WP dashboard with areas in templateHey, you’re right…I am not as familiar with Custom Fields as I should be. Time to learn. Looks like that will work. Thanks esmi!!
Forum: Plugins
In reply to: Need plugin to connect fields in WP dashboard with areas in templateNo thoughts on this? Surely there must be a plugin that can do something like this…?
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Emails not coming through, and error message at WPYou’re correct about that, sorry…shouldn’t have implied that it was a problem with the Contact Form 7 plugin itself. There is obviously something else that is conflicting with it, that’s why I posted those error messages above. I am using the Headway theme/plugin…maybe that is causing the problem? Just not sure where to start. How would I go about checking the log of my mail server?
Forum: Plugins
In reply to: [Plugin: Duplicator] Question about entering database name/user/passwordHey thanks so much for the response! I ended up going another route (the old-school method) because I was under a time crunch, but this is helpful, thanks…will try it again at some point!
Forum: Plugins
In reply to: [Plugin: Duplicator] Question about entering database name/user/passwordAnyone?… ??
Forum: Plugins
In reply to: [Plugin: AddToAny] Why are share icons showing in sidebar?Ah…figured it out– there was a setting that was including the share icons on post excerpts, and in the sidebar were: post excerpts. ??
Problem solved.
Brilliant, thanks so much! That did the trick. I’ll look up that dynamic sidebar function too, so I have a better understanding of it. Many thanks.