absolutejdx
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type UI] Stop Underscores from automatically getting added?Let me word this differently. When I add a custom field using CPT UI and then I go into my PHP admin console the field key created by CPT UI has an underscore added in front of the field key I typed. This is only happening with CPT UI I can manually add keys in my php console it does not happen. I can also add fields and keys with other plugins and it does not happen. I think CPT UI is recognizing that the field key already exists and is adding the underscore when creating the new key.
Forum: Plugins
In reply to: [Custom Post Type UI] Stop Underscores from automatically getting added??? CPT UI creates meta data. That’s what the custom fields are. I just need it to stop adding the underscore when it’s creating the keys.
Forum: Themes and Templates
In reply to: [evolve] Pageview count for Infinite ScrollHi David thank’s for the reply.
Jetpack’s plugin does have page view count, they also have an option to count the scrolls as page views in Google analytics. I tried disabling Evolve’s infinite scroll and enabling jetpack’s infinite scroll but it did not work. I believe some Functions.php editing would be necessary to enable Jetpack’s infinite scroll with Evolve. I would rather use the Evolve Infinite scroll anyway.
With some research I have found that it seems to be possible to count scrolls with two methods:
The first method seems simpler and would just count each time a scroll occurs as another homepage view.
https://www.quora.com/How-do-I-track-page-views-on-a-site-that-has-the-infinite-scrolling-feature-with-Google-analytics-if-only-the-first-page-is-seen-as-a-page-view-by-GAThe Second method is more involved but I think would provide a more detailed amount of the scrolls per session using way points and virtual page views.
Both of these methods are beyond my knowledge to setup, maybe someone familiar with this could provide a step by step for adding this to evolve. Otherwise I think that this would be a great addition to the theme in the next update.
Forum: Themes and Templates
In reply to: [evolve] Crop not working for Featured images….OK, I have found a solution. This plugin will allow to crop the featured image in wordpress nicely.
It’s called: “Crop Thumbnails”
Forum: Themes and Templates
In reply to: [evolve] Crop not working for Featured images….OK, well I thought it was working but unfortunately it has stopped. Is there anyway to just use the full image size for the featured image? That would be easiest and work well with the way my site is laid out.
Forum: Themes and Templates
In reply to: [evolve] Crop not working for Featured images….Thanks for you reply, that does work but I have found a plug-in that allows the “post-thumbnail” to be cropped pretty easily withing WordPress. It seems to be working well so far. The plug-in is:
Manual Image Crop
For some reason when I uncheck the display “related” header. It works.
Forum: Themes and Templates
In reply to: [evolve] No Infinite Scroll on Mobile…Thanks for a quick response though.
Forum: Themes and Templates
In reply to: [evolve] No Infinite Scroll on Mobile…Nevermind I see that I was on a Category page on my mobile device, it looks like Infinite scroll is only on the home page.
Forum: Themes and Templates
In reply to: [Jolene] Change content background colorI figured it out here’s the CSS Code to enter into your child theme, I used a picture with a gradient which I uploaded via SFTP to the theme folder but you could use Background: blue; or any color you want under .site-content the background for .content must stay transparent
.content {
background: transparent;
overflow: auto;
}
.site-content {
background-image: url(../jolene-child/BlueBackground.jpg);
box-shadow: 0 0 4px 4px #999;
margin-bottom: 0;
padding-bottom: 20px;
position: relative;
z-index: 1;
}Forum: Themes and Templates
In reply to: [Jolene] Change content background colorJanice did you figure out how to change the content background? Thanks!
Forum: Themes and Templates
In reply to: [Jolene] Right sidebar hides when zoom increasesHaving the same issue. Right sidebar disappears when zoomed or not high resolution is chosen on the screen.
Forum: Themes and Templates
In reply to: [Jolene] Home page rightside bar on 1024 and on 1280I’m having the same issue, any resolution 1280×768 or greater and the right side bar disappears. Not good since that’s a pretty standard resolution and our ads are on the right sidebar! ??
Forum: Themes and Templates
In reply to: [Jolene] Post excerpt instead of full postI found a plug-in called “Easy Custom Auto Excerpt Premium” worked great to shorten the posts on the search and home pages.
Forum: Themes and Templates
In reply to: [Jolene] Post excerpt instead of full postDoes anyone have any advice on how I can show only the Title, featured image, and maybe the first 100 or so characters of each recent post on the home page instead of the entire post? Is it possible with this theme? Thanks.