Viewing 30 results - 236,311 through 236,340 (of 244,362 total)
  • Author
    Search Results
  • #178658

    Hi!

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

    .widget_nav_menu a { padding: 4px 35px 5px 0; }

    Cheers!
    Yigit

    #178656

    In reply to: Spacing Between Tabs

    Hi!

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

    .js_active .top_tab .tab { margin-right: 10px!important; }

    Regards,
    Yigit

    • This reply was modified 12 years, 4 months ago by Yigit.
    petzeus
    Participant

    Hey guys,
    Love your theme, keep up the great work!
    Referring to post #170456:

    great update, but something changed on our pages: Now I have black vertical borders to the sidebars.
    http://www.moonwave-systems.com/contact/
    http://www.moonwave-systems.com/jobs-careers/
    I cleared the browser cache ect. Do you have any idea why?

    The Quick CSS solution proposed in the earlier thread works, but the bug has carried over to v2.4.

    Thanks!

    #178636
    bowlandwalks
    Participant

    Hi,

    I might be barking up the wrong tree but since installing Enfold my site won’t load. I have tried resetting all the plugins and holding the theme, but whatever I try, I just can’t get it running again.

    http://www.bowlandwalks.co.uk

    I am getting this kind of error in the log:

    PHP Fatal error: Out of memory (allocated 44826624) (tried to allocate 14592 bytes) in /content/HostingPlus/b/o/bowlandwalks.co.uk/web/wp-admin/includes/image.php on line 147
    PHP Fatal error: Out of memory (allocated 44826624) (tried to allocate 10944 bytes) in /content/HostingPlus/b/o/bowlandwalks.co.uk/web/wp-admin/includes/image.php on line 147
    PHP Fatal error: Out of memory (allocated 44826624) (tried to allocate 10944 bytes) in /content/HostingPlus/b/o/bowlandwalks.co.uk/web/wp-admin/includes/image.php on line 147
    PHP Fatal error: Out of memory (allocated 44826624) (tried to allocate 10944 bytes) in /content/HostingPlus/b/o/bowlandwalks.co.uk/web/wp-admin/includes/image.php on line 147

    And

    WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1 for query SELECT rating_username, rating_rating, rating_ip FROM wp_ratings WHERE rating_postid = made by require, require_once, include, the_post, WP_Query->the_post, do_action_ref_array, call_user_func_array, get_comment_authors_ratings

    PHP Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘_show_post_preview’ was given in /content/HostingPlus/b/o/bowlandwalks.co.uk/web/wp-includes/plugin.php on line 311
    PHP Fatal error: Call to undefined function is_sticky() in /content/HostingPlus/b/o/bowlandwalks.co.uk/web/wp-admin/edit-form-advanced.php on line 157
    PHP Warning: File upload error – unable to create a temporary file in Unknown on line 0
    PHP Warning: File upload error – unable to create a temporary file in Unknown on line 0
    PHP Warning: Division by zero in /content/HostingPlus/b/o/bowlandwalks.co.uk/web/wp-content/plugins/nextgen-gallery/lib/gd.thumbnail

    PHP Warning: Division by zero in /content/HostingPlus/b/o/bowlandwalks.co.uk/web/wp-content/plugins/nextgen-gallery/lib/gd.thumbnail.inc.php on line 760

    I’ve been on WP Support but no found no solution, so just trying this as a last resort before giving up. If anyone can give me any advice I will be eternally grateful.

    Thanks, Tim

    • This topic was modified 12 years, 4 months ago by bowlandwalks. Reason: Spelling
    #178631

    Hey!

    Logged in and installed several debugging plugins. Unfortunately I activated the theme once before checking one last thing that I wanted to check with phpinfo and now cant deactivate it without ftp access: which version of php the server is running.

    The error message suggests that wordpress is trying to emulate a standard php function called “mb_substr” which is used by the theme. For some reason that function is not available on your server so wordpress uses the compatibility function _mb_substr in compat.php.

    The problem with this function, as is stated in the documentation: it only works for utf-8 encoded charsets. So it seems that the combination of the server not providing this function. Would you mind deactivating the theme once more and letting me know which php version the server is running?

    Regards,
    Kriesi

    #178621

    In reply to: Table bug (Enfold)

    Hey!

    Hey! the problem in this case seems to bet the fact that when you break up a table on a mobile view you can either break it up vertically or horizontally. In either case if the user uses it the other way it will be displayed messed up. I currently have no solution for this, since if I change it to break up in a different way it might cause the same problem for other users :/

    Until I find a way to fix this, you might want to try to use a dedicated table plugin, they usually have more options for this:
    for example: http://fooplugins.com/plugins/footable-lite/

    I have put it on my todo list and further investigate possible css rules, maybe there are some fancy new css3 techniques that I dont know yet that allow me to fix the problem ;D
    Regards,
    Kriesi

    #178619

    Hey!

    I think it’s a server configuration issue. Something forces the http:// protocol and does not allow https. You can test it on your own. Open up /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php and you’ll notice a new line I added to the file:

    
    $font_list['folder'] = str_replace('http://', 'https://', $font_list['folder']);
    

    It should replace http with https and works on my test server but not on your server. I first thought that I changed the wrong line but in fact your server does not allow https and always replaces https with http again. If you change the line to i.e.:

    
    $font_list['folder'] = str_replace('http://', 'yes://', $font_list['folder']);
    

    the replacement suddenly works and the file paths change to

    
    url('yes://www.livethelife.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=2') format('woff'),
    url('yes://www.livethelife.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf?v=2') format('truetype'),
    url('yes://www.livethelife.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg?v=2#entypo-fontello')
    
    

    – of course “yes” is not a valid protocol and it just demonstrates the issue with the https string. So it’s not related to the theme code but something on your server (maybe a plugin, maybe the configuration) does not allow the https protocol and will always change it back to http://

    Cheers!
    Peter

    #178613

    Hey!

    We have updated the theme today with a few additional css fixes, would you mind testing that update as well?
    Solves the issue for me across the board :)

    Cheers!
    Kriesi

    #178608

    Hi!

    You have some media queries unclosed in your Quick CSS code:

    Try to put the code outside of those, or in the css/custom.css.

    Regards,
    Josue

    #178603
    This reply has been marked as private.
    #178595

    I’d love for the header to be a bit more modern. I’d like the header to act like http://disqus.com/community/ or https://www.uservoice.com/stories/. Where on scroll it goes white and is backed by a background image.

    I definitely agree with this, not digging the header options too much.

    I would also like some lightbox effects for buttons and contact forms. It would really aid in the process of lead generation.

    #178594

    Thanks Kriesi.

    I’ve added the new code in the CSS.

    Very strangely, it seems to have cured the problem in Chrome on the Mac, but not when viewed on my PC laptop (Windows 8).

    This reply has been marked as private.

    Hey Mary!

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

    .search-no-results .avia_combo_widget, .search-no-results h3 { display: none; }

    Regards,
    Yigit

    #178581

    Hey!

    Login credentials does not work :)

    Best regards,
    Yigit

    #178575

    Hi!

    You can post it here privately. Just make sure to check ” Set as private reply (Only you and moderators will see the content of this post)” above Submit button

    Best regards,
    Yigit

    #178571

    In reply to: Black icon

    Hi erantdo!

    Last night version 2.4 of Enfold was released. So please try updating your theme to the latest version.
    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
    I do not know why topic was closed but please cooperate. Providing as much information as possible instead of one word answers would help a lot to solve your issue faster :)

    Best regards,
    Yigit

    #178569

    Thanks for your answer Yigit,
    However, I think it’s not enough. I have created a menu that I use in the socket. It has the “Enfold Footer Menu” checked and so it appears in the socket. In my “Footer – column 1” (in the widget area) I add the custom menu widget and choose that menu but it then appears vertical and not horizontal.
    How should I do so that the menu appear (like it appear in the socket) in the footer and not the socket?
    Sorry about the other question, I realized it once I got enough stuff on the page.
    Cheers,
    Peter

    #178563

    In reply to: how to remove border

    Hey cboothugs!

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

    .iconbox_top .iconbox_content, #top .avia-logo-element-container img { box-shadow: none; }

    Regards,
    Yigit

    #178559

    Hi!

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

    .logo img { height: 70px!important;
    max-height: 100%!important; }

    Best regards,
    Yigit

    #178535

    Hi!

    1) Please go to Appearance > Menus and check “Enfold Footer Menu” in Menu Settings http://i.imgur.com/x7yzSVv.jpg
    2) Back to top button will appear automatically when you have enough content on your pages

    Best regards,
    Yigit

    #178531
    This reply has been marked as private.
    #178516

    In reply to: Several questions

    Hi tomdeloof!

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

    .small-preview { width: 200px; height: 150px; }
    .single-small .post_author_timeline { left: 100px; }

    2)

    .post-meta-infos { display: none!important; }

    3) You can add your own icons in Enfold version 2.3+ ( see this post http://kriesi.at/archives/enfold-version-2-3-say-hello-to-our-new-iconfont-uploader )
    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

    #178507

    Hi!

    I updated the code i posted previously. Please try adding to Custom.css file inside Enfold/css folder if it does not work in Quick CSS. And flush browser cache after applying custom css

    Best regards,
    Yigit

    #178504

    Hey!

    Do you mind creating a temporary admin login and posting it here privately? Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button

    Cheers!
    Yigit

    #178501

    Hey Josue,

    See the page now. Still no result. For some reason the form fields are stuck at the bottom.

    #178498

    I would prefer to post my site privately rather than on you forum. Please send me an email

    #178495

    Hey Mikeoc!

    Can you post the link to your website so we can inspect elements?

    Best regards,
    Yigit

    #178494

    Hey!

    Please try following code as well

    div .slideshow_caption h2 { text-transform: none!important; }

    You can try adding codes to Custom.css file in Enfold/css folder. It seems like code is not being applied

    Cheers!
    Yigit

    #178490
Viewing 30 results - 236,311 through 236,340 (of 244,362 total)