Viewing 30 results - 104,521 through 104,550 (of 106,390 total)
  • Author
    Search Results
  • #26235
    BeeCee
    Participant

    Hi,

    currently I switch my website from CORONA theme to ENFOLD and I would like to keep the content slider like CORONA has it here at the bottom of this page:

    I haven’t found a plugin, that does this for ENFOLD, because I don’t want a plugin, that shows posts in this slider, I don’t need images in it – just simple content like I had it with CORONA:

    ENFOLD’s “easy slider” needs images to work :-(

    No simple text/HTML possible.

    Is it possible in any way, to “transport” this content slider from CORONA to ENFOLD (copying code/files to ENFOLD?), or do you have other suggestions instead?

    Thanks.

    #129022

    Glad Ismael could help :)

    Let us know if you have any other questions or issues.

    @DigitalMedia – We’ll be adding some updated documentation with various code snippets like this pretty soon.

    Regards,

    Devin

    #129390

    Hi abundancing,

    No, you can only have a single footer. But you could remove the footer with the Layout meta box options and then attempt to duplicate a footer using the Advanced Layout Editor layouts.

    The background white stripe is because your background image has that at the top: http://markle.abundancing.us/wp-content/uploads/2013/04/paper_bg.jpg

    @ Crippy, I don’t understand the question.

    Regards,

    Devin

    #26303
    Compustar82
    Participant

    Hello,

    I found the thread regarding how to disable the animation on mobile devices however there is still a delay on the images loading. How can I disable the “lazy loading” of the images on mobile devices? Thank you

    You can do something like:

    .post-entry-734 .avia-builder-el-11 {
    border-right: 1px solid #333;
    }

    For a very basic border but creating a layout like what you are describing is far beyond what we can do via support. You will need to have a freelance developer create that for you if you aren’t familiar with the needed css.

    Other options would be using the Icon box element inside columns or a border image inside a regular text block that is set to float right or left.

    Really the best option available is to just play with the various elements with the advanced layout builder and see if you can create a layout that works for you using those elements.

    Regards,

    Devin

    #26297
    faterra
    Participant

    Hello,

    I´m trying to personalize the toggles in my site: http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/?page_id=2270#toggle-id-3. It´s almost done, but the toggle background is not working with the code that I´ve posted in it. Is there a way to solve this problem?

    The code:

    [av_one_third first]Add 1/3 Content here[/av_one_third]

    [av_two_third]

    [av_gallery ids='2692,2691,2690' style='thumbnails' preview_size='portfolio' thumb_size='thumbnail' columns='4' imagelink='lightbox']

    [/av_two_third]

    Thank you,

    Fabiana

    #129151

    Hello there, i have kind of the same Problem using the latest Chrome Version.

    Enfold is upgraded to 1.71.

    IE, Firefox etc work.

    The fixed-background-images are visible in chrome above a screenwidth of 1024, but when i resize below 1024 pixels, the background-images won´t show.

    Hope you can help us,

    Regards,

    Hannes

    UPDATE: Using the Crome Web Developer tools i noticed, that nearly everything is fine, when you remove the “position:relative” for the container_wrap class in the grid.css file (starting at line 25 i think). But then the Logo disappears in the header…

    I changed:

    .container_wrap {

    clear: both;

    position: relative;

    z-index: 1;

    border-top-style: solid;

    border-top-width: 1px;

    }

    to

    .container_wrap {

    clear: both;

    z-index: 1;

    border-top-style: solid;

    border-top-width: 1px;

    }

    And to get the Logo back where it belongs i added the following below:

    #header_main.container_wrap {

    position:relative;

    }

    Will do some more testing, but at a quick glance everything seems to work.

    I am not sure, whether this is the right way to do it, but i seems like it works for my site…

    Hope i could help a little.

    Hannes

    #26290
    DesignerKen
    Participant

    I am trying to generate new image sizes in a child theme.

    I have added this to the child theme functions.php file:

    $avia_config['imgSize']['product-thumb'] 			 	= array('width'=>250,  'height'=>250);						// smaller product images

    $avia_config['slectableImgSize'] = array(
    'product-thumb' => __('Product Thumb','avia_framework'),
    );

    After I run regenerate thumbnails, I do see that the new image is on FTP. But when I am using the builder and use the image element I do not see the new size available in the “Attachment Display Settings” dropdown.

    Am I missing something to add this to that dropdown?

    #129510

    Hi, I know everything looks fine on chrome. The problem is with firefox and internet explorer. I have also noticed it is only on the homepage or possibly only on the ‘blog posts’ widget in avia layout editor. As for the extra image in the post that was me testing out image sizes.

    #26269

    Topic: Portfolio Grid

    in forum Enfold
    flyla1201
    Participant

    Hi there, I just embedded a portfolio grid with the advanced builder. how can I link content like a gallery or images etc to this grid. thx in advance. Karsten

    #26263
    skauper
    Participant

    I’m having a weird problem with portfolio grid.

    It’s not showing the portfolio itens right, it’s missing the featured image, and itens.

    But if i choose to open a preview (AJAX) instead of open in a new page, it works perfectly.

    To show the problem, i made a page showing 2 versions of the portfolio grid: http://www.usehusky.com.br/produtos

    1º = Portfolio grid with “open in a new page”

    2º = Portfolio grid with “AJAX”

    Waiting your reply

    Thanks in advance.

    Hi,

    I tried to view the source to see the code but sadly it was just an image. Please provide a url to the live site since there are so many ways to customize the theme there are always multiple paths to reach the same result with each requiring its own solution. There are 5 headers for example so its difficult to answer about the mega menu. Also you customized a lot yourself. If you are using a maintenance plugin, please create a password we can use to see the theme and you can always use http://www.goo.gl to hide the url.

    Thanks,

    Nick

    #129742

    Hi,

    I don’t have the issue on my end. Did you edit anything on the css? Do you have any plugin that might cause the issue?

    As you can see on the image above, the menu looks perfect.

    Regards,

    Ismael

    #129497

    In reply to: Images inside Tabs

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    #129825

    Hi,

    Can you give us a link to your portfolio page? There are lots of ways to create the portfolio item because of the Advance Layout Editor, mine might be different from yours.

    Regards,

    Ismael

    #127314

    You can include a secondary option for retina with something from: http://css-tricks.com/snippets/css/retina-display-media-query/

    I’ve edited your previous posts and will mark this resolved for now. The css tricks retina trick is basically just duplicating what you have now for the background image except you will use a higher res image and it will only take effect on retina.

    eg:

    @media
    (-webkit-min-device-pixel-ratio: 2),
    (min-resolution: 192dpi) {
    /* Retina-specific stuff here */
    #top .social_bookmarks_tumblr a {
    background: url(.......uploads/custom/apple-retina.png) no-repeat center;
    }

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

    #26251
    rickswearingen
    Participant

    I would like to have the sidebar on the single item page of the woocommerce products removed and center the descriptions below the images. Is this possible? I did search and found only this code to add but it did not work (at least it did not appear to)

    .single-product .sidebar {

    display: none !important;

    }

    #128824

    I get the issue as well in most circumstances but its isn’t necessarily something that is “fixable”. Different browsers just render content differently and depending on the page layout (fullscreen slider, big images etc) there may or may not be some jitter with how its rendering the big fixed image backgrounds.

    #129382

    Hi,

    When you upload every single image, it is saved in 20 sizes (or however many sized you see in Settings > Media since it doesn’t know where you will use it, it saves it every possible way but keeps the original as well. So when you regenerate, it takes the original image you uploaded and makes an extra size which is new compared to first time it saved all 20 images.

    It adds to the end of each image it resizes the dimensions and saves the new image with the same name you uploaded it plus adds the dimensions at the end hello.jpg becomes hello.550×320.jpg for example plus how many other sizes the theme needs. When it resizes it checks database for the sizes used in the theme and compares them to the image files located in the folder by stripping the ends of the images which contain the dimensions 500×320 and compares that to the database, if different, it creates a new copy of the image with the new size and name and saves it.

    size of image is only checked against database name which you can see in Settings > Media that distinguishes each of the images. Name of Image is mapped to Location Name in Theme. So you can have every single image location be 550×320 and it will know exactly which images belong where.

    Rectangle is just a word used so we people can easily deal with it. You can call it a circle if you like or 34jkkjh, it makes no difference to the code, it will just map it. Kriesi named it rectangle but he could have called it puppy or x3333e.

    To use it properly , press the regenerate button and it will do everything for you. If it sees that there is already an image with that identical name and that identical size, it will skip, however you can not upload 2 different images with an identical name into the same folder, since the second image will overwrite the first.

    This is the power of wordpress, that there are thousands of these plugins that extend the functions of each theme. You should spend some time in the plugin repository, they got a lot of neat stuff there.

    Thanks,

    Nick

    I think Nick misunderstood what you were trying to do. The image file route is your best bet to have simple images that can be used with a social plugin that allows you to choose the images for the buttons.

    The issue you’ll run into is that css doesn’t exactly translate to something like photoshop or gimp. The css will give you hints but the actual effects will just need to be re-created by eye.

    #129381

    It worked! Thanks so much.

    Just out of curiosity, how does the regenerate button work? Does it just target images that have the same dimensions as those for the name that is checked? (i.e., if Rectangle has dimensions of 500×400, are all images 500×400 in size automatically categorized as “Rectangle”? Does Regenerate then automatically target them?) I’d like to know in case I have to use this feature again in the future, I would like to know how to use it properly.

    #129380

    Hi,

    I am gonna assume the size of your image that you want is 950width and 150 height. So change as appropriate


    Image Size on Main Blog Page.

    Ok . The instructions above that you followed would create the image size you want, but on the main blog page ,

    just need to follow one more step http://i.imgur.com/JvxGDYc.png

    Here you can see dimensions on the main blog page http://www.clipular.com/c?10253053=zR5ebPSB_qN2exkurXg8R_3Noxw&f=.png


    Instructions for Individual Blog Posts (image size)

    On the individual blog pages, i think the image size is set 180×180, correct? So you would need to go to Media > Settings and find where it says 180×180 and change it to 950×150. And looking on that page I see there is Square Size which is 180×180.

    1. Now change it to look like this http://www.clipular.com/c?10254053=SGwlS2E0lQX-vEP-h2NvIAcZ2xE&f=.png

    2. Then you need to regenerate like this: http://www.clipular.com/c?10182062=f2f4ilB119SKyxouKSLoeM_OaNw&f=.png

    3. Save (below regenerate button)

    4.You must add this css to /css/customl.css or it wont work.

    #top.single-post .small-preview {
    width:950px;
    height:150px;
    }
    #top .fullsize .template-blog .blog-meta {
    width:950px;
    }
    #top .fullsize .template-blog .post .entry-content,#top .fullsize .template-blog .post-title,#top .fullsize .template-blog .post .entry-content>* {
    max-width: 900px;
    }

    (if regenerate doesn’t work, then just delete the blog post image, and upload it again and it will be of the correct size. it means you don’t have enough memory and will have to re-upload the blog post images one by one. However it works almost always).

    Here is how it looks for me now resized: http://www.clipular.com/c?10247086=2szwOylwNrX5oZgEMqHfLbowhtQ&f=.png

    Thanks,

    Nick

    #26246
    ashlandwebsites
    Participant

    Is there a way to adjust the image ratio on the portfolio item page. It is above the content and I would like it to be taller.

    thanks very much

    David

    #129415

    Hi Devin,

    Here’s the site: http://ftmedia.dk

    Too bad with the slideshow. Will try to through around with some images and see what’s cooking ;-)

    Thanks.

    #129127

    Hi,

    Yes, most tutorials leave that part out, but if you think about since technically you can make a copy of the parent and dump it into the child that would work while dumping all the files into the root child folder may have problems if every file of the parent in different folders is called ‘índex’. Of course that would be a bad idea since that’s extra overhead. But the idea is same. To override an image, just drop the new image in the same file structure creating empty folders till you get far enough where the image is located in the structure to add the new image.

    If you have other questions, always feel free to ask them,

    Thanks and enjoy the theme.

    Nick

    #129509

    Hi,

    I don’t see any blog posts or footer problems using latest Chrome on Win7. I reloaded the http://re,,,,.com/hello-world/ page 10 times and clicked around the site using IE and all looks the same as on Chrome. I can’t reproduce what you describe and since nobody else is experiencing this, the plugins are responsible or whatever customization you added.I would get a fresh version of the theme. Reinstall WordPress Core, clean out the database, and slowly add everything back , one step at a time.

    Lazy loading is causing that little image to the left of the title here http://www.clipular.com/c?10244042=cJCmL8KO66n2yBZTs3VpcyIepjA&f=.png

    At the bottom of the homepage that popup can’t come up since it is triggered further down so that causes a little problem that you can never reach the bottom of the page. That’s the only thing i see. As you can tell by above image, all else looks fine.

    Thanks,

    Nick

    #26244

    Hi,

    Here I see author round image: http://kriesi.at/themes/enfold/blog/blog-multi-author/

    but for my post the image is grey http://suiciderescue.se/blog-multi-author/

    even if I have a gravatar and the round image IS visible here: http://suiciderescue.se/author/admin/

    Also, for right sidebar, how can i edit so that i dont have anything except the contact form:

    http://suiciderescue.se/blog-grid/

    i.e where can i edit what to display here, like I want perhaps to keep categories but not the content below..

    Thanks!

    #129526

    Ok thanks but :

    Difference are not only about images but presentation too, but anyway it’s ok for me.

    Could you answer me about the pb to import dummy data about images missing at all on 1.7.1 ?

    #129021

    Maybe should be added to update or sticky?

    #26234
    abortolotti
    Participant

    Hi again,

    I just noticed that my lightboxes galleries don’t work anymore.

    If you check for example

    and scroll down the page up to “Showcase Your Home”, you should be able to click on the image and view a slideshow of the 5 below. Nothing happens instead.

    Same for the other lightboxes on the other pages (http://vacationrentalsecrets.com/what-we-do/seminars-workshops/). It used to work, then I haven’t checked it anymore in a while and today i notice it doesn’t work anymore.

    Any clue?

Viewing 30 results - 104,521 through 104,550 (of 106,390 total)