Viewing 30 results - 227,431 through 227,460 (of 244,178 total)
  • Author
    Search Results
  • #230751

    Hi,

    Thanks for responding. I understand why the parallax does not work for mobile, and the reasoning. It’s totally fine.

    My problem appears to be a bug specifically related to iPad 2, or possibly iPad in general. iPhone 4 looks as it should, but the iPad 2 has a bug with the parallax color section. The image used in the color section appears very large and scaled up, like 500% more than normal. This causes the browser to be completely filled with a giant scaled up image.

    I just did some more testing and set the color section with the exact settings in the Enfold Demo and I got it to work as it should! Yay! So the problem appears to be how I originally setup the color section options: (see below)

    Bad settings: (caused iPad 2 to crash in Safari)
    * Section Colors: Alternate Content
    * Background Attachment: Parallax
    * Background Image Position: Center Center
    * Background Repeat: No Repeat
    * Section Minimum Height: At Least 50%
    * Section Padding: No Padding
    * Section Top Shadow: Do Not display Shadow

    Good Settings: (got the desired effect I was looking for)
    * Section Colors: Main Content
    * Background Attachment: Fixed
    * Background Image Position: Top Left
    * Background Repeat: Stretch To Fit
    * Section Minimum Height: No Min. Height
    * Section Padding: Large Padding
    * Section Top Shadow: Do Not display Shadow

    Ok, thanks for helping out. It appears the problem is solved with the correct settings. I’m kind of new to this theme, and am learning how it works as I go. Love it, btw! The avia shit is what I have been dreaming of for many years. ;) It’s really nice to use. Thanks for all the great support too.

    Todd

    #230728

    Topic: 404-hook-in the-php

    in forum Enfold
    simpson199
    Participant

    Hi!

    As many others I want to edit the 404. I read the topics here in the support where you tell in 1 sentence to “edit 404.php in the “enfold folder”

    So I find within the php the code:

    
    <?php 
    				do_action('avia_404_extra'); // allows user to hook into 404 page fr extra functionallity. eg: send mail that page is missing, output additional information
    			?>

    Would be great that s.o would explain what to do when I want to hook in the page like the 404.php saya.

    Thanx a lot!

    Stefan

    #230716

    Hi!

    I have only seen the movement on Google maps. Where else does it happen? Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    div .flex_column {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0); }

    Best regards,
    Yigit

    #230709

    Hi!

    You can find the custom CSS code i have adjusted in Quick CSS section in Enfold theme options under Styling tab. I have simply adjusted this code https://kriesi.at/support/topic/more-space-under-font-icon-on-mobile-device/#post-229641 and increased the height
    Thank you, you too have a good weekend :)

    Regards,
    Yigit

    #230704

    Topic: Implementing Calendar?

    in forum Enfold
    dalboslampen
    Participant

    Hi
    Enfold – the best theme ever!! Just plain love it!
    Feature request:
    Is it possible to implement a calendar into Enfold. For a fitness center I am using a different theme, but Enfold would do better if i could implement a calendar view on the front page like this: http://www.dalbomultimedia.net/energihuset/
    (It`s actually some kind of portfolio view of upcoming events from the calendar

    Thank you for a very great theme!!

    • This topic was modified 11 years, 12 months ago by dalboslampen.
    #230700

    I’ve been through all 7 pages of support on the wp plugin support page for wp Retina 2x and tried the various things that “fixed” the issue for others who were having it. They included changing the .js file in the plugin, attempting custom css, etc. None of them work. According to the author of the plugin, it’s got to be a CSS issue where the theme is using CSS that breaks it.

    To be clear, the specific time it breaks is when I am building a custom page using the page-builder, and I insert an image, simultaneously uploading an @2x equivalent for retina displays. The @2x image displays, but at double the size.

    I really appreciate whatever help you can provide. It’s very strange, because at one point all the images on the custom pages were working fine on retina, then when I updated the theme, they stopped working. I’ve tried disabling all my plugins (except wp retina 2x), and that doesn’t fix it.

    Again, thank you. Amazing work.

    #230699

    Hey!

    Please try adding following code to Quick CSS

    #av_section_3 .flex_column .avia-slideshow {
    margin: 0 15px 0 0 !important;
    float: right;
    background: url(https://weightlossrebels.com/wp-content/themes/responsive-child-theme/images/bg/slideshow-grunge-bg.png) no-repeat !important;
    width: 322px !important;
    height: 400px !important;
    }

    You may need to make some detailed adjustments. Please hire a freelancer for further mofidication

    Regards,
    Yigit

    #230697

    Topic: WPML Problem mit Blog

    in forum Enfold
    soltner
    Participant

    Hallo,
    habe im Forum folgende Anleitung gefunden und verwendet, leider ohne Erfolg:

    1) Please go to the wordpress dashboard and select “English” from the language switcher (admin bar at the top). Then go to Pages > Add New and add a blog page to your website. Then save the page and translate it to Italian.
    2) Go to Enfold > Theme Options and select the blog page for your “English” website. Then click the “Save Options” button. Afterwards select “Italian” from the language switcher and configure your blog page for the “Italian” website (select the page you created when you translated the “English” blog page – see 1). Save the settings and now both pages are blog pages and connected to each other.

    Die Blogs der drei Sprachen sind nach wie vor nicht miteinander verknüpft – alle weiteren Seiten und Portfolio-Einträge funktionieren einwandfrei, woran könnte dies liegen?
    http://glanzhof.de

    Gruss
    Peter

    #230694
    net-files
    Participant

    Hi,
    we happily use enfold, but have some small problems, here’s what we want to achieve:
    We need a quite large main-menu inkluding 2 Links displayed as buttons. That’s why i deactivated the “shrink-effect” on scrolling.
    Now, if the screen-width is between ~800px and 990px the main menu overlaps our logo
    Which options do we have?

    • activate “mobile menu” already on width < 990 (that would be not preferable)
    • resize the logo and move it to the upper left corner, it would be no problem if we would have to move the main menu down
    • am i overseeing something? or do we have another option?

    Here’s the url of our site, it is currently under construction: http://new.dev.net-files.de/
    Best regards!

    #230690

    Hi!

    You can update the codes i have posted as following

    @media only screen and (min-width: 989px) {
    #top .fullsize .template-blog .blog-meta {
    float: left; margin: 0;  } 
    .entry-content {
    width: 80%;
    margin-left: 30px!important;
    }
    #top .fullsize .template-blog .post .entry-content-wrapper > * { margin-left: 30px; float: left; }

    So they will be active on screens bigger than 989px

    Best regards,
    Yigit

    #230676

    Perfect work. Thanks Devin.

    #230675

    Hi xpoveda!

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

    #top .title_container .container { padding: 0; min-height: 36px; }
    @media only screen and (min-width: 768px) {
    .bottom_nav_header.social_header .main_menu, .bottom_nav_header.social_header .main_menu { top: 41px; }}

    Regards,
    Yigit

    MMA_Impact
    Participant

    Hey everyone…it´s me again…thanks to Yigit who hooked me up with the information about that nice little slider in the live preview right here:

    http://kriesi.at/themes/enfold/?skin=Black

    Unfortunately I can´t get it done as seen in the live preview…the pictures are cropped badly, the borders (over and under) are to big…it doesn´t look like a banner…more like a black window with 5 images…
    http://www.rr-concept.de/

    What are the settings for it? How can I get the same style as seen? Of course I will remove the dummy pics later…

    Thanks again!!!

    #230667

    Hi!

    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here. You can check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button to make your reply private

    Regards,
    Yigit

    #230665

    Hi!

    Please try updating via FTP and overwrite all files
    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

    Best regards,
    Yigit

    #230652

    Hi Hardeep!

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

    .avia-button:hover { background-color: green!important; border-color: green!important; }

    Cheers!
    Yigit

    #230646

    Hey Andrea!

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

    #top .social_bookmarks li a { font-size: 18px; }

    Best regards,
    Yigit

    #230644

    Hey!

    It seems like code is not being applied. Please try adding the code to Custom.css file inside Enfold/Css folder

    Cheers!
    Yigit

    #230640

    In reply to: Header Optimization

    Hi!

    1- Please change the width to switch to mobile menu – see http://kriesi.at/documentation/enfold/change-when-mobile-menu-appears/
    2- Please refer to Ismael’s post here to add a tagline https://kriesi.at/support/topic/how-can-you-add-a-tagline-or-subheading-to-all-pages-for-the-enfold-theme/#post-203194

    Best regards,
    Yigit

    #230631

    In reply to: WMPL

    Hi!

    Please keep us posted if they find something. Afaik the default themes like twenty fourteen, twentythirteen and twentytwelve, etc. do not use the wp_list_pages() function (I searched the theme code) and we can’t compare them to Enfold…

    Best regards,
    Peter

    #230629

    In reply to: WMPL

    I am going to follow up with WPML, but this ONLY happens under the Enfold theme and wp_list_pages is being called by other themes.

    It took a while to dig through, but when using a fallback menu on the theme, this filter seems to use a phenomenal amount of memory and essentially dies by echoing the full menu class objects. You can see it here:
    http://gcwp.bistromatics.com/fr/

    The line that breaks with out of memory is 6630 in sitepress.class.php:

    $cache_key = implode(':', array(md5(print_r($pages,true)),print_r($args,true)));

    #230628

    Hey William!

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

    div .logo { left: 35%; }
    .main_menu { right: 25%; }

    You can use this as a starting point. You may need to adjust the values to center elements perfectly or you may need to add additional custom CSS code.

    Regards,
    Yigit

    #230609

    Hey!

    I found the problem. Please do not use anchor/link elements to mark new areas but set an id for the color section(s) – you can use the custom id option: http://www.clipular.com/c/6311726240759808.png?k=5q489eH2KIKf4vetdVv788OyKmc . Our scroll script detects the color section ids and it will change the menu highlights if necessary. Also see: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    Cheers!
    Peter

    #230608

    Hey wieslander!

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

    .alternate_color .avia-content-slider .slide-image { background-color: transparent; }

    Regards,
    Yigit

    #230583
    quiteright
    Participant

    Hi,

    Enfold theme allows the usage of advanced page editor for pages, but I have noticed the editor is not available for blog posts. As my client’s website is going to use advanced tables on post pages, can you please let me know whether is possible to integrate the editor into post pages and if so, how to add it?

    Thanks
    Kate

    #230577
    CelebrationEvents
    Participant

    My pages look fine on Google Chrome en safari, but whith internet explorer the pages give this error :

    Notice: Undefined offset: 1 in /var/www/02/62/71/celebrationevents.eu/www/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 1075

    The BIG problem is that google indexes all my pages with this error. so the site has no use at this moment.

    https://www.google.nl/search?q=Notice%3A+Undefined+offset%3A+1+in+%2Fvar%2Fwww%2F02%2F62%2F71%2Fcelebrationevents.eu%2Fwww%2Fwp-content%2Fthemes%2Fenfold%2Fframework%2Fphp%2Ffunction-set-avia-frontend.php+on+line+1075&oq=Notice%3A+Undefined+offset%3A+1+in+%2Fvar%2Fwww%2F02%2F62%2F71%2Fcelebrationevents.eu%2Fwww%2Fwp-content%2Fthemes%2Fenfold%2Fframework%2Fphp%2Ffunction-set-avia-frontend.php+on+line+1075&aqs=chrome..69i57j69i58.1192j0j7&sourceid=chrome&espv=210&es_sm=122&ie=UTF-8

    Please advice

    http://www.celebrationevents.eu
    Note : All plugins disabeld and no caching

    #230576

    Topic: Theme update

    in forum Enfold
    editza
    Participant

    Hi,
    today i have tried to do the last update but i am receiving this error message and website isn’t functional anymore.

    Warning: require_once(config-wpml/config.php) [function.require-once]: failed to open stream: No such file or directory in /home/studion2/public_html/wp-content/themes/enfold/functions.php on line 29

    Fatal error: require_once() [function.require]: Failed opening required ‘config-wpml/config.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/studion2/public_html/wp-content/themes/enfold/functions.php on line 29

    http://www.studio-no3.ro
    Do you have any advice?

    Thanks
    Eddie

    #230573
    MMA_Impact
    Participant

    Hey there!

    Amazing theme! And first one that kicked me…so, of course I purchased it!
    I was wondering, which element ist the little white slider over the footer in your live preview:
    http://kriesi.at/themes/enfold/?skin=Black

    I can´t find the right element or settings, to get this one done for my “customer reviews”…

    Looking forward to hear from you!

    Thanks a lot!

    Best regards from germany!!!

    #230565

    Hola,
    Estoy esperando expectante la versión 3.0 de Enfold.
    Dile a Kriesi por favor de mi parte que debería mejorar los Menús Acordeón y los Menús Tab con posibilidades de aplicar lineas o masas de color, sombras y algunas otras mejoras sensibles.
    También echo de menos la posibilidad de incluir una imagen de fondo para el Header, aparte del logo Todo el Header relleno con una imagen de fondo. En este caso los menús deberían ir o bien sobre la imagen o bien debajo de la misma, a la izquierda, al centro o a la derecha.
    Muchos saludos para todos vosotros y muchas gracias por un tema tan magnifico. Sois los mejores. Adolfo

    #230561

    Hi!

    The parallax effect is brand new and we didn’t add it to the documentation yet. However we’ll extend the documentation here: http://kriesi.at/documentation/enfold/ when we have some time.

    Cheers!
    Peter

Viewing 30 results - 227,431 through 227,460 (of 244,178 total)