rcmorris11
Forum Replies Created
-
Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] is plugin hackedI am not using this plugin but my site is redirecting to https://startersbros.com/tjWk32 as well – were you able to resolve this?
I am now running and older version of the plugin so that they show horizontal – please let me know when this bug has been fixed.
Forum: Fixing WordPress
In reply to: Spotify Embed not workingfixed useing the old embded style
Forum: Plugins
In reply to: [jQuery Pin It Button for Images] Update made things a messClearing the cache worked but its weird because it did it on both my mac at home and at work.
Thanks for your super quick responses! great plugin I tell all my blogger friends to use it!
Forum: Plugins
In reply to: [jQuery Pin It Button for Images] Update made things a messBrand New Mac Book Bro and Chrome v28.0
this is what i see
https://www.bluemountainbelle.com/test/in the settings where you pick left/right
what should the values be?
left is –
top:0%;
left:0%;
margin:20px 0 0 20px;just wanna make sure that is right
hermosa looks fine now too.
Forum: Plugins
In reply to: [jQuery Pin It Button for Images] Update made things a messChrome as well
its also happening on this blog that I am building
https://www.hermosajewelryblog.com/Forum: Plugins
In reply to: [jQuery Pin It Button for Images] Update made things a messnot working on my site either its way bellow the image. In the preview when you try adjusting it everything shays right no matter what you choose. tried adjusting the position and nothing happened
Forum: Plugins
In reply to: [Collapse-O-Matic] Custom CSS For Title or use ImageWell actually another issue. The collaps is now underneath my other text widgets. The ones above and bellow are in separate text widgets.
You can see that I have the daily reads underneath my purple boxes. but if I put the same code underneath my instragram widget everything works fine.
Forum: Plugins
In reply to: [Collapse-O-Matic] Custom CSS For Title or use Imageoh wow just fixed it. Ha-ha
Thanks for your help
Forum: Plugins
In reply to: [Collapse-O-Matic] Custom CSS For Title or use ImageOkay, new plugin loaded. The Font family and size is being overided by my CSS. with this code
body { font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 1em; }
I added the custom CSS to my themes CSS override and the above code still one out.
Then I tried an inline style which still did not work
[expand title="Daily Reads" trigclass="noarrow bluefont" tag="div" style="font-family:oswald; font-size:20px;"]
I believe the problem is being caused by this error. If you inspect the element in chrome this is the error.
There is also an error
Resource interpreted as Image but transferred with MIME type text/html: “https://www.pntra.com/b/4-81229-73861-83196?website=157930”. https://www.bluemountainbelle.com:337
JQMIGRATE: Logging is active jquery-migrate.js:1
JQMIGRATE: Logging is active s2.wp.com:9620
JQMIGRATE: jQuery is not compatible with Quirks Mode s2.wp.com:9639
console.trace() s2.wp.com:9641
migrateWarn s2.wp.com:9641
(anonymous function) s2.wp.com:9677
(anonymous function)Can I not just add an image for the title. Like you have a background image of an arrow? I can use an image instead? I tried adding an image as the background image and everything is overridden by my css
Forum: Fixing WordPress
In reply to: Can't Find Div Tag to Edit Element StyleFrom my understanding that div tag is added because that is my jQuery selector div.jpibfi_container img
This allows the plugin to only add the pin it Buttton to images inside of my content and not every image on my blog.I looked at their code and didn’t find anywhere where there is an element style given for unordered list.
Forum: Plugins
In reply to: [Collapse-O-Matic] Custom CSS For Title or use ImageNothing happened. Everything that was in my widget for coding showed up as text.
so on myside bar was [expand code] linkes [/expand]So I deactivated it.
Forum: Plugins
In reply to: [Collapse-O-Matic] Custom CSS For Title or use ImageI did your code exact and it didn’t work. I made my own adjustments and it did not work. I do know CSS. today when I upgraded the plugin It stopped working complexity. So now I have it deactivated.
So no I would rather not pay for it.
Forum: Fixing WordPress
In reply to: Can't Find Div Tag to Edit Element StyleIf I make a unordred list in the visual editor it looks fine. but the code in the text editor has actually changed to include
<span style="font-size: 14.44444465637207px; line-height: 1.5;">
I can’t find anywhere in the CSS that would cause this to change. When I publish the post the font in the unordered list is smaller than the regular font.When I inspect the element in chrome. The Element Style says
font-size: 14.44444465637207px
line-height: 1.5I do not want that to happen. I realize that element styles are inline styles so I am trying to find where in the HTML this is happening so I can stop it.
If this issue is really that when I write a post in visual and want to create a list. I need to do it in Text editor instead that is cool but really annoying.
I have made an example post – https://www.bluemountainbelle.com/2013/04/18/test/
The first unordered list has the element style causing the small font. The 2nd unordred list was made in the text editor and has super weird spacing. And no dots.
Forum: Plugins
In reply to: [Collapse-O-Matic] Custom CSS For Title or use ImageWell I have made some changes. But I believe i need to add the google font somewhere in the code for it to work
<link href=’https://fonts.googleapis.com/css?family=Oswald:400,300′ rel=’stylesheet’ type=’text/css’>I already have this in my blogs header. but not sure if its pulling into the widget.