raws4581
Forum Replies Created
-
Forum: Themes and Templates
In reply to: TemplateCan you help me out with this one, maybe a similar theme, do you know of websites where they have these types? or you think this is a customized theme?
Forum: Fixing WordPress
In reply to: Image and Text AligmentsMax, I’ve tried that and no luck. Here is the code.
<div class=”member”>
<h2 class=”name”><?php the_title(); ?></h2><!– .name –>
<h4 class=”title”><?php $meta = get_post_custom( $post->ID ); echo ( isset( $meta[ ‘staff_listing_title’ ][ 0 ] ) ) ? $meta[ ‘staff_listing_title’ ][ 0 ] : NULL;
?>
</h4><!– .title –>The above Call the Name and Title…
This is calling the image and text from the post…
<?php the_content( __( ‘Read more’ ) ); ?><div class=”clear”></div>
</div><!– .member –>What I want is to call the image from the post to adjust on my template to another section of my table/div, the image is showimg up from <?php the_content( __( ‘Read more’ ) ); ?>
Do you know the syntaxt to just call the post name, and only call the post text not both?
Forum: Fixing WordPress
In reply to: ImagePlease take a look: https://50.22.11.13/~costnerl/staff/josh-costner/
I want a left colum only with the image, then on the right I need the person name, title and text but I dont want that format is why I am trying to customize it to where the image is single on the left and all the rest is on the right not with alight wrap left or right. It is possible to call the image on my CSS block to the left then on another CSS block to the right just the content?
Forum: Fixing WordPress
In reply to: ImageIt’s not working the way I want. My design is custom on what I am trying to do and that option unfortunately is not working.
Forum: Themes and Templates
In reply to: Internal Pages Designesmi,
Can you help me with this. I am still confused. I am almost done with the design on my own html page or php. What is next?
This is the thing. The main page will have a slider of pictures and I don’t want that slider on the internal page and the internal page will change from a home page drop down menu to a left side menu.. and no slider page is why I am trying to do the home page different from all internal child pages. Any help would be much appreciated.
Forum: Themes and Templates
In reply to: Internal Pages DesignSteps to get this going.
1. Create my first static page in my HTML design and then convert it to home.php or index.php overwriting the main index.php on the theme?
2. Login to WordPress and create static pages and those will be my internal pages with a bit of different design? I am still triyng to find a tutorial or figure out these website where made.
Basically I need the same structure like these.
https://parklafun.com/
https://www.rhpdrecruit.com/
https://socialdesignhouse.com/Forum: Themes and Templates
In reply to: Internal Pages DesignSo Basically set this first in HMTL as I’ve done before and then style it to the theme I’ve use Twenty-Ten. Would this interfere with index.php how would that work once I have my main page ready?
Do you have an example? or tutorial to read about something like this?
Forum: Themes and Templates
In reply to: Internal Pages DesignDo you have an example of what I want to do like the site I showed you? I have use wordpress before and some templates and is pretty much the same structure, from what you can see on that website is pretty different what I am trying to do. Basic a unique home page and child page a little different. I read that link you provide is more to develop themes and most of the themes have the same basic structure, they are just styles differently.. trying to find online tutorials but no luck..
Forum: Themes and Templates
In reply to: Internal Pages DesignNo is not statics. I am going to start working on it. What is the difference if I were to make it static my index.php? on the theme? to make my internal different, what you recommend, or best solution to do here?
Forum: Fixing WordPress
In reply to: Menu OptionsMy previous company I worked for they have done with custom, is why I asked. Here is another wordpress with the same code follow me menu.
https://www.shoprevolution.com/Do you know of a theme that kind of have that menu option?
I’ve created an event. And under Widget I place the Calendar of Events, it’s what show up on the right side bellow the news archive. Is the The Events Calendar plugin. also it wont show up for march 30 on here. https://www.lancasterscworks.com/news_item/events/ I have installed it before on another website and works not sure why is not working for this version of wordpress
Forum: Fixing WordPress
In reply to: Removing bellow textthanks mate, appreciate the help.
Forum: Fixing WordPress
In reply to: Removing bellow textThat works, thanks mate. just one more help if you dont mind. how can i remove from this page or all the comment box at the bottom
Forum: Fixing WordPress
In reply to: Removing bellow textsorry here you go. https://74.52.31.66/~amcneuro/research/
Forum: Fixing WordPress
In reply to: Removing Events postThis is what I wanted Guys thanks so much…