Forum Replies Created
-
AuthorPosts
-
July 26, 2014 at 4:46 pm in reply to: ENFOLD theme: Font in the text fields on the contact page (name, topic, text,.. #296243
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,
PeterJuly 26, 2014 at 4:41 pm in reply to: WGM Digitale Produkte und Enfold nach neuem Verbraucherrecht #296240Hey!
Sehr gut :)
Best regards,
PeterHi!
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,
PeterHey!
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!
PeterHi!
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!
PeterHey 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!
PeterHey!
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!
PeterHi!
comitzuu – Thank you for helping us out :)
Cheers!
PeterHi!
Can you post a link to the page with the menu please? It helps us to investigate the structure and css code.
Best regards,
PeterHi!
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,
PeterHey 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!
PeterHey!
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,
PeterHey!
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!
PeterJuly 26, 2014 at 11:28 am in reply to: Events Manager Single Event Page Title using Blog "News" header title #296205Hey!
Glad I could help you :)
Best regards,
PeterHi!
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,
PeterJuly 26, 2014 at 10:44 am in reply to: keep the position of Social bookmarks and Secondary menu #296191Hey!
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,
PeterHey!
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,
PeterHi Arran!
Please insert this code into the quick css field:
.post-meta-infos{ display: none !important; }
Cheers!
PeterHey 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!
PeterHey 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,
PeterHey!
I used the debug box to switch the coordinates.
Cheers!
PeterHi!
It works now. I deactivated the “Use Google CDN version of jQuery” option on the LayerSlider option page.
Best regards,
PeterHey!
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!
PeterHi 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!
PeterHi!
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,
PeterHi 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,
PeterHey!
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,
PeterHey!
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.
July 25, 2014 at 10:39 am in reply to: when creating a manual order – products do not appear correctly in search #295851Hey 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,
PeterHi!
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 -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts