jjanthony
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Maskitto Light] Huge imagesFor some reason that snippet is automatically added no matter what size I choose in the “Add Media” dialog. It is the culprit, but why is it added? My concern is that at some point I will have to hand this off to someone who is not familiar with changing code. If it is the theme it would be great to have it fixed, especially since I plan on using the theme in the future – it’s an awesome theme.
Forum: Plugins
In reply to: [FD Footnotes Plugin] Jumps down too farThanks I’ll try that!
Forum: Themes and Templates
In reply to: [Maskitto Light] maskitto-light sliderWorks much better now thanks!
Forum: Themes and Templates
In reply to: [Maskitto Light] Huge imagesI switched it out for the original formatting, https://mercyseat.net/mscc/2015/10/07/protest-birth-control/
This is the code from using the “Add Media” button:
<img class="alignright size-full wp-image-336" src="https://mercyseat.net/mscc/wp-content/uploads/2015/10/protest-birth-control.jpg" alt="protest-birth-control" width="80" height="180" />
And here is code simplified by me to get it to work:
<img align="right" src="https://mercyseat.net/mscc/wp-content/uploads/2015/10/protest-birth-control.jpg" alt="protest-birth-control" width="80" height="180" />
Thank you!
Forum: Themes and Templates
In reply to: [Maskitto Light] Change Default Footer Copyright@matthew, this can be accomplished by going to Maskitto Light Options>general> and scrolling to the bottom where there is an area for inserting css elements. Note: this will take away both the copyright AND the ability to add footer text via Maskitto Light options.
Forum: Themes and Templates
In reply to: [Maskitto Light] Huge imagesThe site is here (in subfolder as it’s not live just yet)
mercyseat.net/mscc/
For example, the small picture of the pamphlet at the bottom of this page will show up very large if I just use the media button in the editor:
https://mercyseat.net/mscc/2015/10/07/protest-birth-control/Thanks!
Forum: Themes and Templates
In reply to: [Maskitto Light] Huge imagesAnother workaround is to use an alternate size besides the “full size” option. Still have the same dilemma with handing off the site though.
Forum: Themes and Templates
In reply to: [Maskitto Light] Huge imagesIf I remove the wordpress formatting in the source and do it the old fashioned way it comes out fine. But I’d like to just be able to use the WP functionality for adding and manipulating images especially seeing as I’m going to eventually had the site off to someone with even less knowledge than I have. Thanks.
Forum: Themes and Templates
In reply to: [Maskitto Light] maskitto-light sliderWe should work on getting that to load first! I’m fine with removing the other images to see if it loads in a timely manner, but it would be nice to be able to have some of those bigger images down below, like the guy with the hoodie in the demo and all of the “include page” rows etc.
Forum: Themes and Templates
In reply to: [Maskitto Light] maskitto-light sliderWorks great for me – there is no place to punch in pixel sizes, you have to select from the options in “Maskitto Light Options – Header – Header layout” and use the logo you want. This option is available also in “appearance>customize”. Options are:
Standard
Standard Large
Centered (for square-like logo)
Centered Large (for square-like logo)
Inverted (logo in right side and menu in left)“Standard large” worked for me with a medium sized rectangular logo. Just experiment a little to find what you need.
Forum: Themes and Templates
In reply to: [Intro] Facebook and imagesI had to manually add code from the fb developer section to my header.php AND install an open graph plugin.
Get facebook app ID by going through the steps here: https://developers.facebook.com/docs/platforminsights/domains
I had to click in the upper right corner to get started.
Then I had to add an “app” starting here, clicking on “websites”
developers.facebook.com/quickstarts/
Next page you name your “app” and hit “create” then you will have to choose a category and hit “create app id” next page you will find the code containing the app id. This code is then pastes at the beginning of the “body” section which in Intro theme was in the header (despite forums saying to look in page.php, single.php etc).After this I installed “Facebook Open Graph, Google+ and Twitter Card Tags” plug in and entered both the app id and my fb user id (I created a specific fb account for this purpose having to verify with a phone# and everything – used google voice).
Now my posts are sharing correctly on Facebook. Phew!
Forum: Themes and Templates
In reply to: [Intro] Facebook and imagesFor those of you having this problem I found a solution (also posted at the theme’s support forum at the website)
Forum: Plugins
In reply to: [FD Footnotes Plugin] Jumps down too farIf I insert a paragraph break after the [1. then it works much better, but it does not return to the right place when clicking on the blue arrow icon.
Forum: Reviews
In reply to: [FD Footnotes Plugin] Good but flawedEasy Footnote is not working on my 4.3.1 . This one here is great except that it jumps too far which is especially confusing if there is only one footnote. I’m looking for a solution now, I’ll post it back here if I find one.