Viewing 30 results - 138,031 through 138,060 (of 142,615 total)
  • Author
    Search Results
  • #176497

    Hey!

    I would suggest upping the memory to 128 as 64 is still somewhat low. I have no issues with it on any of my test installations but some users have still run into issues. And just to verify, you are running 2.3.2 of Enfold correct?

    I’ve tagged Ismael on the topic so he has it in his queue as well.

    Best regards,
    Devin

    #176490
    This reply has been marked as private.
    #176484

    Hello and thanks for the help
    Now the logo on the phone is correct. Unfortunately, it is now reduced to the desktop. I do not want yes.

    The logo is 417 x 99

    I have the following CSS in the Quick CSS

    first-child> li> a {# header_main container, MAIN_MENU ul..
    height: 110px important;!
    line-height: 190px important;!
    }

    # main {html.fixed_header
    padding-top: 120px;
    }

    http://windows-tipps.com

    Thanks

    #176483

    This is cut and paste of my post below from this thread here:
    https://kriesi.at/support/topic/can-i-remove-the-menu-from-just-one-page-using-css/#post-176479

    ============

    I have the same exact questions asked about six or seven hours ago and have no input.

    https://kriesi.at/support/topic/remove-top-nav-menu-selected-pages/

    This seems like a pretty basic thing to do on a website. I want a landing page with a boxed layout and NO menu at the top and I’ve had to jump through serious hoops to get it going. I am working with your default demo site and data and haven’t added a thing to the databases with respect to custom content for the test page.

    I’ve got it working using if/else conditional statements in the header file using if ( is_page( 2345 ) )
    The menu is now gone, but the CSS is still writing an empty block (without href links). The block is the exact same pixel dimensions as if $nav
    is still being echoed. So somewhere a CSS property is still affecting the Div that held $nav.. It’s either that, or some padding-top or margin-top is
    being written to a wrapper Div or an adjacent DIV just below where $nav would reside in the header. If you read my other thread, you will
    see a screen shot where the background CSS Properties disappears. Probably because #wrap-all fills the screen width at 100%.

    Manual edits to the CSS were necessary to make the background spring to life again for both the boxed and unboxed layouts as follows:

    #ls-global.html_boxed
    {
    background: #000000 url(http://localhost/enfoldtest/wp-content/uploads/2013/04/asphalt_background_spotlight_upper_left_01.jpg) no-repeat fixed top center;
    }
    HTML.html_boxed
    {
    background: #000000 url(http://localhost/enfoldtest/wp-content/uploads/2013/04/asphalt_background_spotlight_upper_left_01.jpg) no-repeat fixed top center;
    }

    But I’m still left with the large empty white area where $nav would appear. Need to get rid of that.

    This sure is a major amount of hoops to jump through to remove $nav from a boxed layout so that you have a bonafide splash page or landing page without presenting a full blown menu to a first time site visitor. Sometimes you don’t want to sell the whole enchilada to a first time visitor. If you present too much information they may loose patience with the options, bail on your site and never call you for business. Sometimes less is more. And I haven’t even brought up the aspect of using small code blocks and HTML pages for presentation in popup light boxes. Things like registration forms, product detail popups and Ajax update forms for underlying pages. There are so many reasons why you wouldn’t want a menu to appear it’s silly.

    My intention was not to hijack this post, but it appears that my earlier post asking the exact same question with my three detailed posts with a screenshot was unanswered and skipped. Not even a salutation, or I’ll get back with you like you’ve done here. Every post around mine had a relatively polite reply except mine. Pretty odd. Meanwhile I’ve spent hours and hours hacking through your backend to see how it works for a pretty simple thing.

    Sorry mgma. I will post in my other thread and hopefully get an answer to what we are both trying to achieve.

    #176479

    I have the same exact questions asked about six or seven hours ago and have no input.
    https://kriesi.at/support/topic/remove-top-nav-menu-selected-pages/

    This seems like a pretty basic thing to do on a website. I want a landing page with a boxed layout and NO menu at the top and I’ve had to jump through serious hoops to get it going. I am working with your default demo site and data and haven’t added a thing to the databases with respect to custom content for the test page.

    I’ve got it working using if/else conditional statements in the header file using if ( is_page( 2345 ) )
    The menu is now gone, but the CSS is still writing an empty block (without href links). The block is the exact same pixel dimensions as if $nav
    is still being echoed. So somewhere a CSS property is still affecting the Div that held $nav.. It’s either that, or some padding-top or margin-top is
    being written to a wrapper Div or an adjacent DIV just below where $nav would reside in the header. If you read my other thread, you will
    see a screen shot where the background CSS Properties disappears. Probably because #wrap-all fills the screen width at 100%.

    Manual edits to the CSS were necessary to make the background spring to life again for both the boxed and unboxed layouts as follows:

    #ls-global.html_boxed
    {
    background: #000000 url(http://localhost/enfoldtest/wp-content/uploads/2013/04/asphalt_background_spotlight_upper_left_01.jpg) no-repeat fixed top center;
    }
    HTML.html_boxed
    {
    background: #000000 url(http://localhost/enfoldtest/wp-content/uploads/2013/04/asphalt_background_spotlight_upper_left_01.jpg) no-repeat fixed top center;
    }

    But I’m still left with the large empty white area where $nav would appear. Need to get rid of that.

    This sure is a major amount of hoops to jump through to remove $nav from a boxed layout so that you have a bonafide splash page or landing page without presenting a full blown menu to a first time site visitor. Sometimes you don’t want to sell the whole enchilada to a first time visitor. If you present too much information they may loose patience with the options, bail on your site and never call you for business. Sometimes less is more. And I haven’t even brought up the aspect of using small code blocks and HTML pages for presentation in popup light boxes. Things like registration forms, product detail popups and Ajax update forms for underlying pages. There are so many reasons why you wouldn’t want a menu to appear it’s silly.

    My intention was not to hijack this post, but it appears that my earlier post asking the exact same question with my three detailed posts with a screenshot was unanswered and skipped. Not even a salutation, or I’ll get back with you like you’ve done here. Every post around mine had a relatively polite reply except mine. Pretty odd. Meanwhile I’ve spent hours and hours hacking through your backend to see how it works for a pretty simple thing.

    Sorry mgma. I will post in my other thread and hopefully get an answer to what we are both trying to achieve.

    This reply has been marked as private.
    #176468

    Seeing it first hand from the WordPress backend is the quickest and easiest way to offer support when the issue isn’t apparent from the front end or isn’t happening when we re-create it on our own dev installations. It isn’t abnormal and I along with the other support crew have done it a half dozen times for various topics here within the last day alone.

    You may also want to try updating to 2.3.2 of the theme and definitely update WordPress to 3.6.1 because it was a security update.

    #176401

    Hi!

    Glad you figured out the issue!

    @thanp73
    can you try the same? https://kriesi.at/support/topic/setting-main-menu-not-sticking/#post-176223

    Regards,
    Yigit

    Hi Yigit,
    This did not work, there was no change to the text color on the top header bar. I added it to my custom css file not the quick css as I am documenting all the changes I make. Any other ideas?

    What it looks like is below. The background of the bar is dark blue, the social icon is gray, text link is gray, text hover is dark gray the vertical separators are white.

    social icon link | link | link | link

    Regards,
    Seth

    #176392

    Hey David!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab and adjust

    .title_container .main-title { top: 2px; }

    If that does not work for you, please post the link to your website when you launch it so we can provide a fix for it. I do not have such alignment issue on my installation

    Regards,
    Yigit

    #176387

    Hello!

    Yes but did you undo the changes? It looks like this https://kriesi.at/support/topic/collapsable-menu/#post-165144 is not being applied.

    Cheers!
    Yigit

    #176385

    Topic: Logo too big on mobile

    in forum Enfold
    #176374
    Michael Oeser
    Participant

    The question was raised already here (https://kriesi.at/support/topic/gravity-forms-not-working-with-layout-editor/) but there was no final answer and it´s closed now. So I´m posting the issue again.

    The form appears on the page, once you hit submit the button disappears and nothing happens, no JS error, no PHP error, and if I put the form on a page without the layout editor it works perfectly.

    Any solutions? I’m running the last version of GF 1.7.11 and version 2.1 of the enfold theme.

    The site is under development and closed to the public but you can use this link: http://www.eoswiss-engineering.ch/test/ and navigate to the “Contact” page from the main menu.

    I also figured out that the Gravity Forms “Add Form” button is not visible in the advanced editor. When I add a Text Block this button is missing. Of course I can do a little workaround by switching to the default editor, add the form, copy the form shortcode, go back to advanced editor and paste the shortcode into the text block element.

    But it would be much nicer if Enfold would support Gravity Forms right from the advanced editor.

    • This topic was modified 12 years, 2 months ago by Michael Oeser.
    #176361
    chryseis
    Participant

    Hi,

    I made another topic about this subject but it was not resolved and I found out it’s closed now so I start this new one.

    I have a big problem because my post show comments number when there are none. Please look a t the picture in the link above:
    https://www.dropbox.com/s/93lcql167ry466c/Accueil_-_wordpress_et_webdesign_par_Christelle_Bourgeois.jpeg

    You told me it was due to wp-rocket plugin but after I investigated and disabled the plugin it appears it’s not coming from it.
    Can you solve this problem please? It’s very annoying and bad for readers to go on my site , think there are comments on an article and find out there are none.

    Kind regards,

    Chrys

    #176352

    Hi Josue,

    Thanks – sure did the trick.

    Starting to feel greedy, but two more things.

    I managed to chance the opacity of the footer myself but can you help me out with the code for the menu header and little bar at the top of the site.
    I got the opacity of the menu/header to change but it also made the logo transparent.

    And secondly – the bodybackground of other pages didn’t change (see: http://www.voorjou.info/voorjounieuw/privace/) any way i can get that to be transparant as well?

    Regards,

    Jeroen

    #176344
    This reply has been marked as private.
    #176333
    This reply has been marked as private.
    #176327

    Well, the feature I am asking about is pre-built into your template and it works as described. But unfortunately if selecting a Template attribute of Blank – No Header, no Footer, the entire page background turns white when using a “boxed” layout. For example, using Boxed Grunge, the entire grunge background disappears and the underlying page color behind that BG image is now white. Hard coding custom edits to the css changes nothing either. Manually adding the background properties to HTML.html_boxed does not affect the page. And of course any edits to the BODY CSS property will not be recognized because your template outputs the following <html lang="en-US" class=" html_boxed responsive "> just after the DOC type declaration.

    Is this intended or a bug?

    It is easy to replicate and check on your end with your default installation of data. Which is what we are working with. Two clicks and you’ll see the bug that I’m talking about. Select Blank as the page layout in the Dashboard Page Editor on your default Portfolio page here –> Home v5: Portfolio Style

    You’ll see quickly for yourself that the background turns white under a Boxed Grunge layout. Poof it’s gone. I haven’t tried on a full page layout, Only Boxed Grunge and Boxed Blue Styling. Same results and errors for Boxed Blue & Grunge.

    Screenshot to follow.

    • This reply was modified 12 years, 2 months ago by websitegurus.
    vruchtvlees
    Participant

    There is something I can’t figure out. Main goal is making the Fullscreen Slider “100% minus 100px in height, instead of 100% height of the screen so you will see some of the content at the bottom.

    In the code below you’ll see a height of 836px, which is auto updated when I rescale the browser window. Changing the code manually with Chome > inspect element to the height -100px does the job.

    I think I need to edit a piece of JS, but can’t find out what I should edit.

    Please, advice. Thanks!

    <div data-size="no scaling" data-animation="slide" data-ids="3196" data-autoplay="false" data-bg_slider="true" data-slide_height="100" data-handle="av_fullscreen" data-interval="5" data-class=" " data-css_id="fullscreen_slider_0" data-stretch="" data-lightbox_size="large" class="avia-slideshow avia-slideshow-1 avia-slideshow-no scaling av_fullscreen avia-slide-slider " itemscope="itemscope" itemtype="http://schema.org/ImageObject" style="height: 836px;">

    #176286
    simonac
    Participant

    I do not find an option to search the support forum just for topics related to enfold theme? What i use now is the button on the top right.
    I find this very confusing. Am i mising something?

    Kind Regards,

    Simon

    #176270

    Hello Easy123!

    1) Please see https://kriesi.at/support/topic/make-excerpt-shorter/#post-172121

    2) You can change the blog layout on the option page (Enfold > General Settings > Blog Style). It will affect the blog page and archive pages. The search page and the author pages do not support the blog grid layout at the moment though.

    3) The search page displays the “Displayed Everywhere” widgets. You can add a widget to this widget area to remove the dummy widgets on the search page too or (if you don’t want to add a widget to the “Displayed Everywhere” area open up sidebar.php and delete

    
            if ($default_sidebar)
            {
                 avia_dummy_widget(2);
                 avia_dummy_widget(3);
                 avia_dummy_widget(4);
            }
    

    Regards,
    Peter

    #176254

    Ismael, thanks for the prompt and helpful reply!

    I tried what you suggested at this mockup website:
    http://wp.atrico.com.au

    The smooth scrolling works, but I’m having a few problems:
    1) When I manually scroll to a section, the section’s navigation menu item is not highlighted. This is the case even if the menu contains only hashtag labeled sections.
    2) If I add links to another page in the top menu, the “Section 1” menu item remains highlighted all the time. I did a search and found it might be related to the same problem discussed here.

    thanks,

    kheong

    #176246
    primarythoughts
    Participant

    I found this in the support forum… https://kriesi.at/support/topic/menu-of-one-page-portfolio/

    but I don’t believe that it is for the Enfold theme. Within the Avia Layout Builder there are no page section elements.

    Please advise on how to create menu for the one page portfolio.

    Thanks!

    #176234

    Hello!

    You can add this on your custom.css or Quick CSS:

    .sub-menu .av_font_icon {
    position: relative;
    margin-top: 5px;
    }

    Cheers!
    Ismael

    #176226
    mastcharter
    Participant

    The buttons that we place onto our pages have somehow lost their styling. I don’t know what has caused this. I just reset the styling of our theme back to the default splash blue and removed all custom CSS quick styles as well.

    This still shows the buttons as being unstyled or not completely styled.

    You can take a look on this page here:
    http://mastccs.org/student-life/cafeteria/

    The buttons right at the top of the page show the issue.

    Thanks!

    #176219

    Hi!

    Can you please give us a link to this page? http://holidaymarketing.de/?attachment_id=2635

    This will move the content upwards:

    #main {
    margin-top: -20px;
    }

    Cheers!
    Ismael

    #176203
    websitegurus
    Participant

    Theme: Enfold

    We want to remove the entire top menu navigation and logo area on selected pages. Not all pages, just a few.
    We want to use the query string in the URI rather than changing a global setting using CSS so that it doesn’t affect all pages and
    we can control which pages have the top nav menu area.

    Q1. So, how do we remove the entire top navigation and logo from selected pages using an IF/Else loop in the functions file of a Child Theme?

    We prefer to do this server side rather than javascript due to reliability reasons for browsers using a PHP header request of
    $_SERVER[‘HTTP_HOST’]

    Basically this in a nutshell:

    If
    pageid=XXXX
    // remove nav id
    Else
    //show id

    I assume this is not already built into the backend of Enfold or Worldpress. If so, please share link to a reliable plugin, or specific code in your template.

    We are not asking for exact code to remove a specific page id at this point. We need a general framework for the function and
    we will be able to manipulate it from there. We are competent PHP coders.
    We do not have a online link to share because we are testing your template on Localhost using Xampp.

    Thanks.

    #176194
    #176187

    Hello!

    No, not that I know of. It would be set by the uploaded video file. You could overwrite it with css via something like:

    #top .mejs-poster.mejs-layer {
        background: red;
        background-image: none !important;
    }
    #top .mejs-poster.mejs-layer img {
        display: none;
    }

    Then alter the values to suit. If you need to make it only effect that item you could wrap the video element in a specific custom css class or make it specific to the page. The best solution however would just be to get the image Ismael referenced back online.

    Regards,
    Devin

    Hey!

    In the top right of that menus manager area select Screen Options and you can then check the boxes for the other items to show up so you can select them.

    Cheers!
    Devin

Viewing 30 results - 138,031 through 138,060 (of 142,615 total)