Quantcast
Channel: Discourse Meta - Latest topics
Viewing all 60309 articles
Browse latest View live

Category topic list page shows category as "Watching" when no explicit status has been set

0
0

@mcwumbly wrote:

On the topic list page for a category, it currently shows as “Watching” if no explicit tracking status has been set, instead of “Normal”:

For example, it shows me as “watching” the marketplace category here:

But do not watch that category:

(Note, if I explicit set it to Normal, then it does remember that… so it seems to be an issue with how the null/default case is handled)

Posts: 2

Participants: 2

Read full topic


Questions about using Discourse in a small (

0
0

@garethjax wrote:

Hello there!

I would like to use a service like discourse to manage a small community of developers and specialists which are distributed in various parts of the world.

I’ve looked around and discourse seems to be very elegant as a solution to manage the discussions.

I would like it to run as a private install so i have a few questions regarding the privacy:

  • Is it possible to hide the whole forum behind a login/password request ? (like .htpassword of Apache, even though Discourse run under Nginx so it surely has a different way to password protect folders).
  • if the answer is yes, what kind of limitations will the service have?
  • for example is still possibile to use the email to interact with the forum?

Thanks in advance!

Posts: 3

Participants: 2

Read full topic

IP adress for two web servers

When watched words regular expressions is true, watched words does not allow uppercase regex

0
0

@schungx wrote:

Repo:

  1. Turn Site Settings > watched words regular expressions ON
  2. Go to Logs > Watched Words; notice it says regular expression in the placeholder of the input box
  3. Add somebadword\S*
  4. The word added is somebadword\s* instead of somebadword\S* which is completely wrong. The meta letter \S should never be lower-cased.

Posts: 1

Participants: 1

Read full topic

* wildcards in watched words don't work

0
0

@schungx wrote:

Repo:

  1. Make sure Site Settings > watched words regular expressions is OFF
  2. Go to Logs > Watched Words
  3. Type in somebadword*
  4. ./launcher restart app (this step appears to be necessary when the watched words list is changed, although I can’t understand why)
  5. Try to type in somebadword in the compose window. No effect.
  6. Check admin/watch_words.json and confirm that the word is accurately entered as somebadword*

This code should be replacing * with \S* (but I’m not sure if it will get lower-cased in the end). Somehow it is not matching.

Posts: 2

Participants: 1

Read full topic

Creating Accounts During a Suspension

0
0

@JonnyGamer wrote:

Hey there everyone. On my part of discourse town we are having a few issues with a certain user who is constantly breaking the community guidelines. When suspended, they suddenly reappear on a new separate account!

As you can tell, this is incredibly annoying. Is there any way to stop this hoo-haw? Thanks very much.

Forum: forum.gethopscotch.com
Topic about this: Current Bullying on the Forums

The topic discusses all of the broken rules and also includes a list of people who agree (40 so far)


Please help us stop this situation, as they have continued to do this since May.

Posts: 4

Participants: 2

Read full topic

How to bulk change category permissions

0
0

@schungx wrote:

Is there a way, via the Rails console or a rake task, to bulk-edit the permissions of categories?

In particular, I have a bunch of categories, currently set up for See permissions for group SomeGroup. Is there a command that I can run to change all permissions in all categories for SomeGroup to Reply/See without having to go into the UI and change each one of them by hand?

I can see in the PostgreSQL database that it is a simple number stored in permission_type under category_groups.

EDIT: There is no way to trick Data Explorer into executing a simple UPDATE statement because the whole thing is wrapped in a read-only transaction.

Posts: 1

Participants: 1

Read full topic

Adding a button for unauthorized members

0
0

@Stranik wrote:

I tried to add this button only for unregistered users. Make it visible, when you click on that, the transition goes to the registration page.

<script type="text/discourse-plugin" version="0.2">
let currentUser = api.getCurrentUser();
if (currentUser) {
} else {

    api.decorateWidget('header:after', helper => {
        const showExtraInfo = helper.attrs.topic;
            if(!showExtraInfo) {
                return helper.h('div.wrap.list-contr', [
                    helper.h('a#create-topic.btn', {
                        href:'https://***/login',
                        text:'+ ADD***'
                    })
                ]);
            }
    });
    }
    </script>

    .wrap.list-contr {
        padding-top: N*px;
    }

All styles of css can be easily changed.

I want to try to see how the number of registrations behaves. Without pre-pop-up windows that can annoy users.
The window pops up, but only after clicking.

Is the code correct? Can be something to correct?

The button is disabled in the mobile version, because this is a special case.

Posts: 1

Participants: 1

Read full topic


Editing posts limit

0
0

@Trio wrote:

I am on the Infinite Flight forum hosted by discourse. I am a basic user on that forum and I have to edit posts a lot. Yesterday I got a message that I made too many edits in one day.

  1. What is the limit for 1 day?
  2. If you become a member do you get more edits?

Posts: 1

Participants: 1

Read full topic

Sharing tags between WordPress posts and their Discourse topics

0
0

@quimgil wrote:

A feature request for the WordPress Discourse plugin:

Unless I have missed something (and I searched), currently there is no relation between the tags used in a WordPress post and the tags of the Discourse topic created automatically.

Wouldn’t it be nice to see the tags of a WP post replicated in its related Discourse topic? For this, existing tags would be used when available, otherwise new tags would be created on the fly.

Discourse has a limit of 5 tags (?) that WordPress does not have. That’s fine. If the WP post has more than 5 topics, Discourse would only take five. Any five would be ok.

(Bonus)
If more precision is needed to choose the 5 tags, these criteria could be applied:

  • Existing tags win over new tags.
  • If there are still more than 5 candidates, then alphabetical sorting would be applied.

Posts: 2

Participants: 2

Read full topic

I cant install plugin

0
0

@ahmetcakmak wrote:

Hello guys. I try to install “Discourse Sidebar Blocks” plugin. But i can’t see my plugin in admin panel.

I install it according to the information there. Install a Plugin

Posts: 1

Participants: 1

Read full topic

Discourse app with SSO login

0
0

@Cozdabuch wrote:

I’m looking at setting up a discourse board on a site where it would be embedded into the existing site. One tab in sites navbar would be discourse page. The site is entirely behind a login screen. Nothing is visible publicly.

I’d want to have the discourse install auto login and maintain user logins by main site.

That said, with a setup of this sort, will it be functional to use the discourse app for access, or would users need to login through the main site in a browser?

Posts: 1

Participants: 1

Read full topic

Does beta 17 rebake change post URLs?

0
0

@jesselperry wrote:

Hey - before I update to beta 17, just curious if rebaking posts will change topic URLs at all? Thanks!

Continuing the discussion from Discourse 1.9.0.beta17 Release Notes:

Posts: 2

Participants: 2

Read full topic

Lighthouse Web App Audit

0
0

@riking wrote:

I saw that the Lighthouse audits had been updated, so I ran them again on Discourse. It’s probably a good idea to revisit these every few months!

I’m going to highlight the problems reported.

  • Metrics: First meaningful paint: 4,510 ms
    This is a well-known problem for Discourse on an empty cache.

  • Opportunity: Reduce render-blocking stylesheets: 350ms
    External stylesheets are blocking the first paint of your page. Consider delivering critical CSS via <style> tags and deferring non-critical styles.

     350ms, 252KB /stylesheets/mobile_060ac2f….css?__ws=meta.discourse.org
     325ms, 0.71KB /stylesheets/mobile_theme_28_02452c4….css?__ws=meta.discourse.org
    
  • Enable text compression: 170ms / 201KB
    Text-based responses should be served with compression (gzip, deflate or brotli) to minimize total network bytes.

    Original: 251 KB  GZIP Savings: 201 KB (80%)
      /stylesheets/mobile_060ac2f….css?__ws=meta.discourse.org
    

    This seems like an oversight in CDN configuration!

  • Serve images in next-gen formats: 82KB
    A couple avatars got detected as being pictures, and more suited to JPG than PNG.

  • Diagnostics: JavaScript boot-up time is too high: 3,550 ms
    Includes a nice breakdown of the JS costs! 191ms in the PreloadStore evaluation seems like a lot.

URL Script Evaluation Script Parsing & Compile
/assets/application-8a24d8e….br.js 156 ms 282 ms
/assets/ember_jquery-a8dcbd3….br.js 272 ms 20 ms
/ 191 ms 49 ms
/assets/vendor-5a5945e….br.js 82 ms 58 ms
/js/contentscript.js 129 ms 10 ms
/content.js 66 ms 9 ms
…locales/en-b144a97….br.js 49 ms 22 ms
/content.js 59 ms 5 ms
/assets/plugin-a65ebde….br.js 9 ms 46 ms
/page.js 31 ms 15 ms
/scripts/description.js 36 ms 1 ms
/assets/pretty-text-bundle-55bf606….br.js 9 ms 13 ms
/assets/plugin-third-party-a6c7ec5….br.js 1 ms 18 ms
  • Main thread work breakdown: 3,800 ms
    Cut this down to just the big ones.
Category Work Time spent
Parsing HTML & CSS Parse HTML 1,771 ms
Script Evaluation Evaluate Script 1,052 ms
Script Parsing & Compile Compile Script 561 ms

Accessibility

  • Color contrast issues, again. Mostly complaining about the “thread started a long time ago” tags and the excerpt from pinned topics.
  • Meta tags used properly
    :x: [user-scalable=“no”] is used in the element or the [maximum-scale] attribute is less than 5.
    Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more.
  • 7 passed audits, plus extra manual checks which I believe we’ve gone over before and improved.

Other

  • :x: Blocking scrolling listener - ember_jquery.js is adding a blocking scrolling listener, flag the listener as passive to improve performance
  • Known vulnerability (Medium) in jQuery 2.2.0
  • Complaints about small font size - it says 64% legible (>16px), and the goal is 75%.

Posts: 1

Participants: 1

Read full topic

"stable" branch will not complete setup - fails on db:migrate

0
0

@Philip_Colmer wrote:

I’m trying to set up a new installation of Discourse using the stable branch. The installation completes successfully if I leave app.yml set to “tests-passed”. However, if I change that to stable and rebuild, it fails with:

I, [2018-01-01T11:55:35.349654 #13]  INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate'
URGENT: type Failed to initialize site default
rake aborted!
ArgumentError: type
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:46:in `eval'
/var/www/discourse/lib/site_setting_extension.rb:221:in `block (2 levels) in refresh!'
/var/www/discourse/lib/site_setting_extension.rb:220:in `map'
/var/www/discourse/lib/site_setting_extension.rb:220:in `block in refresh!'
/var/www/discourse/lib/site_setting_extension.rb:216:in `synchronize'
/var/www/discourse/lib/site_setting_extension.rb:216:in `refresh!'
(eval):6:in `block (2 levels) in run_file'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:46:in `eval'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:46:in `block (2 levels) in run_file'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:58:in `block in open'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:57:in `open'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:57:in `open'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:36:in `block in run_file'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.8/lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.8/lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.8/lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.8/lib/active_record/transactions.rb:220:in `transaction'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:35:in `run_file'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:26:in `block in run'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:25:in `each'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu/runner.rb:25:in `run'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/seed-fu-2.3.5/lib/seed-fu.rb:29:in `seed'
/var/www/discourse/lib/tasks/db.rake:8:in `block in <top (required)>'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/rake-11.3.0/exe/rake:27:in `<top (required)>'
/usr/local/bin/bundle:23:in `load'
/usr/local/bin/bundle:23:in `<main>'
Tasks: TOP => db:migrate
(See full trace by running task with --trace)
I, [2018-01-01T11:55:39.870156 #13]  INFO -- :
== Seed from /var/www/discourse/db/fixtures/001_categories.rb

I, [2018-01-01T11:55:39.870684 #13]  INFO -- : Terminating async processes
I, [2018-01-01T11:55:39.870854 #13]  INFO -- : Sending INT to HOME=/var/lib/postgresql USER=postgres exec chpst -u postgres:postgres:ssl-cert -U postgres:postgres:ssl-cert /usr/lib/postgresql/9.5/bin/postmaster -D /etc/postgresql/9.5/main pid: 44
2018-01-01 11:55:39.871 UTC [44] LOG:  received fast shutdown request
2018-01-01 11:55:39.871 UTC [44] LOG:  aborting any active transactions
2018-01-01 11:55:39.871 UTC [51] LOG:  autovacuum launcher shutting down
I, [2018-01-01T11:55:39.871055 #13]  INFO -- : Sending TERM to exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 159
159:signal-handler (1514807739) Received SIGTERM scheduling shutdown...
2018-01-01 11:55:39.874 UTC [48] LOG:  shutting down
2018-01-01 11:55:39.890 UTC [48] LOG:  database system is shut down
159:M 01 Jan 11:55:39.894 # User requested shutdown...
159:M 01 Jan 11:55:39.894 * Saving the final RDB snapshot before exiting.
159:M 01 Jan 11:55:39.903 * DB saved on disk
159:M 01 Jan 11:55:39.903 # Redis is now ready to exit, bye bye...


FAILED
--------------------
Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate' failed with return #<Process::Status: pid 1508 exit 1>
Location of failure: /pups/lib/pups/exec_command.rb:108:in `spawn'
exec failed with the params {"cd"=>"$home", "hook"=>"bundle_exec", "cmd"=>["su discourse -c 'bundle install --deployment --verbose --without test --without development --retry 3 --jobs 4'", "su discourse -c 'bundle exec rake db:migrate'", "su discourse -c 'bundle exec rake assets:precompile'"]}
d6f04ca979800ae6938c231f5ec57316431b6cbbe358bd1c843fcc1f94db984a
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one

I have tried rebuilding multiple times and I’ve tried completely destroying the installation and starting again but it always fails this way. Changing the branch back to tests-passed allows the rebuild to complete.

Posts: 1

Participants: 1

Read full topic


Visually distinguish reply-as-new-topic and split-into-new-topic links from other link-backs

0
0

@tophee wrote:

Triggered by the above little incident, I wonder if split-into-new-topic links (i.e. the link back to the original topic) could not somehow be visually distinguished from “ordinary” link-backs, e.g. with a different or additional icon. The same would make sense for links generated by reply-as-new-topic.

A more generic way of putting this is to say: why not distinguish different types of link back?

I am not entirely convinced that this would improve the UX as it’s really a matter of trying it out, but my reasoning is that different link-backs have different meanings/functions and distinguishing them might provide useful cues for better orientation. It might actually suffice to distinguish link-backs that somehow originate from the same topic (via splits or replies) and those that don’t.

To use the example referenced above: the “incident” may have been avoided if it had been more obvious from the start that the OP is a split from another topic. (I’m assuming that most users don’t routinely pay much attention to the link-backs under a post but might want to be alerted to the kind of links discussed here.)

Posts: 1

Participants: 1

Read full topic

Email can not be processed: Email::Receiver::BouncedEmailError

0
0

@meglio wrote:

What does it mean when a bounced email cannot be processed by Discourse? Is it an issue in my setup, or an issue in how Discourse parses emails?

Backtrace

Email can not be processed: Email::Receiver::BouncedEmailError Return-Path: <>
 Delivered-To: <robot+verp-dad818bd2020596a2c6099237bdf320e@forum.kozovod.com>
 Received: from megliomail.com.de ([127.0
12:35 am
'React' is undefined Url: https://forum.kozovod.com/t/chto-mozhno-prigotovit-s-kozlyatiny/208 Line: 3 Column: 1 Window Location: https://forum.kozovod.com/t/chto-mozhno-prigotovit-s-kozlyatiny/208
12:40 am
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/logster-1.2.9/lib/logster/logger.rb:93:in `add_with_opts'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/logster-1.2.9/lib/logster/logger.rb:50:in `add'
/usr/local/lib/ruby/2.4.0/logger.rb:534:in `warn'
/var/www/discourse/lib/email/processor.rb:116:in `log_email_process_failure'
/var/www/discourse/lib/email/processor.rb:22:in `rescue in process!'
/var/www/discourse/lib/email/processor.rb:15:in `process!'
/var/www/discourse/lib/email/processor.rb:11:in `process!'
/var/www/discourse/app/jobs/scheduled/poll_mailbox.rb:25:in `process_popmail'
/var/www/discourse/app/jobs/scheduled/poll_mailbox.rb:43:in `block (2 levels) in poll_pop3'
/usr/local/lib/ruby/2.4.0/net/pop.rb:689:in `block in delete_all'
/usr/local/lib/ruby/2.4.0/net/pop.rb:688:in `each'
/usr/local/lib/ruby/2.4.0/net/pop.rb:688:in `delete_all'
/var/www/discourse/app/jobs/scheduled/poll_mailbox.rb:42:in `block in poll_pop3'
/usr/local/lib/ruby/2.4.0/net/pop.rb:532:in `start'
/var/www/discourse/app/jobs/scheduled/poll_mailbox.rb:41:in `poll_pop3'
/var/www/discourse/app/jobs/scheduled/poll_mailbox.rb:16:in `execute'
/var/www/discourse/app/jobs/base.rb:134:in `block (2 levels) in perform'
/var/www/discourse/vendor/bundle/ruby/2.4.0/gems/rails_multisite-1.1.2/lib/rails_multisite/connection_management.rb:77:in `with_connection'
/var/www/discourse/app/jobs/base.rb:129:in `block in perform'
/var/www/discourse/app/jobs/base.rb:125:in `each'
/var/www/discourse/app/jobs/base.rb:125:in `perform'
/var/www/discourse/app/jobs/base.rb:180:in `perform'
/var/www/discourse/lib/scheduler/manager.rb:91:in `process_queue'
/var/www/discourse/lib/scheduler/manager.rb:37:in `block in initialize'
infobacktraceenvSolve Delete  Protect Share  Debug   Info    Warning    Error    Fatal
Search
 Clear logs

Info

Email can not be processed: Email::Receiver::BouncedEmailError

Return-Path: <>
Delivered-To: <robot+verp-dad818bd2020596a2c6099237bdf320e@forum.kozovod.com>
Received: from megliomail.com.de ([127.0.0.1])
	by megliomail.com.de (Dovecot) with LMTP id kx/ZEsQ3SlqzbgAAqfx8Vw
	for <robot+verp-dad818bd2020596a2c6099237bdf320e@forum.kozovod.com>; Mon, 01 Jan 2018 15:29:40 +0200
X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on megliomail.com.de
X-Spam-Level: **
X-Spam-Status: No, score=2.8 required=5.0 tests=FSL_BULK_SIG,
	HTML_IMAGE_ONLY_32,HTML_MESSAGE,NO_RELAYS,PYZOR_CHECK autolearn=no
	autolearn_force=no version=3.4.0
X-Spam-Report:
	* -0.0 NO_RELAYS Informational: message was not relayed via SMTP
	*  0.0 HTML_MESSAGE BODY: HTML included in message
	*  0.0 HTML_IMAGE_ONLY_32 BODY: HTML: images with 2800-3200 bytes of words
	*  2.0 PYZOR_CHECK Listed in Pyzor (http://pyzor.sf.net/)
	*  0.8 FSL_BULK_SIG Bulk signature with no Unsubscribe
X-Spam-Score: 2.8
Received: by megliomail.com.de (Postfix)
	id 3F61A217A4; Mon,  1 Jan 2018 15:29:40 +0200 (EET)
Date: Mon,  1 Jan 2018 15:29:40 +0200 (EET)
From: MAILER-DAEMON@megliomail.com.de (Mail Delivery System)
Subject: Undelivered Mail Returned to Sender
To: robot+verp-dad818bd2020596a2c6099237bdf320e@forum.kozovod.com
Auto-Submitted: auto-replied
MIME-Version: 1.0
Content-Type: multipart/report; report-type=delivery-status;
	boundary="929142179D.1514813380/megliomail.com.de"
Message-Id: <20180101132940.3F61A217A4@megliomail.com.de>

This is a MIME-encapsulated message.

--929142179D.1514813380/megliomail.com.de
Content-Description: Notification
Content-Type: text/plain; charset=us-ascii

This is the mail system at host megliomail.com.de.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

                   The mail system

<tasa.yaremchuk@mail.ru>: host mxs.mail.ru[94.100.180.104] said: 550 Message
    was not accepted -- invalid mailbox.  Local mailbox tasa.yaremchuk@mail.ru
    is unavailable: account is disabled (in reply to end of DATA command)

.....

Posts: 3

Participants: 2

Read full topic

Admin upgrade page is blank and /admin/plugins won't load either

0
0

@Vespura wrote:

Continuing the discussion from Cannot upgrade from admin interface:

I have similar issues from the topic above, however there are some important differences, hence why I decided to create a new topic instead.

Anytime I have this plugin (linked below) installed the /admin/upgrade page just remains blank and I get the following errors in the browser log.

Blank page screenshot

Errors that appear in the browser console

The Plugin that causes this works fine without any problems but it just prevents some admin pages from loading. The source to the plugin can be found here: GitHub - TomGrobbe/hide-devs-test

Plugins page
The /admin/plugins page also fails to load and it shows the following error on the screen:

I didn’t make the plugin myself, I copied it from another source. I’m not sure what’s wrong with it. If anyone can help me out/point me in the right direction when it comes to figuring out what I did wrong please let me know.

Thanks.

EDIT I forgot to mention that updating discourse using the ./launcher rebuild app in the Linux terminal still works. It’s just the web pages that are broken. Also if this is in the wrong category, I’m sorry

Posts: 4

Participants: 2

Read full topic

What would be the best way to display the last topics excerpts and categories via the API?

0
0

@hanks wrote:

Greeting.
I’m looking to display the last topics of my Discourse forum on a Wordpress website.
I’ve made a WP plugin which grabs /latest.json data and displays them to my WP users in a widget.

However, besides the title, view/reply counts and most active posters, I’d like to display an excerpt from every topic as well as their category.

I need another request for the categories, but what about the excerpts? Should I do one additional API request for every topic in order to make an excerpt?

If I want to display the 5 last topics with an excerpt and the category, that would be like 7 requests? Do you think that would slow significantly the WP page loading?

Posts: 2

Participants: 2

Read full topic

Problem with deep linking to headings

0
0

@parisa wrote:

Previously, something like the following would work perfectly. but now it doesn’t. whats the problem?

(reference)

**1- [go to heading 1](#1)**
1- go to heading 1

.
.

.
.
.
.
.
.
.
.

.
.

.
.
.
.
.
.
.
.
.
.
.
.
.

<h3 id='1'>1- </h3>

1-

.
.
.
.
.
.


.
.

Posts: 5

Participants: 4

Read full topic

Viewing all 60309 articles
Browse latest View live


Latest Images