Viewing 30 results - 103,111 through 103,140 (of 106,399 total)
  • Author
    Search Results
  • #28946
    Btina
    Participant

    Hi

    Does anybody know how to change the color of the strange arrow sign – that one when you scoll over the preview image of the portfolio you can see a round sign with a arrow in it. Where can I set the color of that?

    Have a look at my Website http://www.diefarben.com Password: Enfold_2013

    Thank you!

    Btina

    #28927

    Topic: Blurry Images

    in forum Enfold
    Btina
    Participant

    Hi Devin

    I still have this open quetion about the blurry images! I opend for you, my website please go to http://www.diefarben.com and tipe in the Password: Enfold_2013

    On my Website you’ll see that the images are slighly blurry. Somehow the images are scaled down and I don’t know why because I uploadet them ecatly the size I set for. What can I do – need Help!

    Can you please answer me today I need to go online – thank you.

    Btina

    #139252

    In reply to: Post Slider

    Hi!

    Enfold does not support a vertical post or image slider. You can try third party plugins from here: http://wordpress.org/plugins/search.php?q=vertical+post+slider

    Regards,

    Peter

    #129533

    Thanks for the css fix above but the issue I’m having is the sidebar on my single product shop page is showing above my product title but below my product images…so the sidebar is in between….I need the sidebar to sit below my product description and add to cart button…see here:

    http://attainablevintage.com/product/antique-white-shabby-chic-cabinet/

    #28941
    htarrant
    Participant

    Hi,

    Inside of the Tabs shortcode, I’d like to have my images on left of text, but when there is a

      in the text, the list overlaps part of the right side of the image. Please help, thanks!

      <h3><img title="KCR Bobcat Landscaping" alt="KCR Bobcat Landscaping" src="http://kcrbobcat.com/wp-content/uploads/2013/07/KCR-Landscaping-500x300.jpg" />Landscaping</h3>
      <ul>
      <li>Rock walls</li>
      <li>New garden Beds</li>
      <li>Leveling yard</li>
      <li>Terracing yard</li>
      <li>Mowing and pruning</li>
      <li>Prep for new sod including sod laying</li>
      <li>Seeding for new grass and do over-seeding on existing lawns</li>
      <li>Removal of old grass/sod</li>
      </ul>

    #138333

    Hey,

    You can add another column. Edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code:

    "subtype" => array(	/* __('1 Column',  'avia_framework' )=>'1', */
    __('2 Columns', 'avia_framework' )=>'2',
    __('3 Columns', 'avia_framework' )=>'3',
    __('4 Columns', 'avia_framework' )=>'4',
    /* __('5 Columns', 'avia_framework' )=>'5', */
    )),

    Replace it with:

    "subtype" => array(	/* __('1 Column',  'avia_framework' )=>'1', */
    __('2 Columns', 'avia_framework' )=>'2',
    __('3 Columns', 'avia_framework' )=>'3',
    __('4 Columns', 'avia_framework' )=>'4',
    __('5 Columns', 'avia_framework' )=>'5',
    )),

    Edit your portfolio page then configure the Portfolio Grid element. Select “5” on the Column option.

    Regards,

    Ismael

    #139220

    I should add that I installed the dummy data. Is there a way besides simply replacing the images and text in pages/posts or deleting the pages/posts that I need to get rid of any and all dummy data?

    #28939
    annettedaniel
    Participant

    When I post the link to the website my post is picking up the sampler image from the Layer Slider and theme text “Aenean massa….” I can not seem to locate where this is being pulled from as I have replaced the images in the layer slider. Could use a little help. http://www.hiscreatures.org

    #139088

    Hey,

    Did you recently update to WordPress 3.6? Please download the latest version of the theme, Enfold 2.0.1. Update your installation. If you have a cache plugin, please flush the settings. Remove browser cache then reload the page.

    Regards,

    Ismael

    #138332

    Are you trying to say that it is not possible to set the portfolio grid to more columuns? and that the maximum is 4?

    #139156

    Hey,

    What type of header are you using?

    You can edit includes > loop-index.php, find this code:

    //echo preview image
    if(strpos($blog_style, 'big') !== false)
    {
    if($slider) $slider = '<a href="'.$link.'">'.$slider.'</a>';
    if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
    }

    Remove it.

    Regards,

    Ismael

    #138547

    Hi Devin, thanks for getting back to us.We’ve tried your suggestion, and it didn’t seem to to work. I’ve placed the image centre centre this is the result.

    Desktop is great and shows the image as before

    iPad / iPhone, since making the change it now shows no image and is showing a ‘main content’ colour

    Did we make the correct change?

    Not sure how http://reflection.boa.ac.uk/ went with their change? (Nice site btw, love the banner)

    Many thanks Devin.

    Mars.

    fantastic thank you… and u can set that wood image to anything right?

    Hi jaz,

    Do you mean like this? http://kriesi.at/themes/enfold/?skin=Boxed%20Wood ?

    If yes, you can set that using the themes styling options. Select the Boxed wood skin for an example of all of the settings to get the same kind of effect.

    Regards,

    Devin

    #28881
    headbentdesign
    Participant

    Hello,

    My site (Enfold Theme) is having some pretty significant issues when viewed in Safari 6.0.5 (Mac) browser. Looks great in Firefox and Chrome. But the main menu is behaving oddly, as well has hovering over images in my portfolio, etc.

    Any ideas guys? This could be really bad, considering my client will use his iPhone to view the site a lot.

    Love the theme. Main kink so far.

    Thanks,

    Pat

    jazbird
    Participant

    hi, i presume i may have picked the wrong theme here but can you set the site to have a fixed width with a full background image?

    if not with this theme do you have another?

    thanks

    jaz

    What problems are you still experiencing? I’m not getting any errors other than a WordPress 3.6 common core issue when viewing the site and there don’t seem to be any visual errors with the color sections, backgrounds or anything like that.

    #138913

    In reply to: Changing Image Sizes

    Hi htarrant,

    After each change of the function you must regenerate your thumbnails to have the changes reflected on your actual images. For cropping, you need to set crop to true. For example:

    $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => true); // images for fullscreen slider

    Regards,

    Devin

    #138836

    Hi,

    You can change slider width in Layer Slider settings.

    Make sure that you have unchecked “full-width slider”

    Regards,

    Yigit

    #28923
    gmmediadienste
    Participant

    Hello,

    i mostly need a very clean blog feed without images.

    i found many CSS solutions to hide the featured images on the blog index, blog detail and category:

    .blog .big-preview.single-big,
    .single-post .big-preview.single-big,
    .archive.category .big-preview.single-big,
    .archive .big-preview.single-big {
    display: none;
    }

    is there also a easy way to really remove the images? not just hide them…

    best option would be a 5th Blog Style named:

    Single Author, no preview Pic (no author picture is displayed, no feature image is displayed)

    it seams that so many people asking for that in the forum.

    thanks

    #138835

    Hi Josue,

    It worked adding both the places. It did not work adding in the custom CSS of layerslider. Now i guess i can use the padding and alignments to other layers and it will be full responsive to all screen sizes.

    For test i have added left and right text box and it worked(<p style=”text-align: right; padding-left: 50px;”>test</p>). Thanks a ton.

    Last thing and i am sure this is total noob. How do i reduce the width of the slider. i am using full width mode.

    Best Regards

    #138834

    Hi,

    Try adding it to the quick CSS or to the custom.css file.

    Regards,

    Josue

    #139019

    Hi Yigit,

    thanks for coming back.

    Here are lines 296 to 300:

    ‘ // Allow the uploads to be attached to a post/page

    $post_id = apply_filters( ‘vfb_upload_attach_post’, 0, $form_id );

    // Insert attachment into Media Library and get attachment ID

    $attach_id = wp_insert_attachment( $media_upload, $uploaded_file, $post_id ); ‘

    Since line 298 ist empty, i paste the whole “Handle Attachment” Section, maybe this is of some help to figure out the cause:

    ‘ // Handle attachments

    if ( $field->field_type == ‘file-upload’ ) :

    $value = ( isset( $_FILES[ ‘vfb-‘ . $field->field_id ] ) ) ? $_FILES[ ‘vfb-‘ . $field->field_id ] : ”;

    if ( $value > 0 ) :

    // 25MB is the max size allowed

    $size = apply_filters( ‘vfb_max_file_size’, 25 );

    $max_attach_size = $size * 1048576;

    // Display error if file size has been exceeded

    if ( $value > $max_attach_size )

    wp_die( sprintf( apply_filters( ‘vfb_str_max_file_size’, __( “File size exceeds %dMB. Please decrease the file size and try again.”, ‘visual-form-builder-pro’ ) ), $size ), ”, array( ‘back_link’ => true ) );

    // Options array for the wp_handle_upload function. ‘test_form’ => false

    $upload_overrides = array( ‘test_form’ => false );

    // We need to include the file that runs the wp_handle_upload function

    require_once( ABSPATH . ‘wp-admin/includes/file.php’ );

    // Handle the upload using WP’s wp_handle_upload function. Takes the posted file and an options array

    $uploaded_file = wp_handle_upload( $value, $upload_overrides );

    // If the wp_handle_upload call returned a local path for the image

    if ( isset( $uploaded_file ) ) :

    // Retrieve the file type from the file name. Returns an array with extension and mime type

    $wp_filetype = wp_check_filetype( basename( $uploaded_file ), null );

    // Return the current upload directory location

    $wp_upload_dir = wp_upload_dir();

    $media_upload = array(

    ‘guid’ => $wp_upload_dir . _wp_relative_upload_path( $uploaded_file ),

    ‘post_mime_type’ => $wp_filetype,

    ‘post_title’ => preg_replace( ‘/.[^.]+$/’, ”, basename( $uploaded_file ) ),

    ‘post_content’ => ”,

    ‘post_status’ => ‘inherit’

    );

    // Allow the uploads to be attached to a post/page

    $post_id = apply_filters( ‘vfb_upload_attach_post’, 0, $form_id );

    // Insert attachment into Media Library and get attachment ID

    $attach_id = wp_insert_attachment( $media_upload, $uploaded_file, $post_id );

    // Include the file that runs wp_generate_attachment_metadata()

    require_once( ABSPATH . ‘wp-admin/includes/image.php’ ); ‘

    Thanks for your advice.

    Cheers, Sebastian

    #138912

    In reply to: Changing Image Sizes

    When I do change the theme’s functions.php, I noticed that it only changes the width and then keeps the image proportional…rather than cropping. Can I change it so that it crops the image?

    #138833

    hi,

    where should i add this code. in style section under custom style? Adding in custom style it did not work.

    #138740

    Hi Ismael,

    Forget my previous message. Anyway we decide not to display all products on sales.

    I need some help on other thing please if possible. I would like to change the sales icon and position.

    Here on forum i found a custom css code which changes “sales” position

    #top .onsale { top: -320px; }

    and it works fine.

    How can i apply a background image on the sales badge ?

    I tried with #top .onsale { top: -320px; background:url(‘filename.png’) }

    But the background image is not displaying corectly, is cropped.

    Assume that i want to use this image : https://cdn1.iconfinder.com/data/icons/Siena/128/label_sale%20yellow.png

    which is 128x128px

    regards

    Mario

    #138832

    Hi,

    Try this:

    .ls-layer > div{

    left: 0;

    right: 0;

    margin: 0 auto;

    }

    Regards,

    Josue

    #138911

    In reply to: Changing Image Sizes

    Still doesn’t work.

    #138831

    Hi Joshua,

    build website is http://www.intefusion.com

    #138830

    Hi,

    Can you post the link to your website please?

    Regards,

    Josue

Viewing 30 results - 103,111 through 103,140 (of 106,399 total)