grgeek
Forum Replies Created
-
Forum: Plugins
In reply to: [Meteor Slides] resize slide show in a custom themethank u josh for you time i think i found it ..
Forum: Plugins
In reply to: [Meteor Slides] resize slide show in a custom themeDear Josh i have done it as you sugested i made a screen shot and then measured the size in photoshop and it is width 489 height 397 so i set the images to that size before trying to upload
when trying to upload it says
The uploaded file could not be moved to /var/www/vhosts/thedogshop.gr/httpdocs/wp-content/uploads/2013/08.
Could you think any solution for that ?
thank you in advance
Forum: Plugins
In reply to: [Meteor Slides] resize slide show in a custom themeFirst of all thank you josh for the reply. I will try to size the images smaller. which is the proper size for the images to be cropped? Is there any default size? Second i want to make the slider taller exactly as you mentioned before. I want the slider to finish in the end of the text that follows the slider.
Thank you for the help again.
thanks a lot josh for everything
I also tried to delete
echo<img class="aligncenter" src="'.get_stylesheet_directory_uri().'/images/featured-image.png" width="960" height="500" alt="" />;and know work fine do u think i am going to have a problem with anything else deleting the above?
Thank you for being so helpful.
Dear josh i replaced this
echo ‘<img class=”aligncenter” src=”‘.get_stylesheet_directory_uri().’/images/featured-image.png” width=”960″ height=”500″ alt=”” />’;
with the code above but still there is a smaller broken link in chrome
this is the home.php code of my site
[ Please do not bump, that’s not permitted here. ]
<?php // Exit if accessed directly if ( !defined('ABSPATH')) exit; /** * Home Page * * Note: You can overwrite home.php as well as any other Template in Child Theme. * Create the same file (name) include in /responsive-child-theme/ and you're all set to go! * @see http://codex.ww.wp.xz.cn/Child_Themes * * @file home.php * @package Responsive * @author Emil Uzelac * @copyright 2003 - 2012 ThemeID * @license license.txt * @version Release: 1.0 * @filesource wp-content/themes/responsive/home.php * @link http://codex.ww.wp.xz.cn/Template_Hierarchy * @since available since Release 1.0 */ ?> <?php get_header(); ?> <div id="featured" class="grid col-940"> <div class="grid col-460"> <?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?> <?php $options = get_option('responsive_theme_options'); ?> <?php if ($options['cta_button'] == 0): ?> <div class="call-to-action"> <?php $options = get_option('responsive_theme_options'); // First let's check if headline was set if (!empty($options['cta_url']) && $options['cta_text']) { echo '<a href="'.$options['cta_url'].'">'; echo $options['cta_text']; echo '</a>'; // If not display dummy headline for preview purposes } else { echo '<a href="#nogo">'; echo __('Call to Action','responsive'); echo '</a>'; } ?> </div><!-- end of .call-to-action --> <?php endif; ?> </div><!-- end of .col-460 --> <?php $options = get_option('responsive_theme_options'); // First let's check if image was set if (!empty($options['featured_content'])) { echo do_shortcode($options['featured_content']); // If not display dummy image for preview purposes } else { echo '<img class="aligncenter" src="'.get_stylesheet_directory_uri().'/images/featured-image.png" width="960" height="500" alt="" />'; } ?> </div><!-- end of #featured-image --> </div><!-- end of #featured --> <?php get_sidebar('home'); ?> <?php get_footer(); ?>have i done anything wrong
tnx again for the patience
Thank you a lot Josh for being so helpful and so fast to replies. I think i have done it proper with your detailed help.
Hi josh
Sorry for the lack of knowledge but where exactly in the code of home.php should i put it in order to work fine i tried put in above the meteor code and it seems not to work.
Thank you again and sorry .