cartar929
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Vegas] Hardcode Straight Into the HeaderJames that would be great thanks.
Forum: Themes and Templates
In reply to: New Template Not WorkingAlchymyth,
Thanks for the speedy response.By changing the name to home.php it did change the look. However, it changed the look for all the other pages on my site as well, and caused the jquery page scroll to stop working. I suppose the jquery issue is a theme problem with changing the template.
That seemed to be a step in the right direction, but it’s not exactly what I was looking for.
That link did address some good points, but after reading I am not sure how I can accomplish what I am looking to do from it.
For the mean time I have it switched back to the old template.
If changing the template will not work is there I way I can just target the home page with css? I tried this a few different ways with using the page/post id, but couldn’t get the result I was looking for.
Forum: Plugins
In reply to: [Participants Database] Picking and Choosing What to Fill Outxnau,
I appreciate the info I’ll give this a shot and see what I can come up with.
Thanks,
CarterForum: Plugins
In reply to: [Participants Database] Picking and Choosing What to Fill OutHere is a preview of a register link that I am starting to work with.
https://richmondadclub.com/register-test?pid=JGV98For right now I just have two of the awards show categories listed.
Forum: Plugins
In reply to: [Participants Database] Picking and Choosing What to Fill Outxnau,
Thanks for getting in touch so soon.I am not sure if I quite follow you when you say, “have each template determine which groups display.” How are you using the template to determine which groups display? If you could give me some more information on that it would be great.
Thanks,
CarterForum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Choppy Animation SortingWell for the most part it appears that the issue is it’s a difference between the premium and free version.
The answer I got is here: https://www.nimble3.com/nimble-portfolio-free-filterable-jquery-porfolio-wordpress-plugin/#comment-453
I ended up adjusting the delay and some fade in and fade out timing to get the animation to move smoother.
This was in the script.js file:
var filterVal = jQuery(this).attr('rel'); if(filterVal == 'all') { jQuery('div.nimble-portfolio ul li.hidden').fadeIn(600).removeClass('hidden'); } else { jQuery('div.nimble-portfolio ul li').each(function() { if(!jQuery(this).hasClass(filterVal)) { jQuery(this).delay(150).fadeOut(600).addClass('hidden'); } else { jQuery(this).delay(680).fadeIn(600).removeClass('hidden'); } }); }
I am sure that there are some better ways to make it work smoother, but this is the solution I ended up using.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Choppy Animation SortingAlso would you prefer that I post on www.remarpro.com or would you like me to post it over here: https://www.nimble3.com/nimble-portfolio-free-filterable-jquery-porfolio-wordpress-plugin/ ?
Should be closed now.
Rob,
Thanks for checking in. I did move this discussion over to the PRO forum, at this link: https://tri.be/support/forums/topic/templates-inside-of-templates/#post-21889.I got some help from Jonah. But, ultimately I had to reload the “Thesis 1.8.5” theme and replacing the “Classes” folder inside my “Lib” folder, and then I was able to get this to work.
I still have a few questions about how the template for this plugin works which I have posted on the PRO forum here: https://tri.be/support/forums/topic/removing-a-sidebar-from-a-calendar-page/#post-21926. Joyce is helping me so far with this one.
Carter
Jonah,
Thanks for being in touch with that information. I tried to manipulate that, “ecp-page-template.php”file to make it so that it excluded the header and footer, but I wasn’t able to get anything to change.I spoke with Rob through email and he mentioned moving this discussion to the “PRO” forum on the tribe site. So, I recently made a posting there: https://tri.be/support/forums/topic/templates-inside-of-templates/#DiscussionForm.
Jonah and Rob,
Thanks for being in touch. But, apparently my excerpts aren’t working in this theme (Thesis 1.8.2) and are working in the default 2011 theme.I just updated to the newest PRO version of the plug-in and it seems to be putting a template within a template when I have Thesis activated. I am not really sure why? If you could provide any sort of insight that would be awesome.
Thanks,
CarterRob,
I just updated to the latest PRO version of the plug in and now everything looks insane? I don’t even have a “Google Map” link anymore.I am really confused as to why, but it looks like it is putting a template inside a template? I chose every template in my drop down list and have not received any acceptable results.
Here are the urls where I am having some crazy issues:
– https://cartertilman.com/rac-admin/events/upcoming
– https://cartertilman.com/rac-admin/eventsI tried looking through a few of your videos: https://tri.be/support/documentation/events-calendar-pro-new-user-primer/?utm_source=helptab&utm_medium=promolink&utm_campaign=plugin; but nothing seems to really cover what I have going on.
I have turned off all of the plugins and nothing changed.
I followed your memory link, and updated my wp-config file to have: define(‘WP_MEMORY_LIMIT’, ’64M’); but I didn’t see anything update.
Then when I changed my template to the default 2011 theme it worked. I am currently running the theme “Thesis 1.8.2.”
Now, I don’t know what to do? If you could provide any help that would be great.
Thanks,
CarterSorry my code posting came in so gross previously, hopefully this will be easier to read.
function archive_read_more() { if (is_home() || is_archive()) { ?> <p><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>">Read the full article...</a></p> <?php } } add_action('thesis_hook_after_post', 'archive_read_more');
Of course a url would be key: https://cartertilman.com/rac-admin/event/june-happy-hour
Jonah,
I tried inserting a manual excerpt but didn’t have luck with that showing up. When I downloaded the plug-in you recommended that worked awesome, thanks for the help.
Carter