stanwoodard
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Designfolio] Customize meta title?Thanks for the advice. For now I just want to augment the <title>. I found ‘api >classes > meta_boxes.php’ and changed changed this line
‘<title><?php $this->pc_theme_title(); ?>’
to
‘</title> to <title><?php $this->pc_theme_title(); ?> – Environmental Aggregate and Material Services, LLC</title>’I hoped the change would be reflected site wide in the browser but there is no change. I’m using the designfolio-child theme and I tried uploading the modified file to both the child and the original with no luck. The pages are here — https://www.enviroagmat.com/wp/ Any advice is appreciated.
Forum: Themes and Templates
In reply to: [Emerald Stretch] Posts page not showing BlogWell, I faked a solution by creating a page called “Blog” and dropping the Display Posts Shortcode app. To make every post show up I created a category called “.” and applied that to every post. Also made a Blog Page Template in order to use a custom Sidebar.
Forum: Themes and Templates
In reply to: [Emerald Stretch] Posts page not showing BlogUsed to Display Posts Shortcode to create my Blog roll!
Forum: Themes and Templates
In reply to: [Emerald Stretch] Posts page not showing BlogThe Emerald Stretch theme doesn’t have a native blog template but I found one that is supposedly “generic” and added it. That doesn’t work either, can be seen here — https://artsgeorgia.net/wp/posts. The complete blog.php is pasted below.
<?php
/*
Template Name: Blog
*/// Which page of the blog are we on?
$paged = get_query_var(‘paged’);
query_posts(‘cat=-0&paged=’.$paged);// make posts print only the first part with a link to rest of the post.
global $more;
$more = 0;//load index to show blog
load_template(TEMPLATEPATH . ‘/index.php’);?>
Forum: Themes and Templates
In reply to: [Emerald Stretch] Posts page not showing BlogThanks for checking, Josiah
What if you go here — https://artsgeorgia.net/wp/blog-2/ — do you see anything?
This where the main blog page with multiple posts should be showing.What if you go here and click the blog link? https://artsgeorgia.net/wp/
Doink… the field defaults to the email address of someone who is signed in, otherwise shows Email Address as the default. Found it in subscriptions.php,Line 589.
Have you tried including include_content=”true” or include_excerpt=”true” to your shortcode?
Sounds like you’re on your way, but I often refer to https://www.w3.org and https://stackoverflow.com, among other sites, for web tips and tools.
Add .excerpt to style.css to format that section.
Figured out the first question…
My solution was to create the ‘excerpt’ class, with margins, for style.css.
Forum: Plugins
In reply to: Changing color of Previous and Next arrows in NextGEN GalleriesFigured out the solution in ‘shutter-reloaded.css’, line 45. Changed the color.
#shDisplay div#shTitle a:hover {
color: #FFFFFF;
border: none;
}
Hey jsilvia90 thanks for that bit of code ! It worked for me to control a NEXTGen slideshow, but I had to adjust the widths to 120%!
Still trying to control the gallery.URGENT!! I am having similar problems with the NextGEN v. 1.9.10 Galleries and Albums. At https://susiewinton.com/wp/3-dimensional/, the albums and galleries worked pretty well, but after updating the Gallery plugin to v. 3.8.1 when we click on the gallery image within an album we get a 404 error. I am using FF18 and have the same problem in IE8.
One strange thing… I followed the suggestion above and activated permalinks; this made the album at https://susiewinton.com/wp/2-dimensional display the gallery but the actually show does not work, but only clicks to individual images.
This is a really big problem for us because the website is set to go public in a few days. Please help!
Using WordPress 3.5.
When applying effects, where does one insert the effect code?
Here you can select the thumbnail effect, NextGEN Gallery will integrate the required HTML code in the images. Please note that only the Shutter and Thickbox effect will automatic added to your theme. With the placeholder %GALLERY_NAME% you can activate a navigation through the images (depend on the effect). Change the code line only , when you use a different thumbnail effect or you know what you do.
rel=”lightbox[%GALLERY_NAME%]”