Viewing 30 results - 221,221 through 221,250 (of 243,782 total)
  • Author
    Search Results
  • #261859
    WEBIGAMI
    Participant

    Hi kriesi-team,

    I’m almost finished with another Enfold-project and have the following issue:

    My client claims, that images are not loading (immediately) when she scrolls down the site. The images should load in the moment, the content is visible in the browser.:

    http://webigami.de/guth/kunst/figurative-malerei/

    Please advise asap. I need to go online tomorrow.

    Thanks and cheers,
    Jan :)

    #261844

    Hi!
    would you mind updating to the latest theme version and check if the problem is fixed? we made som echanges and it seems to work fine here for example: http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/

    Best regards,
    Kriesi

    Hey Sue!

    I am afraid there is no other solution than updating. wordpress 3.9 made some substantial changes to the their editor and we had to change a lot of files to make it work with enfold. Sorry for that…

    Best regards,
    Kriesi

    #261825

    Hi Brett!

    Do you mind posting a temporary admin login here, privately, so we can look into it? Just realized that you are using an older version of the theme. Please firstly update Enfold to the latest version 2.7.1 – kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Yigit

    • This reply was modified 11 years, 7 months ago by Yigit.
    #261818

    In reply to: Blog Issues

    Hi shadyraymond!

    1- Please go to Appearance > Editor and open functions-enfold.php file and find

    $entries['prev'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	            $entries['next'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	        }
    	        else
    	        {
    	            $entries['prev'] = get_previous_post($settings['same_category']);
    	            $entries['next'] = get_next_post($settings['same_category']);

    and change it to

    $entries['next'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	            $entries['prev'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	        }
    	        else
    	        {
    	            $entries['next'] = get_previous_post($settings['same_category']);
    	            $entries['prev'] = get_next_post($settings['same_category']);

    2- You can simply click on “Insert More Tag” to add read more button to your blog posts http://i.imgur.com/4RmtaLS.jpg
    3- As far as i know, no one else reported such issue. I asked @dude to share his opinion. Let us wait for his answer.
    Best regards,
    Yigit

    #261815

    Topic: design work

    in forum Enfold
    rmauro
    Participant

    I am in need of some help to build a wp site using enfold. Small project, which I could do myself, just dont have the time right now. and I need the site up asap.

    please email me, if you have the time and interest.

    thank you!

    rm at happy mac dot com

    #261800

    Hi spirit1977!

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

    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
    padding-top: 150px;
    }

    Cheers!
    Yigit

    #261797
    fisherman
    Participant

    Hi, I can’t resize images at all in posts in Enfold. The inline width and height paramaters are there, but they are not respected in the front end. What can I do?
    Thanks,
    Tom

    #261796

    Hi!

    You are probably using an older version of the theme. Please update Enfold to the latest version 2.7.1 via FTP – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Yigit

    #261778

    Hi ste_thumbs!

    Please give a unique ID to your color section – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
    and add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    #your-custom-id { display: none !important; }}

    Regards,
    Yigit

    #261776

    Hi!

    1- Please go to Enfold theme options > Header Layout > Header Size = Custom Size > Header Custom Height = 200px
    2- Please add following code to Quick CSS

    div .logo { margin-top: 20px; }

    3- Please refer to Ismael’s post here – https://kriesi.at/support/topic/add-new-font/#post-234710
    Cheers!
    Yigit

    #261767

    Hi!

    @tkcenter: No worries. Please open another thread about the search form issue. :)


    @ContentedKerry
    : Did you update the theme to the latest version, Enfold 2.7.1? The text block should be fix on the latest patch of the theme.

    Best regards,
    Ismael

    Jan
    Participant

    Hello,
    at the Enfold Settings -> Sidebar Layout I’ve checked the “Page Siedbar navigation”, which displays “all nested subpages of a page automatically”. But now I’ve changed the “Sidebar Einstellungen”on one page from “Default Sidebar” to a custom widget area. The content of this widget area appears correctly, but unfortunately the subpages are still displayed above them. I thought a change from “Default Sidebar” to a custom widget area will preclude the subpage view(?). What can I do to preclude them?

    Thank you, Jan

    Thanks, but this is absolutely not the same as the normal ENFOLD “latest news widget” -> see the (missing) widget header for example.

    Latest News-Widget:

    Combo-Widget:

    #261747

    Hey Romina77!

    Please go to Enfold theme options > Header Layout > Header Layout > Menu and logo position – http://i.imgur.com/4ZBRqll.png

    Cheers!
    Yigit

    #261742

    In reply to: Font color top menu

    Hey OrangeMediaNL!

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

    .header_color .sub_menu>ul>li>a { color: red; }
    .header_color .sub_menu>ul>li>a:hover { color: blue; }

    Best regards,
    Yigit

    adrianwackernah
    Participant

    Hab da auf einer neuen Domain mal das Advanced Styling im Enfold Child für die Überschriften H1-H6, die in Blau dargestellt werden sollen, benutzt.

    Nun hab ich auf der Homepage (http://koffer-kunst.de) ganz oben zwei AVIA Spezielle Überschriften Komponenten eingefügt, die aber gerne den Text in Grau erscheinen lassen sollen. Doch das kommt im Frontend nicht an, egal welche Farbe ich diesem Block zuordne. Im Code kann ich allerdings die korrekte Farbangabe sehen. Wird da das Advanced Styling vielleicht nachgeladen?

    Enfold 2.7.1

    Gruß, Adrian

    #261736

    I might be blind, but I can’t seem to find that string in the Enfold theme using the codestyling-localization plugin.

    #261730

    Hi!

    If other users report such issue, i will let Kriesi know about it. But i cannot reproduce the issue on my end. You can add the code to Custom.css file inside Enfold/Css folder if you would like to keep Quick CSS field clean. I am marking this thread as resolved, let us know if you have any other questions or issues

    Best regards,
    Yigit

    Hello Ismael
    It works!

    But, as i do not like to modify the Enfold core files, I have had this to my function.php:
    add_filter(‘avia_load_shortcodes’, ‘avia_include_shortcode_template’, 15, 1);
    function avia_include_shortcode_template($paths)
    {
    $template_url = get_stylesheet_directory();
    array_unshift($paths, $template_url.’/shortcodes/’);
    return $paths;
    }

    And in my Enfold chield directory I have created a directory named /shortcodes and put in this one the modified slideshow.php. :-)

    Thanks a lot.

    #261723
    Romina77
    Participant

    Hello I can not find where I can set in the middle position the logo and menu.
    can you help
    Thanks Romina
    http://sebinfor.it/

    #261720

    Hey clair_levander!

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

    .fallback-post-type-icon { display: none !important; }

    Best regards,
    Yigit

    #261718

    Hi goldbaum!

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

    .sidebar .avia-button-wrap a { color: white; }

    Cheers!
    Yigit

    #261714
    martinbose
    Participant

    Hi,
    Could you please help me to find out the cause of slow down of my website? It happens, when I turn on permalinks in the Enfold theme. After that the transitions between pages are really slow. (17s according to Chrome tools)

    Timeline

    Martin

    • This topic was modified 11 years, 7 months ago by martinbose.
    #261713

    In reply to: top menu

    Hi anakinroy!

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

    .sub_menu > ul > li > a, .sub_menu > div > ul > li > a:hover { text-decoration: none !important; font-weight: bold; color: red !important; }

    Best regards,
    Yigit

    #261712
    clair_levander
    Participant

    Hi,
    After the recent update to EnfoldVersion: 2.7.1 large taxonomy fontello icons have started appearing in my single column Blog Post (Title and Excerpt / Grid Layout) here: http://www.getdirtyandgrow.com.au/gdg-podcasts/ .
    Seems to be span.fallback-post-type-icon , and this icon is also is hovering over the grid cell.
    These icons have never appeared before, and I have not edited this page in some time.
    I have flushed cache etc and the problem persists.
    Unsure if there is a new option in this update I need to configure, if it is an issue, or if I should have configured it differently when I originally set this page up?

    Many thanks in advance,

    Clair

    #261710

    Hi Devin.

    We have done what you have suggested and there’s no change. A copy of the site was FTP’d to a dedicated test server and this issue still remains with the site up to date including plugins. We are now seeing a heavy drop in traffic due to not being able to edit any of the site content under the Enfold theme.

    Please see below communications from our dedicated server support team (inhouse)

    “Hi Jonathan – Callum has done a fair amount of testing and online research on this and it seems that the latests template we are using no longer works either due to a Java update or a WordPress update. The only options we have at the moment is to either copy over the site as it is where it will function exactly as it does on your old server (ie: backend not working) or change the template but this would mean rebuilding the site. If you want to rebuild it, now is probably the best time to do it.

    Callum is now trying to go through the code of the template to see if he can spot the problem but I think it’s better to assume it will not work until the developers themselves update it.

    Let me know how you want to proceed.”

    Please advise, this is now urgent.

    Jonathan O-C – Director

    #261709

    Hi!

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

    .portfolio-preview-title a { pointer-events: none; }

    Cheers!
    Yigit

    #261707
    victormontesdeoca
    Participant

    Hi!

    Im tryng to save in a database all the request that people made in my contact form, so im using “Contact Form DB” plugin.
    That plugin works with Contact form 7, but when i install it, it do not work. I read in some support answer that Contact form 7 dosnt work with enfold (right?)
    So, hoy can i conect the contact form of enfold with Contact Form DB? because right now its not saving the data.

    Thank you very much!

    SOPI2006
    Participant

    Hello

    I kindly ask you to help me find a way to enable the FV simpler SEO plugin, that you have recommended me to use, to work also for the Enfold product item section.

    Thanks for your support!

    Best, Peter

Viewing 30 results - 221,221 through 221,250 (of 243,782 total)