badincite
Forum Replies Created
-
Been diggin through everything getting there two questions
I havent found where I can move the description found most of the stuff I needed to change in content-project-single.php but dont see where I can drop the description to a new line.
Next on the project summary page how can I add a thumbnail for the project to the left of it?
Project ListForum: Fixing WordPress
In reply to: Set default embed max youtube video resolution?
Forum: Themes and Templates
In reply to: [Customizr] Wrap video embeds with divI actually didn’t have to mess with it I installed Responsive Video Embeds which wraps the embeds with <div class=”rve”> so I just added some css to my style sheet for rve and problem solved. However now i’m trying to find away to limit the size of all embeds and keep the responsive video size. Id like it to do what the twenty twelve themes does.
Forum: Themes and Templates
In reply to: [Customizr] Wrap video embeds with divAnyway to limit the max size and keep the aspect ratio?
Forum: Themes and Templates
In reply to: [Customizr] Wrap video embeds with divNever mind I got it just drop it in the functions.wp-scripts.php instead
Forum: Themes and Templates
In reply to: Adding a Wrapping Div to Video EmbedsIt seems to be a issue with in the customizr template Ill see i can get some support from them
Forum: Themes and Templates
In reply to: Adding a Wrapping Div to Video EmbedsNope did a search no functions with the same name
Forum: Fixing WordPress
In reply to: Help with codexWell got the limit content length and read more figured out using this..
https://geekoutwith.me/2013/01/wordpress-code-snippet-control-content-length-of-excerpts-and-content/
And this<a href="<?php the_permalink(); ?>">Read more</a>
Forum: Fixing WordPress
In reply to: Embedding wordpress ninja forms into websiteI found my issue I believe I needed to get the widgets on the actual page by using a plugin.
I’m a wordpress newb !
Forum: Fixing WordPress
In reply to: Embedding wordpress ninja forms into websiteOkay made some headway apparently what I need is the codex I have been able to call out the page I want but its not displaying the content yet,
https://chesapeakecontrols.com/CCI2014/template2.php
<?php // Include WordPress define('WP_USE_THEMES', false); require('../wp/wp-blog-header.php'); ?> <?php $page = get_page_by_title( 'Embed Test' ); wp_list_pages( 'exclude=' . $page->ID ); ?>
Forum: Fixing WordPress
In reply to: Embedding wordpress ninja forms into websiteOkay I have a wordpress installed and the ninja forms plugin installed for wordpress. I have an existing non wordpress website that I am looking to integrate or embed wordpress with so I dont have to mess with theming wordpress.
https://codex.www.ads-software.com/Integrating_WordPress_with_Your_Website
Here’s my website in development I got some of the blog portion embeded hhttps://chesapeakecontrols.com/CCI2014/template.php
The wordpress installation https://chesapeakecontrols.com/wp/Forum: Fixing WordPress
In reply to: Embedding wordpress ninja forms into websiteCan anyone point me in the right direction?