Forum Replies Created
-
AuthorPosts
-
@Jason E, I absolutely agree 👍 That would be so nice.
OMG :-) – Thank you Guenni007, Rikard and Ismael. This is SO good. Your assistance is really appreciated.
Not that I understand everything yet, but I am trying hard to be more knowledgeable about CPTs.
If anyone else should be interested – here is how the function.php – for the child site looks now
This code is working for the Events Manager by Marcus Sykes.
<?php // Exit if accessed directly if ( !defined( 'ABSPATH' ) ) exit; function avf_alb_supported_post_types_mod( array $supported_post_types ) { $supported_post_types[] = 'event'; return $supported_post_types; } add_filter('avf_alb_supported_post_types', 'avf_alb_supported_post_types_mod', 10, 1); // BEGIN ENQUEUE PARENT ACTION // AUTO GENERATED - Do not modify or remove comment markers above or below: // END ENQUEUE PARENT ACTION
I used the Theme Editor plugin to edit the functions.php file – just because it is easy (but I do also have FTP access)
Best,
Chrilles
Thanks a lot, Rikard.
That solved the problem.Best,
ChrillesI have the same issue
WP version Current version: 5.8.2
No Updates available. You are running the latest version! (4.8.7.1)I have tried to disable all plugins – and the problem disappears. I have not disabled the plugins one by one.
March 1, 2019 at 12:56 pm in reply to: Menu crash in other languages after updating to 4.5.4 #1073136I have provided a login in the Private content area
March 1, 2019 at 12:52 pm in reply to: Menu crash in other languages after updating to 4.5.4 #1073131Is there anyone that can assist here?
Thanks a lot. I will contact the plugin developer. /Chrilles
Super, thanks a lot !
/CJune 16, 2014 at 7:40 am in reply to: How do, by default, have the same layerslider on all pages? #279271Ok, thanks a lot. I will consider to try that :-)
Regards,
Chrilles
June 13, 2014 at 8:54 am in reply to: How do, by default, have the same layerslider on all pages? #278514Hi
I just want it in the top of the page – linke on produktiondanmark.dk (frontpage) – below the main menu.
Regards,
Chrilles
January 30, 2014 at 11:34 am in reply to: Problems finding and/or creating shop pages for woocommerce (I dont see them ) #216903Dear Ismael
There is no button but I have created the pages manually, using the provided short codes on the woocommece support pages.
Thanks a lot for quick response.
Regards,
Chrilles
December 17, 2013 at 12:27 pm in reply to: How to target margin on a promo box on a specific page? #201054You are great. Thanks a lot. It works.
/Chrilles
This works fine for me
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
text-transform: none;
letter-spacing: 1px;
}h1 {font-size: 25px};
h2 {font-size: 20px;line-height: 1.1em;margin-bottom: 10px;}
h2 {font-size: 20px;line-height: 1.1em;margin-bottom: 10px;}h3 {font-size: 17px};
h4 {font-size: 15px};
h5 {font-size: 12px};
h6 {font-size: 10px}; -
AuthorPosts