Forum Replies Created

Viewing 30 posts - 181 through 210 (of 488 total)
  • Author
    Posts
  • in reply to: Team Member Shortcode does not work anymore #1337650

    Hey Ismael
    Yes, shure.
    Find the link to the plugin zip file and the database sql in the private content section.
    You have to create this database on the same host where the wordpress instance runs.Please replace the image links in the table mitglieder with real image links (i.e. /wp-content/uploads/2022/01/kriesi.jpg)
    Then you have to configure the plugin (Settings – YourChoice GCST)
    Then you can use this shortcode: [gcst_members type=’TYPE’]
    See possible types in the private content section.
    Thanks very much.
    Best regards
    Mike

    in reply to: Advanded Layout Editor for The Events Calendar #1337635

    Hi Yigit
    So, i tested it with deactivating plugins.
    First I deactivated one by one or groups (i.e. all Contact Form 7 Plugins), then I deactivated ALL plugins except the The Events Calendar plugin (because this is needed for the events).
    Unfortunately the Advanced Layout Builder still did not work for this one user.
    Have you any other idea?
    Or should I send you the content of functions.php of the Enfold Child theme?
    Best regards
    Mike

    in reply to: Team Member Shortcode does not work anymore #1337574

    Hi Ismael
    For the problem with the domain mentioned in my last reply I will open a new issue because this is very special ;-(
    Best regards
    Mike

    in reply to: Advanded Layout Editor for The Events Calendar #1337565

    Hi Yigit
    I went back to Enfold 4.8.8.1 but this probleme here is still there. So I will check out the plugins.
    Best regards
    Mike

    in reply to: Advanded Layout Editor for The Events Calendar #1337549

    Hi Yigit
    I didn’t try this out yet.
    But perhaps, it could also be an Enfold Update problem? Because we find more and more problems, see also here:

    This only a possible hint…
    Best regards
    Mike

    in reply to: Team Member Shortcode does not work anymore #1337537

    Hi Ismael
    Just an addition.
    We went back from WordPress 5.9 to 5.8.3. This had no effect, the pictures still are not there.
    Then we went back from Enfold 4.8.9 to 4.8.8.1. This had an effect- the shorcode worked again!
    So it is an Enfold problem.
    Just before I also saw other problems with websites where we updated Enfold, For example on the Website mentioned in the private content section, the Slider comes twice instead of once…
    So, it seems there are a lot of Problems with the new Enfold version ;-(
    Best regards
    Mike

    in reply to: Team Member Shortcode does not work anymore #1337506

    Hi Ismael
    I just dumped out the real shorcode which but without the command do_shortcode.
    As you can see, also there are different images set in the shortcode,see in private content section (data protection).
    Perhaps it is a problem between WordPress 5.9 and Enfold?
    Best regards
    Mike

    in reply to: Team Member Shortcode does not work anymore #1337504

    Hi Ismael
    I read this values from an external database.
    Yes, this I already tried, every entry has another image (bild).
    I just dumped out the values on the website, see it in private content section (data protection).
    Best regards
    Mike

    in reply to: Team Member Shortcode does not work anymore #1337425

    Hi Ismael
    But if that was the problem, it would never have worked, would it?
    Here is the code part of the plugin which generates the member shortcodes.

    	$teamMembers = '';
    	$count = 4;
    	foreach ( $rows as $row ) {
    		$teamMember = '';
    		if ($count === 4) {
    			$teamMember .= "[av_one_fourth first min_height=\"\" vertical_alignment=\"\" space=\"\" custom_margin=\"\" margin=\"0px\" padding=\"0px\" border=\"\" border_color=\"\" radius=\"0px\" background_color=\"\" src=\"\" background_position=\"top left\" background_repeat=\"no-repeat\" animation=\"\" mobile_breaking=\"\" mobile_display=\"\" av_uid=\"av-5ca50s\"]";
    			$count = 0;
    		} else {
    			$teamMember .= "[av_one_fourth min_height=\"\" vertical_alignment=\"\" space=\"\" custom_margin=\"\" margin=\"0px\" padding=\"0px\" border=\"\" border_color=\"\" radius=\"0px\" background_color=\"\" src=\"\" background_position=\"top left\" background_repeat=\"no-repeat\" animation=\"\" mobile_breaking=\"\" mobile_display=\"\" av_uid=\"av-5ca50s\"]";
    		}
    		$teamMember .= "[av_team_member name=\"" . $row["name"] . " " . $row["vorname"] . "\" job=\"\" src=\"" . $row["bild"] . "\" attachment=\"11198\" attachment_size=\"portfolio\" image_width=\"\" description=\"";
    		$teamMember .= "Instrument: " . $row["instrument"] . "<br />";
    		$teamMember .= "Mitglied seit: " . $row["mitglied_seit"];
    		$teamMember .= "<br />";
    		$teamMember .= "\" font_color=\"custom\" custom_title=\"#cb2323\" custom_content=\"#000000\" av_uid=\"av-55esp8\" admin_preview_bg=\"rgb(241, 241, 241)\"]";
    		if (strlen($row["facebook"]) > 0) {
    			$teamMember .= "[av_team_icon title=\"Facebook\" link=\"https://www.facebook.com/" . $row["facebook"] . "\" link_target=\"_blank\" icon=\"ue8f4\" font=\"entypo-fontello\" av_uid=\"av-2it3rg\"]";
    		}
    		if (strlen($row["instagram"]) > 0) {
    			$teamMember .= "[av_team_icon title=\"Instagram\" link=\"https://www.instagram.com/" . $row["instagram"] . "/\" link_target=\"_blank\" icon=\"ue909\" font=\"entypo-fontello\" av_uid=\"av-9ao3o\"]";
    		}
    		$teamMember .= "[/av_team_member]";
    		$teamMember .= "[/av_one_fourth]";
    		$teamMembers .= $teamMember;
    		$count = $count + 1;
    	}
    	$content .= do_shortcode($teamMembers);
    	return $content;

    Thanks very much.

    Best regards
    Mike

    in reply to: Advanded Layout Editor for The Events Calendar #1337275

    Hi Yigit
    Very special because this is only hidden for one user …
    But I will try with deactivating plugins… will inform you, which plugin makes this problems.
    Best regards
    Mike

    in reply to: Advanded Layout Editor for The Events Calendar #1337228

    Hi Ismael
    Sure. You can find the login data in the private content section.
    It’s ok, when you temporarily deactivate plugins.
    Best regards
    Mike

    in reply to: Advanded Layout Editor for The Events Calendar #1337164

    Hi Yigit
    I deactivated the User Role Editor plugin but it still did not work.
    The special thing is, that we have 3 Administrator accounts, at 2 of them it works, at 1 it does not work ;-(
    seeschwalbe –> here it works
    yourchoice –> here it does not work
    kriesi –> here it works as you said

    Any other idea what the problem could be? ;-)
    Best regards
    Mike

    in reply to: Advanded Layout Editor for The Events Calendar #1337116

    Hi Yigit
    At the moment, we use Enfold shortcodes without the Advanced Layout Editor, but the new events we like to use directly the Advanced Layout Editor ;-)
    It is very special. I just created a user for you and there it works. But with my user it does not work… what can be the problem?
    See the login below where it works. Perhaps you see, why with my user it does not work ;-)
    Thanks very much.
    Best regards
    Mike

    in reply to: MailChimp with Google reCaptcha #1337031

    Hi Ismael
    Very good ;-)
    Best regards
    Mike

    in reply to: MailChimp with Google reCaptcha #1336984

    Hi Yigit
    Ok, so we let open this issue ;-)
    Best regards
    Mike

    in reply to: Popups #1336983

    Hi Yigit
    Okey, so we let open this issue ;-)
    Best regards
    Mike

    in reply to: MailChimp with Google reCaptcha #1336584

    Hi Yigit
    Thanks very much. So I hope, this feature would be implemented in future ;-)
    This issue should rest openend, or do we close it?
    Best regards
    Mike

    in reply to: Popups #1336583

    Hi Yigit
    Ok, thanks very much, so I wait for more updates about that ;-)
    Thanks very much.
    So, this issue should rest opened, right?
    Best regards
    Mike

    in reply to: Problem with HTML Emojis #1335311

    Hi Yigit
    Ok, very good.
    Best regards
    Mike

    in reply to: Problem with HTML Emojis #1335307

    Hi Yigit
    Okey, but this we did always but we had always problems with this HTML codes for emojis…
    But we will try next time again.
    Best regards
    Mike

    in reply to: Problem with HTML Emojis #1335302

    Hi Yigit
    Thanks very much.
    So we have to put HTML codes for emojis always in span-Blocks?
    Best regards
    Mike

    in reply to: The Events Calendar Design broken #1335253

    Hi Yigit
    Before I will do that, does this replace all the CSS codes I used for the buttons?
    Which of all CSS code mentioned above should be removed after replacing this file?
    Best regards
    Mike

    in reply to: The Events Calendar Design broken #1335108

    Hi Yigit
    With this code, the buttons are not visible anymore on desktop and on mobile it looks not very nice.
    We would like to have the buttons on mobile with 100% width, like it was before ;-)
    Would all this CSS codes be implemented in a later Enfold update?
    Best regards
    Mike

    in reply to: The Events Calendar Design broken #1335102

    Hi Yigit
    Thanks for the code. On desktop this seems to work, but on mobile not.
    There we have already the following code, because we already had problems on mobile after earlier “The Events Calendar” updateas:

    @media only screen and (max-width: 767px) {
      #top.tribe-theme-enfold.single-tribe_events .av-single-event-meta-bar-inner {
        display: block; 
      } 
      #top.tribe-theme-enfold.single-tribe_events .secondary .tribe-events-meta-group {
        margin-top: 20px;
      }
      .tribe-events-cal-links .tribe-events-button {
        width: 100%;
        margin-bottom: 10px;
      }
    }
    in reply to: Enfold settings lost after transfer #1333056

    Hi Ismael
    Okey… so in future we will do it every time like this – export the settings, transfer the website, import the settings.
    You can close this issue.
    Best regards
    Mike

    in reply to: Enfold settings lost after transfer #1332966

    Hi Ismael
    I exported now the data before changing the database entries.
    Then I imported it after changing the database entries.
    My question which I had ist, why this worked some months ago, so I could change the database entries and copy the files to the new domain and it worked, but now this does not work anymore, I have to export and import the Enfold settings.
    Why I lose the settings when I change the domain? Because I did not loose the settings some moths ago…had something changed in Enfold expecting that?
    Best regards
    Mike

    in reply to: The Events Calendar Mobile View special #1325878

    Hi Rikard
    Okey, no problem. We will use this CSS code now.
    You can close this issue.
    Best regards.
    Mike

    in reply to: The Events Calendar Mobile View special #1325843

    Hi Rikard
    Thanks. This works.
    I think we will use it like this, so it works on all devices.
    I still do not understand why we have this lot of problems with The Events Calendar and Enfold since the last The Events Calendar updates… all this CSS code was not neccessary before this The Events Calendar update… or is Enfold not anymore compatible with The Events Calendar?
    Best regards
    Mike

    in reply to: The Events Calendar Mobile View special #1325744

    Hi Rikard
    Ok, special.
    I checked also with a Samsung Galaxy S9, same problem as with the Samsung Galaxy S20.
    I also checked with the only Apple device I have, an iPod touch (6th generation), there is the same problem.
    Anayway, is there any CSS code possible, for that the buttons have a space between, if they cannot be display on the same line?
    Best regards
    Mike

    in reply to: The Events Calendar Mobile View special #1325708

    Hi Yigit
    Ok, thanks for the Link ;-)
    Yes, would be nice, if you can ask your teammates to check on Android ;-)
    Best regards
    Mike

Viewing 30 posts - 181 through 210 (of 488 total)