Crssp
Forum Replies Created
-
Forum: Plugins
In reply to: [DFP Ad Manager] DFP Ad Manager and Google DFP ad tags?On the site homepage, the leaderboard ad should render beneath the slider on but instead is appearing at the top of the site above/behind the menu.
Wierdness…
Not sure what the answer will be for this.saw another issue, when I had a medium box ad 300×250 in a sidebar, the ad appeared above the h3 title for the widget in the sidebar in a blackstudio widget in a sidebar, removing the title solved that, but another strange bug for this theme or whatever.
Forum: Plugins
In reply to: [DFP Ad Manager] DFP Ad Manager and Google DFP ad tags?Boom that did it styling the plugin created ID worked.
I added all of this for my styles this time around:/*-- Styling Google DFP ad positions --*/ #ad_pos_sbo-ros-leaderboard { width: 960px; max-width: 100%; margin: 0 auto; text-align: center; }
Forum: Plugins
In reply to: [DFP Ad Manager] DFP Ad Manager and Google DFP ad tags?Could it be, the ad wrapped in a div, and none of those styles would apply to your shortcode.
Creating .css per ad, will not be that hard, trying that now specific to the id=”ad_pos_sbo-ros-leaderboard”
Probably solve all my troubles… guessing ??Forum: Plugins
In reply to: [DFP Ad Manager] DFP Ad Manager and Google DFP ad tags?On 2. I don’t think I did get a confirmation, just a button came up that said return to importer.
Having real troubles positioning the ads, not sure it’s anything to do with the plugin.
I’ve tried every trick I can think of and the ad seems to be position at the left side of the window.
Even If I place a div in the same row, that should appear left of the ad column, the new div is even forced beneath the ad. If anything it should appear above the ad.Does your plugin have any styles associated with ads?
Planning to check in the plugin editor, and see if it’s soemthing there conflicting with this theme.
Here’s a short url for an ad page: https://goo.gl/Q9cg6fFor this ad in Google DFP I created the ad to used 468×60, 728×90, 970×90.
Normallyl I just place one exact size, like 728×90, not sure of google dfp will handle placing those in a responsive manner, given a certain space available, or if their JS is that smart about placing ads.Forum: Plugins
In reply to: [DFP Ad Manager] DFP Ad Manager and Google DFP ad tags?hi Chris, hey sorry for piling on in this one thread…
If your plugin could add a universal class to the tags, rather than all unique to the Ad Position, that one class, could be told to center align, or whatever.Current structure created on my site was:
<div id='ad_pos_sbo-ros-leaderboard' class="ad_pos_sbo-ros-leaderboard SBO-ros-leaderboard">
Open to suggestions then, it’s sort of a problem with Google DFP ads, and a common complaint in other forums, how to center align a leader board etc.
Forum: Plugins
In reply to: [DFP Ad Manager] DFP Ad Manager and Google DFP ad tags?Hey success… success!
Quick question is there an easy way to center align ads?
Possibly in the plugin templates or something?
Otherwise, I’m going to have to wrap the shortcode in a div tag or something.
I tried just centering the shortcode using the visual editor tools as if it were a paragraph, that did not work.
Possibly you’ve worked through the same issue then, and have ideas?
thanks for a wonderful plugin.Forum: Plugins
In reply to: [DFP Ad Manager] DFP Ad Manager and Google DFP ad tags?I went ahead and manually created the one ad position, and that seems to have went fine, will let you know when I get ads appearing, and finish more of the implementation then ??
Forum: Plugins
In reply to: [DFP Ad Manager] DFP Ad Manager and Google DFP ad tags?Hey Chris, just attempted to import DFP Ad Positions.
I selected one ad position only.Checking and no ad position was created, I saw no sign of errors or anything.
Any ideas, what may have went wrong?Forum: Plugins
In reply to: [DFP Ad Manager] DFP Ad Manager and Google DFP ad tags?So you are saying then that the plugin handles generating the ad code?
All we will have to do, is just place the plugin generated shortcodes?
Some of our sites have required us to go with synchronous tags.
It wouldn’t be necessary, if I knew why they were not appearing using asynch tags on those sites.
Just speaking hypothetically at the moment, getting ready to test on a new dev site, hopefully asynch works on this one.Forum: Plugins
In reply to: [WP Better Attachments] WP Attachments compatible with EG-Attachments.Hi Dan, thanks for your response.
Turns out the issue, was not a conflict, with your plugin or anything.
It was my lack of understanding on how the EG-attachments plugin has a Tools | EGA Templates section for how things display.
The templates were displaying exactly as they should have, and I had went from the Large template to Medium, and it did not show a Title for example, so I thought there was a conflict.Translation:
my bad.Thanks again.
Yup, that’s all it was…
Newbie meet the EGA Templates under the Tools menu… they are uber easy!thanks for a great plugin then. ??
Whoaa… ok… this newbie just discovered the Tools | EGA Templates section.
So maybe it’s just a matter of tweaking my Medium List EGA template for example.
I probably initially had it set to Large List, and that’s what I wanted and liked, and from there got confused thinking it’s a compatibility or conflict issue with other Attachments plugins I’ve been messing with.Forum: Plugins
In reply to: [Firelight Lightbox] PDF in Fancy Lightbox only opening 150px in heightHi resolved my issue.
I was so worried about getting the specific embed Id narrowed down, that I still had not removed the themes generalized css for embed {height: auto}
Once I got rid of that the issue was solved for PDF’s in Easy Fancybox.A good theme probably would not have had that general property for embed, at least I’m not sure it’s good practice.
Thanks!
Forum: Plugins
In reply to: [Memphis Documents Library] Problems, Problems help PDF files batch uploadHey more info, I still had the error messages on my batch uploads…
So here’s what they said:
Warning: rename(/tmp/mdocs/my.pdf,\\my-path/wp-content/uploads/mdocs/my.pdf): Access is denied. (code: 5) in \\my-path\wp-content\plugins\memphis-documents-library\mdocs-functions.php on line 142Line 142 of mdocs-functions is:
if($result == false) rename($file[‘tmp_name’], $upload[‘file’]);In case it denotes a problem when I uploaded the files.
We have show errors turned on for the site.thanks.
I am confused on categories.
Would like to categorize documents separately from post categories.
IS there a separate category taxonomy for the mdocs vs regular posts?
Trying to keep my regular posts categories slim and clean.
There will be tons of doc types, for different seasons and sports.