Viewing 30 results - 137,371 through 137,400 (of 142,738 total)
  • Author
    Search Results
  • Here are some screen captures visually depicting my comment above in post id#184636

    1. A hand-coded from scratch thumbnail gallery showing a part of my Youtube video gallery. This file resides outside of the WordPress environment and is fetched by an Ajax call. There is no < head > or < body > in the fetched HTML. It’s straight HTML with the CSS snagged from the parent page which hosts the < a > and href call firing the lightbox overlay hosting all the thumbs. This is illustrated in the screen capture below. Even with this complex Ajax fetch which requires perfect coding to execute correctly, no errors can be found with the automatically generated play graphic overlaying the automatically generated Youtube thumbnails. They are centered correctly. Compare this to the thumbnail in Item 4. below which shows the play graphic shifted downward in an Enfold template. Something in the CSS is affecting it and I haven’t nailed it down yet.

    Youtube video thumbnails

    2. An example of the lightbox window that opens when clicking the thumbnails.

    Youtube Video Playing

    3. Enfold themed page with video thumbnail and comment section.

    Enfold theme top

    4. And here is the bottom of the page and an example where the play graphic shifts downward due to some CSS properties in Enfold. See red arrow. If img-width: 100% was not commented out in base.css, the thumbnail would be 480px wide and part of the graphic would reside outside the darker opacitized text content area on the right side of the page. FYI, 480px is a default size for youtube thumbnails in their API and my CSS shrinking the thumbnail is ignored in IE due to img-width: 100%

    Enfold theme bottom

    5. Point five is not related to img-width, but I thought I would share a tidbit about the CSS in your Comments system while I’m thinking about it. You may want to consider giving the .comment-entry CSS a property of display: inline-table;
    It will vastly improve the flexibility of your comment layout for users. Right now, the entire parent Div will not expand and contract dynamically. For example, if you use the Ajaxify plugin recommended in your forum by Dude, the parent Div hosting the comments entry will now expand and contract like it should if displayed as an inline-table. The colored background DIV will work great and scale up and down. With the current CSS in Enfold, it does not. So clicking on “reply” or add a comment creates a big dynamic hole in the background where the comment form appears. The colored background properties are transparent and do not expand and contract due to the current CSS properties on .comment-entry. I am sorry, but all of this is being developed on Localhost and I have no public link to show you. The concept of an inline-table setting should not be hard for a coder to visualize if they know CSS. Pass it along. They will get it and it will add up.

    And finally, the reason for showing you all these screen captures, is maybe lost in all the text here. It can be boiled down to two things:

    6A. I am looking for some direction working around img-width: 100% as it relates to Enfolds performance. Is it important?

    6B. What global CSS property might be shifting my play graphic downward? Point me in the right direction among your CSS files. I will probably figure it out from there.

    Cheers.

    #184930

    Hey tcoq!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 480px) {
    .responsive .logo { height: 110px; }
    #advanced_menu_toggle { top: 74%; }}

    Cheers!
    Yigit

    #184924
    tcoq
    Participant

    Hi together,

    at my site http://www.rundumskinderzimmer.de I have got a problem with the top menu icon on smallest smartphone view. Here the menu icon moves over my logo. (advanced_menu_toggle)

    I thought my logo is not too big but it seems to be that it is not scaled correclty.

    Is there anybody how knows to control this behaviour in best way?

    Best regards
    Steffen

    #184921

    Hi!

    Please try adding following code to Quick CSS as well

    .avia-builder-el-8 .main_color.iconbox_top .iconbox_icon { background-color: blue; color: #ffffff; border-color: blue; }

    Cheers!
    Yigit

    #184878
    This reply has been marked as private.

    Min heights obviously won’t help revert the logo back to original ‘maximised’ state. But thanks anyway.

    peter_wu
    Participant

    Hi there,

    I am just working on my website and I would like to have the same header effect like at this page:

    http://www.teamgeek.co.za/#company

    The Website I build is just a one-page-site with anchors to navigate to a certain point. I would like to have a full-screen image (with no header) on the first part of the page. The header menu is located at the bottom of the picture and is being scrolled up until it reaches the top of the site. There it stays fixed when I scroll through the rest of the site – until I scroll up to the first image again. I already managed to change the position of the header, but I don’t know how to proceed with the rest. I can’t send you a link of my site as it is still local.

    Thank you guys,

    Cheers
    Peter

    #184854

    Hi!

    Please add following code to Quick CSS as well to change the opacity of button

    #top .avia-slideshow-button { background-color: rgba(0,0,0,0.9); }

    Cheers!
    Yigit

    #184843

    Hey!

    Not that i know of. Please add following code to Quick CSS in Enfold theme options to remove social icons

    #top .social_bookmarks { display: none; }

    You should change following style with your login buttons style to have similar hover state with social icons

    .yourstyle:hover { color: #fff; background-color: red; }

    Regards,
    Yigit

    #184842

    Hi!

    1) Please try re-generating thumbnails
    2) Please refer to this topic https://kriesi.at/support/topic/collapsable-menu/#post-165144

    Regards,
    Yigit

    #184808

    In reply to: IE10 Display Problems

    Hey Vigit – appreciate your help here.
    No – I’ve not made any changes. In fact, I only recently upgraded to v2.4.2 by replacing the old Enfold folder with the latest download.

    (Thanks for the heads-up by the way on the back-to-top icon)

    #184787

    Hey!

    We see and respond to every single post that gets posted and have for about the past year so no need to ever double post or even bump a post since our queue goes by oldest post to newest (and a self response pushes it to the end of our queue).

    Ismael has responded to your other topic here: https://kriesi.at/support/topic/portfolio-grid-content-element-not-showing-on-webpage/#post-184097

    Regards,
    Devin

    #184785

    Hey mgma!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 480px) {
    .main_color #js_sort_items { font-size: 16px; }}

    Regards,
    Yigit

    #184781

    In reply to: IE10 Display Problems

    Hey!

    Have you made any changes on theme files?
    By the way, back to top icon is not working on your website, you can refer to this post to fix it https://kriesi.at/support/topic/back-to-top-button-broken/#post-179730

    Regards,
    Yigit

    #184761

    Duplicated. Please do not start the same topic more than once as it makes it harder for us to follow threads. Closed!

    Regards,
    Yigit

    This reply has been marked as private.

    Hey!

    Please add following code to Quick CSS as well

    .responsive #top .avia-content-slider-odd .slide-entry.slide-parity-even { clear: none;
    margin-left: 4%; }
    .responsive #top .slide-entry { margin-left: 0; clear: both; }

    Regards,
    Yigit

    #184741

    Hi,

    Sorry for that! I just figured out that when I add some text underneath the special header it fixes the problem. The header goes up on the page so it’s fine.

    You can close this subject.

    Thanks.

    #184740
    Delphiine
    Participant

    Hi,

    I wanted to reproduce something which is on your demo (please see the files above)
    Instead of a slider on the left it’s an image.
    I don’t understand why my special heading is not in line with the picture and why there is so much space on top of it…

    https://www.dropbox.com/s/tz1wz2e4moxvdf3/mariage_inoui___About_Us.jpg

    https://www.dropbox.com/s/wpuk58cqw8ji6z0/mariage_in_oui___L%E2%80%99%C3%A9quipe.jpg

    How can I fix that?

    Kind regards

    Delphine

    #184731

    Isn’t there a custom walker, so that HTML works in menu items in general?

    #184727

    Hey Peter,

    I change the code in line 38 but it didn´t work: Here

    Regards,
    Bruno

    #184725
    RevolutionGroup
    Participant

    Hi

    I have used the following code to hide the blog sidebar on the ipad (and any device where the sidebar won’t comfortably fit):

    @media only screen and (max-width: 1023px) {
    
    .template-blog .sidebar{
    	display: none;
    }
    .template-blog .content {
    	width: 100% !important;
    }}

    This works how I would like except that I would like to remove the grey vertical lines on the right (for the top half) and on the left (for the bottom half) if possible. How can I do that?

    Here is how it looks currently: http://tinyurl.com/phzlj2u

    Thanks,
    Rob

    #184720

    Hey Bruno!

    You can use the “Forum” widget area if you want to display certain widgets on all forum pages. If you want to display a certain sidebar on all forum pages you need to modify sidebar.php. Open up the file and replace

    
            if(!empty($the_id) && is_singular())
            {
                $custom_sidebar = get_post_meta($the_id, 'sidebar', true);
            }
    

    with

    
            if(!empty($the_id) && is_singular())
            {
                $custom_sidebar = get_post_meta($the_id, 'sidebar', true);
            }
            else if(is_post_type_archive('forum') || is_singular(array('forum','topic','reply')))
            {
                $custom_sidebar = 'Forum';
            }
    

    Replace “Forum” with your custom sidebar name if you don’t want to use the default “Forum” widget area for the sidebar.

    Regards,
    Peter

    #184709

    In reply to: top link missing

    Perfect answer thanks. I never thought of that. I will probably add it back in for continuity sake but thanks for the info

    #184675

    Hi!

    You can add the .home selector:

    .home .fixed_header #main {
    padding-top: 0;
    }
    
    .home .header_bg {
    opacity: .1;
    filter: alpha(opacity=10);
    }

    Best regards,
    Ismael

    #184671

    Hey!

    Please add this on your custom.css or Quick CSS:

    #header {
    background-color: white;
    }
    
    #top .social_bookmarks li a {
    display: initial\9;
    }

    Best regards,
    Ismael

    #184660

    Hi!

    You can do something like this. Edit the menu item then change the “Navigation Label” to something like this:

    Online Print <span class="menu-second-line">and Content Writing</span>

    Add this on your custom.css or Quick CSS:

    .menu-second-line {
    clear: both;
    display: block;
    position: relative;
    top: -70px;
    }

    Best regards,
    Ismael

    Hi!

    That ‘top alignment’ is the default CSS behavior for floated elements. Although it is possible, that would require a deep modification to the Theme, unfortunately i think that is out of the scope we can offer. If you really need it try hiring a freelancer for the job.

    Cheers!
    Josue

    #184654

    In reply to: top link missing

    Hi!

    It is disabled because most mobile browsers allow users to simply tap the menu bar at the top of the screen to scroll back to the top of a webpage, the scroll to top button is not necessary.

    Cheers!
    Ismael

Viewing 30 results - 137,371 through 137,400 (of 142,738 total)