dimizu
Forum Replies Created
-
Forum: Plugins
In reply to: [Livemesh SiteOrigin Widgets] Livemesh PortfolioUps, now works. Strange.
I am not sure but i think that wos a problem that I had installed Jetpack after your Plugin. I have deinstalled and then reinstalled your plugin and now works.
Thanks.
Forum: Plugins
In reply to: [Livemesh SiteOrigin Widgets] Livemesh PortfolioOk, I will do it, when the site is online. (At the moment is local under development.)
Forum: Plugins
In reply to: [Livemesh SiteOrigin Widgets] Livemesh PortfolioSimilar problem here:
Jetpack custom post type Portfolio is active.
Under Plugins > SiteOrigin Widgets: Livemesk Portfolo is activeBut when I would insert with Pagebuilder the Livemesh Portfolio Widget I cannot see it. All other Livemesh Widgets are there. However, Portfolio Widget is missing.
Any ideas?
Forum: Plugins
In reply to: [Polylang] Change redirect from Status 302 to 301Yes, when i put the code in a plugin, then works.
Thanks!
—
P.S. You say “Since you are quoting Google, I will too:”Your link is only a blogpost link (ok from Google). However, the code 302 is not the principal subject of the article. I think that in your blogpost link the author not has well considered what redirect is the best. π
My link is the official Search Console Help and the subject of the article is the 301 redirect
And whether 302 or 301 is technical correct, this is not the question for me. For the most (ok, not all) SEOs is a best practice to use 301 redirects.
And my own experience and tests says thatβs 301 redirect are for SEO reasons better den 302 redirects.
I think the best solutions for Plugin developers would be to offer an option, so that the user can set 301 or 302.
For me: I have now the solution. In a plugin the code above works fine π
—
P.S.S. Your Plugin is very good. I am very happy with it also with 302 code πForum: Plugins
In reply to: [Polylang] Change redirect from Status 302 to 301Hello Chouby,
thanks for your repleay.
I know that there are different opinions in the web about the correct status code. I think that 301 is the correct http code and I belief that for SEO reasons 301 is better then 302.
Here a link from Google: https://support.google.com/webmasters/answer/93633
Se the text (non the video). On the second bullet there is exact the example for language redirect. Ok, the text is in German. Here the translation:
—
… For example, if your home page is accessible across different URLs http://ihrebeispielurl.de/startseite, http://startseite.ihrebeispielurl.de or http://www.ihrebeispielurl.de it is recommended to define one of those URLs as your preferred (canonical) destination. Redirect the other URLs by 301 redirects …
—
But I understand, that Polylang is your plugin, therefore your opinon about status code is that what counts πFor me:
If you cna help me to change the status code not in your plugin but by function.php then this would a great solution, not only for me but also for peoples that belief that 301 is better.I tryy to but this in my function.php:
function http_status_version ($status, $location) { return 301; } add_filter( 'wp_redirect_status', 'http_status_version');Unfortunately this not work. The status code remain to 302.
Any other ideas how can I change the status code, without hacking your plugin?
Forum: Plugins
In reply to: [Filter Custom Fields & Taxonomies Light] Pre-purchase problemSame problem here. I also plan to buy it for a final project. But not works with Polylang active and this is essential for this project.
The can activate the Plugin, I can create search forms but when I try to open a page in the editor, then the WordPress Backend crash.
First: I have activate this in Polylang:
Wordpress> Settings -> Languages -> Settings Tab > Media.
This Polylang Option is important for me e surrly also for others. I need the possibility to have different immages in the languages. So I am irritated that your plugin proposes to disable this option.With this Polylang option activ e and also with this Polylang Option deactive (I testet) I geeting empty galleries.
My last setting:
Wordpress> Settings -> Languages -> Settings Tab > Media : active
Your alert is shown.
When I use the Text Editor, then I can insert your Shortcode. I save the page, the gallery is displayed. But when I switch from Text to Visual Editor and when I save the page again then the gallery turn is empty.Summary:
I search a solution with WordPress > Settings -> Languages -> Settings Tab > Media: activeThanks
Forum: Plugins
In reply to: [CMB2] Customize the date pickerThis works:
add_filter( 'cmb2_localized_data', 'carine_custom_cmb2_date_format' ); function carine_custom_cmb2_date_format( $data ) { $data['defaults']['date_picker']['firstDay'] = 1; // Set 1 for Monday or 0 for Sunday (default) return $data; }Thanks
Forum: Plugins
In reply to: [CMB2] Save repeatable fields separatelyOk, thanks for the reply.
Forum: Plugins
In reply to: [CMB2] Save repeatable fields separatelyOk I understand that the multiple option is not possibile for date fields. Correct? Also not for date fields with text_time?
The solution with start and end date is not ideal for me. Because I have 1, 2, 3, 4, 5… X dates. Not only one for start and one for end.
You filter seems the solution. Can you tell me the code for a functio n that can save all dates from this field:
$cmb->add_field( array( 'name' => __( 'Datum', 'cmb2' ), 'id' => 'event_datum', 'desc' => __( 'Datum Events', 'cmb2' ), 'type' => 'text_date_timestamp', 'repeatable' => true, 'date_format' => 'd.m.Y' ) );in X separate meta fields with the name ‘event_datum_0’, ‘event_datum_1′,’event_datum_2′,’event_datum_3’,… ‘event_datum_3’
That would solve my problem. That would be nice. (Unfortunately, I find no similar example.)
Forum: Plugins
In reply to: [CMB2] Save repeatable fields separately‘multiple’ => true sounds good.
But I see no difference with multiple => true or false
I have this:
$cmb->add_field( array( 'name' => __( 'Datum', 'cmb2' ), 'id' => $prefix . 'event_datum', 'desc' => __( 'Datum Events', 'cmb2' ), 'type' => 'text_date_timestamp', 'repeatable' => true, 'multiple' => true, 'date_format' => 'd.m.Y' ) );I insert 2 dates:
10.02.2016 11.02.2016print_r of the return from get_post_meta():
["dmz_event_datum"]=> array(1) { [0]=> string(40) "a:2:{i:0;i:1455062400;i:1;i:1455148800;}" }You see the 2 dates are store in 1 custom field and not in 2 custom fields. I would like to have an output like this:
["dmz_event_datum_0"]=> array(1) { [0]=> string(10) "1455062400" } ["dmz_event_datum_1"]=> array(1) { [0]=> string(10) "1455148800" }Is this not possible?
Excuse the late feedback.
a) tinymce editor problem: OK
b) Widget: your Widget for Insert Pages works fine. Thank you πI have now sent a reply to your support email address.
Ok.
Thanks π