ibiza69
Forum Replies Created
-
We activated the option for “Background” button colors and got this result:
If you see, texts instead of being centered are bringed to right hand side, plus texts in orange color. There are no buttons, only an square color background, so really looks terrible. Is there a way for fixing this for having rounded buttons with centered text and that could change the text color so isn′t orange?
Hopefully developers work on this, as there aren′t any other plugins with this option at WordPress and its like weird to have it with this design.
Thank you.
Forum: Plugins
In reply to: [WP Job Manager] Is possible to take off these two options from menu?Thanks a lot @yscik8, we tried to find it from our side, but didn′t notice that is was in each landing page ??
Have a very nice time and thank you once more.
Forum: Plugins
In reply to: [WP Chat App] reduce size of WhatsApp button on mobile phonesSure @mialewp, thanks once more!
Forum: Plugins
In reply to: [WP Chat App] reduce size of WhatsApp button on mobile phonesThank you @ninjateamwp, that did the job very well !!
Thank you for taking care of this for us, the button now looks great at mobiles ??
Have a very nice time!
Hi @wpkube, thanks for taking the time to answer and yes, we found something that did the job very well, works like charm ??
Here is the code to place at functions.php or Code Snippets:
<?php /******* https://github.com/cosmic/cosmic-tinymce-excerpt * Plugin Name: Cosmic TinyMCE Excerpt * Description: TinyMCE pour les extraits * Author: Agence Cosmic * Author URI: https://agencecosmic.com/ * Version: 1.0 ****************************/ function cosmic_activate_page_excerpt() { add_post_type_support('page', array('excerpt')); } add_action('init', 'cosmic_activate_page_excerpt'); # Removes default extracts and replaces them with new blocks function cosmic_replace_post_excerpt() { foreach (array("post", "page") as $type) { remove_meta_box('postexcerpt', $type, 'normal'); add_meta_box('postexcerpt', __('Excerpt'), 'cosmic_create_excerpt_box', $type, 'normal'); } } add_action('admin_init', 'cosmic_replace_post_excerpt'); function cosmic_create_excerpt_box() { global $post; $id = 'excerpt'; $excerpt = cosmic_get_excerpt($post->ID); wp_editor($excerpt, $id); } function cosmic_get_excerpt($id) { global $wpdb; $row = $wpdb->get_row("SELECT post_excerpt FROM $wpdb->posts WHERE id = $id"); return $row->post_excerpt; }
Hopefully can help others that look for it and/or you can include it somewhere:
Hi @pulak00, thanks for the information. Have a nice day ??
Hi @pulak00, sure here is one of our sites trabajaribiza.com, hopefully it helps, the slider is after header slider. Thank you once more for your time and attention.
Forum: Plugins
In reply to: [Autopost for X (formerly Autoshare for Twitter)] Problems with pluginHi @dharm1025, we didn′t hear from you in all this time, after you asked to provide more information, so we did but didn′t know from you anymore. Did you have time to go over the plugin, to see why doesn′t send autopublish when creating new posts?
(the point it′s that we have to proceed manually, so it′s like weird using an autoposting plugin).
Thank you!
Hi @pulak00, we didn′t receive any news from your side. Did you have time to check all this table entries (+500), to see if there is a way to fix it? Thank you once more.
Forum: Plugins
In reply to: [WP Job Manager] Explain more about new JobTarget feature?Just an small question, we didn′t update our sites to this last WPJM version because of all this that isn′t clear enough (for us) and our question would be: “It’s possible to disble this option competly, maybe from some function option?”
Forum: Plugins
In reply to: [WP Job Manager] Explain more about new JobTarget feature?@yscik8 thanks for asking Peter. Answering the question, from our side that have 5 job websites with your WPJM since about 8 years ago, would not, as the Human Resources departments mostly don′t pay a cent. for publishing their job offers, they are usually administrative personnel who have this function, but do not have company funds for this purpose. They go here and there to post (to all free websites that they know), but “always for free” and if there is any of them interested on paying, that are so scarce, so few, that they can be counted on the fingers of one hand and we have thousands of companies registered on our websites…, thanking us daily for the great work we do, the impressive impact their offers have and the number of applications they receive.
To give an example, we finally included a donation button through Paypal, knowing in advance the times and times that they had thanked us for our great work and in 3 years with the button in the entire companies backoffice, not a single donated a cent…
Even, either don′t like to pay for highlighted offers for some cents….
We get our returns from Adsense, that would be all. This is why this new button confused us if it is finally presented on the front of the website.
Sorry @pulak00, I forgot to say that this happens in all our websites that have the plugin installed (we have 5 websites with your plugin) and same thing is happening in all of them. Thank you.
Hi @pulak00, thanks for answering.
Here are just a pair of screenshot, for not including all of them here, as are too many:
View post on imgur.com
View post on imgur.com
And those tables contain this type of information inside:
option_id: 4804322
option_name: sp_wp_carousel_page_id147
option_value: a:1:{i:0;i:33088;}
autoload: yes
Hopefully this information helps ??
Forum: Plugins
In reply to: [WP Job Manager] Explain more about new JobTarget feature?Hi, good morning. Reading this thread I would like to expose that the idea for having WP Job Manager in our sites, I think most of us is for earning, so If we place the button on front-end for our clients, this will not bring us any benefict, quite the opposite, it would make us lose returns, and would probably be unaffordable for our businesses.
Hi @pulak00, sorry for that, the web isn′t shown to public, only that day I wrote you, as is an staging site, but we could solve the problem with that CSS code, so all is correct. Thank you for your time.
Just one more important question. We where changing themes from our old one, to Astra theme. Today we went to PHPMyAdmin, for deleting all theme tables and options, AND we saw that your plugin has created hundreds of tables at (DB: “options”). they are all like these one:
5094918sp_wp_carousel_page_id42643
Why does this happen, I mean, there are pages and pages, about 500 results from your plugin. Is this normal? Is there any way for not having all them, as is seems like too much, as we only have like 20 images at only 1 slider.
Thank you once more for your time and support ??