Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1176184

    Hey team,

    I use yall for all my sites… and just picked up another website client. They want the front page to be news-styled, with a featured article at the top and news sections below it. Is there an Enfold template for this… or an easy way to achieve this look… especially a streamlined one that makes it easy for the site to update itself as new posts/articles are added?

    Thank you so much, yall are awesome!

    Cheers,
    -Daniel

    #1176279

    Hey Daniel,

    I’m not sure which look you are after, but you can pull blog posts using the Blog Posts element.

    Best regards,
    Rikard

    #1176460

    Not exactly like this, but something to this effect… where the heart of the website is news stories: https://www.tmz.com/

    #1176816

    Hi,

    Thank you for the update.

    You should try the magazine, masonry element or the blog posts element as previously suggested. The blog posts element contains various styles, which are definitely suited for magazine sites or pages. You should be able to display posts in a grid or display them one at a time and above each other same as the TMZ site.

    Best regards,
    Ismael

    #1176997

    I’m going to give it a try.

    Another issue that I’m having. I want to put the menu items in a section below the logo section, like in the Construction Demo. Not sure how to set it up in the setting though. Can you please tell me?

    Cheers,
    -Daniel

    P.S. Nevermind, figured it out

    • This reply was modified 4 years, 10 months ago by Dzimnikov.
    #1177024

    How do I extend the Right Sidebar into the entire page below the menu? I’m not sure why it isn’t showing up in the section with the video. I would like to have the sidebar run down the entire ride hand side of the page. Is that possible?

    #1177435

    Hi,

    Where can we see the problem you are having? If the section in question is full width then please change that to a 1/1 element instead for instance.

    Best regards,
    Rikard

    #1177931

    Thats the website. Currently the right sidebar (from PAGES), is in the second section below the menu.

    We need the right sidebar to run all the way down the right side, but for some reason it doesn’t appear next to the section with the youtube video. That section is Colored Section… and the Youtube video is sitting in a 2/3 element within the colored section.

    #1178406

    Hi,
    Thanks for the link, when using a color section, or any full-width element the sidebar is forced below it, so in this case remove the color section and just put the video at the top of the page.

    Best regards,
    Mike

    #1178407

    Yes, but colored sections allow you to change the colors of those sections….

    If I just use elements without breaking them up into colored sections, won’t I be limited settings wise?

    #1178413

    Hi,
    Yes this is true, you can try adding the widget element inside of the color section to fake a sidebar, but then it won’t go down the full page. Or perhaps you could try a sticky plugin like WP Sticky Sidebar to force the sidebar to “float” over the color section.

    Best regards,
    Mike

    #1178423

    Hmm, the plugin might just work.

    What do I put for “sidebar element” and “container element” to activate the sidebar?

    Thanks,
    -Daniel

    #1178485

    Hi,
    Well, I tested the plugins but it doesn’t help for this, that is they make it sticky but don’t move the sidebar to the top. But if you ever need a sticky element I recommend Sticky Menu (or Anything!) on Scroll, it works the best.
    So I wrote this script to make a sidebar sticky and fixed it to the top of the page over color sections, but I recommend using columns inside of the color section so content is not stuck behind the sidebar unless you want an image to stretch behind the sidebar. You should be able to adjust some of the css inside of the script to suit your needs. Try adding this code to a “code block” element on every page you want this to work, this might be better than adding it to your functions.php and have it accidentally affect some other pages.

    <script>
    (function($){
      $(document).ready(function(){
      $('.inner_sidebar').css({ 
      	"top":"130px",
      	"position":"fixed",
        "background-color":"#f8f8f8",
        "right":"5px",
        "padding-left":"20px",
        "padding-top":"20px",
        "z-index":"509"});
      });
      $('.units.alpha').css({ 
      	"border-color":"transparent"});
      $('#top #wrap_all #footer').css({ 
      	"z-index":"0"});
    })(jQuery);
    </script>
    <style>
    #top #wrap_all #footer {
    z-index: 0 !important;}
    </style>

    2020-01-26-055726

    Best regards,
    Mike

    #1178571

    Hi Mike, this is amazing. I will test it out tomorrow and will get back to you.

    The level of support here is unreal! Much love to yall, thank you so much!!!

    #1178665

    Hi,
    Glad to hear, we will leave this open to hear back from you.

    Best regards,
    Mike

    #1197930

    Hey, sorry its been a while. I tried adding this code to a page, I don’t see a sidebar. I’m probably adding it wrong.

    #1198193

    Another question about this url: https://ce.jointdiplomacy.com/

    I added a banner to the logo area but I can’t find a way to make it full width. There are little rectangle sections on the sides of it, and I’m not sure how to remove them. I tried playing with the layout settings, nothing worked.

    Thank you so much,
    -Daniel

    #1198304

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .responsive .container.av-logo-container {
        max-width: 100% !important; 
        background-size: contain !important; 
    }

    Best regards,
    Mike

Viewing 18 posts - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.