Viewing 30 results - 104,731 through 104,760 (of 106,383 total)
  • Author
    Search Results
  • #127898

    Hmm.

    1. I am running 1.7. There are no options in the Blog Posts widget that give any more words. http://img703.imageshack.us/img703/4070/apov.jpg

    3. There is a huge amount of padding below the twitter widget before the Youtube widget. This makes the footer higher than it needs to be. I would like some help fixing this please.

    5. You have misunderstood the problem. I want to get the blog post in ‘sidebar’ mode, without showing the sidebar. See http://img593.imageshack.us/img593/1913/r8bh.jpg

    6. Thanks. However, this seems to have broken the height of the header rows?

    7. Can this be done without editing theme files? I want to be able to upgrade the theme freely without overwriting hacked in customisations and breaking my site.

    8. The page is using ‘staff member’ ui elements to show each logo. The icon overlays on the logo do not wrap properly at 1024px browser width. See http://img841.imageshack.us/img841/606/5hi7.jpg

    Thanks for your help!

    Jason

    #25787

    Topic: EasySlider IE

    in forum Enfold
    AuthentiDateDE
    Participant

    Hi There,

    I created a lot of graphics as transparent png to build a slideshow with EasySlider on colored backgrounds (ColorSection). But in IE the images don’t slide, they just fade. It doesn’t look good with transparent PNGs.

    Is there another way?

    BR

    #25786
    bakbek
    Participant

    Hi, I would like to make some changes to the header of the page.

    http://screencast.com/t/WYvmGhdHw

    I would like to remove the breadcrumbs area (red in the screenshot).

    I would like to narrow the height of the header (blue in the screenshot).

    I also don’t know why the logo I uploaded got smaller. It should be bigger (the image is bigger) but it shows smaller than it is and while scrolling down it disappears (I use a fixed header).

    Can you let me know how to make these changes?

    #128025

    Hi,

    You can remove your image and in its place use this css. You should be using Chrome Developer Tools for editing CSS, that is why you had a hard time finding it. Took me less than 2 minutes. Please add that in place of your image code.

    .header_color .header_bg {
    /*background: #FFF url(https://karenfantin.com/wp-content/uploads/2013/07/header6.png) bottom left no-repeat scroll;*/
    background-color: #F05A1A !important;
    }
    #header_main_alternate {
    background-color: #FFF;
    }

    You don’t need to use an image to position anything. CSS can be used to position and change everything. Can take your page and move the header into the footer and the footer into the header with just css… well unless its an image that you want as an image, not as a positioning assistant.

    Thanks,

    Nick

    #25780
    AuthentiDateDE
    Participant

    I have big problems with the placement of elements on LayerSlider. On your preview page http://kriesi.at/themes/enfold/ it is possible to change the browser width. The elements (background but also single placed transparent png images) move dynamically on the “stage”. Thus, the position of all single elements/images remains the same in relation to the total browser size.

    It is not possible to implement this “element-behavior” on my page. The elements do not move with the changing browser size. Single Images are fixed. I tried it with visual place, but also with percentage placement. In last case, the images overlap.

    I need support please, because I have a launch date and I don’t get this problem solved.

    #127426

    Hi,

    Ok, update. I did Dude’s code and the shop overview page product thumbnails hover starts working even if the “No hover effect” is selected.

    FYI, the hover effect will only work if there is an image added on the Product Gallery section.

    Regards,

    Ismael

    Dobrodukh
    Participant

    Hi. Two questions.

    1. How to reduce the width of the blank fields in the sidebar and body?

    2. How to reduce the size of the fetured image in the post?

    http://s2.ipicture.ru/uploads/20130705/ZYEEa84X.jpg

    #127778

    Hi,

    The reason you are having problems is that you forgot to add the lightbox.

    Here is the code for image

    <a href='wp-content/uploads/2013/07/schema-global_vf-Anglais.jpg data-rel="gallery-1" data-prev-img="wp-content/uploads/2013/07/schema-global_vf-Anglais.jpg" class="first_thumb lightbox" data-onclick="1" title="Global Anglais" rel="lightbox[gallery-1]">
    <img src="wp-content/uploads/2013/07/schema-global_vf-Anglais.jpg" title="Global Anglais" alt="Global Anglais">
    </a>

    and here is for video.

    <a href="http://www.youtube.com/watch?v=b6mSKONWmZo" data-rel="gallery-1" data-prev-img="wp-content/uploads/2013/07/schema-global_vf-Anglais.jpg" class="first_thumb lightbox" data-onclick="1" title="Global Anglais" rel="lightbox[gallery-1]">
    <img src="image for youtube" title="Global Anglais" alt="Global Anglais">
    </a>

    This is built into the theme. I am not sure why you are adding it manually.

    Thanks,

    Nick

    #128063

    please see image of error http://www.mediafire.com/view/1alst3e9auw3xod/menu-error.jpg

    When I change to others theme, that work fine.

    Image should be like this http://www.mediafire.com/view/?nlzgvyferci8e7k

    Please advise, how to fix it.

    Thank you,

    Matha

    #127424

    Just so that I am completely clear:

    ** The store already exists with almost 2000 items in it

    ** I’ve applied the last code change posted here by Ismael

    ** I’ve undone the code change provided by Dude

    _The product images are still not changing on ‘Hover’

    _Logging into the product management page – ‘Yes’ is selected for Hover option

    _ We still manually have to click ‘Update’ for the change to take effect even though YES is selected by default on existing products

    Is there a fix for this, or do I tell my staff to go in and manually do 2000 products?

    #127884

    FYI, The image is from my iPhone 5.

    #128001

    In reply to: Have some questions.

    I have an ssl installed. When I enable a background image my site is not secure. When I remove the background image and use a solid color in the admin area my site is 100% secure during checkout.

    So I think the css might be linking the background image in a way that makes the page non secure.

    #128000

    In reply to: Have some questions.

    Hi,

    To add to what Ismael said,

    1) Please be more specific. Are you pulling an image hosted somewhere that you can only get via https? do you want your website to be all https? one thing i can say is, its a bad idea to have a mix of ssl and non ssl (http / https) images and includes on the same page as it will negatively affect your load time. so keep things consistent.

    Thanks,

    Nick

    omni-web
    Participant

    Hi Guys,

    Need some help here please,

    Having trouble positioning the submit button in-line.

    There is a lot of info about this on your support forums which I’ve read, I’ve also tried my themes support forum among others.

    I’m very new to web development so forgive me if I’ve missed something.

    I would like to position the button inline & closer to the text input.

    The theme is responsive so the submit button needs to stay aligned at various page sizes.

    So far I have managed to re-position the submit button inline but can’t align the button.

    Live Page: http://my-boiler.info/

    An image of what I’m trying to do – http://my-boiler.info/re-position-submit-button.png

    I’ve tried floating the footer to the right and using margin to target the button which works when viewing on a normal browser but not when resizing the page.

    The theme I’m using is Enfold responsive.

    The code I’m using –

    * FORM BODY contains the main form content*/

    body #gform_wrapper_1 .gform_body {

    }

    /*Postcode input*/

    #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=text] {

    position:relative;

    width:140px;

    height:50px;

    font-size:25px;

    }

    body #gform_wrapper_1 .gform_footer {

    display: inline-block;

    }

    /*Submit button*/

    body #gform_wrapper_1 .gform_footer input[type=submit] {

    margin:0px 0px 0px 0px;

    }

    Some selectors are empty, I’ve just included above to give an idea of what I’ve tried.

    Thanks,

    #127882

    Hi Devin;

    Thanks for you reply. I tested the cart page on the link you provided, it seems to be working fine but on my iPhone it’s not. Please take a look at the image from link below.

    http://www.gadzio.com/wp-content/uploads/2013/07/image.png

    Best Regards,

    GADZIO

    #25749
    zedduo
    Participant

    Hi

    I have an image that when a user clicks it, it must open a new web page. My short code looks like this:

    [av_image src='URLimageLINK' attachment='' align='center' animation='no-animation' link='manually,http://www.link.com/'&#93;

    Where do I add the target blank?

    I tried this:

    [av_image src='URLimageLINK' attachment='' align='center' animation='no-animation' link='manually,http://www.link.com/' 'target="_blank"']

    But that dont work :(

    #127422

    Hi,

    Do you want to enable the hover effect by default?

    Open config-woocommerce > admin-options.php, find this code

    $el[] = array("slug"	=> "avia_product_hover",
    "name" => "Hover effect on <strong>Overview Pages</strong>",
    "desc" => "Do you want to display a hover effect on overview pages and replace the default thumbnail with the first image of the gallery?",
    "id" => "_product_hover",
    "type" => "select",
    "std" => "",
    "class" => "avia-style",
    "subtype" => array("Yes - show first gallery image on hover" => 'hover_active', "No hover effect" => ''));

    Replace it with

    $el[] = array("slug"	=> "avia_product_hover",
    "name" => "Hover effect on <strong>Overview Pages</strong>",
    "desc" => "Do you want to display a hover effect on overview pages and replace the default thumbnail with the first image of the gallery?",
    "id" => "_product_hover",
    "type" => "select",
    "std" => "hover_active",
    "class" => "avia-style",
    "subtype" => array("Yes - show first gallery image on hover" => 'hover_active', "No hover effect" => ''));

    Regards,

    Ismael

    #127731

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    #127730

    Awesome!! Thank you!! this worked!!

    #25746

    Topic: Image not found

    in forum Enfold
    ayush_x
    Participant

    When I upload my image on the Media->library and click on edit it shows “Image data does not exist. Please re-upload the image.”

    Please help as this was working few days before.

    I tried deactivating and reactivating all plugins and found this problem to arise when I activate enfold theme only.

    I have made a complete new installation of wordpress to reconfirm this problem.

    I am also unable to import dummy data or via wordpress import.

    I can mail my admin id and password

    RDHL.in

    please help.

    #127984

    Ismael,

    I have an picture of the local installation but I don´t know how to send you an image in the this forum (MD?)

    Hi!

    Did you find a solution? I’m asking because the topic is marked as resolved.

    Regards,

    Peter

    The lightbox will only pop up if the image is wrapped into a link and the link must point to another image. It seems like Kriesi removed the link and replaced it with a div

    $html .= "<div>{$caption}<img src='".$img[0]."' title='".$imgtitle."' alt='".$imgalt."' /></div>";

    – thus no lightbox should pop up. If it still doesn’t work for you please post a link to the website and I’ll investigate the source code.

    #127836

    Hey,

    Yeah. I think that’s what you’re looking for if I am not mistaken. Did it work?

    Regards,

    Ismael

    #127302

    Hi,

    If you are working on my instructions, I’ll repeat it again.

    You can replace an existing icon with the youtube icon. On Enfold > Header > Add the Tumblr social icon for example. Place your apple link. When you’re done, edit custom.css then add this code:

    #top .social_bookmarks_tumblr {
    background: url(../images/apple.png) no-repeat center;
    }

    #top .social_bookmarks_tumblr:hover a {
    color:#fff;
    background: url(../images/apple-hover.png) no-repeat center;
    }

    #top .social_bookmarks_tumblr a {
    text-indent: -9999px;
    }

    You don’t need to do Dude’s code. Yes, you need two icons for the initial and hover state. If you want a different color for the hover, you need to edit the apple-hover via Photoshop and change the background color manually.

    Regards,

    Ismael

    Regards,

    Ismael

    #127978

    Hi,

    You can use this on your custom.css or Quick CSS

    #full_slider_1 .image-overlay.overlay-type-extern, #full_slider_1 .image-overlay-inside {
    display: none !important;
    }

    .avia-slideshow-arrows.avia-slideshow-controls {
    display: none;
    }

    Regards,

    Ismael

    #127838

    Thanks Ismael, that’s a good workaround…changed my thinking, much appreciated.

    cheers

    Darryl

    #25739
    shortow
    Participant

    When i insert an image on a page an enlarged 2nd version of that image appears top of page

    Happens regardless of whether image is uploaded, inserted from URL, or image links settings (Custom URL, Media File, None etc)

    Doesn’t happen for posts, just pages.

    eg **http://livedealer.org/dev/test/**

    help appreaciated

    cheers

    #25736
    Shallnotbe
    Participant

    Hi,

    I’m using the new Enfold 1.7.1 and Child Theme 1.0, imported the dummy content.

    1) Is it possible to color or apply a background image on the whole sidebar?

    I tried a code I found here and applied it on the Quick CSS:

    Code:
    .sidebar {
    background: red;
    min-height: 600px;
    }

    …but it doesn’t match the whole sidebar. only the part where widgets are used. It doesn’t cover the part at the right of the sidebar, nor the empty bottom of the sidebar which could be quite long.

    Is it possible to color the whole sidebar via css, and/or to apply an background image?

    2) Is it possible to change the shapes of the author/commenters images and page pagination instead of the round ones?

    Ideally I’d like to:

    a) Have classic square containers on page pagination and author/commenters, no rounded containers.

    Same with the “previous-next posts” expanding preview shortcuts on left & right

    b) Have triangles instead of rounded containers on post/image hovers & at the big comment-count introducing the comments

    If triangles are shapes that don’t exist, regular squares then.

    Great theme!

    #128024

    I’ve hacked it by making a background image that is 125 px high.

    90 px are orange and 25 px are white.

    It’s a hack that shouldn’t be necessary.

    Perhaps on the next update, you guys can move the menu container out of the header container so the two don’t share settings?

    If you have a css solution, I would love to know it.

    But even with that, I still would need to put in a background image just to get the text on the right side.

    And that image would still need to include the space (25px) below for the nav.

    Still not an ideal solution.

    Cheers,

    Mitch

Viewing 30 results - 104,731 through 104,760 (of 106,383 total)