Viewing 30 results - 234,211 through 234,240 (of 244,272 total)
  • Author
    Search Results
  • #191050
    german_photographer
    Participant

    Hey there,

    setting up my 3rd page with Enfold, really nice theme! The two that are up and running: http://www.eifelbildverlag.de/ and http://dauner-fototage.de/

    First time, I’m using WooCommerce now with the German Market Extension from MarketPress
    There are a few small design issues.
    Here, half of the button is missing.

    The button “Angebot” looks bad in small browsers:

    and even fullframe on a 13″ MPB it’s not nice:

    “incl. Mehrwertsteuer” should be black/gray and small.

    Any suggestions what to do?

    With “Angebot” it would be ok for me just to delete it.

    Thanks for you help.

    #191047

    Hey!

    You can simply check “Notify me of follow-up replies via email” above Submit button to recieve follow ups via email

    Regards,
    Yigit

    #191044

    In reply to: Change Lightbox Color

    Hi JaredBurnett!

    They are actually image sprites so in order to change them you shoul edit those images. You can find files inside wp-content\themes\enfold\js\prettyPhoto\images\prettyPhoto\default folder

    Regards,
    Yigit

    Hi!

    1) Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    .big-preview.single-big {
    display: none;
    }

    2) Use:

    .blog-author.minor-meta {
        display: none;
    }
    .text-sep.text-sep-cat {
        display: none;
    }

    3) If you are using a featured image with the Blog Single Author Fullwidth display that is how it will show by default: http://kriesi.at/themes/enfold/blog/blog-single-author-full/

    Regards,
    Devin

    #191024

    In reply to: Side Accordion Menu?

    Hey!

    You can already create such menu ( example here on the sidebar http://kriesi.at/themes/enfold/pages/contact/ ). Can you post a screenshot and show so i can make sure that i understand what you mean clearly?

    Cheers!
    Yigit

    #191016

    That does work but some elements are going off the page on an ipad. Previously i built a website with this enfold theme using a fixed 960px layout and the website replicates perfectly on a tablet without the use of media queries. Is it going to be possible to achieve the same effect with a fixed width of 1030px?

    Thanks again,

    #191013

    In reply to: Enfold Questions

    Hey dawsmik!

    Let me see if I can answer all of these in one go:

    How do you center the logo from top to bottom?
    This should be automatically done depending on the header. You can add a bit more whitespace to the upper or lower part of your logo if you want to adjust it manually.

    How do you make the header area smaller from top to bottom?
    In your css>custom.css file (in the theme files) add the following inside of the desktop only media query we’ve included in the file:

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

    And adjust the 88px value to a lower number as needed. Just make sure they are both the same.

    How do you make the pages standard width (960 pixels)
    The only option for that width is to make the theme not responsive in the theme options General Settings.

    How do you make the header font bigger?
    Which header font specifically? There are a lot of headers being used for various things throughout a typical installation.

    How do you bring the header menu closer to the middle?
    The header menu is already centered vertically in the menu so I’m not sure what you mean.

    How do you keep the socket from expanding? (it is several inches thick when the browser is at max width)
    http://www.sellmydigs.com/

    I think what you are looking for is a sticky footer which the theme doesn’t have. If the page content isn’t tall enough then the socket background will show the remainder of the sapce.

    What is the easiest way to get this layout? (just the content part below the header)

    http://www.conversion-rate-experts.com/questions/

    You can use a regular page with a sidebar.

    How do you make the primary font size 12 have still have it shrink on smaller screens?
    I’m not sure what you mean. The regular body font is set at 13px right now but you could change that with:

    body {
    font-size: 12px;
    }

    How do you change the color of the icons?
    There isn’t currently an option to change them individually. They inherit the color from the main color you set in the theme options.

    How do i remove the “Enfold theme by kriesi” from the socket?
    You can add [nolink] into the copyright field in the footer options.

    Regards,
    Devin

    #191005
    orangeamps
    Participant

    Hi there,

    I’m trying to make use of the gallery included with Enfold. However whenever I mouse over the mini-previews, the main image starts getting smaller.

    Here’s a link to our live website where I’ve applied the gallery (just this one page for now):
    http://www.orangeamps.com/products/guitar-amp-heads/rockerverb-mkii-series/rockerverb-50100-mkii-heads/

    I’ve noticed someone else had a similar problem over here:
    https://kriesi.at/support/topic/shrinking-portfolio-gallery-preview-image/

    We’re using the latest version.

    Thanks for the great theme – love it.

    Charlie

    #191002

    In reply to: NO mobile menu

    Shalom!

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

    @media only screen and (max-width: 767px) { 
    .responsive #header .main_menu ul { display: block; }}

    Cheers!
    Yigit

    #190996
    This reply has been marked as private.
    #190987

    In reply to: Transparent MegaMenu

    Hey tjcameron!

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

    #header .avia_mega_div { background-color: transparent!important; }

    Cheers!
    Yigit

    • This reply was modified 12 years, 3 months ago by Yigit.
    #190986

    Nothing, it doesn’t work… :(

    You can check by yourself. I’ve done as you said, yet it’s not working. What else could I try?

    I cannot proceed with the site in other languages until I sort this out…

    Antonio

    #190981

    In reply to: Calculator icon

    Hi jkielty!

    I am not sure which version of Enfold you are using but if it is not the latest version, you can download the latest version from ThemeForest and update your theme. You can add new icons in versions 2.3+ ( see this blog post )
    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Regards,
    Yigit

    #190973

    In reply to: enfold slider padding

    This reply has been marked as private.
    #190959

    Topic: enfold slider padding

    in forum Enfold
    emaniocreative
    Participant

    Hi,

    I set the all same padding for image layers but in my second and third image padding doesn’t show up padding effect same as first slide, why?
    second and third slide “learn more button” padding doesn’t work properly as per the settings.
    That button is more away than the padding
    can you help me?

    #190951

    In reply to: Blog title Bug?

    Hi romano2!

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

    strong .main-title .entry-title { font-family: 'EB Garamond', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

    Cheers!
    Yigit

    #190944
    mrivas1804
    Participant

    Please, need center filter element to ajax portfolio in enfold
    Thank.

    #190940

    In reply to: Nexus 7 and enfold

    Dude!

    I’m so sorry – I wasn’t paying attention. You now have admin rights.

    Can you also check out on Nexus/mobile:-

    bikramgreenvalley.com/sandbox/benefits-of-bikram-yoga-sitting-postures/

    I’m not sure how to resolve the issue with the list appearing in the wrong order.

    (or do you want that raised as a separate issue?)
    Simon

    #190936
    This reply has been marked as private.
    #190923

    Hey!

    Have you tried copying everything from enfold.css to wp-content/themes/enfold/css > custom.css?

    Cheers!
    Ismael

    #190910

    In reply to: Transition effect

    This reply has been marked as private.
    #190903
    lome61
    Participant

    Hi!
    I ask the same question as many others. My Easy Slide show stops after 1-2 seconds on my Portfolio Page.
    I read throw the Forum but cant find any answer.

    I dowloaded the lastest Enfold-verison and I have WordPress 3.7.

    I Have no other plug-ins than Akismet and Super cache wich are also updated.

    Any suggestions?

    Greate Theme otherwise!

    Micke – Sweden

    #190902

    Topic: WPML 3.0 compatibility

    in forum Enfold
    Oli
    Participant

    Hi,

    is Enfold 2.4.2 compatible with WPML Multilingual CMS 3.0.1 ?

    Thanks,
    Oli

    #190891
    obthway192
    Participant

    Hello,
    Thank your for your great job !
    Could you explain to me how to size height and widht of my #top .main_menu .menu items.
    Enfold menu width problem

    #190884

    In reply to: Install Enfold

    Can not get it back. Have the “. htaccess” added the entry “php_value memory_limit 64M”. Then get back an error message (Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 30720 bytes) in /var/www/web935/html/wp-includes/functions.php on line 110). This entry must speak in a row are essential or even have any characters can be added. Can also give an ftp access to even change so I can get the template to run. Thank you very much

    • This reply was modified 12 years, 3 months ago by antikstube.
    #190880

    Hi!

    It works now. However note that you MUST use the same portfolio slug (Enfold > General Settings > “Portfolio: Enter a page slug that should be used for your portfolio single items” option) for all languages because the theme can’t register the translated permalinks on your server without breaking the existing permalinks. I had to comment out following line in /wp-content/themes/enfold/config-wpml/config.php to get the permalinks to work

    
    add_action( 'init', 'avia_wpml_register_post_type_permalink', 20);
    

    Normally the code will register new permalink rules for every language but in your case the server just stops to process these rules and the end result is that all permalinks won’t work. There seems to be some kind of limitation which doesn’t allow Enfold to register more permalink rules…

    Best regards,
    Peter

    #190877
    bur2000
    Participant

    Hey,
    there is no pp_description on the lightbox in normal pages, in the code the .pp_description is “display: none” ??? Enfold Version: 2.4.2
    pp

    #190876

    Hi

    Thanks a lot dude for your answers. I can confirm that WP Retina 2x is compatible with Enfold. It was not the plugins, I actually have a very long .htaccess with all sort of rules for security and other things. The following code was blocking the retina.js to load the @2x images.

    # Block Suspicious Request Methods
    RewriteCond %{REQUEST_METHOD} ^(HEAD|TRACE|TRACK|DEBUG) [NC]
    RewriteRule ^(.*)$ - [F,L]

    Removing the word “HEAD” from the above line resolved the issue. Also for anyone else trying to figure out any issues, earlier I had to remove the following lines from .htaccess for Avia Page Builder to work otherwise nothing loads in drag and drop mode instead a throbber keeps on spinning indefinitely in the middle of page as if theme is trying to load something.

    # BAD Content Type - Deny POST Requests With Content Type Other Than application/x-www-form-urlencoded|multipart/form-data
    
    RewriteCond %{REQUEST_METHOD} =POST
    RewriteCond %{HTTP:Content-Type} !^(application/x-www-form-urlencoded|multipart/form-data.*(boundary.*)?)$ [NC]
    RewriteCond %{REQUEST_URI} !^/(wp-login.php|wp-admin/|wp-content/plugins/|wp-includes/).* [NC]
    RewriteRule .* - [F,NS,L]

    Now if only Kriesi could provide the retina images for menu drop down as it’s next thing after logo :)

    Dude can you please provide a link to any live website running the child theme you suggested with fancybox at it’s default settings? I want to take a look before trying.

    Best Regards
    Sunny

    #190857

    In reply to: Font issue

    Hi
    I opened a new user and new installation.
    Wordpress 3.7.1
    only Enfold. no plugins and still i do not see the Font erea……..
    This is in your documantation – http://lavi.suska-plus.co.il/food/en/wp-content/uploads/2013/11/documantation.jpg
    There is the Font tab.
    This is after a new installation with no plugins and the latest wordpress and enfold fils…
    http://lavi.suska-plus.co.il/food/en/wp-content/uploads/2013/11/management%20system.jpg
    You can see that the Font tab is missing………..

    Berg

    #190854

    In reply to: Nexus 7 and enfold

    This reply has been marked as private.
Viewing 30 results - 234,211 through 234,240 (of 244,272 total)