Viewing 30 results - 225,181 through 225,210 (of 241,942 total)
  • Author
    Search Results
  • #230822

    Hi net-files!

    Please see http://kriesi.at/documentation/enfold/change-when-mobile-menu-appears/
    Menu switches to mobile menu at 767px currently. I think your best option would be changing the switching width

    Regards,
    Yigit

    #230817

    Hey William!

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

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

    Please flush browsers cache after applying the code. If that does not work, please post the link to your website

    Regards,
    Yigit

    #230816
    NieuweDag
    Participant

    I just launched a new version of my website http://www.nieuwedag.nl using the enfold theme. I would like to copy multiple color sections to other pages, so I don’t actually have to enter and maintain the same content on 20 different pages.

    Everything from the 2nd color section (on the homepage of http://www.nieuwedag.nl) to the 5th color section, I would like to place on several other pages as well, like I now did on http://www.nieuwedag.nl/shiatsu-massage (only than by manually rebuilding the exact same content twice in Avia advanced editor).

    Duplicating a color-section on the same page is easy, but I cannot find an option to copy to other pages. The most ideal way I guess, would be to copy a color section to other pages using a short code for a specific color section on a specific page, which you can place on another pages, so you only have to maintain one version in case of changes.

    Hope you can give me some usefull pointers here.
    Thnx!

    #230814

    Hi,

    no I did not make any changes to Avia… just css styling.
    anyway I tried this both in child theme or directly in original enfold functions.php:

    add_filter('avia_masonry_entries_query', 'avia_masonry_entries_query');
    function avia_masonry_entries_query($params,$query)
    {
    
    if(!empty($params['link'])) return $query;
    
    }

    the result is that the masonry module (and only) disappear from the page…
    I even cleared all unrelated added filters in functions.php

    thanks

    #230809

    simbrassard.com

    #230796

    Hey Simonbrassard!

    Can you post the link to your website so we can take a look?

    Best regards,
    Yigit

    #230795
    Simonbrassard
    Participant

    Hi, I don’t what is going on, but my logo doesn’t want to appear on the header. The dimensions are correct 340px * 156px…

    I am no programmer… please help me!

    Thank you!

    #230793

    Hi Laure!

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

    div .logo { left: 42%; }
    .main_menu { right: 32%; }
    .social_header #header_main .container, .main_menu ul:first-child > li > a {
    height: 160px!important;
    line-height: 230px!important;
    }

    You may need to adjust the values to center it perfectly

    Regards,
    Yigit

    #230780

    Topic: 4 column footer

    in forum Enfold
    Jagrav
    Participant

    I’m using a child theme with Enfold parent
    After I updated Enfold to the latest version our 4 column footer isn’t resizing as responsively as the previous version. Any solutions?

    Bigger screen:
    4 column footer large screen
    Smaller screen:
    4 column footer small screen

    #230778

    Topic: WooCommerce 2.1.3

    in forum Enfold
    obguides
    Participant

    I’m sorry if I have missed this information posted, but here is our question.

    Is the current version of Enfold (2.5), compatible with the latest version of WooCommerce (2.1.3)?

    Thank You.

    #230771
    derek62
    Participant

    Hi,

    Tried your suggested solution re-install Enfold by FTP but still showing Chinese characters instead of icons. Take a look here howdoidate.com.

    Regards,

    Derek

    #230767
    This reply has been marked as private.
    #230766

    Where can I review the use of short codes? I didn’t find it in ““Enfold WordPress Theme” Documentation by “Kriesi” v1.0” But I think I have seen it somewhere.
    Thanks.

    Hello Dude,

    Thanks very much for your help, I appreciate it. Unfortunately, that did not work either. It yields the same results as the previously entered code.

    My entered page ID’s (as entered within the Relevanssi settings) that should be excluded from search results are successfully excluded from the search results on the actual WP search results page. They are still being returned in the “instant search” results by enfold though.

    Thanks again for the help…do you think you could point me in the right direction with what I should be asking the folks over at Relevanssi?

    #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, 2 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

Viewing 30 results - 225,181 through 225,210 (of 241,942 total)