Images missing and not aligning
-
Recently, my recipe index (using the EasyIndex Pro plugin) thumbnails have become wonky and not aligning to the text. See here http://marshasbakingaddiction.com/recipes/recipe-index/
Also, if you scroll down one of my posts, the side share buttons will appear. The StumbleUpon button has also recently disappeared, where as it’s fine in my top and bottom share buttons.
Does anyone know how I can fix these issues?
-
Your sub-pages (breakfast recipes for example) are using a different class (ei-secondary) to your parent pages (ei-primary).
It is this class change that is causing your sub-page titles to be mis-aligned, which you can rectify with some CSS.
Using a Child Theme, or a Custom CSS plugin, you can add this:
body.ei-secondary #easyindex-index .ei-item-title { height: 2.5ex; width: 100%; overflow: hidden; color: #fff; position: absolute; top: 40%; text-align: center; margin: 0; padding: 0; background-color: rgba(44, 44, 44, 0.3); }These are just styles copied from the ei-primary class.
You can change the link color to white with this:
body.ei-secondary #easyindex-index .ei-item-title a { color: #fff; }Your StumbleUpon button actually appears fine for me.
Hope this helps.
Unfortunately that didn’t work. I’m having more of a big problem, too. Sometimes my dashboard becomes unresponsive, and I cannot click on dropdowns or move anything around. Also, Jetpack Site Stats has stopped working, the chart constantly loads, and anything within the Site Stats page is unclickable. My dashboard is working at the moment, but Site Stats has stopped working for a while.
I get a few errors when I check out the Javascript Console. Not sure if it helps but here they are below.
In my dashboard I get:
index.php:120 Uncaught ReferenceError: myinit is not defined
22index.php:121 Uncaught ReferenceError: myinit is not defined
jqplot.dateAxisRenderer.min.js:3 Uncaught TypeError: Cannot set property ‘DateAxisRenderer’ of undefined
index.php:121 Uncaught ReferenceError: myinit is not defined
jqplot.canvasAxisTickRenderer.min.js:3 Uncaught TypeError: Cannot set property ‘CanvasAxisTickRenderer’ of undefined
12index.php:121 Uncaught ReferenceError: myinit is not definedAnd in my Recipe Index page I get:
(index):86 Uncaught ReferenceError: myinit is not defined
36(index):87 Uncaught ReferenceError: myinit is not defined
http://marshasbakingaddiction.com/wp-content/themes/Naomi/js/doubletaptogo.min.js. Failed to load resource: the server responded with a status of 404 (Not Found)
14script.min.js?ver=2.0.4.:18 undefined
http://c.amazon-adsystem.com/aax2/amzn_ads.js Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
http://cdn.yldbt.com/js/yieldbot.intent.js Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
https://secure-ads.pictela.net/rm/marketplace/pubtaglib/0_4_0/pubtaglib_0_4_0.js Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
http://ib.adnxs.com/jpt?callback=pbjs.handleAnCB&callback_uid=5f2e13465e389…ferrer=http%3A%2F%2Fmarshasbakingaddiction.com%2Frecipes%2Frecipe-index%2F Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
http://ib.adnxs.com/jpt?callback=pbjs.handleAnCB&callback_uid=7b3da1430f546…ferrer=http%3A%2F%2Fmarshasbakingaddiction.com%2Frecipes%2Frecipe-index%2F Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
http://ib.adnxs.com/jpt?callback=pbjs.handleAnCB&callback_uid=97110b6f97dd0…ferrer=http%3A%2F%2Fmarshasbakingaddiction.com%2Frecipes%2Frecipe-index%2F Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
http://tag.contextweb.com/getjs.static.js Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
http://tpc.googlesyndication.com/safeframe/1-0-4/html/container.html Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
https://securepubads.g.doubleclick.net/gampad/ads?gdfp_req=1&correlator=183…=93&vrp=93&ga_vid=666104029.1470858556&ga_sid=1471195454&ga_hid=1771499222 Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
http://marshasbakingaddiction.com/wp-content/themes/Naomi/js/scripts.js. Failed to load resource: the server responded with a status of 404 (Not Found)
http://marshasbakingaddiction.com/wp-content/themes/Naomi/js/colorbox/jquery.colorbox-min.js. Failed to load resource: the server responded with a status of 404 (Not Found)
marshas-baking-addiction.js:1 GET http://report-ads-to.pubnation.com/dist/pnr.js?t=pn-34d6f3dc0c6a183f net::ERR_BLOCKED_BY_CLIENTn @ marshas-baking-addiction.js:1e @ marshas-baking-addiction.js:1(anonymous function) @ marshas-baking-addiction.js:1e @ marshas-baking-addiction.js:1i @ marshas-baking-addiction.js:1(anonymous function) @ marshas-baking-addiction.js:1o @ marshas-baking-addiction.js:1
marshas-baking-addiction.js:1 GET http://g2.gumgum.com/javascripts/ggv2.js net::ERR_BLOCKED_BY_CLIENTHi,
I’m using a image gallery but when adding my images they don’t show … i check that all the src of my images have no mistakes but still not working.
Can anyone help me out ?
thank you in advance.
Okay, I’ve solved my dashboard/Site Stats problem, but my recipe index is still wonky.
The topic ‘Images missing and not aligning’ is closed to new replies.