Viewing 30 results - 221,311 through 221,340 (of 243,887 total)
  • Author
    Search Results
  • TheMediaman
    Participant

    Enfold 2.7.1
    WP 3.9

    How can I set the main menu and main menu sublevel links font size between specific browser pixel widths only?

    The client wants the main menu and sublevel link font larger for the desktop but that causes problems on a tablet in portrait mode. The menu wraps to a second line. So I would like to set a custom font size above smartphone yet below desktop resolutions. In my case between 769 and 1140 pixel width.

    – a custom main menu and main menu sublevel links font size is set in theme options.
    – the header mobile menu activation set for below 768 and that works just fine for smartphones.
    – I tried unsuccessfully tried working with the info and code in this thread (last entry) https://kriesi.at/support/topic/menu-problem-on-ipad/
    – I tried directly editing the code in layout.css

    I tried adapting the following code (I have no experience so it was a guess and tried to make something work but I failed)

    p {
        @include responsive-font-size (
            $min-font-size: 1.8em,
            $max-font-size: 3.7em,
            $min-screen-width: 640px,
            $max-screen-width: 1200px,
            $font-size-step: 0.3em /* optional, default: 0.1em */
        );
    }

    But that just overrode the main site font and left the menu font unaffected. Definitely the wrong way

    #261944

    Topic: Slow loading website

    in forum Enfold
    mp3dk
    Participant

    Hello,

    I am running Enfold using the Enfold Child Theme – http://www.farumkyokushin.dk/

    Since the last two theme updates my website has been loading extremely slow. The problem isn’t situated within my host. My host is agressively caching and I am also using CloudFlare as a CDN.

    I suspect the theme bien too heavy when loading. Can you guys confirm this?

    #261937

    It would be tough to do the button shortcode because there are several files in the media player and each would need their own download link.

    Here was a bit of info I received from the Series Engine support team:

    “Since I don’t think any of the plugins you mentioned would be the culprit, I’m guessing that there’s some CSS in your theme that is overriding the styles for the Series Engine media player; the one I’m seeing on your site has completely different playback control buttons and a different color scheme than the Series Engine styles, and it’s expanding to the full width of your container, which is covering up the download button.”

    Any idea of what CSS in the Enfold theme could be overriding their styles? I did notice that it does seem like the styles are different from other sites that use SeriesEngine (see the image I posted above compared to what is on our site).

    The only thing I could suggest would be to test the same thing using one of the default themes and see if its a WooCommerce or Enfold thing.

    #261916

    In reply to: Enfold Showcase

    Hi,

    erstmal ein großes Lob an die fleißigen Entwickler. Weiter so, erstklassige Arbeit!
    Wir nutzen eine angepasste Enfold Version für unseren Schnäppchen Blog mit automatischen Preis-Such-Algorithmus und Preisverläufen.
    Sollte jemand Fragen haben, immer her damit :-)
    http://www.nerdsheaven.de/ (German)

    Gruß,
    Kay

    • This reply was modified 11 years, 8 months ago by sevsh.
    #261907
    This reply has been marked as private.

    HELP PLEASE ASAP THIS IS A LIVE WEBSITE CUSTOMER NOT HAPPY…

    I should not have to write code to make a image smaller

    In the Enfold editor the image is set to have a width or 200 px

    But when I view the site it takes up the full screen.

    Here is a link to what it looks like in edit mode
    http://ottenbros.sbstrategies.com/wp-content/uploads/sites/6/2014/05/screen.jpg

    Here is how it looks live it worked before the last update but now it does not?
    http://ottenbros.com/meet-the-designers/

    #261899
    MarcG5
    Participant

    Hi all,

    I have almost finished my migration from Avisio to Enfold and looking forward to going live with the new site very soon. I have some tidying up questions that I hope you could help with:

    Mobile view:
    1 – Is there a way to remove the breadcrumbs for only when the site is viewed only on mobile phones? iPads appear to be ok but I am not sure if you can distinguish between screen sizes.

    2 – When viewed on an iPhone or Android phone my mobile menu icon in landscape is positioned fine but when put into portrait mode the menu icon obscures my logo. Could this be positioned higher than it currently is when viewed in portrait mode?

    General:
    When viewing a page from the main menu a highlighter is present under the selected menu item, however when viewing a page from the sub menu the highlighter disappears. Is there a way to make this present for any menu item that has been selection?

    My website can be viewed here: http://marcgodfreeweddings.co.uk.gridhosted.co.uk/

    Thanks in advanced for any help!
    Marc

    #261898

    Hey web4proPL!

    You can remove post nav by adding following code to Quick CSS in Enfold theme options under General Styling tab

    #top .avia-post-nav { display: none; }

    and you can use following code when you are using boxed layout

    .avia-post-prev { left: 4%; }
    .avia-post-next { right: 4%; }

    I could not reproduce scrolling issue on my end on Chrome version 34.0.1847.131 on Mac OS X 10.9.2. Which OS and Chrome version are you using?
    It does look fine on my end on Firefox 29 – http://i.imgur.com/fhsWzsH.jpg
    Can you post the link to your website so we can look into it?

    Regards,
    Yigit

    This reply has been marked as private.
    #261890

    In reply to: Remove table styling

    Hey Sconcepts!

    Please go to Enfold/Css folder and open Base.css file and edit table, tbody, td and tr values

    Best regards,
    Yigit

    #261886

    Hey!

    Please see – http://kriesi.at/documentation/enfold/updating-your-theme-files/
    It would be the best if you login on ThemeForest with the account you have purchased Enfold and go to Downloads page to download the latest version and update the theme via FTP (You can find video tutorial in the link i posted)

    Cheers!
    Yigit

    #261878

    Hi,
    With UberMenu the shrinking settings (both placement and colour change) seem to have been overridden or lost.
    Here is the link to see what I mean:
    http://testsite.cutecircuit.com

    The text is hard to read because the colour change is lost.
    And once you scroll the page a little, the text does not place properly on the menu bar.

    Presently I have added the CSS found at this page (http://sevenspark.com/docs/ubermenu-enfold) to the Quick CSS field of the Enfold Admin interface.
    Thanks!

    Hi Vicken!

    Please add a Color Section element to your page and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
    Then add following code to Quick CSS in Enfold theme options under General Styling tab

    #your-custom-id .container { width: 100%; }

    Regards,
    Yigit

    #261859
    WEBIGAMI
    Participant

    Hi kriesi-team,

    I’m almost finished with another Enfold-project and have the following issue:

    My client claims, that images are not loading (immediately) when she scrolls down the site. The images should load in the moment, the content is visible in the browser.:

    http://webigami.de/guth/kunst/figurative-malerei/

    Please advise asap. I need to go online tomorrow.

    Thanks and cheers,
    Jan :)

    #261844

    Hi!
    would you mind updating to the latest theme version and check if the problem is fixed? we made som echanges and it seems to work fine here for example: http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/

    Best regards,
    Kriesi

    Hey Sue!

    I am afraid there is no other solution than updating. wordpress 3.9 made some substantial changes to the their editor and we had to change a lot of files to make it work with enfold. Sorry for that…

    Best regards,
    Kriesi

    #261825

    Hi Brett!

    Do you mind posting a temporary admin login here, privately, so we can look into it? Just realized that you are using an older version of the theme. Please firstly update Enfold to the latest version 2.7.1 – kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Yigit

    • This reply was modified 11 years, 8 months ago by Yigit.
    #261818

    In reply to: Blog Issues

    Hi shadyraymond!

    1- Please go to Appearance > Editor and open functions-enfold.php file and find

    $entries['prev'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	            $entries['next'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	        }
    	        else
    	        {
    	            $entries['prev'] = get_previous_post($settings['same_category']);
    	            $entries['next'] = get_next_post($settings['same_category']);

    and change it to

    $entries['next'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	            $entries['prev'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	        }
    	        else
    	        {
    	            $entries['next'] = get_previous_post($settings['same_category']);
    	            $entries['prev'] = get_next_post($settings['same_category']);

    2- You can simply click on “Insert More Tag” to add read more button to your blog posts http://i.imgur.com/4RmtaLS.jpg
    3- As far as i know, no one else reported such issue. I asked @dude to share his opinion. Let us wait for his answer.
    Best regards,
    Yigit

    #261815

    Topic: design work

    in forum Enfold
    rmauro
    Participant

    I am in need of some help to build a wp site using enfold. Small project, which I could do myself, just dont have the time right now. and I need the site up asap.

    please email me, if you have the time and interest.

    thank you!

    rm at happy mac dot com

    #261800

    Hi spirit1977!

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

    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
    padding-top: 150px;
    }

    Cheers!
    Yigit

    #261797
    fisherman
    Participant

    Hi, I can’t resize images at all in posts in Enfold. The inline width and height paramaters are there, but they are not respected in the front end. What can I do?
    Thanks,
    Tom

    #261796

    Hi!

    You are probably using an older version of the theme. Please update Enfold to the latest version 2.7.1 via FTP – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Yigit

    #261778

    Hi ste_thumbs!

    Please give a unique ID to your color section – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
    and add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    #your-custom-id { display: none !important; }}

    Regards,
    Yigit

    #261776

    Hi!

    1- Please go to Enfold theme options > Header Layout > Header Size = Custom Size > Header Custom Height = 200px
    2- Please add following code to Quick CSS

    div .logo { margin-top: 20px; }

    3- Please refer to Ismael’s post here – https://kriesi.at/support/topic/add-new-font/#post-234710
    Cheers!
    Yigit

    #261767

    Hi!

    @tkcenter: No worries. Please open another thread about the search form issue. :)


    @ContentedKerry
    : Did you update the theme to the latest version, Enfold 2.7.1? The text block should be fix on the latest patch of the theme.

    Best regards,
    Ismael

    Jan
    Participant

    Hello,
    at the Enfold Settings -> Sidebar Layout I’ve checked the “Page Siedbar navigation”, which displays “all nested subpages of a page automatically”. But now I’ve changed the “Sidebar Einstellungen”on one page from “Default Sidebar” to a custom widget area. The content of this widget area appears correctly, but unfortunately the subpages are still displayed above them. I thought a change from “Default Sidebar” to a custom widget area will preclude the subpage view(?). What can I do to preclude them?

    Thank you, Jan

    Thanks, but this is absolutely not the same as the normal ENFOLD “latest news widget” -> see the (missing) widget header for example.

    Latest News-Widget:

    Combo-Widget:

    #261747

    Hey Romina77!

    Please go to Enfold theme options > Header Layout > Header Layout > Menu and logo position – http://i.imgur.com/4ZBRqll.png

    Cheers!
    Yigit

Viewing 30 results - 221,311 through 221,340 (of 243,887 total)