Viewing 30 results - 140,401 through 140,430 (of 142,733 total)
  • Author
    Search Results
  • #27668
    maximadz
    Participant

    Hi there,

    A very simple page: no layout elements just an accordion content element with all the defaults inserted on top of the tree.

    Collapse/expand doesn’t seem working in Chrome, Safari: http://www.orangeuce.com/test-2/

    And also something is wrong with the tabs. Very basic tab set again with just the tab content differs from the default.

    Honestly I’m not sure if it was working on earlier versions as I just tried it.

    Any help much appreciated.

    Thanks,

    Max

    #27660
    raineysw
    Participant

    Hi,

    Just wondering if one needed to change the overall page width of Enfold from 1130px to 1090px how would you go about it.

    I have changed these two values as follows but responsive behaviour is compromised.

    .responsive #top.boxed {

    width: 1090px !important;

    }

    .responsive #top.boxed .stretch_full {

    width: 1090px !important;

    }

    What other values when need to be tweaked to ensure correct behaviour?

    Cheers,

    Sean.

    #133334

    Disabled all plugins to verify functionality. Same problem with/without the plugins activated. In Opera the Easy Slider stops on the second slide in Slide mode and is non-responsive to controls. Other browsers work in Slide mode and all browsers work in Fade mode.

    And yes I’m using Enfold 1.9.1 and WP 3.6.

    Just posted to let everyone know that the slide is still not functioning 100%. But it’s good enough for me.

    Thanks,

    Chad

    #134884

    In reply to: Enfold Header

    Hi Devin~

    I do not hav any pluggins installed other than the ones you guys installed during customization, and Ive tried refreshing the cache and it still have the same problem.

    Perhaps it’s an issue with positioning and the header is not positied at the very top of the browser?

    #134361

    Hi!

    weird. it works fine for me in chrome.

    you can try the following instead:


    #wrap_all {
    margin: 40px auto;
    }

    Regards,

    Kriesi

    #134360

    Hey Kriesi.

    Thanks for your support.

    Just it seems only to work in internet explorer and not in firefox and chrome.

    #27664

    Topic: Enfold Header

    in forum Enfold
    Jwinst
    Participant

    I’m having trouble with the header on Enfold when viewing on a safari browser. There is a 1/2 inch gap above the header that is black, however when you begin to scroll the gap changes from black to transparent and you can see the images scrolling under the header in the space directly above the header. The top of the header should allign with the top of the browser without any black or transparent gap. How do I resove this?

    #134101

    Hey!

    add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at Enfold->Styling:


    body .column-top-margin{
    margin-top: 10px;
    }

    that should to the trick :)

    #134697

    Hi,

    Please use this to remove the sidebar

    #top.woocommerce .sidebar .inner_sidebar {
    display: none;
    }


    You need to be logged in to display the other menu items. Since if the visitor is not logged in there is nothing more that can be shown but a login page and a lost password page.

    Thanks,

    Nick

    Hi Devin, thanks for your time here as it’s very much appreciated as always.

    Ok so.

    1. When we remove image width and height values the images seem to scale as expected for responsive layouts, but this is shown as a negative when running the site through speed tests which tell us to define a specified width and height to prevent browsers from having to scale them? What should we be doing please?

    2. The promo box doesn’t seem to work even in Firefox V22 actually, so it’s not a problem related to IE8 specifically after all. I can send links for testing, do you have an email address for this purpose please? Nick has some links, but they may not contain the promo box. If you add a promobox to a page and view it does it work for you when you scale the page or in the responsinator?

    3. We haven’t updated as we are almost done building the entire site and will be installing a fresh version on our main site and copying all content over, so we don’t want to chance any problems beforehand. Obviously once we’ve done this the theme will be removed from our testing server just in case you’re wondering :)

    4. Think Nicks looking into this for us right now, media queries don’t seem to have ANY effect whatsoever on iconboxes and believe us when we say that we must have tried them all many times over.

    5. I was referring to this thread which had not be revisited in over a week now: https://kriesi.at/support/topic/google-chrome-font-rendering-problems?replies=1#post-127983

    Many thanks,

    #132623

    Hi!

    Will try to find a screenshot tool that has safari 5 available and give it a look. not sure how this could be solved. :)

    Regards,

    Kriesi

    #133590

    Hi,

    You need to view source to get the particular ID numbers of various elements. The code below will only target the home page

    #top.home .flex_column.av_one_fourth.first.avia-builder-el-0.avia-builder-el-first {
    border: 1px solid green;
    }
    #top.home .flex_column.av_one_fourth.avia-builder-el-4.el_after_av_one_fourth {
    border: 1px solid blue;
    }
    #top.home .flex_column.av_one_fourth.avia-builder-el-8.el_after_av_one_fourth {
    border: 1px solid orange;
    }
    #top.home .flex_column.av_one_fourth.avia-builder-el-12.el_after_av_one_fourth {
    border: 1px solid red;
    }

    Please add this to your /css/custom.css or to Quick CSS

    Thanks,

    Nick

    #134497

    hey !

    No I havent added any plugins since this was working ok

    The weird thing is that the gallery anim also runs backwards – right to left fill in with the thumbs !

    Check and see what I mean : http://goo.gl/FSGn9d

    Tres weird huh !

    I might try uploading the theme again tomorrow if you cannot suggest anything !

    edit: Ok I think its related to the gallery fix nick provided :

    https://kriesi.at/support/topic/how-to-add-captions-to-gallery-thumbs

    The code nick gave me

    #top .avia-gallery .avia-gallery-thumb a { float: right; }
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { text-align: center;}
    #top div .avia-gallery { text-align: center; }

    If float right is float left.. anim is right way round – gallery is still out of order tho.. I think it might be the other code in there he gave causing the prob.

    sorry about this :-)

    #134636

    In reply to: Changing sidebar width

    Hi,

    You should use code like this inside a @media query since otherwise it will interfere with the responsiveness of the theme. Please look inside the custom.css file and you will see 2 empty media queries , one for monitors and tablets while the other one for smartphones and mobile phones. You will need to create another media query, and make sure that yiou lower the width of the sidebar and main content area to match the screen sizes of the media query

    @media only screen and (min-width: 1050px) {
    /* Add your Desktop Styles here */
    .sidebar {
    width: 200px !important;
    }
    .content, #top .fullwidth .template-blog.content {
    width: 829px !important;
    }
    }

    Please add the code above to /css/custom.css or to Quick Css.

    Thanks,

    Nick

    Can we see your site live? It could be the content, the layer positioning or something else entirely.

    If you could also create a temporary admin account for me I’ll log in and take a look.

    You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn’t grab it :)

    Regards,

    Devin

    #134359

    Hey!

    Hey!

    add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at Enfold->Styling:


    .boxed#top {
    margin: 40px auto;
    }

    Cheers!

    Best regards,

    Kriesi

    #134395

    Hey!

    place this at the top of your functions php and you should be good to go:


    function avia_woocommerce_frontend_search_params()
    {
    return;
    }

    Regards,

    Kriesi

    #133800

    Hi,

    Your background image is fixed. Change that setting of the background image to Scroll and it will scroll up. If you make that change , then the result would look like the URL you provided as an example.

    If instead what you want is for the banner to be static on top of the page during the scroll like this site for example ( http://www.labasesecrete.fr/blog/ ) , then you need to have that banner not as a background image for the entire site, but as a background image in the header.

    So what you will need to do is put the header where it used to be, and then add the image to the header. Then you will need to expand the height of the header so its big enough to house the image + logo and menu.

    Here is some code to start you off

    .header_color .header_bg{
    background-color: rgba(255, 255, 255, 0);
    }
    #header {
    background: rgba(222, 216, 195, 0) url(https://testsite.patriotwatch.net/wp-content/uploads/2013/04/bg-for-testsite1.jpg) top center no-repeat fixed;
    height: 200px;
    left: 95px;
    width: 100% !important;
    top: 0px;
    }

    As I said , you need to remove the background image. This is gonna be a lot of work, But as you can see http://i.imgur.com/DvjHQqW.png with this method the page body is going under the image and that missing piece is from the shrinking header (how it originally way).

    Thanks,

    Nick

    #134297

    Hi Kianpoor,

    If that isn’t working we’ll need to see your site live with the css in place. You can make it only effect your home page by adding this:

    #top.home content {
    padding-top: 10px;
    padding: bottom: 10px;
    }

    Regards,

    Devin

    #134323

    Hi bevlogenverf,

    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 .main_color .active_tab {
    background-color: #333;
    }

    Regards,

    Devin

    #27657
    InSightGraphics
    Participant

    When I create a post with “Link” Format, and try to link some text within the post to the SAME URL as is at the top, that URL gets stripped out of the text when the page is loaded in a browser. The Title/Headline does go to that URL — so the Link Format does work, and the URL does work. But the second link to the same URL, linked to some text within the post, is stripped out, when the page is loaded. If I go back to edit that post within the dashboard, the URL is still there in the a tag surrounding the text I am trying to link. There is nothing wrong with the HTML in the editor, but it doesn’t work in the browser. If I link a different URL within the post text editor, it works fine in the browser. The only problem is I can’t link the SAME URL as the one linked to the title by the Post Format of “Link.”

    If this is automatic, can you think of a workaround? Is there a way to link to the post ID or anything within the text or title so this format would not recognize them as being the same?

    #27654
    freeHat
    Participant

    The only time I can get preview to work is before I’ve saved a new page. Once I save it/publish it preview changes stops working. Works fine in normal mode, not layout builder mode.

    #27652
    Gstar72
    Participant

    Hi Guys

    I have a colour section with image in the background on my website home page (mountains): http://www.naturaloutlook.com it works on the computer, but shows as a blue solid background on iphone / ipad ?. can this be fixed?.

    Thankyou in advance.

    Gary

    I found this thread on the forum, but not the same issue: https://kriesi.at/support/topic/color-section-uncompatible-with-iphone-ipad

    #133025

    Hi Nick,

    I think I have it figured out. Thank you for you guys help!

    You can go ahead and close this topic.

    Hi there is just a gab between the header and the wrapper, when you resize the browser on a desktop.

    But i just tested it on some iphone and android devices. There it looks good.

    Sorry to bother you.

    #27636

    Topic: Header menu resize

    in forum Enfold
    italiatiles
    Participant

    Hi all,

    I have two things I need help with:

    1) How do I fix the top menu so that when it resizes it disappears (and the small menu box appears) without overlapping the logo? I have screenshots to elaborate on this.

    http://i39.tinypic.com/2ignlzn.png

    http://i41.tinypic.com/2a7apsy.png

    http://i41.tinypic.com/29mufi8.png

    #27635
    abortolotti
    Participant

    Hi guys,

    after closing the thread below

    https://kriesi.at/support/topic/lightbox-not-working-anymore

    I just found out that what breaks Lightbox on my site was W3 Total Cache.

    I deactivated all plugins, then reactivated them one by one until I ran into W3 Total Cache which prevented the lightbox galleries from working on the site.

    Now the site works fine, but I can’t use W3. Do you have any suggestions or a fix for that?

    Thanks.

    Antonio

    #134433

    By the way, if I want to exclude the images from certain product categories and I have several categories is the following the correct way to put it in my custom.css file or is there a cleaner way to do it?

    .term-css .page-thumb, .term-css2 .page-thumb, .term-css3 .page-thumb, .term-css4 .page-thumb {

    display: none;

    )

    Hi,

    You officially have the slowest site I have visited this year. http://www.webpagetest.org/result/130812_XP_N9Z/1/details/

    It takes 15 seconds of wait before your website even displays something when it normally should take 1.5-2.5 seconds. which tells me that you are either being hosted on the world’s most busiest and oversold server in Botswana or you pay 50 cents a year for hosting.

    What I can guarantee is that based on that speed (you are slower than 99.999% of websites), Google will give you a huge penalty in search results since speed is one of the important components of how it ranks websites. Also, most people will not wait nearly 2 minutes for a website to load since a recent poll showed that 20% of visitors refuse to even wait over 3 seconds.

    You put in a lot of time and thought into this (i put in some as well, lol) so here is what you should do.

    1) Get an FTP program and connect to your /wp-content/uploads/ folder and find there the folders which contain images. Download them all to your desktop. then you should optimize them. Please remember that JPG format is made for photos , for big sized images and PNG format is more for vector/digital art , transparencies and small objects like buttons, etc…


    Rules

    No image at all should be over 100K that loads with the page. Each page should be no more than 1.5Megs maximum. (Yours http://www.ancientskies.info/ancientskies/ancient_skies_multimedia_gallery/ is 15 Megs which makes it about 1/2 the size of the browser you are using).

    —-FOR PNG

    for png optimization please go here http://tinypng.org/ and 20 at a time , optimize all the images found in the folder i mentioned above.

    —FOR JPG

    Go here http://jpeg-optimizer.com/ (it has a resizer, but if you do not need that, just unclick the checkbox for size but keep the optimization settings how the website advices (only 2 choices so its easy).

    When you are done with the images, and emptied any cache you may have , run the test from the website i first mentioned.

    —-Please install a cache plugin Super Cache and configure it after your launch *(do not use this while developing or you will not see the changes you made).

    Only at that point if the time to first byte remains higher than 1 second would I contact your host to explain why you keep seeing turtles and snails consistently outrun you.

    the issue you are experiencing (and me as well when i try to view your site using chrome dev tools) is directly related to this issue since you are still loading things 90 seconds after connecting.)

    Each ‘thumbnail’ on that page is over 400K in size when they should be 20-40k. Photoshop is horrible at optimizing images since the do not do lossless optimisation just lossy (and not very well).

    Thanks,

    Nick

    #134432

    Thanks Ismael! I chose to use the category specific version you provided. Works like a charm!

Viewing 30 results - 140,401 through 140,430 (of 142,733 total)