I'm looking for a live chat plugin for WP. I need this chat only on the support page, so it should be possible to include the chat directly into the page content (I'm using the Visual Composer). I haven't been able to find one. Every live chat plugin shows a button in the bottom right corner, and that's not what I'm looking for. Does anyone know a plugin? Free or paid doesn't matter. Thanks in advance.
I have a client that wants to landscape support for his website. I have never needed to optimize a website for landscape view nor did it ever cross my mind. If possible how do I do it on WordPress?
i am trying to set up and costumize Multiple Post Containers Across the Homepage of my website that is offline. I have tried multiple methods, such as using posts plugins, widgets on the sidebar and widget plugins. It would be highly appreciated if i could get some advice on how to set up posts on the homepage. It would be nice to have them where the red squares are on THIS IMAGE, its an example.
Even moderators on wordpress.org can't reopen tickets: https://wordpress.org/support/topic/can-i-open-a-closed-for-reply-topic-as-a-moderator/ This is weird and stupid. The question for SE is: Has Automattic expressed the reason WHY they do this? Can you provide a link to trac or a blog post where they explain themselves?
I want to upload my new plug in and before that, I have a few questions I did not find an answer yet. Is there a set up fee for plugin from wordpress? Is the approval and listing procedure for free? Is there an exit fee? In case I want to remove my plugin from wordpress, will there be a fee? What kind of support will I be faced to? I mean, I know that I will be posting updates …
Single posts show tag or tags after content on my website. I need to remove a particular tag making it hidden from the page. Actually I have redirected a link to this so cannot delete. I googled but cannot find any function as everywhere codes for exclusion of a tag from cloud is available.
there is the unknown pop-ups show 0 in my website. Last time I edit my website is 1 month ago,and it still didn’t have that . In this period of time , I only update the wordpress and plugin. I don’t know why this happening, Can anybody help me? The page I need help with: https://www.hueming.com.tw/
Wordpress.org plugin's have a support forum, but I don't see a way to search it, which makes finding issues related to a specific plugin pretty hard. Am I missing something? or is this option simply not available? Example of a support forum page: https://wordpress.org/support/plugin/wp-super-cache
I want to change labels in this page ex: Client -> Owner What is the file name where I can change these labels from? screenshot: https://snag.gy/75oUTb.jpg I tried to do it by javascript, but it caused effect on all website pages, on previewing, editing or updating, the page turns to white. This is my piece of code echo "<script type='text/javascript'> window.onload = replaceTxt; function replaceTxt() { var vr1 = document.getElementById('_bunch_bunch_projects_settings[client]').childNodes[1].childNodes[1].innerHTML; var vr11 = vr1.replace('Client','Owner'); } </script>";
I'm looking for a CSS code for triggering Avada toggles using an element other than the toggle’s own button? I just want to be able to open and close a series of toggles with my own custom buttons. That means I need a CSS class to apply to my element (for which there is already a section available) and then a corresponding code with a matching signature (i.e “button1″,”button2” etc) to apply to the toggle so it will open/close when …
I shan't name and shame, but basically, we had a plugin on our site that would cause the page its content was embedded into to disappear if the site's PHP version was higher than PHP5, which was sad as what it provided was really helpful. As having a lower PHP version was slowing down our site pretty significantly, we ended up updating the PHP and going with an alternative to the apparently tetchy plugin. When I went to deactivate the …
I have a Wordpress plugin WP Pipes hosted at http://wordpress.org/plugins/wp-pipes/. I see that it is convenience for users to ask question right in the support page at http://wordpress.org/support/plugin/wp-pipes, but it will be a pain when we have lots of topics in there. Is there anyone here have experience about that? Should we offer support service right there in wordpress.org or host it in our own website? Any help would be appreciate. PS: I posted this question on stackoverflow but not …
Recently, in the last day or two (2016 09 28), several Google searches on wordpress topics have sent me to wordpress.org/support/topic... like this one: how to add new sidebar in Widgets section that return 404, Page not found. Does anyone know if there has been a change, or a temporary failure, at wordpress.org/support?
I have exactly the same issue as this closed question and want to resolve it. In the comment section it asks the OP to add "Bug Information". Where do I get bug information from so I can add it to my question on this stack? I am new to WordPress (if thats not obvious) and I'm using WordPress 3.5.1 and the Weaver 2 theme
I cannot figure out why themes are not loading correctly on my website. I am pretty new to this but am trying to learn as much as I can. I have used Google but haven't figure out the solution. Here is my problem: I have downloaded multiple themes from WordPress for use on my WordPress website, but every theme appears as basic HTML. So all the pictures, functionality, etc, do not appear. There is only one theme (Zerif-lite) that seems …
WordPress.org provides several API end-points for data about themes and plugins. For example for plugins there is the plugin_api: https://developer.wordpress.org/reference/functions/plugins_api/ And the themes API: https://developer.wordpress.org/reference/functions/themes_api/ But, what about a Support API? The best option I have so far is to parse data from each forums RSS feed - for example: https://wordpress.org/support/rss/plugin/export-user-data But this returns the last 30 replies accross all topics for the specified plugin. We would like to get All the forum topics from the last 3 months Each …
I have lost my wordpress website. I tried to edit the Custom CSS. I didn't have a Child Theme as I didn't know what one was until now. I clearly have put the code in the wrong area and it's ruined it. But it has gone blank and I can't access the website I was creating. I was editing using MAMP as I don't have a server yet. Is there anything I can do? Is there anything I can do?
I am using the latest WordPress 3.9.2 and recently WordPress 4.0 has been released. I am not in a hurry to upgrade to 4.0. But would like to know how long 3.9.2 will be supported. Are the WordPress end-of-support times for different versions mentioned anywhere? I looked in Google, but could not figure it out.
I've been looking for a chat support plugin for WP and I haven't been able to find one, does anyone know about one? Free or paid doesn't matter. Thanks in advance.
I come with a basic question but I can not solve, I think that will be easy for you. I would like, if I have 2 or more post on loop, show the entire loop. I tried the following: <?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; $portfolio = new WP_Query(array('post_type' => 'project', 'posts_per_page' => 12, 'paged' => $paged)); $count = 0; ?> <?php if ($portfolio < 2) : ?> [CONTENT LOOP] <?php if ($portfolio) : while ($portfolio->have_posts()) : $portfolio->the_post(); …