Liltiger
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Custom Community] Move Featured Img Slideshow Into ContainerHey Konrad,
I knew that w/Pro, the slider could go into the container of pages and posts, but I wasn’t aware that the shortcodes could go into the container of the home page. I’ll check it out.
Thanks So Much!
Forum: Themes and Templates
In reply to: [Custom Community] Change width of slideshow on home page?Hey, I was just playing with this. It does take some work, but it’s in the style.php file. You can get there under: themes/custom-community/core/includes/theme-generator/style.php
Line 3156: width: 100%; (Shortens from the right)
Line 3164: margin-left: 0px; (Adjust to center the entire slider. Pushes it over to the right.)
If you have the thumbnails on, it may change the look. To modify it, look for the lines with “div.cc_slider .featured .ui-tabs-panel” and change the “width:“.
Hope it helps!
Forum: Reviews
In reply to: [SEO Ultimate] No Support!That’s great for those who posted in the last 15 threads. Check out page 2 and beyond. I would never write a negative review on a whim, and as of 4/18/13, I still stand by my rating.
My post (1mo ago) and others who posted around my time frame are still unanswered by the authors. Albeit kind members will try and help others if they can, but it’s limited help.
I know it’s a free plugin and there sure are a lot of questions, but I hope they can step up support on a consistent basis so the questions don’t pile up.
They could also do a FYI page for frequently asked questions. Their white pages offer different info that is not specific to the plugin.
Hey Andrede,
Sorry for the wait. Which host are you using? Hostgator, GoDaddy, etc.?
With either one, you’ll have to log in to their Control Panel (a link to this should have been e-mailed when you sign up). After that, click the File Manager icon to access your public_html.
You can call your host/submit a ticket and they will walk you through it if you can’t find the Control Panel/File Manager.
Hi Andrede,
I haven’t tried this, but once you’ve opened your theme folder (public_html/wp-content/themes/custom-community) click on the New File icon. This is where you name it anythingyouwant.php or pagecat.php and save. Highlight the new file and click the Edit icon. It should come up blank. Just copy & paste Morse’s code into it. Change the Template Name in the code and save.
Good Luck!
Forum: Themes and Templates
In reply to: [Custom Community] Slidshow for pages does not workLol, you’re welcome. I don’t know much about building websites, so most terms are above my head! Haha, it’s like I need the idiot’s guide in layman’s terms.
Forum: Themes and Templates
In reply to: [Custom Community] Slidshow for pages does not workOh my goodness, I finally figured out how to have pages show up on the slide show!
First you create your page & then publish it.
When you go back to edit it, you’ll see at the top where you enter the website something like this: https://example.com/wp-admin/post.php?post=16&action=edit
Write down or remember the post ID which is automatically generated for you.
Next, go to Appearance> Theme Settings> Slideshow> Post Type
and simply type in ‘page’ without the quote marks.Right below Post Type is Page IDs, and that’s where you enter (in this example) ’16’ without the quote marks.
Forum: Plugins
In reply to: [Comprehensive Google Map Plugin] Not Compatible with Events Organizer PluginAccording to Stephen, the author of Events Organizer, apparently it’s a bug that was put in on purpose.
His post explains a lot more: https://www.ads-software.com/support/topic/venue-maps-disappear-with-another-map-plugin?replies=2#post-3901747
Anyways, I’ve switched to another plugin and it works just as well!
Forum: Plugins
In reply to: [Event Organiser] Venue Maps Disappear With Another Map PluginHi Stephen,
Thanks for replying! I’ll go ahead and do that because it is a nice plugin that offers a lot.
Best Regards
It’s resolved! Haha, I’m still no better at coding though. Thanks so much Andrew & Konrad.
Forum: Themes and Templates
In reply to: Excerpts in Custom CommunityThat link was very helpful! Thanks so much for finding that. Nice page btw!
Forum: Themes and Templates
In reply to: [Custom Community] Slidshow for pages does not workHi,
I still can’t figure out what’s going on with the short codes. Do I have to activate it somehow?
C&P [cc_slideshow id=”2″] on a page does nothing.
Thanks Again
Hi Andrew,
I just know basic html =/ so I will definitely try Firebug. Thanks for the tip!
Figured it out! The plug-in uses the archive.php file.
Forum: Themes and Templates
In reply to: [Custom Community] Removing Gravitar Profile Picture From PostsI found it on the single.php around line 57 (I already deleted it).