Forum Replies Created

Viewing 30 posts - 2,581 through 2,610 (of 9,352 total)
  • Author
    Posts
  • Hi!

    Try this code please:

    
    #top #wrap_all input[type="text"]:focus, #top  #wrap_all input[type="password"]:focus, #top  #wrap_all input[type="email"]:focus, #top #wrap_all input[type="number"]:focus, #top  #wrap_all input[type="url"]:focus, #top  #wrap_all input[type="tel"]:focus, #top  #wrap_all input[type="search"]:focus, #top  #wrap_all textarea:focus {
    color: #ffffff !important;
    }
    

    Regards,
    Peter

    Hey!

    Sehr gut :)

    Best regards,
    Peter

    in reply to: Captcha for Blog Comments #296239

    Hi!

    1) You can’t use a captcha plugin with the default theme contact form. If you really want to use recaptcha or other captcha services please purchase an advanced contact form plugin like Formidable or Gravity Forms.

    2) To change the headline colors go to Enfold > Theme Options > Advanced Styling and select the element/elements from the dropdown you want to edit. Click on “Edit Element” to change the styling.

    Best regards,
    Peter

    in reply to: Signup-forms – use DAP code with enfold design #296238

    Hey!

    1) Please try to contact the DAP developer – maybe you can remove the default dAP stylesheet somehow – i.e. with wp_dequeue_style: http://codex.wordpress.org/Function_Reference/wp_dequeue_style and then the default Enfold form/field styles should be used instead. If some styling issues are left please post a link to the form page and we’ll look into it.

    2) Unfortunately this is beyond the scope of our support. We officially only support bbpress and not DAP, etc. If you want a logout button, errorhandling, etc. please contact the DAP developer and if he/she can’t help you you need to hire a developer/freelancer who can help you to implement these features.

    Cheers!
    Peter

    in reply to: Video Images Not Resizing on Porfolio Grid #296235

    Hi!

    You can try to trigger an automatic window resize event if the user clicks on the tab. Open up wp-content/themes/enfold/js/shortcodes.js and replace:

    
    				if(typeof click_container != 'undefined' && click_container.length)
    				{
    					sidebar_shadow.height(active_c.outerHeight());
    				}
    

    with

    
    				if(typeof click_container != 'undefined' && click_container.length)
    				{
    					sidebar_shadow.height(active_c.outerHeight());
    				}
    
    				$(window).trigger('resize');
    

    Cheers!
    Peter

    in reply to: Error when using the www. prefix #296234

    Hey Geoffdoyle!

    The error session_start(): open(/tmp/sess_d5bfe2f14b03dd43c12eabcf6b829b7e, O_RDWR) failed: Permission denied tells you that the server can’t write or create a session file because the permission of the tmp folder doesn’t allow it. You must contact the server administrator and ask him to fix the folder permissions.

    Cheers!
    Peter

    in reply to: Problems Reoccurred when I imported posts #296233

    Hey!

    It seems like LayerSlider triggers too many database queries (maybe because it tries to query all 45000 posts in the database but I’m not sure) and the the mysql server terminates the connection. ( [Thu Jul 24 03:06:56.330217 2014] [:error] [pid 4911] [client 181.64.190.126:55692] PHP Warning: mysql_real_escape_string(): A link to the server could not be established – referer: http://www.2waybrasil.com.br/produtos/wp-admin/admin.php?page=layerslider ). I don’t know if and how we can fix this on our end and I’ll forward the issue to Kriesi. In the worst case we can only report the issue to the plugin author and hopefully they can release an update for the LayerSlider plugin.

    Cheers!
    Peter

    in reply to: Honeypot for Gravity Forms #296232

    Hi!

    comitzuu – Thank you for helping us out :)

    Cheers!
    Peter

    in reply to: Custom sidebar menu #296231

    Hi!

    Can you post a link to the page with the menu please? It helps us to investigate the structure and css code.

    Best regards,
    Peter

    in reply to: LayoutBuilder Issues #296230

    Hi!

    I fixed the issue on your server by adding this code to the theme functions.php file:

    
    add_action('admin_print_scripts', 'avia_gravity_forms_admin');
    function avia_gravity_forms_admin()
    {
    echo "<style type='text/css'>";
    echo "body #TB_window, body>.ui-dialog.ui-widget { z-index: 160001; }";
    echo "</style>";
    }
    

    I’ll ask Kriesi to include this change with the next theme udate – it makes sure the z-index of the link option window is higher than the z-index of the element builder.

    Regards,
    Peter

    in reply to: Enfold Pricing table row height uneven #296228

    Hey Kevin!

    Please try to insert this code into the quick css field:

    
    #top.page-id-100 .avia-heading-row.empty-table-cell{
    min-height: 65px;
    }
    

    Cheers!
    Peter

    in reply to: Video and Tabbed archived content #296226

    Hey!

    You just need to add a “portfolio grid” element: https://www.clipular.com/c/5171048320335872.png?k=x0GwbF_NKs1izpjMgJHrzyJW1tA to a page and then select “Ajax” as “link handling” option: http://www.clipular.com/c/5912658444288000.png?k=Qob2OW2_dZ3CaS6RyPiRfStRV3M

    Regards,
    Peter

    in reply to: Custom font for only Single Posts #296225

    Hey!

    You can use the .single-post class if you want to change the styling of posts only – use it like:

    
    #top.single-post .fullsize .template-blog .post-title { font-family: georgia; }
    #top.single-post .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 100%; }
    

    Cheers!
    Peter

    Hey!

    Glad I could help you :)

    Best regards,
    Peter

    in reply to: Space between columns and promo box #296201

    Hi!

    1) Can you please elaborate – I couldn’t find the image nor do we have access to the Media Library.

    2) You can purchase the plugin here: Foobar. Enfold does not support such a feature and hiring a freelancer will probably cost you more.

    3) You can use the av_icon shortcode inside the menu title or description field to add an icon to the menu. I recommend to generate it with the standard editor (magic wand icon) and to copy/paste the shortcode into the menu title field. The shortcode generator also enables you to change the size, color, etc.

    Regards,
    Peter

    in reply to: keep the position of Social bookmarks and Secondary menu #296191

    Hey!

    Try this code:

    
    @media only screen and (max-width: 768px) and (min-width: 481px) {
    .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul {
    right: -10px;
    top: 0px !important;
    }
    .responsive #menu-item-6214 a {
    position: relative !important;
    top: 0px !important;
    }
    
    .responsive .avia-ipad #header .sub_menu, .responsive .avia-ipad #header_meta .sub_menu>ul {
    right: 0px;
    top: 10px !important;
    }
    .responsive .avia-ipad #menu-item-6214 a {
    position: relative !important;
    top: -10px !important;
    }
    }
    

    Regards,
    Peter

    in reply to: error issues with masonry_entries.php on line 33 #296190

    Hey!

    You can either deactivate the sessions: https://kriesi.at/support/topic/error-issues-with-masonry_entries-php-on-line-33/#post-271660 or contact the server administrator and ask him to fix the sessions configuration.

    Best regards,
    Peter

    in reply to: Removing the Information displayed below post title #296188

    Hi Arran!

    Please insert this code into the quick css field:

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

    Cheers!
    Peter

    in reply to: Woocommerce mobile auf iPhone #296186

    Hey adrianwackernah!

    Ich konnte dieses Problem auf der Demo Seite http://kriesi.at/themes/enfold/product/kitchen-craft-home-made-glass-terrine-jars/ und auf meinem Testserver nicht reproduzieren. Kann man es nur mit iphones reproduzieren, oder hast du die Templates irgendwie modifiziert?

    Cheers!
    Peter

    in reply to: Tabs within tabs #296185

    Hey Holger!

    No, it’s currently not possible to use tabs within tabs, etc. because the tab javascript code doesn’t support multiple levels of tabs.

    Regards,
    Peter

    in reply to: Google Maps Element #296181

    Hey!

    I used the debug box to switch the coordinates.

    Cheers!
    Peter

    in reply to: Enfold: Menu not working #296180

    Hi!

    It works now. I deactivated the “Use Google CDN version of jQuery” option on the LayerSlider option page.

    Best regards,
    Peter

    in reply to: Enfiold and learning plug ins #296179

    Hey!

    1) It works now. I just had to update the template of the single lessons ( content-single-lesson.php ). I copied the template from the sensei folder into the theme folder.

    2) No sidebar options, etc. are not supported. You can definitely add them but this would require advanced templates for sensei. Officially we don’t support this plugin (but just woocommerce, bbpress and WPML) and thus this customization is beyond the scope of our support forum. I recommend to hire a freelancer for this job.

    3) The comments also work now. Probably the new template solved the issue.

    Cheers!
    Peter

    in reply to: upcoming events #295870

    Hi edc1512!

    You can try a plugin like: https://wordpress.org/plugins/the-events-calendar/ .- it’s very popular and works pretty well with Enfold.

    Cheers!
    Peter

    in reply to: HELP FATAL ERROR / out of memory #295868

    Hi!

    No, probably not. But I’m not the server adinistrator and your best bet is to send all these questions to the host support team.

    Best regards,
    Peter

    in reply to: Best way to insert a Gravity-Form #295867

    Hi Bruno!

    I’ll ask Kriesi to look into it – maybe he can change the z–index wirthout breaking other things. For now I recommend to use the standard editor (i.e. of a post or another page) and to copy the shortcode into the modal textbox editor.

    Regards,
    Peter

    in reply to: PHP DB query in Code Block #295866

    Hey!

    Please update to Enfold 2.9.1. It should also support shortcodes in the “Code” elemement and then you should be able to use it with the insert_php shortcode like here: http://wamitag.com/Dev_2/?page_id=10

    Best regards,
    Peter

    in reply to: bbpress search result is something wrong #295864

    Hey!

    1) Please try to update to Enfold 2.9.1.

    2) Did you modify any theme files? – i.e. the functions.php file: http://muuu.jp/wp-admin/themes.php?page=scte-theme-editor&theme=enfold&file=%2Ffunctions.php is empty and I’m not sure why. Normally it should contain some code.

    Regards,
    Peter

    • This reply was modified 10 years, 11 months ago by Dude.

    Hey ads-synergy!

    I guess you added some code to the theme functions.php file which breaks the woocommeerce search:

    
    function SearchFilter($query) 
    {
         if ($query->query_vars[s])
         {
             $query->query_vars[s]=htmlentities($query->query_vars[s]);
         }
         if ($query->query_vars[paged])
         {
             $query->query_vars[paged]=htmlentities($query->query_vars[paged]);
         }
         if ($query->query_vars[post_type])
         {
             $query->query_vars[post_type]=htmlentities($query->query_vars[post_type]);
         }
         if ($query->query_vars[product_count])
         {
             $query->query_vars[product_count]=htmlentities($query->query_vars[product_count]);
         }
         if ($query->query_vars[product_order])
         {
             $query->query_vars[product_order]=htmlentities($query->query_vars[product_order]);
         }
         if ($query->query_vars[product_sort])
         {
             $query->query_vars[product_sort]=htmlentities($query->query_vars[product_sort]);
         }
         return $query;
    }
     
    add_filter('pre_get_posts','SearchFilter');
    

    If I remove/comment out this code it works again

    Regards,
    Peter

    in reply to: Did latest Enfold update delete some pages? #295820

    Hi!
    Yes, Enfold supports bbpress and we add some custom styles to integrate the forums into or theme. However afaik Enfold does not change the bbpress setting and pages. I also couldn’t find any “suspicious” code in the bbpress config.php.

    Cheers!
    Peter

Viewing 30 posts - 2,581 through 2,610 (of 9,352 total)