Viewing 30 results - 225,361 through 225,390 (of 243,848 total)
  • Author
    Search Results
  • #239489

    Hey yoginthusiast!

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

    #top #header .avia_mega_div .sub-menu { background: red; }

    If that does not work, please post the link to your website

    Cheers!
    Yigit

    #239472

    Hey Laurent!

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

    .avia_mobile #top .av-parallax-section{z-index: 0;}

    Regards,
    Yigit

    #239471

    In reply to: Twitter Widget

    Hi condonpb!

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

    #av_section_1 > div > div > div > div > div.flex_column.av_one_third.avia-builder-el-15.el_after_av_two_third.avia-builder-el-last > div.avia-builder-widget-area.clearfix.avia-builder-el-18.el_after_av_blog.avia-builder-el-last {
    z-index: -1; }

    2- 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']);

    Best regards,
    Yigit

    #239466
    Piepmatz
    Participant

    Hallo schon wieder,

    wir sind etwas verzweifelt, da wir absolut nicht weiterkommen und uns doch einige Kenntnisse fehlen, um die bisherige HP umzustellen auf WP mit Enfold.

    Ziel ist es, Homepage und Shop in einem zu betreiben.

    WP ist installiert, die Daten übernommen, Enfold gekauft und aktiviert, aber wir wissen nun nicht weiter.

    Gibt es hier jemanden, der uns helfen kann? Gerne erwarte ich ein Angebot.

    Die Daten später weiter pflegen wollen wir schon selbst, aber der Einstieg erscheint gerade schwer.

    Bisherige HP ist http://www.oeko-energie.de

    Vielen Dank für eine Rückmeldung.

    Euer Piepmatz

    This reply has been marked as private.
    tekpal
    Participant

    I have someone who has modified my enfold theme and modified the header to appear as shown in the top half of the image I’m providing a link to. The image shows two images of the header – the first with an orange stripe representing a second navigation menu.
    I have 1,300 images that are all “portfolio” pages. I’m being told each page has to be coded separately to have this header!
    Can you help? I can’t imagine this to be the case, but I can’t figure out how to do it myself. : )
    Thanks!
    -Todd

    image link:
    http://postimg.org/image/rdw7n7f7p/

    #239456
    zerozendesign
    Participant

    Hey guys –

    Which plugin are you using to monitor unread bbpress posts?

    #239446

    In reply to: sidebar blog widget

    nevermind – found the setting under ENFOLD/Sidebar/page sidebar navigation.
    dont’ understand how that got turned on but maybe it was on and not being used before I updated, since
    this is the only sidebar I use on the site.

    #239429
    This reply has been marked as private.
    #239423
    corepart
    Participant

    Hi guys,
    Not really sure whats going on. Iv coded a script with jQuery which on selection of dropdown box it selects the code and displays the div.
    simple stuff really but.. for some reason Enfold is deleting the javascript code and moving the <style code to the bottom of the page?
    by removing the javascript it pretty much stops my dropdown box working. anyone came across this? I was thinking of just making a page specifically for this code and make it a template for re-use?

    #239419

    Hi!

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

    #top div .avia-gallery .avia-gallery-big-inner { height: auto; }

    Regards,
    Yigit

    #239414
    boemedia
    Participant

    Hello,

    I’m checking the responsive layout of my website that I built with Enfold on my Ipad and in portrait mode, it seems all wrong. On the desktop layout I’v created 4 1/4th columns. In portrait mode on the ipad two of them appear fine, next to each other. The other two follow smaller and weirdly placed…

    Is this a bug? I haven’t done anything with css .

    Kind regards
    Monique

    #239396
    dhuet
    Participant

    Hi,

    I have noticed that when you select the theme to be not responsive and look at it on a Table or an Smartphone, the menu does not show up. Is there a quick an easy quick an easy way to fix that?

    Enfold Admin Setting:

    Header: Logo left, menu right
    header behavior: none
    Extra Element: none
    Transparency: nome
    Mobile Menu: Activate only for Smartphone

    Thank you,
    Did

    #239393

    Hey!

    As mentioned here ( https://kriesi.at/support/topic/child-custom-css-not-working/#post-239360 ), it was answered/solved.

    Cheers!
    Yigit

    #239384

    Hi Pablo!

    Please go to Settings > Reading > “Blog pages show at most” and set it to 9

    Regards,
    Yigit

    #239382
    erikwillems
    Participant

    Hi,

    I’m using Enfold for http://www.logitecqmedical.com on the homepage (english) the layer slider is full width and I like it that way. on the French (http://www.logitecqmedical.com/fr/) and papiameto (http://www.logitecqmedical.com/pap/) pages I can’t get it full width. Where should I set this?

    Thanks in advance, regards, Erik

    #239377

    FEATURE REQUEST
    Blog Post Element – Blog Style
    Current options include:

    • Grid Layout
    • Single Author, small preview pic
    • Single Author, big preview pic
    • Multi-Author, with gravatar

    I would love either a secondary option or another style that allows the preview pic to be left of excerpt or title when looking at the blog role.
    It would be similar to Single Author, small preview pic, except the preview pic would be left of the excerpt and title rather than above.

    • This reply was modified 11 years, 10 months ago by tplagenz.
    #239374

    Hey soundinnovators!

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

    .boxed#top { margin-top: 20px; margin-bottom: 20px; }
    .header_color .header_bg { background-color: transparent; }
    #header_main { background: white; }

    Best regards,
    Yigit

    #239373

    Topic: multiple menus

    in forum Enfold
    winstoncuthbert
    Participant

    I would like to have a main navigation menu (top, horizontal) and a sub-menus (left, vertical) for each of the main menu’s sections. 1) Can I do this in Enfold, 2) if so, how?

    Thanks in advance.

    #239372
    This reply has been marked as private.
    #239370

    In reply to: Slide show arrows

    Hi ullihaush!

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

    .avia-slideshow-arrows a:before { background: none; }
    #top .avia-slideshow-arrows a { margin: -30px 50px 0; }

    Best regards,
    Yigit

    Hey!

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

    .html_header_top.html_logo_center .logo { margin-left: 0\9; }

    Regards,
    Yigit

    #239362

    Hey!

    You are welcome Keith, glad we could help :) I think i can mark your other thread ( https://kriesi.at/support/topic/enfold-upgrade-custom-css-help-request/ ) as resolved as well?

    Cheers!
    Yigit

    #239342

    Hey!

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

    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 90%;
    height: auto !important; }}

    Best regards,
    Yigit

    #239336
    keithcrest
    Participant

    I am trying to get the custom.css to work in my child theme, but nothing seems to work (Enfold 2.6.1). I can test “H1 {display: none;}” on the parent theme’s custom.css, and the headlines disappear on my smartphone. But in my child theme, whether I leave the custom.css file at the top level or in a folder labeled “CSS” (as is done on in the parent), it does not work and the H1 remains visible. (So my child custom.css isn’t communicating at all with the smartphone.)

    I have looked through the documentation and nothing is clear to me regarding my doing something wrong.

    Can you please help me get my child custom.css to work?

    Thank you,

    Keith

    #239335

    In reply to: button link to gallery

    I created a lightbox gallery with the options in the theme; Enfold is great to work with.
    I understand there are much more options bit I’m no pro with code,….

    #239326
    This reply has been marked as private.
    #239323
    niceenfold
    Participant

    Hi, Enfold
    Is there any limit on # of menus for Mobile view?
    the page does not display all menus (including submenus)

    #239319

    In reply to: Enfold Showcase

    Hi Rusty,

    great and beautiful site. Very clean. I read your story on your website too, very inspiring and motivational. Amazing :)

    Dalen

    #239313

    In reply to: Enfold Showcase

    I just launched a new website for my company Life Engineering, entirely using enfold. I used lots of color sections that have images with horizontal separators above them with negative pixel settings. That causes the image to bridge the two sections for a nice effect (if you are using transparent png images).

    I’ve worked with dozens of themes, but by far Enfold is the best, most reliable, easiest to learn, and most flexible.

    http://life-engineering.com – Take control of your life

Viewing 30 results - 225,361 through 225,390 (of 243,848 total)