Forum Replies Created
-
AuthorPosts
-
November 23, 2017 at 6:01 pm in reply to: Error: -200, Message: HTTP Error. with Gravity forms #880826
funny thing is i just resolved it.
might be worth sharing if some else finds this thread like i did.i had a rewrite rule to redirect http traffic to https.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://domain……/$1 [R,L]
</IfModule>after removing that rule it started working. :-)
November 23, 2017 at 3:41 pm in reply to: Error: -200, Message: HTTP Error. with Gravity forms #880739Hi Ikyo,
i’m having the exact same problem and situation.
Where you able to resolve it?
Thank you!
efiniNovember 23, 2017 at 9:46 am in reply to: layerslider shortcode is not executed all the time #880635Hi Victoria,
php is 5.6.32-he.0
Cheers
efiniNovember 21, 2017 at 10:26 pm in reply to: layerslider shortcode is not executed all the time #879951hi victoria,
that’s exactly how i used them in the first place.
i just add the shortcode in the footer widget area “footer – column1”here is a screenshot: [1]
November 20, 2017 at 7:44 pm in reply to: layerslider shortcode is not executed all the time #879320hi rikard,
thanks for your reply. unfortunately it didn’t help. it just ad a wired white background to the slider. but it is still only displayed on the front page. on any others pages it dont work.
cheers
efinihi mike,
thank you for your reply. ok but this change would be removed with the next update. how do i add your change with a childtheme? i just created a css fold and copied the shortcodes.css into it and applied your change. but the submenu still wont scroll.this really would be a nice feature to have in enfold itself.
thank you
efini
August 11, 2017 at 12:52 pm in reply to: Mobile Megamenu subitems not shown after 4.1 Upgrade #837424Hallo Günter,
danke für die Info, für wann ca. ist denn das nächste Update geplant?
Dank und Gruß
Nils
sry, my fault, link is in the private content
thank you my friend.
just for everyone else. this had nothing to do with the 4.1 upgrade. :-)This ticket was opened 2 days ago i’m not even sure somebody hast noticed it.
can please somebody let me know what is going on?is anyone working on this?
i’ve changed the title of the topic as i’m sure that this has to do with my upgrade today.
i just realised that a lot of pages are affected and the customer is quite unhappy. please have a lookthanks
well right now i think this has something todo with the 4.1 update i did today.
just found the following page (see privat content)
this page looks even worse, haven’t touched that page for a while.
please investigate
i’ve createt a temporary access for you
thank you!Same problem here!
My submenus are not working once i choose megamenu on the main menu. if i switch off megamenu it works.
my mainmenu is a regular “http://….” link. no #
please fix
runing enfold 4.1.2hi basilis,
if you edit a page with avia builder you can set “Transparent Header” in the Layout tab under “Header visibility and transparency”
please correct me if i’m wrong but taxonomie pages cant be edited with avia so i dont have the opportunity to set that transparency setting. so my thought was to, somehow, enable that setting within the taxonomy template file.cheers
nils
January 22, 2017 at 3:44 pm in reply to: [solved] page template file used for custom post type and avia builder #736964just solved it
can confirm it works with avia
January 22, 2017 at 12:29 pm in reply to: [solved] page template file used for custom post type and avia builder #736950can you please let me now if it’s possible to use a custome page template for a custom post type with the avia builder? i really need that feature rather soon or else i have to think of another solution. please let me now. thank you
January 20, 2017 at 5:06 pm in reply to: [solved] page template file used for custom post type and avia builder #736584just added an admin account for you guys
you can disable plugins if you need to.thank you!
January 18, 2017 at 8:19 pm in reply to: [solved] enabling avia_builder for CPF doesn't work #735511hi ismael,
thank you very much! it works! :-)
the plugin is nice as well.thank you!
cheers
nils
January 16, 2017 at 8:45 pm in reply to: [solved] enabling avia_builder for CPF doesn't work #734356sorry for being annoying but i need to carry on with my work ;-)
i just used a VM to make sure won’t be the issue.
i tried siteorigin’s page builder which works fine. but then i can’t change the site template to transparent header etc. and actually i rather would like to use the avia site builder.
cheers !
nils
January 16, 2017 at 3:27 pm in reply to: [solved] enabling avia_builder for CPF doesn't work #734101mh running 3.8.4 now but still no luck, even after flushing the cache and some reloads.
does it work for you?- This reply was modified 7 years, 10 months ago by efini.
January 16, 2017 at 3:06 pm in reply to: [solved] enabling avia_builder for CPF doesn't work #734077hi yigit,
thank you for you quick reply!
i just changed it to a plugin, but still got the same issue.
the plugin looks like the following (just to let others know)
add_action( 'init', 'create_post_type' ); function create_post_type() { register_post_type( 'Produkte', array( 'labels' => array( 'name' => __( 'Produkte' ), 'singular_name' => __( 'Produkt' ) ), 'public' => true, 'has_archive' => false, 'supports' => array( 'title', 'editor', 'custom-fields' ) ) ); } add_filter('avf_builder_boxes', 'add_builder_to_posttype'); function add_builder_to_posttype($metabox) { foreach($metabox as &$meta) { if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout') { $meta['page'][] = 'Produkte'; /*instead add the name of the custom post type here*/ } } return $metabox; }
there is no other plugin enabled. the site is not public yet so feel free to do what ever you need to do. :-)
login stuff will be in the private area
thanks!
cheers
nils
- This reply was modified 7 years, 10 months ago by efini.
-
AuthorPosts