Elia Bos
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Spinning Circle, Infinite loop on Sendis there an alternative otherwise for this multilingual-cms?
can the created translations still be used?Forum: Plugins
In reply to: [Contact Form 7] Spinning Circle, Infinite loop on Sendwell, you are right!!!
I tried to update from version 3.7.1 to 4.2.7.1, to see whether it resolves the problem, but with updating this error occur which doesn’t say anything to me:
Update Failed: Downloading is not possible. WordPress cannot create required folders because of the 256 characters limitation of the current Windows environment.Update PluginReturn to the updates page <!– wpbody-content –> <!– wpbody –> <!– wpcontent –> Thank you for creating with WordPress. Get Version 5.2.2 (function($) { $(document).on(‘click’,’.postman-not-configured-notice .notice-dismiss’, function(e) { e.preventDefault(); var $this = $(this); var args = { action: ‘dismiss_version_notify’, security: $(‘.postman-not-configured-notice’).find(‘.security’).val(), version: ‘not_configured’, }; $.post(ajaxurl, args, function() { $this.parent().slideUp(); }); }); })(jQuery); addLoadEvent(function(){ var menu_id = ‘secondary-menu’; var location_menu_id = jQuery(‘#locations-‘ + menu_id); if(location_menu_id.length > 0){ location_menu_id.find(‘option’).first().html(‘not translated in current language’); location_menu_id.css(‘font-style’,’italic’); location_menu_id.change(function(){if(jQuery(this).val()!=0) jQuery(this).css(‘font-style’,’normal’);else jQuery(this).css(‘font-style’,’italic’)}); } }); Portability Export Import Exporting your Divi Builder Layout will create a JSON file that can be imported into a different website. Export File Name Export Divi Builder Layout Cancel Export Importing a previously-exported Divi Builder Layout file will overwrite all content currently on this page. Select File To Import No File Selected Choose File Download backup before importing Import Divi Builder Layout Cancel Import /* <![CDATA[ */ var installer_strings = {“installing”:”Installing %s”,”updating”:”Updating %s”,”activating”:”Activating %s”}; /* ]]> */ /* <![CDATA[ */ var WordfenceAdminVars = {“ajaxURL”:”http:\/\/www.agapeacupunctuur.nl\/wp-admin\/admin-ajax.php”,”firstNonce”:”93012e68f2″,”siteBaseURL”:”http:\/\/www.agapeacupunctuur.nl\/”,”debugOn”:”0″,”actUpdateInterval”:”2000″,”cacheType”:”disabled”,”liveTrafficEnabled”:”0″,”scanIssuesPerPage”:”100″,”allowsPausing”:”1″,”scanRunning”:”0″,”modalTemplate”:”\n\t\n\t\t\n\t\t\t\n\t\t\t\t${title}<\/strong>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\n\t\t\t<\/i><\/a><\/div>\n\t\t<\/div>\n\t<\/div>\n\t\n\t\t${message}\t<\/div>\n\t\n\t\t\n\t\t\t\t\t\t\tClose<\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n<\/div>\n”,”tokenInvalidTemplate”:”\n\t\n\t\t\n\t\t\t\n\t\t\t\t${title}<\/strong>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\n\t\t\t<\/i><\/a><\/div>\n\t\t<\/div>\n\t<\/div>\n\t\n\t\t${message}\t<\/div>\n\t\n\t\t\n\t\t\t\t\t\t\tReload<\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n<\/div>\n”,”modalHTMLTemplate”:”\n\t\n\t\t\n\t\t\t\n\t\t\t\t${title}<\/strong>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\n\t\t\t<\/i><\/a><\/div>\n\t\t<\/div>\n\t<\/div>\n\t\n\t\t{{html message}}\t<\/div>\n\t\n\t\t\n\t\t\t\t\t\t\tClose<\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n<\/div>\n”,”alertEmailBlacklist”:[“3c4aa9bd643bd9bb9873014227151a85b24ab8d72fe02cc5799b0edc56eabb67″,”aa06081e3962a3c17a85a06ddf9e418ca1ba8fead3f9b7a20beaf51848a1fd75″,”a25a360bded101e25ebabe5643161ddbb6c3fa33838bbe9a123c2ec0cda8d370″,”36e8407dfa80d64cfe42ede4d9d5ce2d4840a5e4781b5f8a7b3b8eacec86fcad”]}; /* ]]> */ /* <![CDATA[ */ var wpPointerL10n = {“dismiss”:”Dismiss”};/* ]]> */ <!– wpwrap –> if(typeof wpOnload==’function’)wpOnload();
What can I do, since I need the manual translation I made…
Thanks again in advance Takayuki.
Forum: Plugins
In reply to: [Contact Form 7] Spinning Circle, Infinite loop on SendHi Takayuki,
Thanks for your comment. These are the plugins I use:
accordion-shortcodes
antispam-bee
classic-editor
contact-form-7
divi-booster
gtranslate
lightbox-plus
post-smtp
quotes-collection
relevanssi
sitepress-multilingual-cms
social-profiles-widget
updraftplus
user-submitted-posts
wordfence
wordpress-seo
wp-members
wp-tooltipsThanks in advance
Forum: Fixing WordPress
In reply to: Changing title on browser tabI’ve solved the problem with this line in the header.css:
<title><?php if(is_home()) { echo bloginfo(“name”); echo ” | “; echo bloginfo(“description”); } else { echo wp_title(” | “, false, right); echo bloginfo(“name”); } ?></title>
Forum: Fixing WordPress
In reply to: Changing title on browser tabHi, I’m also a newbie… and having the same problem: my home page which is : fysiokoster.nl shows https://www.fysiokoster.nl/ as tab title.
Whatever I did in the head section of the header.psp:<head>
<meta charset=”utf-8″>
<meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″><title><?php wp_title(‘ – Fysiotherapie Zaandam, Koog aan de Zaan’, true, ‘right’); ?></title>
<meta name=”description” content=””>
<meta name=”author” content=””>
etc, etc, …Or in the home page itself: <head><title>Title I like</title></head> won’t change the title.
Can anyone pls. help?Thx a lot in advance.