Viewing 30 results - 130,891 through 130,920 (of 142,936 total)
  • Author
    Search Results
  • #251448

    Hi!

    Seems it is the top LS slider the one creating that glitch to the bottom Content Slider:
    http://www.blackhawkengineering.com/blackhawk-engineering-home-2/ (it’s a duplicate of your home).

    I will investigate further.

    Cheers!
    Josue

    Hi Gilles1801!

    Do you mean when you are adding post content using the visual editor? If so, that is a default WordPress function called wpautop: https://codex.wordpress.org/Function_Reference/wpautop

    That codex entry has code you can add to your functions.php to remove the function from your content (post and page body).

    Cheers!
    Devin

    #251409
    Angiec13
    Participant

    Hi Guys- I built a landing page at the link below. It’s working as it should for us, but I have some color sections with image backgrounds inside that have a small arrow at the top to help coax people down the page. This arrow is centered on a desktop, but when it moves to smaller screensizes or mobile its off-center. What css should I add to make the image with this arrow re-size as the screen size gets smaller?

    http://www.kansascityfinancialplanner.com/fee-only-planner-financial-plan/

    Thanks for your thoughts and time. :)
    Angie

    #251406

    Ismael,

    Ok, I followed all of your suggestions and the speed is great. I do need the transitions to go slower, but overall much much better.

    I’m having a similar problem that I have had with other sliders. The layers that I have that look great on my desktop are misplaced on my ipad. ie. the words are moved to off the screen. Any suggestions? Thanks so much for giving me the other suggestion about changing the effects. :)

    -LW

    #251402
    cryptoking
    Participant

    How can I get the flyout menu to flyout to the right instead of left.
    Thanks in advance.

    Updated:
    For those who want to have the menu flyout to the right just add this to your custom css.
    #top .main_menu .menu li ul ul {left:207px;}

    • This topic was modified 12 years ago by cryptoking. Reason: figured it out
    #251399

    Hi David,

    Thank you for your reply. Like I said in my first message, I already fixed the padding-top issue thanks to Gingerstu (see link in my first message). About that, I wouldn’t recommend the fix you provide, since it will affect all pages and mess up the header everywhere else (for people using a sticky header at least).

    For my second issue, I am really sorry but I don’t understand how changing the height of a full screen (hence 100% height) slider would solve the problem. Anyway, it’s not a big deal and I can use the workaround (adding extra color sections to manually force a full-screen result) that I was using before the “minimum 100% of the browser height” feature was added to color sections.

    Still, I kind of have the feeling that this “Ghost Header” is a collateral damage due to the new (and great !) “fade-in sticky header” that is not “compatible” with the Blank Template (no header). If that’s really the case, I thought it would be a good idea to notify the team for the next update. ;)

    Thank you for your time,

    Fred

    • This reply was modified 12 years ago by FLQA.
    #251367
    boldtranquility
    Participant

    I have a site where the content needs to be dripped (using wishlist member and wp-drip), on the visual aspect of the blog posts/categories and when you add a “blog” section to a “page” I need the default order to be in order

    i.e.

    Post #1
    Post #2
    Post #3

    the way they display by default is
    post #3
    post #2
    post #1

    how can this be changed in the enfold theme?

    found a plugin that works well, I don’t know that I’d recommend this if you already have tons of articles posted, but if you are working on a new site build and can order as you go along, this is great; https://wordpress.org/plugins/post-types-order/

    actually, it doesn’t work… it removes the menus so I’m back to the same problem as before… I need to list the posts in chronological order
    post 1
    post 2
    post 3

    and everywhere they display they have to post in this fashion… whether it be a category page, archive page, blog page or a page with a blog section on it.

    please help

    original post: https://kriesi.at/support/topic/change-blog-post-order/

    #251360

    In reply to: Image Overlay

    After many hours I finally came across something which works! I have one image which is a photo, and another image which is a photo with an overlay with some text. When hovering over the image, it switches to the other one.

    I have added some text with the code for the image, and changed the js file by adding some code (below).

    https://kriesi.at/support/topic/custom-css-hover-on-alb-image-element/

    Does anybody know a way I could add to this code a slow fade in / out between images?

        $(function() {
        $('img[data-hover]').hover(function() {
            $(this)
                .attr('tmp', $(this).attr('src'))
                .attr('src', $(this).attr('data-hover'))
                .attr('data-hover', $(this).attr('tmp'))            
                .removeAttr('tmp');
        }).each(function() {
            $('<img />').attr('src', $(this).attr('data-hover'))
        });;
        });
    #251350
    waterwalk
    Participant

    This is not my first post on this topic. So to know all the work done already, you should really refer to:

    https://kriesi.at/support/topic/blog-header-goes-to-index-instead-of-blog/

    I could not get back to this until now. The changes referred to in the post above still do not fix the problem which is that the page is not displaying as I am setting it up to display. It shows the full length of each post instead of the excerpt and read more link which I have it set to.

    #251344

    In reply to: Footer widget spacing

    Hi!

    Please flush browser cache and review your website. You can find the custom CSS code i added on the top of Quick CSS section.

    Best regards,
    Yigit

    #251343
    kimchan2
    Participant

    Hi there:

    I would like to create a background texture image for the text box feature (3/4; 1/2; 1/4; 1/5) Could you plerase let me know how to do this? Text and another image would lay on top of this background texture.

    Thanks!!

    #251336

    Hi!

    It seems like first code is not being applied. Please try adding it to the top of custom CSS section and also to custom.css file inside Enfold/Css folder

    Best regards,
    Yigit

    #251332

    Hi FLQA!

    One of the problems is specificity, to fix this use the following :

    
    .html_header_top.html_header_sticky #main {
      padding-top: 0!important;
    }
    

    The other problem is the height of the slider, i did some testing and it appears to be working ( on my end ) if you set the slider height to 315px, though this will need some testing/tweaking on your end.

    Best regards,
    David

    Hey SOPI2006!

    You don’t need the shortcode to insert a video on the slider, here is what you can do,
    Under Content ( layer slider ), > html/video/audio you can insert the share ( from vimeo ). or grab the same from youtube.

    
    //where it says width="500" you can define a custom one, aswell as height="281" 
    <iframe src="//player.vimeo.com/video/1084537" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
    

    For more information refer to layer slider documentation ( top right hand side corner ).

    Regards,
    David

    #251304

    Hey!

    Please try adding following code to Quick CSS as well

    .html_header_top.html_logo_center .logo { left: 50%!important\9; }

    Regards,
    Yigit

    #251301
    danieldunn10
    Participant

    Hi, I am trying to make a function to add an overlay to the images on my site, and I nearly have it working. I’ve tried for a number of hours today but I cant get any further and would appreciate any help.

    The images have this as the class when I load the page:

    class="avia_image avia-builder-el-9 el_before_av_textblock avia-builder-el-first avia-align-center avia_animated_image avia_animate_when_almost_visible top-to-bottom avia_start_animation"

    What I would like to try do is after each image with this class (or just the avia_image is maybe needed?) is to add the below code by using a function.

    $output;
    $output .= ‘<div class=”box-overlay”>’;
    $output .= ‘<span class=”overlay-background” style=”width:300px;height:200px;”></span>’;
    $output .= ‘<div class=”text-wrap”>’;
    
    $output .= <h4>***Image Title with some code?***</h4>
    $output .= <p>***Image Description Here with some code?***</p>
    
    $output .= ‘</div>’;
    $output .= ‘</div>’;

    I am stuck on two things.

    1. How to add the code after each image with that class. (I think I need an if statement in my function somehow)

    2. How to take the Title and Description set for the image and place it in the code.

    Thanks for any help!

    Gilles1801
    Participant

    Hello. This theme is really amazing. I like it ! Wonderful.

    I just met one problem but it is a real one.

    When i write articles, everything is doing fine.

    But when i write texts into the differents creation tools, espaces are not showing. Everyting is stuck.
    I don’t have spaced sentences. The <br/> tag is not working. It’s putting the tag : <p style=”text-align: center;”> at place.

    Here is an exemple page : http://hoyde.net/apropos/

    In my latest theme, i installed TinyMCE to solve that problem and it worked. There was an option to stop removing the <br> tag. But here, TinyMCE is still installed and it’s not working.

    Could you help for this ?

    Best regards

    • This topic was modified 12 years ago by Gilles1801.
    #251273

    Hi Ismael,
    I have had to completely redo the homepage layer slider. Same link as above.
    The text is now superimposed on a white background however I was wondering if it’s possible to move the image lower so as the text is not superimposed at all on a background image? Or to move the text higher.
    Basically I would like the text to be on a completely white background and for my images to display at 100% (So nothing gets cut off from the top of the image)

    This reply has been marked as private.
    #251252

    Thank you for checking. Well I am stumped. What I see in my browser window is the top 3/4 of the logo element appears blank or blocked out, only lower quarter of logos are visible. When I do a screen grab, the image shows full logo view. When I resize the browser to simulate 8 inch tablet the logos appear and when I stretch the image out the disappear at about 10 inches. Must be my browser.

    #251247
    This reply has been marked as private.
    #251244
    Cliffy
    Participant

    Hi, I have an issue with my sidebar: it is showing menu content that I have not specified anywhere for any sidebar.
    I have reset many sidebars, created new ones with new content but still part of the menu is displaying in every page with a sidebar.
    The only think I can think of is that I reached the WP menu limit of 76 items before installing a fix at the server side (see http://sevenspark.com/wordpress/menu-item-limit) for this detail.

    Can you help me remove the top content from the sidebar? I can’t see how to make this post private so can’t give you login details.

    #251219
    SAdesignsUnltd
    Participant

    If you click on the image to enlarge it on the avia gallery main page it doesn’t come up right it shows up all the way on the bottom of the screen. also, when clicking into an image it is adding a lot of space on the bottom of the images. Unless I add this code:

    http://bassgds.com

    #top div .avia-gallery .avia-gallery-big-inner {
    height:125px !important;
    }
    }
    .responsive #header .social_bookmarks {
    height: auto !important;
    }

    #top .social_bookmarks li a {
    height:30px !important;
    }

    #top .social_bookmarks li {
    height:30px !important;
    }

    #top div .avia-gallery .avia-gallery-big-inner {
    height:460px !important;
    }

    Had to add all these codes, because after updating all the images were acting weird.

    #251217
    e10durak
    Participant

    Hi!

    I really don’t know why, but the solution that was well addressed in this thread: https://kriesi.at/support/topic/blank-space-in-header/
    does not work for me other than one of the pages: http://scypho.se/daylight/

    Yes it does work in the above page but it does not on other pages: https://scypho.se/pask/

    I have this code in my Quick CSS:

    .avia-blank #main {
    padding-top: 0!important;
    }

    It should work for all no header pages no?

    Thanks!

    • This topic was modified 12 years ago by e10durak.
    This reply has been marked as private.

    Hi Justin!

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

    .content, .sidebar {
    padding-top: 20px;
    padding-bottom: 20px; }

    Best regards,
    Yigit

    #251208
    sundialstudios
    Participant

    Hi – I’m trying to accomplish the look in the attached mockup, and extend the “swoosh” image to go beyond the boxed boundary.

    Mockup

    I have a semi-functional site running here: http://sundialdev.com/ka/ and you’ll see that I was able to get the top “swoosh” to sit on top of the Layerslider, but I am really struggling on how to stretch the swish to go outside of the boxed layout like the mockup.

    I set the swoosh as the background in a color section and set it to fixed.

    Thanks!

    #251195
    boldtranquility
    Participant

    I need a certain area of text to “scroll” not left to right but with a visual scroll bar on the right side to allow the user to scroll down within a section.
    visit: http://boldtranquility.com/boldtranquility/about/

    the section entitled BOLD Tranquility Story there is a section of text on the right. right now I’m using a content slider becuase that is the only choice i can find. but what i need is the text to actually scroll down at a certain point.

    it that can’t be done then I need the navigation buttons to be at tthe BOTTOM of the content slider not at the top. (this is only a last resort)

    • This topic was modified 12 years ago by boldtranquility. Reason: forgot link
    #251193

    In reply to: Footer widget spacing

    Hi– The view that you show is in chrome on a laptop/desktop. In FF, the bottom of the orange box is right on the white line. In Chrome, the bottom of the orange box is 16 pixels off. I just need to know what css to add to make the bottom of that orange box sit on the bottom line in both browsers. My client wants the box sitting on the bottom line in both browsers, but the css I add seems to not be working.

    Also- in chrome on the ipad, the footer text why vosburgh, success stories, and home search are moved to two lines. How do I set the margins on these words to ensure that smaller screen sizes see them as I would like?

    Thanks for you time and help. :) This is the very last step in this project, so we’re anxious to wrap it up. :)
    Angie

    Hi tbrim20!

    Thank you for using the theme!

    The icon box element background is set to transparent. You can change the background and add border on the iconbox using this on Quick CSS or custom.css:

    #top .iconbox {
    background: red;
    padding: 10px;
    border: 1px solid blue;
    }

    Kriesi is working on improving the styling option for each avia elements like iconbox. The coming updates will include an option where you can change and control the style of the individual elements.

    Cheers!
    Ismael

Viewing 30 results - 130,891 through 130,920 (of 142,936 total)