Forum Replies Created
-
AuthorPosts
-
sdbroker
Member@braddalton The plugin works fine on static pages or posts that have an ID but it cannot be used on dynamic created pages which you cannot edit. 🙁
Only a custom page template which changes the default markup will work... but what's the code on that CTP for the markup to work?
December 1, 2013 at 12:57 pm in reply to: Adding a Search Form on TOP of Genesis Slider Question #76461sdbroker
MemberGot it Andrea. Thank you!
November 26, 2013 at 10:08 pm in reply to: Genesis 2.0 and Schema (Site-wide and Page Specific) #75793sdbroker
Membersdbroker
MemberI had the same problem a couple days ago and I ended up uploading my own image to FB but I had to copy and paste the post's link on the FB. Sharing buttons wouldn't allow me to change the image.
I've had that same issue many times before trying to share YouTube videos on FB either via copy & paste the link or via the share buttons from YouTube. The video wouldn't show up either way.
That problem was fixed by itself a few days latter, so I guess it's a FB bug thing.
sdbroker
MemberThank you for the suggestions David... much appreciated!
sdbroker
Member@Mealtog, correct... You manually deactivate them from Jetpack since you had activated Jetpack before installing Manual control.
All that Manual Control does is to prevent Jetpack from automatically activating them again during updates.sdbroker
Member@Mealtog There are no controls on the Manual Control plugin. You install it, activate it and forget about it, as all it does is to prevent Jetpack from auto activating its modules during initial installation and plugin updates. All the controls are in the Jetpack plugin.
November 21, 2013 at 1:15 pm in reply to: Genesis 2.0 and Schema (Site-wide and Page Specific) #74758sdbroker
MemberNo thoughts, but you raise some very interesting questions and since I'm very interesting I want to follow this topic.
Here's a post that I found on Yoast about Schema & G2 that may help answer some of the questions: http://yoast.com/schema-org-genesis-2-0/
sdbroker
Memberlol @Mealtog! I'm using them both too... but what do I know? I'm just learning by trial & error... and some GREAT help from this forum as I'm working on my own sites.
sdbroker
MemberHi David,
Thank you very much for the suggestion, I'll give it a try.
I do want the images to be both on the post that they are uploaded and a few of them that I select also on a gallery page that displays just images with a small caption (ideally a link to that image's post as well if possible). Will Portfolio Slideshow do something like that?
Thanks again!
Georgesdbroker
Member@Mealtog, Yes that is correct. You can still manually enable and disable all Jetpack modules after you install Manual Control.
I read all the bad that is said about Jetpack but in my case, I only use 3 of its modules (Publicize, Sharing & Subscriptions - everything else is turned off) and I see that my site is actually much faster with Jetpack than using 3 other separate plugins for these 3 modules that I use. I guess you either like it or you hate it depending on what modules you want to use... just like W3TC that some people hate it because of its learning curve... never mind its far superiority over other similar plugins.
sdbroker
Member@Mealtog It will not automatically turn them off once Jetpack has been activated. You'll have to manually deactivate the modules that you don't need. However it solves the problem that most are having since it will keep Jetpack from automatically turning all of them back after an update. Manual Control will keep active only the modules that were active prior to the update.
sdbroker
MemberInstalling and activating the "Manual Control for Jetpack" plugin (http://wordpress.org/plugins/manual-control/) prior to activating Jetpack solves most of the problems since you actually have to manually activate whichever of Jetpack's feature you want.
Unfortunately, judging from the number of downloads, not very many are aware of this plugin that is a must if you really have to have Jetpack.
November 20, 2013 at 4:36 pm in reply to: Is it possible to have a site title in two different fonts? #74588sdbroker
MemberI found this, but 2 year old so I don't know if it's going to work but it could give you a start: http://wordpress.org/support/topic/can-i-use-multiple-fonts-in-my-blog-title
November 20, 2013 at 3:02 pm in reply to: Agency-Pro homepage featured Blog Posts' hover state #74550sdbroker
MemberOn this site: http://www.stefanosalexiou.com/ I use the same fonts that the theme came with and it works fine on the 1.6rem size. For some reason that I don't understand the "cora" fonts that you use on the theme it doesn't work.
November 20, 2013 at 2:51 pm in reply to: Agency-Pro homepage featured Blog Posts' hover state #74545sdbroker
MemberYou know what? It really doesn't make sense to me at least! I went to see your site on Firebug and I changed the font-size for the body around line 149 on the style sheet and it worked fine for anything other than the
font-size: 1.6rem;
that is currently set. Try changing that font-size to either 1.5rem or 1.7rem. Be careful though with what setting you put in there as this is a global setting and it will change the size on the whole body.I know that it doesn't make sense but if you want it to look the way you want to... it works. Personally I don't mind the way it is now and I wouldn't change it...
November 19, 2013 at 8:22 pm in reply to: Agency-Pro homepage featured Blog Posts' hover state #74303sdbroker
MemberOn the far right post that you see the hover issue, look at the meta under the title. It's 1 line instead of 2 lines like the other 2 posts. Looks like the far right post doesn't allow comments. 🙂
Not that really matters, but if you want to have everything aligned on hover, you have to make sure that on all posts shown on the page as recent articles besides the 180 characters that you select, the post title and post meta should also align (be on the same number of lines) on all 3 posts.
November 17, 2013 at 11:41 pm in reply to: Custom Front Page (in ANY theme) and Yoast SEO Plug-in Issues #73895sdbroker
MemberFor the same reason that you want your name and your business address listed. You got to let the engines know what your main address is... don't you? It a bit harder and slower to find you from just giving them the suite numbers.
Used Google Sitemaps for years and my name (not Smith :)) has always been on top of the search results. A week after I replaced GS with the Yoast Sitemap (that doesn't include the homepage) my name, among other keywords that the homepage was optimized for, dropped to 6th plus page of the results. As soon as I went back to Google sitemaps, everything came back to normal.
sdbroker
MemberTry this:
.footer-widgets { background-color: #333; }
It works on mine. 🙂
I also noticed that your footer is transparent. Try this if you also want your footer black:
.site-footer { background-color: #333; }
sdbroker
Memberadd
display: none;
under .home-top .wrap & .home-bottom -
AuthorPosts