Viewing 30 results - 212,611 through 212,640 (of 244,516 total)
  • Author
    Search Results
  • #321989

    Hi CoolPenguinSays!

    1- Please go to Enfold theme options and set “Services” page as your frontpage and please do not select it in Settings > Reading tab.
    2- Please add following code to Functions.php file in Appearance > Editor

    `function put_stuff_before_main_content() {
    	echo "<div class='my-class'><img src='https://kriesi.at/wp-content/themes/kriesi/images/logo.png' /></div>";
    }
    
    add_action('ava_main_header', 'put_stuff_before_main_content');`

    You can reposition your elements using following code in Quick CSS field in Enfold theme options > General Styling tab

    .my-class { position: relative; left: 10px; top 20px; }

    Regards,
    Yigit

    #321988

    Hi!

    You can adjust styling of submenus in Enfold theme options > Advanced Styling tab. If that does not help with what you want, please post an example

    Best regards,
    Yigit

    #321979
    1lizcollins
    Participant

    Hello,
    I’ve successfully done this on another site using Enfold (open a post, use the shortcode wand, copy & paste the code into the icon box), but on this site it’s not working. If you scroll to the bottom the the home page you can see the blog post is spilling out of the icon box. Thanks so much for your help!

    Liz

    #321965

    Hey palmalorenzo!

    Please add following code to Quick CSS field in Enfold theme options under Geenral Styling tab to reposition language switcher

    #lang_sel_list {
    right: 10px;
    top: 20px;
    }

    Regards,
    Yigit

    #321963

    In reply to: shop Sidebar style

    Hey!

    Unfortunately no, you can find available videos here – http://kriesi.at/documentation/enfold/videos/

    Regards,
    Yigit

    #321959

    In reply to: Dead Post Redirect

    Hi!

    No, you are going to need to edit 404.php file and enfold/includes/error404.php file to edit 404 page

    Regards,
    Yigit

    #321955

    Hi Nate!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    input#s {
    font-size: 18px!important;
    color: black!important;
    }

    Cheers!
    Yigit

    #321953
    rgbozeat
    Participant

    Hi,
    I am trying to add a Widget Area in Avia Layout Builder to a page on my site. When i drag the Content Element “Widget Area” to position it stays there but when I press the “update” button it disappears.
    I am on WP 4 and enfold 2.9.2
    is this a bug or am I simply not understanding something basic?
    I have three footer areas which work fine but no sidebar, don’t want one, and am trying to add a TripAdvisor button to near the top of the page rather than have it in the footer.
    If there is another way of doing this – I have the html code for the button – i am happy to try
    Still fairly new to WP so probably just me but I could do with some help.
    thanks

    #321948

    Hi charlie1!

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

    .phone-info {
    font-size: 18px;
    color: red!important;
    }

    2- Please add following code to Functions.php file

    function put_stuff_before_main_content() {
    	echo "<div class='my-class'><a href='http://kriesi.at'><img src='http://kriesi.at/wp-content/themes/kriesi/images/logo.png' /></a></div>";
    }
    
    add_action('ava_main_header', 'put_stuff_before_main_content');

    and then add following code to Quick CSS in Enfold theme options under General Styling tab and adjust its position using

    .my-class { position: relative; right: 10px; }

    Regards,
    Yigit

    #321943

    In reply to: Http Error

    Hi there – I’m facing exactly the same problem.
    There is no explaining error description; it only says “HTTP Error” once imgs get larger.
    Settings – Media allows imgs up to 4000 x 6000px
    Changed browser: same prob
    Switching off Enfold – image upload works.

    But – switching off Enfold is not what I want ;-)

    You will find a solution, I’m sure.

    Best regards, Katharina

    #321940

    Hi!

    Your styling is stored in wp-content/uploads/dynamic_avia/enfold.css file. and yes, you can overwrite it using custom CSS code in either Quick CSS field or Custom.css file which is inside Enfold/css folder

    Cheers!
    Yigit

    #321939

    HI – I would like to get some elements that appear on the enfold demo meet the team page but are different on my installed meet the team template from summy pages.

    At the bottom of the demo version page – it has a odd scrolling black image with The Office text over the top – I want something like this – where the version now is with text above the image and totally different size etc, does not scroll the way that one did etc. Is this an older version or something?

    Also what is the element on the demo version below this aspect – where is has large images but not again like is shown on the new dummy data page version. Ideally I want my page to look similar to the one on the demo – rather than the template – but I am not sure what elements these two aspects are – or how to create them

    Heres a link to the demo section page I mean
    http://kriesi.at/themedemo/?theme=enfold and go to meet the team

    Thanks!

    #321938
    This reply has been marked as private.
    #321935

    In reply to: Cuatom Icons

    Hey Invoke_Media_Group!

    Please see – http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    Regards,
    Yigit

    #321930

    Hey charlie1!

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

    h1, h2, h3, h4, h5, h6 { text-transform: none!important; }

    Regards,
    Yigit

    #321929

    Hey!

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

    .add_to_cart_button {
    display: none!important;
    }

    Regards,
    Yigit

    #321926
    This reply has been marked as private.

    Hey anilkumar1261!

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

    p.form-allowed-tags { display: none !important; }

    Best regards,
    Yigit

    #321918

    Hi smudgedesign!

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

    .avia-slideshow.avia-slideshow-1 {
    min-height: 500px;
    }

    Regards,
    Yigit

    #321910

    In reply to: Change Menu Font

    Ok, so that doesn’t work:(

    I tried adding it to functions.php, then I created a child theme and added it there. Both times I got an error message that looked like this:

    Parse error: syntax error, unexpected T_FUNCTION, expecting T_STRING or T_VARIABLE or ‘$’ in /home3/lizy/public_html/fitrats.com/wp-content/themes/enfold/functions-enfold.php on line 1080

    I tried googling how to add a google font to functions.php but the code looked so different then what you provided I decided just to ask again.

    Thanks!

    JoseSoto
    Participant

    Buenas tardes, Josue:
    En mail anterior te comenté el problama de incompatibilidad de wordpress 4 con la plantilla enfold.
    Me indicaste me descargase la nueva versión de enfold, así lo hice, y efectivamente la nueva versión es compatible con worpress 4
    ¿Problema? Que al descargarme la nueva versión enfold, me descolocó los contenidos de la web que tenía ocn la versión antigua.
    ¿Hay soluición a esto? O la única alterntaiva es que rehaga la web manualmente.
    Ya me dices. Como siempre, muchas gracias por tu inestimable ayuda
    Saludo
    José Manuel Soto

    #321899

    I change know the php Version to 5.4, and the old script works.
    But for the future the problem is still there.
    Hope you can fix it in the next Enfold Update

    #321898
    AnnemarieDoolin
    Participant

    Hey Guys, I want to install a new Google font (Titillium Web) to Enfold for the headers but I don’t know where to install it? Would appreciate your help.:-)))

    anilkumar1261
    Participant
    #321892

    @Yigit Here you have: http://www.zmov.pt/
    Sorry for the late answer.

    In my themeforest account its not appearing the enfold theme download package. It’s that normal?

    thank you.

    • This reply was modified 11 years, 6 months ago by zmov.
    #321890

    Ismael: please don’t send us on a wild goose chase because some of us already wrote about the fact that it worked a few days ago and suddenly it stopped working around the time wp4.0 hit. This basically rules out any relation to the php version because it was already running and we did not change our PHP Version. Also the new layer slider 5.3 Update does fix the problem which strongly indicates this problem is between wp4.0 and the “older” layer slider version in the enfold package and not the users environment.

    Thanks,
    Andreas

    #321888
    charlie1
    Participant

    We are using the “Transparent Header” in Enfold as you can see here (http://23.235.201.84/transparent-header/). We would like to know if the logo can somehow be repositioned so that it appears in the empty space to the right as pictured here (http://prntscr.com/4o8v5y).
    I did accomplish this by creating a new logo and adding a very large amount of blank space in the logo on the left side. However, when viewing the logo on an iPhone, the logo was no longer very nicely centered.
    Thanks in advance for your help.
    Dan

    #321878
    opvab
    Participant

    Hi,

    I’m trying to use mqtranslate on my site. If you create a page you could easily switch between the languages in the titles and so on,
    but how do you activate the language tabs if you switch to “Advanced Layout Editor”. Then you got no possibility to have page in different languages?

    Cheers,
    Ted

    #321877

    Hi dvbmedia!

    Can you please make sure that you are using the latest version of Enfold which is 2.9.2? If not, please update via FTP – http://vimeo.com/67209750

    Cheers!
    Yigit

    #321861

    In reply to: Formatting issue

    Hi Steamed!

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

    #top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; }

    Cheers!
    Yigit

Viewing 30 results - 212,611 through 212,640 (of 244,516 total)