Viewing 30 results - 223,351 through 223,380 (of 243,836 total)
  • Author
    Search Results
  • #251065

    Oh , and also, a question: how can i activate another language for the theme? I saw the theme comes with several translations ready, but i don’t know how to activate it. Thank you. :)

    anca bogdan

    #251062
    karanna
    Participant

    Hello,
    I like your theme, it is very easy to use and intuitive, but i have the following issues with Enfold theme:

    1. i cannot move the widgets or open them and the sidebars. (i disabled all plugins and the problem remains and also i changed the theme and the widgets started working normal). This is the website: http://www.evolutiespirituala.ro/

    2. I have a plugin that i would like to keep, Calendarize it! for WordPress but it doesn’t show the events list anymore, in page and in widget area. This is the link to the page that the calendar appears: http://www.evolutiespirituala.ro/events-calendar/ . I works with other theme.

    Thank you very much for your time. I hope for an answer soon. :)

    anca bogdan

    • This topic was modified 11 years, 9 months ago by karanna.
    #251060

    Hi,

    the link is http://www.suedcab.com

    here a shot and a link

    Best regards
    Chris

    #251059

    In reply to: Mega Menu Links

    Hi chiummog!

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

    #menu-item-3009 .sub-menu { pointer-events: none; }

    Best regards,
    Yigit

    #251058

    Hi debenm!

    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 {
    height: auto !important; }}

    I have checked your website on my iphone and color section background images look centered on my end – http://i.imgur.com/ieJrhnU.png
    Can you post a screenshot of the issue you are having?

    Best regards,
    Yigit

    Hi GOWD!

    Thank you for using the theme!

    Right now, it is not possible to change the element’s style directly on the dashboard but Kriesi is creating a new option to make this possible. Please wait for that on the next theme update. You need to apply the modifications using the Quick CSS field or use the Enfold Styling panel to play around with the theme color. Can you please give us a specific element that you want to change?

    You can change the special heading text with this on Quick CSS or custom.css:

    .main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6 {
    color: red;
    }

    Best regards,
    Ismael

    Hi jmblakey!

    Please use following code instead

    .phone-info span {  font-size: 30px; }

    Cheers!
    Yigit

    #251051

    Hi!

    Thank you for the login details.

    I visited the menus panel on Appearance > Menus and it looks ok. This is what I see.

    Please try to test it on another browser or another computer if possible.

    Cheers!
    Ismael

    #251048

    Hi ChristophTaschler!

    Thank you for using the theme!

    We are not sure of the issue as of this moment. If you don’t mind, we would like to ask for the website url. Do you have any plugins other than WPML? A screenshot of the issue will surely help. Thanks!

    Best regards,
    Ismael

    #251040

    Yes, that’s hat I have done so far… But klicking and smiling is much less work. Would be great if you could figure out if that might be possible in the future. Enfold is great, I’m running a few licences and I guess I’ll buy more in the future…

    #251039

    Hi basmati!

    Thank you for using the theme!

    Yes, it is somehow possible but you should not upload any logo on Enfold > Theme Options. Just leave it blank. Add this on functions.php:

    
    add_filter('avf_logo_final_output', 'avf_logged_logo_final_output');
    
    function avf_logged_logo_final_output($logo) {
    	$headline_type = "h1";
    	if($dimension === true) $dimension = "height='100' width='300'"; //basically just for better page speed ranking :P
    	$loggedinlogo  = "<img {$dimension} src='LOGGED IN LOGO IMAGE URL HERE'>";
    	$loggedoutlogo = "<img {$dimension} src='LOGGED OUT LOGO IMAGE URL HERE'>";
    	
    	if ( is_user_logged_in() ) {
        $logo = "<$headline_type class='logo bg-logo'><a href='".$link."'>".$loggedinlogo."$sub</a></$headline_type>";
    	} else {
    	$logo = "<$headline_type class='logo bg-logo'><a href='".$link."'>".$loggedoutlogo."$sub</a></$headline_type>";
    	}
    	
    	return $logo;
    }

    Change the image url for the logged in user and for the logged out users. I hope that helps.

    Regards,
    Ismael

    #251035

    Hello,

    I bought your fantastic Replete theme and created a very nice eCommerce website with it that is up and running since a few months ago. Thank you.

    I have a client that would like a website in Arabic language. Looking through your other themes, it seems to me that your Enfold theme might be the best candidate for my client’s requirements. However I am not too certain whether it supports (a) Arabic Fonts and (b) if the template will work good with Arabic language where the text goes from Right To Left?

    If not, are you able to suggest one of your other themes that may support this or plugins that you recommend to work well with your theme(s)?

    Thank you,
    Nader

    GOWD
    Participant

    Hi,

    in the Enfold settings it is possible to style Primary colours, highlight colours etc. but these only seem to take effect if the page is created using the traditional WordPress editor.

    When I use the Special headings and subheading options in the Avia Builder and I apply a H1, H2, H3 heading etc. I cannot control the colour/styling of the Text.

    Do you have CSS to add to change this?

    Thanks

    #251029
    Erwin
    Participant

    Hi,

    I hav e to use a couple of gallery’s and I want the visitors to be able to save those images. In the past I was using nextgen with thickbox, then I had the possibility. Now within enfold, there’s a very nice gallery from enfold itself. But I ain’t able to save the images from the frontend. When I try to use nextgen, the lightbox from enfold also kicks in.

    Does anyone have a solution how to resolve this issue? I would love it to use the gallery from enfold.

    Regards,

    Erwin

    • This topic was modified 11 years, 9 months ago by Erwin.
    #251026

    Hi!

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

    .html_header_top.html_logo_center .logo {
    left: 0;
    -webkit-transform: translate(17%, 0);} 

    Cheers!
    Yigit

    #251023

    Hey ewerde!

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

    .alternate_color .av_promobox, .main_color .av_promobox { background: transparent; }

    Best regards,
    Yigit

    #251021

    Hi azulbambu!

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

    .av-main-nav > li:hover > a { background-color: red; }

    Regards,
    Yigit

    #251020

    Hi german_photographer!

    Thank you for using the theme!

    I haven’t tried creating multisites through wordpress but I think it is better to update the theme through FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Ismael

    #251015
    coockiemonster
    Participant

    Hi, my name is Egon, i love your theme ENFOLD, it is really very easy to use and works very fine.

    I only have one question: I would like to show an shortcode in the excerpt of the theme. But if i put the shordcode “[wpc_countdown targetdate=”2014-05-08-10-15-59″]” into it i will not work. It only shows up the text.

    I’ve tried to place the “add_filter(‘get_the_excerpt’,’do_shortcode’);” filter to the functions.php, but als soon as i saved it the page does not longer show, the browser stais white.

    How can i manage to get it run?

    Thank you in advanced for your reply, yours Egon.

    #251014

    Hi kenwae!

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

    strong.news-headline {
    color: red!important;
    font-size: 14px;
    }

    Regards,
    Yigit

    Hey phausner!

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

    #menu-item-662 a {
    background-color: red;
    color: white;
    }

    2- Please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    3- Seems like you have already figured it out – http://i.imgur.com/VwJct4Z.png
    Regards,
    Yigit

    #251010

    Hey!

    Please add following code to Quick CSS

    @media only screen and (max-width: 1140px) {
    .av-main-nav > li > a {
    padding: 0 7px !important; }}

    And flush browser cache after applying the code

    Cheers!
    Yigit

    #251006

    Hi!

    Can you point out the color section as well? I saw that you have custom ID for one color section on your page, and for that, following code should work

    #testimonial-color-section-hold .container {
    width: 100%;
    }

    You can add the code to Custom.css file inside Enfold/Css if you do not want to have it in Quick CSS section

    Cheers!
    Yigit

    #251005

    Hey heufti65!

    Please try adding !important rule as following

    .wp-caption-text {
    display:block !important;
    font-size:12px !important;
    font-style:bold !important;
    margin:0 auto !important;
    padding:3px 10px 5px !important;
    text-align:center !important;
    font-family: "Roboto", arial, sans-serif !important; }

    And flush browser cache after applying the code. If that still does not work, please try adding the code to Custom.css file inside Enfold/Css folder of your parent theme or Style.css file of your child theme if you are using one.

    Regards,
    Yigit

    #251004

    Hey coeval!

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

    .comment-container, .text-sep-comment, .text-sep-cat, .blog-author { display: none !important; }

    To edit the comment text, please use this plugin http://wordpress.org/plugins/codestyling-localization/ or change it manually in Enfold/Includes folder and open Comments.php

    Best regards,
    Yigit

    #250993

    I am not using any short code – just the contact form in the visual editor in Black Studio TinyMCE. I have not seen that I can use any original enfold widgets?

    However, now I have inserted your short code. So it works.
    thanks

    #250983
    melangeur
    Participant

    Hello,
    As you can see on this screenshot, i have a little problem when unsign the blank template.
    Scroll the content stops at the bottom of the usual menu location.
    In fact, the previous image remains visible, which is not pretty.
    How can I change this?
    Thank you.

    Scroll on blank template

    #250982
    FLQA
    Participant

    Hi to the team !

    I’m running the latest versions of Enfold and WordPress and I stumbled upon the same problem as described here : https://kriesi.at/support/topic/header-size-with-blank-template/

    I found out how to get rid of the top “empty” header but one problem remains : when you scroll down to the next section via the button (I use a fullscreen slider), you get a new “empty” header corresponding to the height of a sticky header when you scroll down. I’ve been using the “minimum 100% of the browser height” for my color sections but I’m now loosing the benefit of it. I think it’s related to the new option for pages to have a fade-in sticky header, leaving an empty space when you use a template with no-header. Here is an example (just click on the button to scroll down) : http://agi.to

    Is there any fix for that issue ?

    Good day to you !

    Fred

    #250964
    german_photographer
    Participant

    Hey there,

    I have Enfold running on a multisite. Now I wonder what’s the best way to update. Do I use the Update function in the Network Admin Panel? Or is there a better / safer way. No changes made, only in the Quick CSS …

    Thanks for help!

    S*

    Hi adrianwackernah!

    Derzeit is kein flexibles Google Map Element in Planung, da die meisten Benützer nur ein “Fullwidth Map” Element wollten und keine Nachfrage nach einer Anpassung bzgl der Weite bestand (soweit ich weiß ist dies der erste Request). Ihr könnt aber gerne hier: https://kriesi.at/support/enfold-feature-requests/ einen Feature Request einbringen und wenn genügend Benützer dafür abstimmen, dann bauen wir es ein. Alternativ könnt ihr ein Plugin wie: http://wordpress.org/plugins/wp-google-maps/ verwenden, welches mittels Shortcodes arbeitet und die Weite flexibel anpassen kann.

    Best regards,
    Peter

Viewing 30 results - 223,351 through 223,380 (of 243,836 total)