Viewing 30 results - 104,701 through 104,730 (of 106,383 total)
  • Author
    Search Results
  • #128214

    Hi,

    Inspect the Home menu, look for the menu id. Add this on your custom.css

    #menu-item-755 {
    text-indent: -9999px;
    background: url(IMAGE URL) no-repeat center;
    width: 200px;
    }

    The menu id of my home menu is 755, it might differ from yours. Adjust the width according to the image that you’re going to use.

    Regards,

    Ismael

    #128229

    Hi,

    Yes, there is a preview at the very top of Enfold > Styling. For example, change the background of the header then scroll back to the top, you’ll see the preview header.

    Regards,

    Ismael

    #25875

    Topic: Color Section

    in forum Enfold
    web4smallbusiness
    Participant

    I have searched the forum and was unable to find an answer to my color section question.

    I have created a color section on one page of a website I am creating. Then on top I added 2/3 and 1/3 layout elements and then inserted text to the 2/3 layout.

    Even though The Main content background set in the Theme Styling is #f8f8f8, the background colour of the 2/3 text div seems to be transparent, so the text sits directly on the image without the div background. Here is a link to the page that I’m talking about

    http://youthreach.com.au/wp/programs/self-development/

    Any suggestions on how I can make the background under the text to be #f8f8f8.

    Many thanks

    #126651

    currently i have found a solution…I just removed my 1/4th layout which was on the right(so the congested effect is reduced now).I am now having trouble with my layer slider.When it is viewed on my pc and mobile it looks fine but when i view it on a tablet the half of the image is not visible.Can you please help me on this?i have made the background image as of the size of the dummy image which was used there.

    Hi,

    There is no padding except in your logo. Open it up in an image editing program and crop the empty space on top and bottom of logo.

    Thanks,

    NIck

    #126309

    In reply to: button in menu

    Hi,

    Take a look here https://kriesi.at/support/topic/full-screen-slider-image-chopped#post-96684

    Which is a full solution for button inclusion into fix header with social media buttons. It includes some css as well for various screen sizes and you can adapt it to your button.

    Thanks,

    Nick

    #127091

    In reply to: Layer Slider Issues

    Hi,

    Actually I tried a second time , deleting all the sliders I had, and I was never able to import anything from what you pasted. The code is correct, I converted it from base64 to check. It just doesn’t import a single thing. Have you tried using the code yourself to see if it imports?

    I realized you are missing a few lines at the end and added some of the missing code… http://pastebin.com/e0qpUfFL this would be the correct one.

    Can you add all the images you use in the slider somewhere since the slider references local images which I dont have, and they dont seem to be at the urls indicated either.

    Thanks,

    Nick

    #25798
    DeluxyMe2
    Participant

    Is there a place we can go to preview the background image before selection?

    I know through the admin panel of the site we have the choice of choosing one

    of the existing images, but there’s no preview ( that I know of ) to see what that

    change.

    There are many to choose from, and would make the selection process much

    easier of there was something to show what each one of them are.

    Thanks

    #25856
    joe88
    Participant

    Hello. I’m using the Easy Slider module on my portfolio item page. I noticed that in Mobile view, the image is not sizing correctly. I have it set as a Featured image and it looks fine on Desktop view. But in Mobile, it is somehow getting cropped and distorted. Please see attached link. Thanks.

    http://snag.gy/rT3H9.jpg

    #25795
    nimrodmadar
    Participant

    Hi,

    I want to place an image instead of “home” link in the main menu, how can i do this ?

    Thanks

    #128401

    Hi, the alignment is then off, so in the layout.css, I add a padding to the top of 15px.. which works nicely, except for when you scroll down, it cuts off the text.

    Any suggestions how to align better? You can see this on http://www.kennethhavinga.com

    #128352

    and when I use the fullwidth slider in version 1.7.1, there is not the option to “Stretch image to fit the slideshow size?” and thus the result in the up and bottom blank space, you can find what it looks like in the link below, pls. advise how to recovery the option, thanks!

    the problem in version 1.7.1

    http://www.fujianshipbuilding.com/problem.png

    the perfect effect in version 1.6

    http://www.fujianshipbuilding.com/3.png

    #127428

    Make sure all products use the “Product gallery feature”. The theme checks with

    $product_gallery = get_post_meta( $id, '_product_image_gallery', true );

    if a product gallery exists. If not the hover effect won’t work even if you “bypass” the “Hover effect on Overview Pages” option.

    #128400

    In header.php replace

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');

    with

    echo "<h3 class='logo'><a href='".home_url('/')."'>My website</a></h3>";

    You can replace “My website” with your custom text.

    #128210

    Hi chartier,

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top.home .avia-builder-el-1 .slide-entry a.slide-image {
    display: none;
    }

    Regards,

    Devin

    #120584

    I’m wondering the same thing. I’ve had to do a work around in funtions.php to remove preview image and then in css to remove the author time line. Would love the single author full width option please.

    Cheers :)

    #125917

    No problem. I just added stills from the video along with my text and then added a link to the video that pops up in lightbox. And since I chose to display the preview images as a slideshow, when you click through them, the video also plays that way.

    Thanks for the followup,

    Scott

    #25848
    samforan
    Participant

    Hi, how would I change (the header.php, I assume?) to generate a large text title instead of the image option?

    Thanks.

    Hi lelefioroni,

    I’m not sure how that could or should be happening since the theme just uses the wordpress image modal. There are a few things you can try however: disable any active plugins you have running and try things again, make sure you have the most recent theme version installed (1.7.1 as of right now) and last is to increase your php memory using one or all of these methods http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/ .

    Regards,

    Devin

    #127304

    The images being transparent or not are only important in that they will display how you want them on the front end. So if you don’t like the look of them you can change them however you want (transparent, background color etc).

    1) You can reduce the sidebar margin with following css code:

    .inner_sidebar {
    margin-left: 50px;
    }

    Decrease the margin-left value. It’s not easily possible to change the outer margins or the margin between content area and sidebar because this will break the existing layouts and would require some major adjustments to the css grid.

    2) Open up wp-contentthemesenfoldincludesloop-index.php and search for

    $link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url');

    You can replace “large” with any other thumbnail size (small, medium, portfolio, portfolio_small, entry_with_sidebar).

    #128036

    Did you set this image as post thumbnail (featured image)? If you want to get rid of the post thumbnail on pages open up wp-contentthemesenfoldincludesloop-page.php and replace

    if($thumb) echo "<div class='page-thumb'>{$thumb}</div>";

    with

    //if($thumb) echo "<div class='page-thumb'>{$thumb}</div>";

    #128295

    Aha! I think I found it. For anyone else having the same issue, do this:

    Right After

    Code:
    if(!empty($avia_config[‘preview_mode’]) && !empty($avia_config[‘image_size’]) && $avia_config[‘preview_mode’] == ‘custom’) $size = $avia_config[‘image_size’];

    Do:

    Code:
    global $more;
    $more = 0;

    That really should be added to the next version I think. Or, perhaps another option when creating a blog section should be there for ‘Excerpt with <!–more–> tag’.

    That’s just my two cents.

    #25822
    Wordpressed
    Participant

    Hi,

    I wondered if you could advise on the following issues please?

    1. Element positioning – I create the advanced slides and position all the elements in the slide as I need them however when the slider is published and viewed on line the elements are in different positions and out of alignment. I tried setting a container width of 1024 and positioning the elements in the container but this has made no difference.

    2. Screen res – On my 27″ iMac the background image is heavily cropped into to allow for the full width nature of the slider. My images are 1400x430px, is there an optimum size recommended to minimise cropping or is there a better setting I can use to stop the top and bottom of the image becoming cropped?

    Hope thats clear enough?! Let me know if not. Thank you.

    #25821

    Topic: Enfold Graphics Query

    in forum Enfold
    Gstar72
    Participant

    Hi Guys,

    On the Home page example here: http://kriesi.at/themedemo/?theme=enfold scroll to the bottom of the page, where you see the title: In Case You Need Help.

    How do I get the image to stay static like that?, I tried gallery, ut you cannot stretch the image. I tried Colour section, but it is not possible to get the image to not scroll…is it to do with background att: fixed / scroll?, I tried both, can’t see a difference?.

    Also, can I increase the height of the image here, I tried padding variables in the colour section again, it made no difference between small, large and default.

    My brain is fried.

    Thanks

    #128053

    In reply to: Image not found

    okay mail sent

    Thanks

    Hi victoriaeducacion,

    No, I don’t believe so but just in case I’m not fully understanding what you are trying to accomplish could you provide an example you’ve seen on another site or maybe a mockup and link us to the image?

    From what it sounds like, you want the main menu to dynamically change based on the current page which is definitely not possible other than the method Dude described above.

    Regards,

    Devin

    #25800
    lelefioroni
    Participant

    Hello, I’m having this problem on Enfold theme:

    I create a new “portfolio item” i put an easy slider than open the media gallery, and i can’t see any of the previous images i already loaded.

    However i load some new pics there, then i go to choose a “featured image” but i still see the media gallery empty, i can only upload a new image, and, if i do it, i will see the same image loaded two times in my folder. how to solve it?

    thank you very much

    #128201

    SORRY – I forgot to add the screen shots to help explain the problem.

    Front page image – http://www.mediafire.com/?kckw3wfd2ivdw33

    Default Layout Editor page – http://www.mediafire.com/view/nvcpnv2hl8kd2ru/Default_Layout_Editor_page.png

    Advanced Layout Editor page – http://www.mediafire.com/view/okta1fa8mhbgwj9/Advanced_Layout_Editor_page.png

    Many thanks,

    Patrick

    #127637

    Hello Nick,

    Thanks for your reply.

    But I still have a few problems:

    1) slideshow carousel Logo: I tried with “easy slider”, but it only shows one image at a time. I want something very identical to post slider, but only shows images with link, instead of pointing to a post. Here you have a demo of what I want exactly:

    http://demo.enigmaweb.com.au/logo-slider/

    (but this plugin is not responsive unfortunately)

    2) I tried to create a widget with my map programming and insert the page as a widget area. But the footer of that page just disappeared and can not see the map anyway.

    3) I have a page with 23 column grid portfolio “, but the portfolio of my client has a 3 level category hierarchy. And in the portfolio grid page he wanted this hierarchy of categories to be visible so the user can use them as a filter. how can I set up the page to show the the category hierarchy of portfolio?

    4) I wonder if it is possible to have a filter categories of portfolio like this site:

    https://disneyland.disney.go.com/attractions/

    This is because the categories of the portfolio has a hierarchy like this:

    category1

    – subcategoria1

    – Sub sub category1

    – Sub sub category2

    – subcategoria2

    – Sub sub category1

    – Sub sub category2

    category2

    – subcategory1

    – Sub sub category1

    – Sub sub category2

    (…)

    My client seeks a filter to user select the portfolio pages with a check box, selecting various categories and subcategories.

    How can I do it?

    Thanks for the help!

    Yours faithfully,

    Ana Leite

Viewing 30 results - 104,701 through 104,730 (of 106,383 total)